Skip to content

Console Output

Skipping 140 KB.. Full Log
HEAD
17:40:21 [2024-01-23T17:40:21.256Z] #46 DONE 42.1s
17:40:21 [2024-01-23T17:40:21.256Z] 
17:40:21 [2024-01-23T17:40:21.256Z] #62 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
17:40:21 [2024-01-23T17:40:21.256Z] #62 DONE 42.9s
17:40:21 [2024-01-23T17:40:21.256Z] 
17:40:21 [2024-01-23T17:40:21.256Z] #68 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
17:40:21 [2024-01-23T17:40:21.256Z] #68 ...
17:40:21 [2024-01-23T17:40:21.256Z] 
17:40:21 [2024-01-23T17:40:21.256Z] #57 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libc6-dev             pkg-config
17:40:21 [2024-01-23T17:40:21.256Z] #57 DONE 42.8s
17:40:21 [2024-01-23T17:40:21.256Z] 
17:40:21 [2024-01-23T17:40:21.256Z] #60 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
17:40:21 [2024-01-23T17:40:21.256Z] #60 40.11 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
17:40:21 [2024-01-23T17:40:21.256Z] #60 40.13 Docker version unknown-version, build unknown-commit
17:40:21 [2024-01-23T17:40:21.256Z] #60 DONE 42.9s
17:40:21 [2024-01-23T17:40:21.256Z] 
17:40:21 [2024-01-23T17:40:21.256Z] #51 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
17:40:21 [2024-01-23T17:40:21.256Z] #51 34.68 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 35.36 Setting up libcap-dev:arm64 (1:2.66-4) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 36.28 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 36.57 Setting up automake (1:1.16.5-1.3) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 36.85 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
17:40:21 [2024-01-23T17:40:21.256Z] #51 36.99 Setting up libtool (2.4.7-5) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 37.28 Setting up dpkg-dev (1.21.22) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 37.82 Setting up build-essential (12.9) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 38.20 Processing triggers for libc-bin (2.36-9+deb12u3) ...
17:40:21 [2024-01-23T17:40:21.256Z] #51 DONE 43.3s
17:40:21 [2024-01-23T17:40:21.256Z] 
17:40:21 [2024-01-23T17:40:21.257Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
17:40:21 [2024-01-23T17:40:21.257Z] #63 DONE 42.9s
17:40:21 [2024-01-23T17:40:21.257Z] 
17:40:21 [2024-01-23T17:40:21.257Z] #59 [tini-build 2/4] 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
17:40:21 [2024-01-23T17:40:21.257Z] #59 DONE 43.0s
17:40:21 [2024-01-23T17:40:21.257Z] 
17:40:21 [2024-01-23T17:40:21.257Z] #56 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:40:21 [2024-01-23T17:40:21.257Z] #56 DONE 43.3s
17:40:21 [2024-01-23T17:40:21.257Z] 
17:40:21 [2024-01-23T17:40:21.257Z] #69 [tini-build 3/4] 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         xx-apt-get install -y --no-install-recommends             gcc             libc6-dev             pkg-config
17:40:21 [2024-01-23T17:40:21.513Z] #69 ...
17:40:21 [2024-01-23T17:40:21.513Z] 
17:40:21 [2024-01-23T17:40:21.513Z] #68 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
17:40:21 [2024-01-23T17:40:21.513Z] #68 DONE 0.3s
17:40:21 [2024-01-23T17:40:21.513Z] 
17:40:21 [2024-01-23T17:40:21.513Z] #61 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
17:40:21 [2024-01-23T17:40:21.513Z] #61 42.61 Setting up libelf1:arm64 (0.188-2.1) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 42.62 Setting up libsecret-common (0.20.5-3) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 42.64 Setting up python3-distutils (3.11.2-3) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 42.79 Setting up libglib2.0-dev-bin (2.74.6-2) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.00 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.03 Setting up libpcre2-dev:arm64 (10.42-1) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.04 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.06 Setting up libglib2.0-bin (2.74.6-2) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.08 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.12 Setting up libgcrypt20-dev (1.10.1-3) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.13 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.15 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.16 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.17 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.19 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
17:40:21 [2024-01-23T17:40:21.513Z] #61 43.20 Processing triggers for libc-bin (2.36-9+deb12u3) ...
17:40:22 [2024-01-23T17:40:22.074Z] #61 DONE 43.8s
17:40:22 [2024-01-23T17:40:22.074Z] 
17:40:22 [2024-01-23T17:40:22.074Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:40:24 [2024-01-23T17:40:24.589Z] #70 3.147 Cloning into '/tmp/crun-build'...
17:40:25 [2024-01-23T17:40:25.152Z] #70 ...
17:40:25 [2024-01-23T17:40:25.152Z] 
17:40:25 [2024-01-23T17:40:25.152Z] #67 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
17:40:25 [2024-01-23T17:40:25.152Z] #67 3.948 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:40:25 [2024-01-23T17:40:25.152Z] #67 3.948 + mkdir /build
17:40:25 [2024-01-23T17:40:25.152Z] #67 DONE 4.1s
17:40:25 [2024-01-23T17:40:25.152Z] 
17:40:25 [2024-01-23T17:40:25.152Z] #69 [tini-build 3/4] 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         xx-apt-get install -y --no-install-recommends             gcc             libc6-dev             pkg-config
17:40:25 [2024-01-23T17:40:25.152Z] #69 3.738 Hit:1 http://deb.debian.org/debian bookworm InRelease
17:40:25 [2024-01-23T17:40:25.152Z] #69 3.739 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
17:40:25 [2024-01-23T17:40:25.152Z] #69 3.739 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
17:40:25 [2024-01-23T17:40:25.152Z] #69 ...
17:40:25 [2024-01-23T17:40:25.152Z] 
17:40:25 [2024-01-23T17:40:25.152Z] #71 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:40:25 [2024-01-23T17:40:25.152Z] #71 DONE 4.3s
17:40:25 [2024-01-23T17:40:25.414Z] 
17:40:25 [2024-01-23T17:40:25.414Z] #72 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.446 go: downloading github.com/urfave/cli/v2 v2.27.1
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.449 go: downloading github.com/Masterminds/semver/v3 v3.2.1
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.491 go: downloading golang.org/x/sys v0.16.0
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.493 go: downloading github.com/containernetworking/plugins v1.4.0
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.496 go: downloading github.com/google/uuid v1.5.0
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.501 go: downloading github.com/moby/vpnkit v0.5.0
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.511 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:40:25 [2024-01-23T17:40:25.990Z] #72 0.521 go: downloading github.com/gorilla/mux v1.8.1
17:40:26 [2024-01-23T17:40:26.247Z] #72 0.933 go: downloading github.com/moby/sys/mountinfo v0.7.1
17:40:26 [2024-01-23T17:40:26.639Z] #72 0.945 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
17:40:26 [2024-01-23T17:40:26.904Z] #72 1.610 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
17:40:27 [2024-01-23T17:40:27.161Z] #72 1.612 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
17:40:27 [2024-01-23T17:40:27.161Z] #72 1.612 go: downloading golang.org/x/net v0.17.0
17:40:27 [2024-01-23T17:40:27.161Z] #72 1.616 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
17:40:27 [2024-01-23T17:40:27.161Z] #72 1.890 go: downloading github.com/pierrec/lz4/v4 v4.1.17
17:40:27 [2024-01-23T17:40:27.418Z] #72 1.896 go: downloading github.com/josharian/native v1.1.0
17:40:30 [2024-01-23T17:40:30.690Z] #72 ...
17:40:30 [2024-01-23T17:40:30.690Z] 
17:40:30 [2024-01-23T17:40:30.690Z] #64 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.0 https://github.com/docker/cli.git /build      && /build/docker --version
17:40:30 [2024-01-23T17:40:30.690Z] #64 48.79 Docker version 25.0.0, build e758fe5
17:40:30 [2024-01-23T17:40:30.690Z] #64 DONE 52.1s
17:40:30 [2024-01-23T17:40:30.690Z] 
17:40:30 [2024-01-23T17:40:30.690Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:40:30 [2024-01-23T17:40:30.690Z] #70 4.428 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
17:40:30 [2024-01-23T17:40:30.690Z] #70 4.431 Cloning into '/tmp/crun-build/libocispec'...
17:40:30 [2024-01-23T17:40:30.690Z] #70 4.723 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
17:40:30 [2024-01-23T17:40:30.690Z] #70 4.727 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
17:40:30 [2024-01-23T17:40:30.690Z] #70 4.727 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
17:40:30 [2024-01-23T17:40:30.690Z] #70 4.727 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
17:40:30 [2024-01-23T17:40:30.690Z] #70 4.732 Cloning into '/tmp/crun-build/libocispec/image-spec'...
17:40:30 [2024-01-23T17:40:30.690Z] #70 5.200 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
17:40:30 [2024-01-23T17:40:30.690Z] #70 5.687 Cloning into '/tmp/crun-build/libocispec/yajl'...
17:40:30 [2024-01-23T17:40:30.690Z] #70 6.013 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
17:40:30 [2024-01-23T17:40:30.690Z] #70 6.056 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
17:40:30 [2024-01-23T17:40:30.690Z] #70 6.083 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
17:40:31 [2024-01-23T17:40:31.255Z] #70 ...
17:40:31 [2024-01-23T17:40:31.255Z] 
17:40:31 [2024-01-23T17:40:31.255Z] #73 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:40:31 [2024-01-23T17:40:31.255Z] #73 ...
17:40:31 [2024-01-23T17:40:31.255Z] 
17:40:31 [2024-01-23T17:40:31.255Z] #74 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
17:40:31 [2024-01-23T17:40:31.255Z] #74 ...
17:40:31 [2024-01-23T17:40:31.255Z] 
17:40:31 [2024-01-23T17:40:31.255Z] #75 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:40:31 [2024-01-23T17:40:31.255Z] #75 DONE 10.1s
17:40:31 [2024-01-23T17:40:31.255Z] 
17:40:31 [2024-01-23T17:40:31.255Z] #69 [tini-build 3/4] 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         xx-apt-get install -y --no-install-recommends             gcc             libc6-dev             pkg-config
17:40:31 [2024-01-23T17:40:31.255Z] #69 4.297 Reading package lists...
17:40:31 [2024-01-23T17:40:31.255Z] #69 5.089 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
17:40:31 [2024-01-23T17:40:31.255Z] #69 5.097 Reading package lists...
17:40:31 [2024-01-23T17:40:31.255Z] #69 5.743 Building dependency tree...
17:40:31 [2024-01-23T17:40:31.255Z] #69 5.935 Reading state information...
17:40:31 [2024-01-23T17:40:31.255Z] #69 6.298 gcc is already the newest version (4:12.2.0-3).
17:40:31 [2024-01-23T17:40:31.255Z] #69 6.298 libc6-dev is already the newest version (2.36-9+deb12u3).
17:40:31 [2024-01-23T17:40:31.255Z] #69 6.298 pkg-config is already the newest version (1.8.1-1).
17:40:31 [2024-01-23T17:40:31.255Z] #69 6.298 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
17:40:31 [2024-01-23T17:40:31.512Z] #69 DONE 10.0s
17:40:31 [2024-01-23T17:40:31.512Z] 
17:40:31 [2024-01-23T17:40:31.512Z] #73 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:40:31 [2024-01-23T17:40:31.512Z] #73 DONE 10.3s
17:40:31 [2024-01-23T17:40:31.512Z] 
17:40:31 [2024-01-23T17:40:31.512Z] #76 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
17:40:32 [2024-01-23T17:40:32.448Z] #76 ...
17:40:32 [2024-01-23T17:40:32.448Z] 
17:40:32 [2024-01-23T17:40:32.448Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:40:32 [2024-01-23T17:40:32.448Z] #77 4.221 + bin/ctr
17:40:32 [2024-01-23T17:40:32.448Z] #77 4.221 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.12 -X github.com/containerd/containerd/version.Revision=71909c1814c544ac47ab91d2e8b84718e517bb99 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
17:40:32 [2024-01-23T17:40:32.448Z] #77 ...
17:40:32 [2024-01-23T17:40:32.448Z] 
17:40:32 [2024-01-23T17:40:32.448Z] #76 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008   Compatibility with CMake < 2.8.12 will be removed from a future version of
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008   CMake.
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008 
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008   Update the VERSION argument <min> value or use a ...<max> suffix to tell
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008   CMake that the project does not need compatibility with older versions.
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008 
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.008 
17:40:32 [2024-01-23T17:40:32.448Z] #76 1.129 -- The C compiler identification is GNU 12.2.0
17:40:32 [2024-01-23T17:40:32.705Z] #76 1.159 -- Detecting C compiler ABI info
17:40:32 [2024-01-23T17:40:32.705Z] #76 1.303 -- Detecting C compiler ABI info - done
17:40:32 [2024-01-23T17:40:32.705Z] #76 1.317 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
17:40:32 [2024-01-23T17:40:32.705Z] #76 1.318 -- Detecting C compile features
17:40:32 [2024-01-23T17:40:32.705Z] #76 1.319 -- Detecting C compile features - done
17:40:32 [2024-01-23T17:40:32.705Z] #76 1.329 -- Performing Test HAS_BUILTIN_FORTIFY
17:40:32 [2024-01-23T17:40:32.705Z] #76 1.409 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:40:32 [2024-01-23T17:40:32.961Z] #76 1.429 -- Configuring done
17:40:32 [2024-01-23T17:40:32.961Z] #76 1.434 -- Generating done
17:40:32 [2024-01-23T17:40:32.961Z] #76 1.440 -- Build files have been written to: /go/src/github.com/krallin/tini
17:40:32 [2024-01-23T17:40:32.961Z] #76 1.590 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:40:33 [2024-01-23T17:40:33.218Z] #76 1.963 [100%] Linking C executable tini-static
17:40:33 [2024-01-23T17:40:33.475Z] #76 2.151 [100%] Built target tini-static
17:40:34 [2024-01-23T17:40:34.042Z] #76 DONE 2.7s
17:40:34 [2024-01-23T17:40:34.042Z] 
17:40:34 [2024-01-23T17:40:34.042Z] #78 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
17:40:34 [2024-01-23T17:40:34.042Z] #78 1.089 go build -trimpath -buildmode=pie  -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.11-0-g4bccb38 -X main.version=1.1.11 -linkmode external -extldflags --static-pie " -o runc .
17:40:38 [2024-01-23T17:40:38.217Z] #78 ...
17:40:38 [2024-01-23T17:40:38.217Z] 
17:40:38 [2024-01-23T17:40:38.217Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:40:38 [2024-01-23T17:40:38.217Z] #70 11.00 aclocal: warning: couldn't open directory 'm4': No such file or directory
17:40:38 [2024-01-23T17:40:38.217Z] #70 15.52 libtoolize: putting auxiliary files in '.'.
17:40:38 [2024-01-23T17:40:38.217Z] #70 15.52 libtoolize: copying file './ltmain.sh'
17:40:38 [2024-01-23T17:40:38.217Z] #70 16.41 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
17:40:38 [2024-01-23T17:40:38.217Z] #70 16.41 libtoolize: and rerunning libtoolize and aclocal.
17:40:38 [2024-01-23T17:40:38.217Z] #70 16.41 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
17:40:40 [2024-01-23T17:40:40.111Z] #70 18.93 configure.ac:7: installing './compile'
17:40:40 [2024-01-23T17:40:40.369Z] #70 18.96 configure.ac:11: installing './config.guess'
17:40:40 [2024-01-23T17:40:40.369Z] #70 18.97 configure.ac:11: installing './config.sub'
17:40:40 [2024-01-23T17:40:40.369Z] #70 18.98 configure.ac:8: installing './install-sh'
17:40:40 [2024-01-23T17:40:40.369Z] #70 18.98 configure.ac:8: installing './missing'
17:40:40 [2024-01-23T17:40:40.369Z] #70 19.03 Makefile.am: installing './depcomp'
17:40:40 [2024-01-23T17:40:40.933Z] #70 19.76 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
17:40:41 [2024-01-23T17:40:41.190Z] #70 19.76 libtoolize: copying file 'build-aux/ltmain.sh'
17:40:41 [2024-01-23T17:40:41.190Z] #70 19.91 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
17:40:41 [2024-01-23T17:40:41.447Z] #70 19.91 libtoolize: copying file 'm4/libtool.m4'
17:40:41 [2024-01-23T17:40:41.447Z] #70 20.04 libtoolize: copying file 'm4/ltoptions.m4'
17:40:41 [2024-01-23T17:40:41.447Z] #70 20.21 libtoolize: copying file 'm4/ltsugar.m4'
17:40:41 [2024-01-23T17:40:41.704Z] #70 20.35 libtoolize: copying file 'm4/ltversion.m4'
17:40:41 [2024-01-23T17:40:41.704Z] #70 ...
17:40:41 [2024-01-23T17:40:41.704Z] 
17:40:41 [2024-01-23T17:40:41.704Z] #79 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
17:40:41 [2024-01-23T17:40:41.704Z] #79 ...
17:40:41 [2024-01-23T17:40:41.704Z] 
17:40:41 [2024-01-23T17:40:41.704Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:40:41 [2024-01-23T17:40:41.704Z] #70 20.49 libtoolize: copying file 'm4/lt~obsolete.m4'
17:40:41 [2024-01-23T17:40:41.961Z] #70 20.62 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
17:40:43 [2024-01-23T17:40:43.855Z] #70 22.64 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
17:40:43 [2024-01-23T17:40:43.855Z] #70 22.64 configure.ac:3: You should run autoupdate.
17:40:43 [2024-01-23T17:40:43.855Z] #70 22.64 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
17:40:43 [2024-01-23T17:40:43.855Z] #70 22.64 configure.ac:3: the top level
17:40:45 [2024-01-23T17:40:45.749Z] #70 24.36 configure.ac:7: installing 'build-aux/compile'
17:40:45 [2024-01-23T17:40:45.749Z] #70 24.37 configure.ac:9: installing 'build-aux/config.guess'
17:40:45 [2024-01-23T17:40:45.749Z] #70 24.38 configure.ac:9: installing 'build-aux/config.sub'
17:40:45 [2024-01-23T17:40:45.749Z] #70 24.38 configure.ac:11: installing 'build-aux/install-sh'
17:40:45 [2024-01-23T17:40:45.749Z] #70 24.39 configure.ac:11: installing 'build-aux/missing'
17:40:45 [2024-01-23T17:40:45.749Z] #70 24.48 Makefile.am: installing 'build-aux/depcomp'
17:40:46 [2024-01-23T17:40:46.006Z] #70 24.53 parallel-tests: installing 'build-aux/test-driver'
17:40:47 [2024-01-23T17:40:47.375Z] #70 25.96 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
17:40:47 [2024-01-23T17:40:47.375Z] #70 25.97 libtoolize: copying file 'build-aux/ltmain.sh'
17:40:47 [2024-01-23T17:40:47.939Z] #70 26.48 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
17:40:47 [2024-01-23T17:40:47.939Z] #70 26.49 libtoolize: copying file 'm4/libtool.m4'
17:40:47 [2024-01-23T17:40:47.939Z] #70 26.69 libtoolize: copying file 'm4/ltoptions.m4'
17:40:48 [2024-01-23T17:40:48.195Z] #70 26.76 libtoolize: copying file 'm4/ltsugar.m4'
17:40:48 [2024-01-23T17:40:48.195Z] #70 26.90 libtoolize: copying file 'm4/ltversion.m4'
17:40:48 [2024-01-23T17:40:48.195Z] #70 27.03 libtoolize: copying file 'm4/lt~obsolete.m4'
17:40:53 [2024-01-23T17:40:53.448Z] #70 31.64 configure.ac:11: installing 'build-aux/compile'
17:40:53 [2024-01-23T17:40:53.448Z] #70 31.65 configure.ac:11: installing 'build-aux/config.guess'
17:40:53 [2024-01-23T17:40:53.448Z] #70 31.65 configure.ac:11: installing 'build-aux/config.sub'
17:40:53 [2024-01-23T17:40:53.448Z] #70 31.65 configure.ac:13: installing 'build-aux/install-sh'
17:40:53 [2024-01-23T17:40:53.448Z] #70 31.66 configure.ac:13: installing 'build-aux/missing'
17:40:53 [2024-01-23T17:40:53.448Z] #70 31.67 configure.ac:8: installing 'build-aux/tap-driver.sh'
17:40:53 [2024-01-23T17:40:53.448Z] #70 31.79 Makefile.am: installing 'build-aux/depcomp'
17:40:53 [2024-01-23T17:40:53.962Z] #70 32.44 checking build system type... aarch64-unknown-linux-gnu
17:40:53 [2024-01-23T17:40:53.962Z] #70 32.58 checking host system type... aarch64-unknown-linux-gnu
17:40:53 [2024-01-23T17:40:53.962Z] #70 32.58 checking how to print strings... printf
17:40:53 [2024-01-23T17:40:53.962Z] #70 32.60 checking for gcc... gcc
17:40:54 [2024-01-23T17:40:54.219Z] #70 32.69 checking whether the C compiler works... yes
17:40:54 [2024-01-23T17:40:54.219Z] #70 32.86 checking for C compiler default output file name... a.out
17:40:54 [2024-01-23T17:40:54.219Z] #70 32.86 checking for suffix of executables... 
17:40:54 [2024-01-23T17:40:54.476Z] #70 32.99 checking whether we are cross compiling... no
17:40:54 [2024-01-23T17:40:54.476Z] #70 33.15 checking for suffix of object files... o
17:40:54 [2024-01-23T17:40:54.733Z] #70 33.24 checking whether the compiler supports GNU C... yes
17:40:54 [2024-01-23T17:40:54.733Z] #70 33.33 checking whether gcc accepts -g... yes
17:40:54 [2024-01-23T17:40:54.733Z] #70 33.43 checking for gcc option to enable C11 features... none needed
17:40:54 [2024-01-23T17:40:54.990Z] #70 33.55 checking whether gcc understands -c and -o together... yes
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.66 checking for a sed that does not truncate output... /usr/bin/sed
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.67 checking for grep that handles long lines and -e... /usr/bin/grep
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.68 checking for egrep... /usr/bin/grep -E
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.68 checking for fgrep... /usr/bin/grep -F
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.69 checking for ld used by gcc... /usr/bin/ld
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.71 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.72 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.74 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.85 checking whether ln -s works... yes
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.85 checking the maximum length of command line arguments... 1572864
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.87 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.87 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.87 checking for /usr/bin/ld option to reload object files... -r
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.87 checking for file... file
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.87 checking for objdump... objdump
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.87 checking how to recognize dependent libraries... pass_all
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.87 checking for dlltool... no
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.88 checking how to associate runtime and link libraries... printf %s\n
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.88 checking for ar... ar
17:40:55 [2024-01-23T17:40:55.249Z] #70 33.88 checking for archiver @FILE support... @
17:40:55 [2024-01-23T17:40:55.506Z] #70 33.96 checking for strip... strip
17:40:55 [2024-01-23T17:40:55.506Z] #70 33.96 checking for ranlib... ranlib
17:40:55 [2024-01-23T17:40:55.506Z] #70 33.96 checking for gawk... no
17:40:55 [2024-01-23T17:40:55.506Z] #70 33.97 checking for mawk... mawk
17:40:55 [2024-01-23T17:40:55.506Z] #70 33.97 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:40:55 [2024-01-23T17:40:55.506Z] #70 34.17 checking for sysroot... no
17:40:55 [2024-01-23T17:40:55.506Z] #70 34.17 checking for a working dd... /usr/bin/dd
17:40:55 [2024-01-23T17:40:55.506Z] #70 34.20 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:40:55 [2024-01-23T17:40:55.506Z] #70 34.21 checking for mt... no
17:40:55 [2024-01-23T17:40:55.506Z] #70 34.21 checking if : is a manifest tool... no
17:40:55 [2024-01-23T17:40:55.506Z] #70 34.22 checking for stdio.h... yes
17:40:55 [2024-01-23T17:40:55.763Z] #70 34.29 checking for stdlib.h... yes
17:40:55 [2024-01-23T17:40:55.763Z] #70 34.36 checking for string.h... yes
17:40:55 [2024-01-23T17:40:55.763Z] #70 34.43 checking for inttypes.h... yes
17:40:56 [2024-01-23T17:40:56.020Z] #70 34.54 checking for stdint.h... yes
17:40:56 [2024-01-23T17:40:56.278Z] #70 34.74 checking for strings.h... yes
17:40:56 [2024-01-23T17:40:56.278Z] #70 34.81 checking for sys/stat.h... yes
17:40:56 [2024-01-23T17:40:56.278Z] #70 34.94 checking for sys/types.h... yes
17:40:56 [2024-01-23T17:40:56.535Z] #70 35.07 checking for unistd.h... yes
17:40:56 [2024-01-23T17:40:56.535Z] #70 35.13 checking for dlfcn.h... yes
17:40:56 [2024-01-23T17:40:56.535Z] #70 35.21 checking for objdir... .libs
17:40:57 [2024-01-23T17:40:57.048Z] #70 35.48 checking if gcc supports -fno-rtti -fno-exceptions... no
17:40:57 [2024-01-23T17:40:57.048Z] #70 35.56 checking for gcc option to produce PIC... -fPIC -DPIC
17:40:57 [2024-01-23T17:40:57.048Z] #70 35.56 checking if gcc PIC flag -fPIC -DPIC works... yes
17:40:57 [2024-01-23T17:40:57.048Z] #70 35.71 checking if gcc static flag -static works... yes
17:40:57 [2024-01-23T17:40:57.305Z] #70 35.90 checking if gcc supports -c -o file.o... yes
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.03 checking if gcc supports -c -o file.o... (cached) yes
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.03 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.07 checking dynamic linker characteristics... GNU/Linux ld.so
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.27 checking how to hardcode library paths into programs... immediate
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.27 checking whether stripping libraries is possible... yes
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.29 checking if libtool supports shared libraries... yes
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.29 checking whether to build shared libraries... no
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.29 checking whether to build static libraries... yes
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.29 checking for a BSD-compatible install... /usr/bin/install -c
17:40:57 [2024-01-23T17:40:57.564Z] #70 36.34 checking whether build environment is sane... yes
17:40:57 [2024-01-23T17:40:57.821Z] #70 36.38 checking for a race-free mkdir -p... /usr/bin/mkdir -p
17:40:57 [2024-01-23T17:40:57.821Z] #70 36.38 checking whether make sets $(MAKE)... yes
17:40:57 [2024-01-23T17:40:57.821Z] #70 36.45 checking whether make supports the include directive... yes (GNU style)
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.48 checking whether make supports nested variables... yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.51 checking whether UID '0' is supported by ustar format... yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.51 checking whether GID '0' is supported by ustar format... yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.51 checking how to create a ustar tar archive... gnutar
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.57 checking dependency style of gcc... gcc3
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.72 checking whether to enable maintainer-specific portions of Makefiles... yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.72 checking whether make supports nested variables... (cached) yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.72 checking for gawk... (cached) mawk
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.72 checking for a sed that does not truncate output... (cached) /usr/bin/sed
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.72 checking for gcc... (cached) gcc
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.81 checking whether the compiler supports GNU C... (cached) yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.82 checking whether gcc accepts -g... (cached) yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.82 checking for gcc option to enable C11 features... (cached) none needed
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.82 checking whether gcc understands -c and -o together... (cached) yes
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.82 checking for a Python interpreter with version >= 3... python3
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.86 checking for python3... /usr/bin/python3
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.86 checking for python3 version... 3.11
17:40:58 [2024-01-23T17:40:58.078Z] #70 36.90 checking for python3 platform... linux
17:40:58 [2024-01-23T17:40:58.335Z] #70 36.91 checking for GNU default python3 prefix... ${prefix}
17:40:58 [2024-01-23T17:40:58.335Z] #70 36.92 checking for GNU default python3 exec_prefix... ${exec_prefix}
17:40:58 [2024-01-23T17:40:58.335Z] #70 36.92 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
17:40:58 [2024-01-23T17:40:58.335Z] #70 36.96 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
17:40:58 [2024-01-23T17:40:58.335Z] #70 37.01 checking for go-md2man... no
17:40:58 [2024-01-23T17:40:58.335Z] #70 37.01 checking for error.h... yes
17:40:58 [2024-01-23T17:40:58.592Z] #70 37.10 checking for linux/openat2.h... yes
17:40:58 [2024-01-23T17:40:58.592Z] #70 37.20 checking for stdatomic.h... yes
17:40:58 [2024-01-23T17:40:58.849Z] #70 37.30 checking for linux/ioprio.h... yes
17:40:58 [2024-01-23T17:40:58.849Z] #70 37.39 checking for atomic_int... yes
17:40:59 [2024-01-23T17:40:59.105Z] #70 37.59 checking for atomic_bool... yes
17:40:59 [2024-01-23T17:40:59.105Z] #70 37.71 checking for copy_file_range... yes
17:40:59 [2024-01-23T17:40:59.364Z] #70 37.86 checking for fgetxattr... yes
17:40:59 [2024-01-23T17:40:59.364Z] #70 37.96 checking for statx... yes
17:40:59 [2024-01-23T17:40:59.623Z] #70 38.06 checking for fgetpwent_r... yes
17:40:59 [2024-01-23T17:40:59.623Z] #70 38.13 checking for issetugid... no
17:40:59 [2024-01-23T17:40:59.623Z] #70 38.22 checking for memfd_create... yes
17:40:59 [2024-01-23T17:40:59.881Z] #70 38.34 checking for pkg-config... /usr/bin/pkg-config
17:40:59 [2024-01-23T17:40:59.881Z] #70 38.34 checking pkg-config is at least version 0.9.0... yes
17:40:59 [2024-01-23T17:40:59.881Z] #70 38.34 checking for library containing yajl_tree_get... -lyajl
17:41:00 [2024-01-23T17:41:00.139Z] #70 38.53 checking for yajl >= 2.0.0... yes
17:41:00 [2024-01-23T17:41:00.139Z] #70 38.55 checking for sys/capability.h... yes
17:41:00 [2024-01-23T17:41:00.139Z] #70 38.61 checking for library containing cap_from_name... -lcap
17:41:00 [2024-01-23T17:41:00.396Z] 
17:41:00 [2024-01-23T17:41:00.396Z] #70 ...
17:41:00 [2024-01-23T17:41:00.396Z] 
17:41:00 [2024-01-23T17:41:00.396Z] #74 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
17:41:00 [2024-01-23T17:41:00.396Z] #74 DONE 39.2s
17:41:00 [2024-01-23T17:41:00.396Z] 
17:41:00 [2024-01-23T17:41:00.396Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:00 [2024-01-23T17:41:00.396Z] #70 38.84 checking for library containing gcry_check_version... 
17:41:00 [2024-01-23T17:41:00.396Z] #70 ...
17:41:00 [2024-01-23T17:41:00.396Z] 
17:41:00 [2024-01-23T17:41:00.396Z] #72 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
17:41:00 [2024-01-23T17:41:00.396Z] #72 DONE 35.0s
17:41:00 [2024-01-23T17:41:00.396Z] 
17:41:00 [2024-01-23T17:41:00.396Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:00 [2024-01-23T17:41:00.396Z] #70 38.84 checking for library containing gcry_check_version... no
17:41:00 [2024-01-23T17:41:00.396Z] #70 39.01 checking for library containing dlopen... none required
17:41:00 [2024-01-23T17:41:00.396Z] #70 39.09 checking for seccomp.h... yes
17:41:00 [2024-01-23T17:41:00.653Z] #70 39.18 checking for library containing seccomp_rule_add... 
17:41:00 [2024-01-23T17:41:00.653Z] #70 ...
17:41:00 [2024-01-23T17:41:00.653Z] 
17:41:00 [2024-01-23T17:41:00.653Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
17:41:00 [2024-01-23T17:41:00.653Z] #80 DONE 0.3s
17:41:00 [2024-01-23T17:41:00.653Z] 
17:41:00 [2024-01-23T17:41:00.653Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
17:41:00 [2024-01-23T17:41:00.653Z] #81 DONE 0.1s
17:41:00 [2024-01-23T17:41:00.653Z] 
17:41:00 [2024-01-23T17:41:00.653Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:00 [2024-01-23T17:41:00.653Z] #70 39.18 checking for library containing seccomp_rule_add... -lseccomp
17:41:00 [2024-01-23T17:41:00.653Z] #70 39.35 checking for library containing seccomp_arch_resolve_name... none required
17:41:00 [2024-01-23T17:41:00.910Z] #70 39.44 checking for systemd/sd-bus.h... yes
17:41:01 [2024-01-23T17:41:01.167Z] #70 39.54 checking for library containing sd_bus_match_signal_async... -lsystemd
17:41:01 [2024-01-23T17:41:01.167Z] #70 39.74 checking for sd_notify_barrier... yes
17:41:01 [2024-01-23T17:41:01.167Z] #70 39.86 checking for linux/bpf.h... yes
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.00 checking compilation for eBPF... yes
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.07 checking for criu >= 3.15... no
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.09 configure: CRIU headers not found, building without CRIU support
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.09 checking for criu > 3.16... no
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.11 configure: CRIU version doesn't support join-ns API
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.11 checking for criu > 3.16.1... no
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.13 configure: CRIU version doesn't support for pre-dumping
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.13 checking for new mount API (fsconfig)... yes
17:41:01 [2024-01-23T17:41:01.424Z] #70 40.23 yes
17:41:01 [2024-01-23T17:41:01.681Z] #70 40.23 checking for seccomp notify API... yes
17:41:01 [2024-01-23T17:41:01.681Z] #70 40.27 checking for gperf... no
17:41:01 [2024-01-23T17:41:01.681Z] #70 40.27 configure: gperf not found - cannot rebuild signal parser code
17:41:01 [2024-01-23T17:41:01.681Z] #70 40.28 checking for library containing argp_parse... none required
17:41:01 [2024-01-23T17:41:01.938Z] #70 ...
17:41:01 [2024-01-23T17:41:01.938Z] 
17:41:01 [2024-01-23T17:41:01.938Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
17:41:01 [2024-01-23T17:41:01.938Z] #82 DONE 0.7s
17:41:01 [2024-01-23T17:41:01.938Z] 
17:41:01 [2024-01-23T17:41:01.938Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:01 [2024-01-23T17:41:01.938Z] #70 40.44 checking that generated files are newer than configure... done
17:41:01 [2024-01-23T17:41:01.938Z] #70 40.45 configure: creating ./config.status
17:41:03 [2024-01-23T17:41:03.304Z] #70 42.00 config.status: creating Makefile
17:41:03 [2024-01-23T17:41:03.304Z] #70 42.07 config.status: creating config.h
17:41:03 [2024-01-23T17:41:03.304Z] #70 42.10 config.status: executing libtool commands
17:41:03 [2024-01-23T17:41:03.304Z] #70 42.11 config.status: executing depfiles commands
17:41:03 [2024-01-23T17:41:03.867Z] #70 42.61 === configuring in libocispec (/tmp/crun-build/libocispec)
17:41:04 [2024-01-23T17:41:04.124Z] #70 42.62 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
17:41:04 [2024-01-23T17:41:04.124Z] #70 42.75 checking for gcc... gcc
17:41:04 [2024-01-23T17:41:04.124Z] #70 42.79 checking whether the C compiler works... yes
17:41:04 [2024-01-23T17:41:04.380Z] #70 42.87 checking for C compiler default output file name... a.out
17:41:04 [2024-01-23T17:41:04.380Z] #70 42.87 checking for suffix of executables... 
17:41:04 [2024-01-23T17:41:04.380Z] #70 42.93 checking whether we are cross compiling... no
17:41:04 [2024-01-23T17:41:04.380Z] #70 42.99 checking for suffix of object files... o
17:41:04 [2024-01-23T17:41:04.380Z] #70 43.02 checking whether the compiler supports GNU C... yes
17:41:04 [2024-01-23T17:41:04.380Z] #70 43.06 checking whether gcc accepts -g... yes
17:41:04 [2024-01-23T17:41:04.636Z] #70 43.13 checking for gcc option to enable C11 features... none needed
17:41:04 [2024-01-23T17:41:04.636Z] #70 43.20 checking whether gcc understands -c and -o together... yes
17:41:04 [2024-01-23T17:41:04.636Z] #70 43.27 checking for stdio.h... yes
17:41:04 [2024-01-23T17:41:04.636Z] #70 43.30 checking for stdlib.h... yes
17:41:04 [2024-01-23T17:41:04.636Z] #70 43.34 checking for string.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.38 checking for inttypes.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.41 checking for stdint.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.45 checking for strings.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.49 checking for sys/stat.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.53 checking for sys/types.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.56 checking for unistd.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.60 checking for wchar.h... yes
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.65 checking for minix/config.h... no
17:41:04 [2024-01-23T17:41:04.892Z] #70 43.69 checking whether it is safe to define __EXTENSIONS__... yes
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.73 checking whether _XOPEN_SOURCE should be defined... no
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.78 checking build system type... aarch64-unknown-linux-gnu
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.85 checking host system type... aarch64-unknown-linux-gnu
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.85 checking how to print strings... printf
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.85 checking for a sed that does not truncate output... /usr/bin/sed
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.86 checking for grep that handles long lines and -e... /usr/bin/grep
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.86 checking for egrep... /usr/bin/grep -E
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.86 checking for fgrep... /usr/bin/grep -F
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.87 checking for ld used by gcc... /usr/bin/ld
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.87 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.88 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.88 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.91 checking whether ln -s works... yes
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.91 checking the maximum length of command line arguments... 1572864
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.92 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.92 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.92 checking for /usr/bin/ld option to reload object files... -r
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.92 checking for file... file
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.92 checking for objdump... objdump
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.92 checking how to recognize dependent libraries... pass_all
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.92 checking for dlltool... no
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.93 checking how to associate runtime and link libraries... printf %s\n
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.93 checking for ar... ar
17:41:05 [2024-01-23T17:41:05.148Z] #70 43.93 checking for archiver @FILE support... @
17:41:05 [2024-01-23T17:41:05.405Z] #70 43.97 checking for strip... strip
17:41:05 [2024-01-23T17:41:05.405Z] #70 43.97 checking for ranlib... ranlib
17:41:05 [2024-01-23T17:41:05.405Z] #70 43.98 checking for gawk... no
17:41:05 [2024-01-23T17:41:05.405Z] #70 43.98 checking for mawk... mawk
17:41:05 [2024-01-23T17:41:05.405Z] #70 43.98 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:41:05 [2024-01-23T17:41:05.405Z] #70 44.06 checking for sysroot... no
17:41:05 [2024-01-23T17:41:05.405Z] #70 44.06 checking for a working dd... /usr/bin/dd
17:41:05 [2024-01-23T17:41:05.405Z] #70 44.07 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:41:05 [2024-01-23T17:41:05.405Z] #70 44.07 checking for mt... no
17:41:05 [2024-01-23T17:41:05.405Z] #70 44.07 checking if : is a manifest tool... no
17:41:05 [2024-01-23T17:41:05.405Z] #70 44.08 checking for dlfcn.h... yes
17:41:05 [2024-01-23T17:41:05.405Z] #70 44.12 checking for objdir... .libs
17:41:05 [2024-01-23T17:41:05.661Z] #70 44.21 checking if gcc supports -fno-rtti -fno-exceptions... no
17:41:05 [2024-01-23T17:41:05.661Z] #70 44.26 checking for gcc option to produce PIC... -fPIC -DPIC
17:41:05 [2024-01-23T17:41:05.661Z] #70 44.26 checking if gcc PIC flag -fPIC -DPIC works... yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.38 checking if gcc static flag -static works... yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.47 checking if gcc supports -c -o file.o... yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.52 checking if gcc supports -c -o file.o... (cached) yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.52 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.53 checking dynamic linker characteristics... GNU/Linux ld.so
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.61 checking how to hardcode library paths into programs... immediate
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.61 checking whether stripping libraries is possible... yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.61 checking if libtool supports shared libraries... yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.61 checking whether to build shared libraries... no
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.61 checking whether to build static libraries... yes
17:41:05 [2024-01-23T17:41:05.917Z] #70 44.61 checking for a BSD-compatible install... /usr/bin/install -c
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.62 checking whether build environment is sane... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.63 checking for a race-free mkdir -p... /usr/bin/mkdir -p
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.64 checking whether make sets $(MAKE)... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.65 checking whether make supports the include directive... yes (GNU style)
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.66 checking whether make supports nested variables... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.67 checking whether UID '0' is supported by ustar format... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.67 checking whether GID '0' is supported by ustar format... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.67 checking how to create a ustar tar archive... gnutar
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.69 checking dependency style of gcc... gcc3
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.77 checking whether to enable maintainer-specific portions of Makefiles... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.77 checking whether make supports nested variables... (cached) yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.77 checking for pkg-config... /usr/bin/pkg-config
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.77 checking pkg-config is at least version 0.9.0... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.77 checking for yajl >= 2.1.0... yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.78 checking for a sed that does not truncate output... (cached) /usr/bin/sed
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.78 checking for gcc... (cached) gcc
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.81 checking whether the compiler supports GNU C... (cached) yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.81 checking whether gcc accepts -g... (cached) yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.82 checking for gcc option to enable C11 features... (cached) none needed
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.82 checking whether gcc understands -c and -o together... (cached) yes
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.82 checking for a Python interpreter with version >= 3... python3
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.83 checking for python3... /usr/bin/python3
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.83 checking for python3 version... 3.11
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.85 checking for python3 platform... linux
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.86 checking for GNU default python3 prefix... ${prefix}
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.86 checking for GNU default python3 exec_prefix... ${exec_prefix}
17:41:06 [2024-01-23T17:41:06.173Z] #70 44.86 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
17:41:06 [2024-01-23T17:41:06.428Z] #70 44.89 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
17:41:06 [2024-01-23T17:41:06.990Z] #70 44.94 checking that generated files are newer than configure... done
17:41:06 [2024-01-23T17:41:06.990Z] #70 45.63 configure: creating ./config.status
17:41:07 [2024-01-23T17:41:07.919Z] #70 ...
17:41:07 [2024-01-23T17:41:07.919Z] 
17:41:07 [2024-01-23T17:41:07.919Z] #78 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
17:41:07 [2024-01-23T17:41:07.919Z] #78 DONE 36.3s
17:41:07 [2024-01-23T17:41:07.919Z] 
17:41:07 [2024-01-23T17:41:07.919Z] #79 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
17:41:07 [2024-01-23T17:41:07.919Z] #79 DONE 36.3s
17:41:07 [2024-01-23T17:41:07.919Z] 
17:41:07 [2024-01-23T17:41:07.919Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:41:07 [2024-01-23T17:41:07.919Z] #77 44.69 + bin/containerd
17:41:07 [2024-01-23T17:41:07.919Z] #77 44.69 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.12 -X github.com/containerd/containerd/version.Revision=71909c1814c544ac47ab91d2e8b84718e517bb99 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
17:41:10 [2024-01-23T17:41:10.441Z] #77 ...
17:41:10 [2024-01-23T17:41:10.441Z] 
17:41:10 [2024-01-23T17:41:10.441Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
17:41:10 [2024-01-23T17:41:10.441Z] #83 DONE 1.1s
17:41:10 [2024-01-23T17:41:10.441Z] 
17:41:10 [2024-01-23T17:41:10.441Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:10 [2024-01-23T17:41:10.441Z] #70 46.91 config.status: creating Makefile
17:41:10 [2024-01-23T17:41:10.441Z] #70 46.98 config.status: creating ocispec.pc
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.02 config.status: creating config.h
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.07 config.status: executing libtool commands
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.10 config.status: executing depfiles commands
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.47 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.47 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.72 checking for gcc... gcc
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.80 checking whether the C compiler works... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.88 checking for C compiler default output file name... a.out
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.88 checking for suffix of executables... 
17:41:10 [2024-01-23T17:41:10.441Z] #70 47.98 checking whether we are cross compiling... no
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.05 checking for suffix of object files... o
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.12 checking whether the compiler supports GNU C... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.19 checking whether gcc accepts -g... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.25 checking for gcc option to enable C11 features... none needed
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.35 checking whether gcc understands -c and -o together... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.42 checking for a BSD-compatible install... /usr/bin/install -c
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.44 checking whether build environment is sane... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.46 checking for a race-free mkdir -p... /usr/bin/mkdir -p
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.47 checking for gawk... no
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.47 checking for mawk... mawk
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.48 checking whether make sets $(MAKE)... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.50 checking whether make supports the include directive... yes (GNU style)
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.51 checking whether make supports nested variables... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.52 checking whether UID '0' is supported by ustar format... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.52 checking whether GID '0' is supported by ustar format... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.52 checking how to create a ustar tar archive... gnutar
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.57 checking dependency style of gcc... gcc3
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.65 checking whether to enable maintainer-specific portions of Makefiles... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.65 checking whether make supports nested variables... (cached) yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.67 checking build system type... aarch64-unknown-linux-gnu
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.75 checking host system type... aarch64-unknown-linux-gnu
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.75 checking how to print strings... printf
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.76 checking for a sed that does not truncate output... /usr/bin/sed
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.77 checking for grep that handles long lines and -e... /usr/bin/grep
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.77 checking for egrep... /usr/bin/grep -E
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.77 checking for fgrep... /usr/bin/grep -F
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.78 checking for ld used by gcc... /usr/bin/ld
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.79 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.79 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.80 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.85 checking whether ln -s works... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.85 checking the maximum length of command line arguments... 1572864
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.86 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.86 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.86 checking for /usr/bin/ld option to reload object files... -r
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.86 checking for file... file
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.86 checking for objdump... objdump
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.86 checking how to recognize dependent libraries... pass_all
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.86 checking for dlltool... no
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.87 checking how to associate runtime and link libraries... printf %s\n
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.87 checking for ar... ar
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.87 checking for archiver @FILE support... @
17:41:10 [2024-01-23T17:41:10.441Z] 
17:41:10 [2024-01-23T17:41:10.441Z] #70 ...
17:41:10 [2024-01-23T17:41:10.441Z] 
17:41:10 [2024-01-23T17:41:10.441Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
17:41:10 [2024-01-23T17:41:10.441Z] #84 DONE 0.3s
17:41:10 [2024-01-23T17:41:10.441Z] 
17:41:10 [2024-01-23T17:41:10.441Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.92 checking for strip... strip
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.92 checking for ranlib... ranlib
17:41:10 [2024-01-23T17:41:10.441Z] #70 48.92 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.08 checking for sysroot... no
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.09 checking for a working dd... /usr/bin/dd
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.09 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.11 checking for mt... no
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.11 checking if : is a manifest tool... no
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.12 checking for stdio.h... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.15 checking for stdlib.h... yes
17:41:10 [2024-01-23T17:41:10.441Z] #70 49.18 checking for string.h... yes
17:41:10 [2024-01-23T17:41:10.698Z] #70 ...
17:41:10 [2024-01-23T17:41:10.698Z] 
17:41:10 [2024-01-23T17:41:10.698Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
17:41:10 [2024-01-23T17:41:10.698Z] #85 DONE 0.4s
17:41:10 [2024-01-23T17:41:10.698Z] 
17:41:10 [2024-01-23T17:41:10.698Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:10 [2024-01-23T17:41:10.698Z] #70 49.21 checking for inttypes.h... yes
17:41:10 [2024-01-23T17:41:10.698Z] #70 49.26 checking for stdint.h... yes
17:41:10 [2024-01-23T17:41:10.698Z] #70 49.30 checking for strings.h... yes
17:41:10 [2024-01-23T17:41:10.698Z] #70 49.35 checking for sys/stat.h... yes
17:41:10 [2024-01-23T17:41:10.698Z] #70 49.44 checking for sys/types.h... yes
17:41:10 [2024-01-23T17:41:10.954Z] #70 ...
17:41:10 [2024-01-23T17:41:10.954Z] 
17:41:10 [2024-01-23T17:41:10.954Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
17:41:10 [2024-01-23T17:41:10.954Z] #86 DONE 0.3s
17:41:10 [2024-01-23T17:41:10.954Z] 
17:41:10 [2024-01-23T17:41:10.954Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
17:41:10 [2024-01-23T17:41:10.954Z] #87 DONE 0.0s
17:41:10 [2024-01-23T17:41:10.954Z] 
17:41:10 [2024-01-23T17:41:10.954Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:10 [2024-01-23T17:41:10.954Z] #70 49.48 checking for unistd.h... yes
17:41:10 [2024-01-23T17:41:10.954Z] #70 49.52 checking for dlfcn.h... yes
17:41:10 [2024-01-23T17:41:10.954Z] #70 49.57 checking for objdir... .libs
17:41:10 [2024-01-23T17:41:10.954Z] #70 49.67 checking if gcc supports -fno-rtti -fno-exceptions... no
17:41:11 [2024-01-23T17:41:11.211Z] #70 49.76 checking for gcc option to produce PIC... -fPIC -DPIC
17:41:11 [2024-01-23T17:41:11.211Z] #70 49.76 checking if gcc PIC flag -fPIC -DPIC works... yes
17:41:11 [2024-01-23T17:41:11.211Z] #70 49.82 checking if gcc static flag -static works... yes
17:41:11 [2024-01-23T17:41:11.468Z] #70 49.95 checking if gcc supports -c -o file.o... yes
17:41:11 [2024-01-23T17:41:11.468Z] #70 50.03 checking if gcc supports -c -o file.o... (cached) yes
17:41:11 [2024-01-23T17:41:11.468Z] #70 50.03 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:41:11 [2024-01-23T17:41:11.468Z] #70 50.07 checking dynamic linker characteristics... GNU/Linux ld.so
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.22 checking how to hardcode library paths into programs... immediate
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.22 checking whether stripping libraries is possible... yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.23 checking if libtool supports shared libraries... yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.23 checking whether to build shared libraries... no
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.23 checking whether to build static libraries... yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.23 checking for float.h... yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.31 checking for limits.h... yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 ...
17:41:11 [2024-01-23T17:41:11.725Z] 
17:41:11 [2024-01-23T17:41:11.725Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
17:41:11 [2024-01-23T17:41:11.725Z] #88 DONE 0.8s
17:41:11 [2024-01-23T17:41:11.725Z] 
17:41:11 [2024-01-23T17:41:11.725Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.35 checking for stddef.h... yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.42 checking for stdlib.h... (cached) yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.42 checking for string.h... (cached) yes
17:41:11 [2024-01-23T17:41:11.725Z] #70 50.43 checking for sys/time.h... yes
17:41:11 [2024-01-23T17:41:11.981Z] #70 50.48 checking for inline... inline
17:41:11 [2024-01-23T17:41:11.981Z] #70 50.51 checking for size_t... yes
17:41:11 [2024-01-23T17:41:11.981Z] #70 50.61 checking for GNU libc compatible malloc... yes
17:41:11 [2024-01-23T17:41:11.981Z] #70 50.70 checking for GNU libc compatible realloc... yes
17:41:12 [2024-01-23T17:41:12.239Z] #70 ...
17:41:12 [2024-01-23T17:41:12.239Z] 
17:41:12 [2024-01-23T17:41:12.239Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
17:41:12 [2024-01-23T17:41:12.239Z] #89 DONE 0.4s
17:41:12 [2024-01-23T17:41:12.239Z] 
17:41:12 [2024-01-23T17:41:12.239Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:12 [2024-01-23T17:41:12.239Z] #70 50.78 checking for working strtod... yes
17:41:12 [2024-01-23T17:41:12.239Z] #70 50.92 checking for gettimeofday... yes
17:41:12 [2024-01-23T17:41:12.496Z] #70 51.02 checking for memset... yes
17:41:12 [2024-01-23T17:41:12.496Z] #70 51.11 checking for strspn... yes
17:41:12 [2024-01-23T17:41:12.753Z] #70 51.26 checking that generated files are newer than configure... done
17:41:12 [2024-01-23T17:41:12.753Z] #70 51.26 configure: creating ./config.status
17:41:13 [2024-01-23T17:41:13.317Z] #70 ...
17:41:13 [2024-01-23T17:41:13.317Z] 
17:41:13 [2024-01-23T17:41:13.317Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
17:41:13 [2024-01-23T17:41:13.317Z] #90 DONE 1.3s
17:41:13 [2024-01-23T17:41:13.574Z] 
17:41:13 [2024-01-23T17:41:13.574Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
17:41:13 [2024-01-23T17:41:13.574Z] #91 DONE 0.2s
17:41:13 [2024-01-23T17:41:13.574Z] 
17:41:13 [2024-01-23T17:41:13.574Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:41:13 [2024-01-23T17:41:13.831Z] #77 ...
17:41:13 [2024-01-23T17:41:13.831Z] 
17:41:13 [2024-01-23T17:41:13.831Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
17:41:13 [2024-01-23T17:41:13.831Z] #92 DONE 0.1s
17:41:13 [2024-01-23T17:41:13.831Z] 
17:41:13 [2024-01-23T17:41:13.831Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:41:14 [2024-01-23T17:41:14.088Z] #77 ...
17:41:14 [2024-01-23T17:41:14.088Z] 
17:41:14 [2024-01-23T17:41:14.088Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:14 [2024-01-23T17:41:14.088Z] #70 52.80 config.status: creating Makefile
17:41:14 [2024-01-23T17:41:14.345Z] #70 52.84 config.status: creating config.h
17:41:14 [2024-01-23T17:41:14.345Z] #70 52.87 config.status: executing depfiles commands
17:41:14 [2024-01-23T17:41:14.345Z] #70 52.99 config.status: executing libtool commands
17:41:14 [2024-01-23T17:41:14.601Z] #70 53.42   GEN      .version
17:41:14 [2024-01-23T17:41:14.859Z] #70 53.42 make  install-recursive
17:41:14 [2024-01-23T17:41:14.859Z] #70 53.43 make[1]: Entering directory '/tmp/crun-build'
17:41:14 [2024-01-23T17:41:14.859Z] #70 53.49 Making install in libocispec
17:41:14 [2024-01-23T17:41:14.859Z] #70 53.50 make[2]: Entering directory '/tmp/crun-build/libocispec'
17:41:14 [2024-01-23T17:41:14.859Z] #70 53.54 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.54 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.55 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.55 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.62 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.64 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
17:41:15 [2024-01-23T17:41:15.116Z] #70 53.90 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.90 make  install-recursive
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.91 make[3]: Entering directory '/tmp/crun-build/libocispec'
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.93 Making install in yajl
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.93 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.94   CC       verify/json_verify-json_verify.o
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.94   CC       src/libyajl_la-yajl.lo
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.94   CC       src/libyajl_la-yajl_alloc.lo
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.94   CC       src/libyajl_la-yajl_gen.lo
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.94   CC       src/libyajl_la-yajl_parser.lo
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.95   CC       src/libyajl_la-yajl_buf.lo
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.95   CC       src/libyajl_la-yajl_encode.lo
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.95   CC       src/libyajl_la-yajl_lex.lo
17:41:15 [2024-01-23T17:41:15.372Z] #70 53.97   CC       src/libyajl_la-yajl_tree.lo
17:41:15 [2024-01-23T17:41:15.628Z] #70 54.40   CCLD     libyajl.la
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.51   CCLD     verify/json_verify
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.62 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.62 make[5]: Nothing to be done for 'install-exec-am'.
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.62 make[5]: Nothing to be done for 'install-data-am'.
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.62 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.62 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.62 make[4]: Entering directory '/tmp/crun-build/libocispec'
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/validate.o
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/image_spec_schema_content_descriptor.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/image_spec_schema_defs.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/image_spec_schema_config_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/image_spec_schema_image_index_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.64   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.65   CC       src/ocispec/runtime_spec_schema_config_linux.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.65   CC       src/ocispec/runtime_spec_schema_config_zos.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.65   CC       src/ocispec/runtime_spec_schema_config_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.65   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.65   CC       src/ocispec/runtime_spec_schema_config_vm.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.66   CC       src/ocispec/runtime_spec_schema_config_windows.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.66   CC       src/ocispec/runtime_spec_schema_defs.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.66   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.66   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.67   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.67   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.67   CC       src/ocispec/runtime_spec_schema_state_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.67   CC       src/ocispec/runtime_spec_schema_features_linux.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.68   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.68   CC       src/ocispec/runtime_spec_schema_features_schema.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.69   CC       src/ocispec/basic_test_double_array_item.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.70   CC       src/ocispec/basic_test_top_array_int.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.70   CC       src/ocispec/basic_test_double_array.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.71   CC       src/ocispec/basic_test_top_array_string.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.72   CC       src/ocispec/basic_test_top_double_array_int.lo
17:41:15 [2024-01-23T17:41:15.885Z] #70 54.73   CC       src/ocispec/basic_test_top_double_array_obj.lo
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.73   CC       src/ocispec/basic_test_top_double_array_refobj.lo
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.76   CC       src/ocispec/basic_test_top_double_array_string.lo
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.77   CC       src/ocispec/read-file.lo
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.78   CC       tests/test-1.o
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.78   CC       src/ocispec/json_common.lo
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.78   CC       tests/test-2.o
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.79   CC       tests/test-3.o
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.80   CC       tests/test-4.o
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.81   CC       tests/test-5.o
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.82   CC       tests/test-6.o
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.82   CC       tests/test-7.o
17:41:16 [2024-01-23T17:41:16.141Z] #70 54.83   CC       tests/test-8.o
17:41:16 [2024-01-23T17:41:16.398Z] #70 54.85   CC       tests/test-9.o
17:41:16 [2024-01-23T17:41:16.398Z] #70 54.86   CC       tests/test-10.o
17:41:16 [2024-01-23T17:41:16.398Z] #70 54.87   CC       tests/test-11.o
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.00   CCLD     libocispec.la
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.13   CCLD     src/ocispec/validate
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.14   CCLD     tests/test-1
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.14   CCLD     tests/test-2
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.14   CCLD     tests/test-3
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.14   CCLD     tests/test-4
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.14   CCLD     tests/test-5
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.14   CCLD     tests/test-6
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.14   CCLD     tests/test-7
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.15   CCLD     tests/test-8
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.15 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.15   CCLD     tests/test-9
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.15   CCLD     tests/test-10
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.16   CCLD     tests/test-11
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.32 libtool: link: ar cr libocispec.a 
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.33 libtool: link: ranlib libocispec.a
17:41:19 [2024-01-23T17:41:19.669Z] #70 58.43 make[5]: Entering directory '/tmp/crun-build/libocispec'
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.45 make[5]: Leaving directory '/tmp/crun-build/libocispec'
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.45 make[4]: Leaving directory '/tmp/crun-build/libocispec'
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.45 make[3]: Leaving directory '/tmp/crun-build/libocispec'
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.45 make[2]: Leaving directory '/tmp/crun-build/libocispec'
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.45 make[2]: Entering directory '/tmp/crun-build'
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-crun.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-run.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-delete.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-kill.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-pause.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-oci_features.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-unpause.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-spec.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.49   CC       src/crun-exec.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.50   CC       src/crun-list.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.51   CC       src/crun-create.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.52   CC       src/crun-start.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.53   CC       src/crun-state.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.55   CC       src/crun-update.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.56   CC       src/crun-ps.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.57   CC       src/crun-checkpoint.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.59   CC       src/crun-restore.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.61   CC       src/libcrun/crun-cloned_binary.o
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.65   CC       src/libcrun/libcrun_la-utils.lo
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.67   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.72   CC       src/libcrun/libcrun_la-cgroup-resources.lo
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.74   CC       src/libcrun/libcrun_la-cgroup-setup.lo
17:41:19 [2024-01-23T17:41:19.927Z] #70 58.75   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.77   CC       src/libcrun/libcrun_la-cgroup-utils.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.77   CC       src/libcrun/libcrun_la-cgroup.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.78   CC       src/libcrun/libcrun_la-chroot_realpath.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.78   CC       src/libcrun/libcrun_la-cloned_binary.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.78   CC       src/libcrun/libcrun_la-container.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.79   CC       src/libcrun/libcrun_la-criu.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.79   CC       src/libcrun/libcrun_la-custom-handler.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.80   CC       src/libcrun/libcrun_la-ebpf.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.81   CC       src/libcrun/libcrun_la-error.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.82   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.82   CC       src/libcrun/handlers/libcrun_la-krun.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.82   CC       src/libcrun/handlers/libcrun_la-mono.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.84   CC       src/libcrun/handlers/libcrun_la-spin.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.86   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.86   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.88   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.88   CC       src/libcrun/libcrun_la-intelrdt.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.89   CC       src/libcrun/libcrun_la-io_priority.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.91   CC       src/libcrun/libcrun_la-linux.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.92   CC       src/libcrun/libcrun_la-mount_flags.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.94   CC       src/libcrun/libcrun_la-scheduler.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.94   CC       src/libcrun/libcrun_la-seccomp.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.94   CC       src/libcrun/libcrun_la-seccomp_notify.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.95   CC       src/libcrun/libcrun_la-signals.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.95   CC       src/libcrun/libcrun_la-status.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.96   CC       src/libcrun/libcrun_la-terminal.lo
17:41:20 [2024-01-23T17:41:20.184Z] #70 58.96   CC       tests/init.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 58.98   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 58.98   CC       src/libcrun/libcrun_testing_a-utils.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 58.98   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.00   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.00   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.01   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.02   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.03   CC       src/libcrun/libcrun_testing_a-cgroup.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.04   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.08   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.08   CC       src/libcrun/libcrun_testing_a-container.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.12   CC       src/libcrun/libcrun_testing_a-criu.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.14   CC       src/libcrun/libcrun_testing_a-custom-handler.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.15   CC       src/libcrun/libcrun_testing_a-ebpf.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.17   CC       src/libcrun/libcrun_testing_a-error.o
17:41:20 [2024-01-23T17:41:20.442Z] #70 59.19   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.22   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.25   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.28   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.31   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.31   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.34   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.40   CC       src/libcrun/libcrun_testing_a-intelrdt.o
17:41:20 [2024-01-23T17:41:20.699Z] #70 59.45   CC       src/libcrun/libcrun_testing_a-io_priority.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.48   CC       src/libcrun/libcrun_testing_a-linux.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.50   CC       src/libcrun/libcrun_testing_a-mount_flags.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.53   CC       src/libcrun/libcrun_testing_a-scheduler.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.57   CC       src/libcrun/libcrun_testing_a-seccomp.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.61   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.65   CC       src/libcrun/libcrun_testing_a-signals.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.68   CC       src/libcrun/libcrun_testing_a-status.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.69   CC       src/libcrun/libcrun_testing_a-terminal.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.73   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
17:41:20 [2024-01-23T17:41:20.956Z] #70 59.78   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
17:41:21 [2024-01-23T17:41:21.213Z] #70 59.80   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
17:41:22 [2024-01-23T17:41:22.582Z] #70 61.02   CCLD     tests/init
17:41:23 [2024-01-23T17:41:23.512Z] #70 ...
17:41:23 [2024-01-23T17:41:23.512Z] 
17:41:23 [2024-01-23T17:41:23.512Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:41:23 [2024-01-23T17:41:23.512Z] #77 61.16 + bin/containerd-stress
17:41:23 [2024-01-23T17:41:23.512Z] #77 61.16 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.12 -X github.com/containerd/containerd/version.Revision=71909c1814c544ac47ab91d2e8b84718e517bb99 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
17:41:24 [2024-01-23T17:41:24.877Z] #77 62.47 + bin/containerd-shim
17:41:25 [2024-01-23T17:41:25.439Z] #77 63.04 + bin/containerd-shim-runc-v1
17:41:26 [2024-01-23T17:41:26.000Z] #77 63.86 + bin/containerd-shim-runc-v2
17:41:26 [2024-01-23T17:41:26.927Z] #77 64.56 + binaries
17:41:28 [2024-01-23T17:41:28.290Z] #77 ...
17:41:28 [2024-01-23T17:41:28.290Z] 
17:41:28 [2024-01-23T17:41:28.290Z] #70 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.65   AR       libcrun_testing.a
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.65 ar: `u' modifier ignored since `D' is the default (see `U')
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.67   CCLD     tests/tests_libcrun_utils
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.67   CCLD     tests/tests_libcrun_errors
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.67   CCLD     tests/tests_libcrun_intelrdt
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.67   CCLD     tests/tests_libcrun_fuzzer
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.77   CCLD     libcrun.la
17:41:28 [2024-01-23T17:41:28.290Z] #70 63.98   CCLD     crun
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.15 make[3]: Entering directory '/tmp/crun-build'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.23  /usr/bin/mkdir -p '/usr/local/share/man/man1'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.23  /usr/bin/mkdir -p '/usr/local/lib'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.23  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.23  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.27 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.27 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.28 libtool: install: chmod 644 /usr/local/lib/libcrun.a
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.28 libtool: install: ranlib /usr/local/lib/libcrun.a
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 ----------------------------------------------------------------------
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 Libraries have been installed in:
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44    /usr/local/lib
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 If you ever happen to want to link against installed libraries
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 in a given directory, LIBDIR, you must either use libtool, and
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 specify the full pathname of the library, or use the '-LLIBDIR'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 flag during linking and do at least one of the following:
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44      during execution
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44    - add LIBDIR to the 'LD_RUN_PATH' environment variable
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44      during linking
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 See any operating system documentation about shared libraries for
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 more information, such as the ld(1) and ld.so(8) manual pages.
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44 ----------------------------------------------------------------------
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.44  /usr/bin/mkdir -p '/build'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.45   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.48 libtool: install: /usr/bin/install -c crun /build/crun
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.49 make[3]: Leaving directory '/tmp/crun-build'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.49 make[2]: Leaving directory '/tmp/crun-build'
17:41:28 [2024-01-23T17:41:28.290Z] #70 64.49 make[1]: Leaving directory '/tmp/crun-build'
17:41:28 [2024-01-23T17:41:28.290Z] #70 DONE 67.0s
17:41:28 [2024-01-23T17:41:28.290Z] 
17:41:28 [2024-01-23T17:41:28.290Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:41:28 [2024-01-23T17:41:28.546Z] #77 DONE 66.2s
17:41:29 [2024-01-23T17:41:29.107Z] 
17:41:29 [2024-01-23T17:41:29.107Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
17:41:29 [2024-01-23T17:41:29.363Z] #93 DONE 0.2s
17:41:29 [2024-01-23T17:41:29.618Z] 
17:41:29 [2024-01-23T17:41:29.618Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
17:41:29 [2024-01-23T17:41:29.618Z] #94 DONE 0.1s
17:41:29 [2024-01-23T17:41:29.618Z] 
17:41:29 [2024-01-23T17:41:29.618Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
17:41:30 [2024-01-23T17:41:30.981Z] #95 DONE 1.4s
17:41:30 [2024-01-23T17:41:30.981Z] 
17:41:30 [2024-01-23T17:41:30.981Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
17:41:30 [2024-01-23T17:41:30.981Z] #96 DONE 0.0s
17:41:30 [2024-01-23T17:41:30.981Z] 
17:41:30 [2024-01-23T17:41:30.981Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
17:41:30 [2024-01-23T17:41:30.981Z] #97 DONE 0.0s
17:41:30 [2024-01-23T17:41:30.981Z] 
17:41:30 [2024-01-23T17:41:30.981Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
17:41:30 [2024-01-23T17:41:30.981Z] #98 DONE 0.0s
17:41:30 [2024-01-23T17:41:30.981Z] 
17:41:30 [2024-01-23T17:41:30.981Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
17:41:32 [2024-01-23T17:41:32.344Z] #99 DONE 1.3s
17:41:32 [2024-01-23T17:41:32.344Z] 
17:41:32 [2024-01-23T17:41:32.344Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
17:41:32 [2024-01-23T17:41:32.344Z] #100 DONE 0.2s
17:41:32 [2024-01-23T17:41:32.599Z] 
17:41:32 [2024-01-23T17:41:32.599Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
17:41:32 [2024-01-23T17:41:32.599Z] #101 DONE 0.0s
17:41:32 [2024-01-23T17:41:32.599Z] 
17:41:32 [2024-01-23T17:41:32.599Z] #102 [dev-base  1/12] RUN groupadd -r docker
17:41:32 [2024-01-23T17:41:32.599Z] #102 DONE 0.3s
17:41:32 [2024-01-23T17:41:32.855Z] 
17:41:32 [2024-01-23T17:41:32.855Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:41:33 [2024-01-23T17:41:33.111Z] #103 DONE 0.4s
17:41:33 [2024-01-23T17:41:33.111Z] 
17:41:33 [2024-01-23T17:41:33.111Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:41:33 [2024-01-23T17:41:33.366Z] #104 0.384 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:41:33 [2024-01-23T17:41:33.622Z] #104 DONE 0.4s
17:41:33 [2024-01-23T17:41:33.622Z] 
17:41:33 [2024-01-23T17:41:33.622Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:41:33 [2024-01-23T17:41:33.878Z] #105 DONE 0.3s
17:41:33 [2024-01-23T17:41:33.878Z] 
17:41:33 [2024-01-23T17:41:33.878Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:41:34 [2024-01-23T17:41:34.133Z] #106 DONE 0.3s
17:41:34 [2024-01-23T17:41:34.388Z] 
17:41:34 [2024-01-23T17:41:34.388Z] #107 [dev-base  6/12] RUN ldconfig
17:41:34 [2024-01-23T17:41:34.388Z] #107 DONE 0.4s
17:41:34 [2024-01-23T17:41:34.644Z] 
17:41:34 [2024-01-23T17:41:34.644Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
17:41:34 [2024-01-23T17:41:34.900Z] #108 DONE 0.4s
17:41:34 [2024-01-23T17:41:34.900Z] 
17:41:34 [2024-01-23T17:41:34.900Z] #109 [dev-base  8/12] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:41:35 [2024-01-23T17:41:35.461Z] #109 0.631 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:41:35 [2024-01-23T17:41:35.716Z] #109 0.642 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:41:35 [2024-01-23T17:41:35.716Z] #109 0.642 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:41:35 [2024-01-23T17:41:35.716Z] #109 0.726 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:41:35 [2024-01-23T17:41:35.716Z] #109 0.796 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:41:35 [2024-01-23T17:41:35.971Z] #109 0.866 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
17:41:36 [2024-01-23T17:41:36.532Z] #109 1.743 Fetched 9080 kB in 1s (6632 kB/s)
17:41:37 [2024-01-23T17:41:37.093Z] #109 1.743 Reading package lists...
17:41:37 [2024-01-23T17:41:37.909Z] #109 2.346 Reading package lists...
17:41:37 [2024-01-23T17:41:37.909Z] #109 2.939 Building dependency tree...
17:41:38 [2024-01-23T17:41:38.165Z] #109 3.313 The following additional packages will be installed:
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.313   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.314   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.314   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.314   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.315   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.315   vim-runtime
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317 Suggested packages:
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317   systemd-userdbd systemd-boot systemd-resolved libqrencode4
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317   vim-doc vim-scripts xfsdump acl attr quota
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317 Recommended packages:
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
17:41:38 [2024-01-23T17:41:38.420Z] #109 3.317   systemd-timesyncd | time-daemon xxd unzip
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.713 The following NEW packages will be installed:
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.713   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.713   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.713   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.713   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.713   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.714   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.714   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.714   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
17:41:38 [2024-01-23T17:41:38.676Z] #109 3.714   zip zstd
17:41:38 [2024-01-23T17:41:38.931Z] #109 3.994 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
17:41:38 [2024-01-23T17:41:38.931Z] #109 3.994 Need to get 31.8 MB of archives.
17:41:38 [2024-01-23T17:41:38.931Z] #109 3.994 After this operation, 143 MB of additional disk space will be used.
17:41:38 [2024-01-23T17:41:38.931Z] #109 3.994 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 3.996 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 3.998 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.000 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.001 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u1 [205 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.005 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.010 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.012 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.014 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.016 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.19-1~deb12u1 [1506 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.025 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.19-1~deb12u1 [2828 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.043 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.043 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.044 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
17:41:38 [2024-01-23T17:41:38.931Z] #109 4.053 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.054 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.056 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.056 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.056 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.057 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.062 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.063 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.065 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.065 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.068 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.071 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.071 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.072 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.072 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.072 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.074 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.078 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.079 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.082 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.084 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.085 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.086 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
17:41:38 [2024-01-23T17:41:38.932Z] #109 4.142 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.143 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.143 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.144 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.144 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.145 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.145 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.147 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.147 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.147 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.149 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.151 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.19-1~deb12u1 [92.3 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.154 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.157 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.160 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.198 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.205 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.210 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.211 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
17:41:39 [2024-01-23T17:41:39.187Z] #109 4.361 debconf: delaying package configuration, since apt-utils is not installed
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.399 Fetched 31.8 MB in 0s (65.0 MB/s)
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.429 Selecting previously unselected package libargon2-1:arm64.
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.429 (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 ... 15667 files and directories currently installed.)
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.437 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.445 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.479 Selecting previously unselected package dmsetup.
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.481 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.485 Unpacking dmsetup (2:1.02.185-2) ...
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.523 Selecting previously unselected package libdevmapper1.02.1:arm64.
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.525 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.529 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.574 Selecting previously unselected package libjson-c5:arm64.
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.576 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.443Z] #109 4.579 Unpacking libjson-c5:arm64 (0.16-2) ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.613 Selecting previously unselected package libcryptsetup12:arm64.
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.615 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u1_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.618 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.668 Selecting previously unselected package libfdisk1:arm64.
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.669 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.673 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.719 Selecting previously unselected package libkmod2:arm64.
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.721 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.725 Unpacking libkmod2:arm64 (30+20221128-1) ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.759 Selecting previously unselected package libapparmor1:arm64.
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.761 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.765 Unpacking libapparmor1:arm64 (3.0.8-3) ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.801 Selecting previously unselected package libip4tc2:arm64.
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.803 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.806 Unpacking libip4tc2:arm64 (1.8.9-2) ...
17:41:39 [2024-01-23T17:41:39.698Z] #109 4.834 Selecting previously unselected package libsystemd-shared:arm64.
17:41:39 [2024-01-23T17:41:39.953Z] #109 4.836 Preparing to unpack .../09-libsystemd-shared_252.19-1~deb12u1_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.953Z] #109 4.839 Unpacking libsystemd-shared:arm64 (252.19-1~deb12u1) ...
17:41:39 [2024-01-23T17:41:39.953Z] #109 4.987 Selecting previously unselected package systemd.
17:41:39 [2024-01-23T17:41:39.953Z] #109 4.989 Preparing to unpack .../10-systemd_252.19-1~deb12u1_arm64.deb ...
17:41:39 [2024-01-23T17:41:39.953Z] #109 5.008 Unpacking systemd (252.19-1~deb12u1) ...
17:41:40 [2024-01-23T17:41:40.209Z] #109 5.378 Selecting previously unselected package pigz.
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.380 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.384 Unpacking pigz (2.6-1) ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.424 Selecting previously unselected package sgml-base.
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.426 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.432 Unpacking sgml-base (1.31) ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.485 Selecting previously unselected package sudo.
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.487 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.492 Unpacking sudo (1.9.13p3-1+deb12u1) ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.619 Selecting previously unselected package libelf1:arm64.
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.621 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.625 Unpacking libelf1:arm64 (0.188-2.1) ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.672 Selecting previously unselected package libbpf1:arm64.
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.674 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.677 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
17:41:40 [2024-01-23T17:41:40.465Z] #109 5.720 Selecting previously unselected package libmnl0:arm64.
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.722 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.726 Unpacking libmnl0:arm64 (1.0.4-3) ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.760 Selecting previously unselected package libxtables12:arm64.
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.762 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.766 Unpacking libxtables12:arm64 (1.8.9-2) ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.796 Selecting previously unselected package libcap2-bin.
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.798 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.802 Unpacking libcap2-bin (1:2.66-4) ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.844 Selecting previously unselected package iproute2.
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.846 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.851 Unpacking iproute2 (6.1.0-3) ...
17:41:40 [2024-01-23T17:41:40.721Z] #109 5.963 Selecting previously unselected package vim-common.
17:41:40 [2024-01-23T17:41:40.976Z] #109 5.965 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
17:41:40 [2024-01-23T17:41:40.976Z] #109 5.970 Unpacking vim-common (2:9.0.1378-2) ...
17:41:40 [2024-01-23T17:41:40.976Z] #109 6.017 Selecting previously unselected package bash-completion.
17:41:40 [2024-01-23T17:41:40.976Z] #109 6.019 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
17:41:40 [2024-01-23T17:41:40.976Z] #109 6.030 Unpacking bash-completion (1:2.11-6) ...
17:41:40 [2024-01-23T17:41:40.976Z] #109 6.144 Selecting previously unselected package bzip2.
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.146 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.150 Unpacking bzip2 (1.0.8-5+b1) ...
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.325 Selecting previously unselected package xz-utils.
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.327 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.330 Unpacking xz-utils (5.4.1-0.2) ...
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.413 Selecting previously unselected package apparmor.
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.415 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.232Z] #109 6.434 Unpacking apparmor (3.0.8-3) ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.513 Selecting previously unselected package inetutils-ping.
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.516 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.520 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.558 Selecting previously unselected package libip6tc2:arm64.
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.560 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.563 Unpacking libip6tc2:arm64 (1.8.9-2) ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.595 Selecting previously unselected package libnfnetlink0:arm64.
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.597 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.601 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.635 Selecting previously unselected package libnetfilter-conntrack3:arm64.
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.637 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.641 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
17:41:41 [2024-01-23T17:41:41.488Z] #109 6.677 Selecting previously unselected package libnftnl11:arm64.
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.679 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.683 Unpacking libnftnl11:arm64 (1.2.4-2) ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.718 Selecting previously unselected package iptables.
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.720 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.723 Unpacking iptables (1.8.9-2) ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.808 Selecting previously unselected package libonig5:arm64.
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.811 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.814 Unpacking libonig5:arm64 (6.9.8-1) ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.868 Selecting previously unselected package libjq1:arm64.
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.870 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.874 Unpacking libjq1:arm64 (1.6-2.1) ...
17:41:41 [2024-01-23T17:41:41.743Z] #109 6.910 Selecting previously unselected package jq.
17:41:41 [2024-01-23T17:41:41.999Z] #109 6.912 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.999Z] #109 6.916 Unpacking jq (1.6-2.1) ...
17:41:41 [2024-01-23T17:41:41.999Z] #109 6.951 Selecting previously unselected package libaio1:arm64.
17:41:41 [2024-01-23T17:41:41.999Z] #109 6.953 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.999Z] #109 6.960 Unpacking libaio1:arm64 (0.3.113-4) ...
17:41:41 [2024-01-23T17:41:41.999Z] #109 6.997 Selecting previously unselected package libgpm2:arm64.
17:41:41 [2024-01-23T17:41:41.999Z] #109 7.000 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.999Z] #109 7.003 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
17:41:41 [2024-01-23T17:41:41.999Z] #109 7.034 Selecting previously unselected package libicu72:arm64.
17:41:41 [2024-01-23T17:41:41.999Z] #109 7.036 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
17:41:41 [2024-01-23T17:41:41.999Z] #109 7.040 Unpacking libicu72:arm64 (72.1-3) ...
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.589 Selecting previously unselected package libinih1:arm64.
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.591 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.594 Unpacking libinih1:arm64 (55-1) ...
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.627 Selecting previously unselected package libmicrohttpd12:arm64.
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.630 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.633 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.672 Selecting previously unselected package libnet1:arm64.
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.674 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.677 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
17:41:42 [2024-01-23T17:41:42.560Z] #109 7.746 Selecting previously unselected package libnl-3-200:arm64.
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.748 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.751 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.790 Selecting previously unselected package libprotobuf-c1:arm64.
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.792 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.795 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.830 Selecting previously unselected package libsodium23:arm64.
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.832 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.835 Unpacking libsodium23:arm64 (1.0.18-1) ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.878 Selecting previously unselected package libsubid4:arm64.
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.880 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.883 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.920 Selecting previously unselected package liburcu8:arm64.
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.922 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 7.925 Unpacking liburcu8:arm64 (0.13.2-1) ...
17:41:42 [2024-01-23T17:41:42.816Z] #109 8.050 Selecting previously unselected package libyajl2:arm64.
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.052 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.055 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.083 Selecting previously unselected package net-tools.
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.085 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.088 Unpacking net-tools (2.10-0.1) ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.135 Selecting previously unselected package patch.
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.137 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.141 Unpacking patch (2.7.6-7) ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.179 Selecting previously unselected package systemd-journal-remote.
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.181 Preparing to unpack .../48-systemd-journal-remote_252.19-1~deb12u1_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.184 Unpacking systemd-journal-remote (252.19-1~deb12u1) ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.220 Selecting previously unselected package thin-provisioning-tools.
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.223 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.226 Unpacking thin-provisioning-tools (0.9.0-2) ...
17:41:43 [2024-01-23T17:41:43.072Z] #109 8.282 Selecting previously unselected package uidmap.
17:41:43 [2024-01-23T17:41:43.328Z] #109 8.284 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.328Z] #109 8.288 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
17:41:43 [2024-01-23T17:41:43.328Z] #109 8.333 Selecting previously unselected package vim-runtime.
17:41:43 [2024-01-23T17:41:43.328Z] #109 8.336 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
17:41:43 [2024-01-23T17:41:43.328Z] #109 8.346 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
17:41:43 [2024-01-23T17:41:43.328Z] #109 8.356 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
17:41:43 [2024-01-23T17:41:43.328Z] #109 8.359 Unpacking vim-runtime (2:9.0.1378-2) ...
17:41:43 [2024-01-23T17:41:43.583Z] #109 8.845 Selecting previously unselected package vim.
17:41:43 [2024-01-23T17:41:43.839Z] #109 8.848 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.839Z] #109 8.851 Unpacking vim (2:9.0.1378-2) ...
17:41:43 [2024-01-23T17:41:43.839Z] #109 8.983 Selecting previously unselected package xfsprogs.
17:41:43 [2024-01-23T17:41:43.839Z] #109 8.985 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
17:41:43 [2024-01-23T17:41:43.839Z] #109 8.989 Unpacking xfsprogs (6.1.0-1) ...
17:41:43 [2024-01-23T17:41:43.839Z] #109 9.086 Selecting previously unselected package zip.
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.089 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.093 Unpacking zip (3.0-13) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.135 Selecting previously unselected package zstd.
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.137 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.141 Unpacking zstd (1.5.4+dfsg2-5) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.225 Setting up libip4tc2:arm64 (1.8.9-2) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.236 Setting up net-tools (2.10-0.1) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.245 Setting up libapparmor1:arm64 (3.0.8-3) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.255 Setting up libsodium23:arm64 (1.0.18-1) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.264 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.273 Setting up libicu72:arm64 (72.1-3) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.282 Setting up libip6tc2:arm64 (1.8.9-2) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.292 Setting up libinih1:arm64 (55-1) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.302 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.312 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.322 Setting up bzip2 (1.0.8-5+b1) ...
17:41:44 [2024-01-23T17:41:44.094Z] #109 9.331 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
17:41:44 [2024-01-23T17:41:44.350Z] #109 9.341 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
17:41:44 [2024-01-23T17:41:44.350Z] #109 9.352 Setting up libcap2-bin (1:2.66-4) ...
17:41:44 [2024-01-23T17:41:44.350Z] #109 9.363 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
17:41:44 [2024-01-23T17:41:44.350Z] #109 9.373 Setting up apparmor (3.0.8-3) ...
17:41:44 [2024-01-23T17:41:44.911Z] #109 9.934 debconf: unable to initialize frontend: Dialog
17:41:44 [2024-01-23T17:41:44.911Z] #109 9.934 debconf: (TERM is not set, so the dialog frontend is not usable.)
17:41:44 [2024-01-23T17:41:44.911Z] #109 9.934 debconf: falling back to frontend: Readline
17:41:44 [2024-01-23T17:41:44.911Z] #109 9.941 debconf: unable to initialize frontend: Readline
17:41:44 [2024-01-23T17:41:44.911Z] #109 9.941 debconf: (This frontend requires a controlling tty.)
17:41:44 [2024-01-23T17:41:44.911Z] #109 9.941 debconf: falling back to frontend: Teletype
17:41:44 [2024-01-23T17:41:44.911Z] #109 10.11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.14 Setting up zip (3.0-13) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.14 Setting up vim-common (2:9.0.1378-2) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.16 Setting up bash-completion (1:2.11-6) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.18 Setting up xz-utils (5.4.1-0.2) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.20 Setting up libmnl0:arm64 (1.0.4-3) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.21 Setting up patch (2.7.6-7) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.22 Setting up sudo (1.9.13p3-1+deb12u1) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.27 invoke-rc.d: could not determine current runlevel
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.27 invoke-rc.d: policy-rc.d denied execution of start.
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.27 Setting up libxtables12:arm64 (1.8.9-2) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.28 Setting up liburcu8:arm64 (0.13.2-1) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.29 Setting up libfdisk1:arm64 (2.38.1-5+b1) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.30 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.31 Setting up pigz (2.6-1) ...
17:41:45 [2024-01-23T17:41:45.167Z] #109 10.32 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.33 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.36 Setting up sgml-base (1.31) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.39 Setting up vim-runtime (2:9.0.1378-2) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.47 Setting up libaio1:arm64 (0.3.113-4) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.48 Setting up libelf1:arm64 (0.188-2.1) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.50 Setting up libjson-c5:arm64 (0.16-2) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.51 Setting up zstd (1.5.4+dfsg2-5) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.52 Setting up libonig5:arm64 (6.9.8-1) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.53 Setting up libbpf1:arm64 (1:1.1.0-1) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.54 Setting up libkmod2:arm64 (30+20221128-1) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.55 Setting up vim (2:9.0.1378-2) ...
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:41:45 [2024-01-23T17:41:45.422Z] #109 10.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.60 Setting up libjq1:arm64 (1.6-2.1) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.61 Setting up iproute2 (6.1.0-3) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.72 debconf: unable to initialize frontend: Dialog
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.72 debconf: (TERM is not set, so the dialog frontend is not usable.)
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.72 debconf: falling back to frontend: Readline
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.72 debconf: unable to initialize frontend: Readline
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.72 debconf: (This frontend requires a controlling tty.)
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.72 debconf: falling back to frontend: Teletype
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.75 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.77 Setting up libnftnl11:arm64 (1.2.4-2) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.78 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.79 Setting up thin-provisioning-tools (0.9.0-2) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.80 Setting up libsystemd-shared:arm64 (252.19-1~deb12u1) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.81 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.82 Setting up jq (1.6-2.1) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.83 Setting up iptables (1.8.9-2) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.84 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.84 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.85 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.85 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.86 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.91 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
17:41:45 [2024-01-23T17:41:45.678Z] #109 10.92 Setting up dmsetup (2:1.02.185-2) ...
17:41:45 [2024-01-23T17:41:45.934Z] #109 10.94 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
17:41:45 [2024-01-23T17:41:45.934Z] #109 10.95 Setting up systemd (252.19-1~deb12u1) ...
17:41:45 [2024-01-23T17:41:45.934Z] #109 10.98 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
17:41:45 [2024-01-23T17:41:45.934Z] #109 10.99 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
17:41:45 [2024-01-23T17:41:45.934Z] #109 10.99 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.00 Initializing machine ID from random generator.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.02 Creating group 'systemd-journal' with GID 998.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.03 Creating group 'systemd-network' with GID 997.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.03 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.07 Setting up systemd-journal-remote (252.19-1~deb12u1) ...
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.09 Creating group 'systemd-journal-remote' with GID 996.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.09 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.11 Setting up xfsprogs (6.1.0-1) ...
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.13 System has not been booted with systemd as init system (PID 1). Can't operate.
17:41:45 [2024-01-23T17:41:45.934Z] #109 11.13 Failed to connect to bus: Host is down
17:41:46 [2024-01-23T17:41:46.189Z] #109 11.13 Processing triggers for libc-bin (2.36-9+deb12u3) ...
17:41:46 [2024-01-23T17:41:46.445Z] #109 DONE 11.7s
17:41:46 [2024-01-23T17:41:46.700Z] 
17:41:46 [2024-01-23T17:41:46.700Z] #110 [dev-base  9/12] 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
17:41:46 [2024-01-23T17:41:46.956Z] #110 0.432 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:41:47 [2024-01-23T17:41:47.211Z] #110 0.436 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:41:47 [2024-01-23T17:41:47.211Z] #110 0.439 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:41:47 [2024-01-23T17:41:47.211Z] #110 DONE 0.5s
17:41:47 [2024-01-23T17:41:47.211Z] 
17:41:47 [2024-01-23T17:41:47.211Z] #111 [dev-base 10/12] 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 --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev             yamllint
17:41:47 [2024-01-23T17:41:47.772Z] #111 0.642 Hit:1 http://deb.debian.org/debian bookworm InRelease
17:41:47 [2024-01-23T17:41:47.772Z] #111 0.642 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
17:41:47 [2024-01-23T17:41:47.772Z] #111 0.642 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
17:41:48 [2024-01-23T17:41:48.698Z] #111 0.861 Reading package lists...
17:41:48 [2024-01-23T17:41:48.954Z] #111 1.467 Reading package lists...
17:41:49 [2024-01-23T17:41:49.209Z] #111 2.054 Building dependency tree...
17:41:49 [2024-01-23T17:41:49.465Z] #111 2.223 Reading state information...
17:41:49 [2024-01-23T17:41:49.465Z] #111 2.452 gcc is already the newest version (4:12.2.0-3).
17:41:49 [2024-01-23T17:41:49.465Z] #111 2.452 pkg-config is already the newest version (1.8.1-1).
17:41:49 [2024-01-23T17:41:49.465Z] #111 2.452 The following additional packages will be installed:
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.453   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.453   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.453   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.453   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.454   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.454   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.455   python3-yaml uuid-dev zlib1g-dev
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.457 Suggested packages:
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.457   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.457   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.457 Recommended packages:
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.457   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.457   liblocale-gettext-perl shared-mime-info xdg-user-dirs
17:41:49 [2024-01-23T17:41:49.720Z] #111 2.763 The following NEW packages will be installed:
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.763   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.763   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.763   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.763   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.764   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.764   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.764   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
17:41:49 [2024-01-23T17:41:49.976Z] #111 2.764   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
17:41:49 [2024-01-23T17:41:49.976Z] #111 3.041 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
17:41:49 [2024-01-23T17:41:49.976Z] #111 3.041 Need to get 11.9 MB of archives.
17:41:49 [2024-01-23T17:41:49.976Z] #111 3.041 After this operation, 53.1 MB of additional disk space will be used.
17:41:49 [2024-01-23T17:41:49.976Z] #111 3.041 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.049 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.056 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.062 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.063 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.064 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.064 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.065 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.065 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.067 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.068 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.070 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.075 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.080 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.084 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.090 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.090 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.091 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.092 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.094 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.096 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.098 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.099 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.100 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.104 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.105 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.105 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.110 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.118 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.118 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.120 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.122 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.19-1~deb12u1 [51.9 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.122 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.122 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.123 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.124 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.125 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
17:41:50 [2024-01-23T17:41:50.232Z] #111 3.278 debconf: delaying package configuration, since apt-utils is not installed
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.318 Fetched 11.9 MB in 0s (33.8 MB/s)
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.339 Selecting previously unselected package libdpkg-perl.
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.339 (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 ... 21022 files and directories currently installed.)
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.351 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.355 Unpacking libdpkg-perl (1.21.22) ...
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.423 Selecting previously unselected package dpkg-dev.
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.425 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.429 Unpacking dpkg-dev (1.21.22) ...
17:41:50 [2024-01-23T17:41:50.488Z] #111 3.549 Selecting previously unselected package libglib2.0-0:arm64.
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.551 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.558 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.680 Selecting previously unselected package libgirepository-1.0-1:arm64.
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.683 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.686 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.718 Selecting previously unselected package gir1.2-glib-2.0:arm64.
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.721 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.724 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.763 Selecting previously unselected package libsecret-common.
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.765 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.768 Unpacking libsecret-common (0.20.5-3) ...
17:41:50 [2024-01-23T17:41:50.743Z] #111 3.816 Selecting previously unselected package libsecret-1-0:arm64.
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.819 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.822 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.858 Selecting previously unselected package gir1.2-secret-1:arm64.
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.860 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.864 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.898 Selecting previously unselected package libapparmor-dev:arm64.
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.901 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.904 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.942 Selecting previously unselected package uuid-dev:arm64.
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.944 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.948 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.979 Selecting previously unselected package libblkid-dev:arm64.
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.982 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 3.985 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 4.026 Selecting previously unselected package libffi-dev:arm64.
17:41:50 [2024-01-23T17:41:50.999Z] #111 4.028 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 4.031 Unpacking libffi-dev:arm64 (3.4.4-1) ...
17:41:50 [2024-01-23T17:41:50.999Z] #111 4.064 Selecting previously unselected package libgpg-error-dev.
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.067 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.070 Unpacking libgpg-error-dev (1.46-1) ...
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.106 Selecting previously unselected package libgcrypt20-dev.
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.108 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.111 Unpacking libgcrypt20-dev (1.10.1-3) ...
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.178 Selecting previously unselected package libglib2.0-data.
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.181 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.184 Unpacking libglib2.0-data (2.74.6-2) ...
17:41:51 [2024-01-23T17:41:51.254Z] #111 4.314 Selecting previously unselected package libglib2.0-bin.
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.316 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.319 Unpacking libglib2.0-bin (2.74.6-2) ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.361 Selecting previously unselected package python3-lib2to3.
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.363 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.366 Unpacking python3-lib2to3 (3.11.2-3) ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.406 Selecting previously unselected package python3-distutils.
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.408 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.412 Unpacking python3-distutils (3.11.2-3) ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.451 Selecting previously unselected package libglib2.0-dev-bin.
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.454 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.457 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.496 Selecting previously unselected package libsepol-dev:arm64.
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.499 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.502 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
17:41:51 [2024-01-23T17:41:51.510Z] #111 4.561 Selecting previously unselected package libpcre2-16-0:arm64.
17:41:51 [2024-01-23T17:41:51.766Z] #111 4.563 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
17:41:51 [2024-01-23T17:41:51.766Z] #111 4.566 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
17:41:51 [2024-01-23T17:41:51.766Z] #111 4.612 Selecting previously unselected package libpcre2-32-0:arm64.
17:41:51 [2024-01-23T17:41:51.766Z] #111 4.614 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
17:41:51 [2024-01-23T17:41:51.766Z] #111 4.618 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
17:41:51 [2024-01-23T17:41:51.766Z] #111 4.765 Selecting previously unselected package libpcre2-posix3:arm64.
17:41:52 [2024-01-23T17:41:52.021Z] #111 4.767 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.021Z] #111 4.771 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.802 Selecting previously unselected package libpcre2-dev:arm64.
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.804 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.808 Unpacking libpcre2-dev:arm64 (10.42-1) ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.885 Selecting previously unselected package libselinux1-dev:arm64.
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.888 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.891 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.946 Selecting previously unselected package libmount-dev:arm64.
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.949 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.952 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.982 Selecting previously unselected package zlib1g-dev:arm64.
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.984 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.022Z] #111 4.987 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.037 Selecting previously unselected package libglib2.0-dev:arm64.
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.039 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.043 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.206 Selecting previously unselected package libseccomp-dev:arm64.
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.209 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.212 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.249 Selecting previously unselected package libsecret-1-dev:arm64.
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.252 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.255 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
17:41:52 [2024-01-23T17:41:52.277Z] #111 5.329 Selecting previously unselected package libsystemd-dev:arm64.
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.332 Preparing to unpack .../30-libsystemd-dev_252.19-1~deb12u1_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.335 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.432 Selecting previously unselected package libudev-dev:arm64.
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.435 Preparing to unpack .../31-libudev-dev_252.19-1~deb12u1_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.438 Unpacking libudev-dev:arm64 (252.19-1~deb12u1) ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.479 Selecting previously unselected package libyaml-0-2:arm64.
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.481 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.486 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.521 Selecting previously unselected package python3-pathspec.
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.523 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.527 Unpacking python3-pathspec (0.11.0-1) ...
17:41:52 [2024-01-23T17:41:52.533Z] #111 5.559 Selecting previously unselected package python3-pkg-resources.
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.562 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.565 Unpacking python3-pkg-resources (66.1.1-1) ...
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.619 Selecting previously unselected package python3-yaml.
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.621 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.624 Unpacking python3-yaml (6.0-3+b2) ...
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.664 Selecting previously unselected package yamllint.
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.667 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.670 Unpacking yamllint (1.29.0-1) ...
17:41:52 [2024-01-23T17:41:52.788Z] #111 5.719 Setting up python3-pkg-resources (66.1.1-1) ...
17:41:53 [2024-01-23T17:41:53.044Z] #111 5.971 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 5.981 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 5.990 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.001 No schema files found: doing nothing.
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.007 Setting up python3-yaml (6.0-3+b2) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.161 Setting up libffi-dev:arm64 (3.4.4-1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.170 Setting up libpcre2-16-0:arm64 (10.42-1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.179 Setting up libpcre2-32-0:arm64 (10.42-1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.189 Setting up libglib2.0-data (2.74.6-2) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.198 Setting up libgpg-error-dev (1.46-1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.207 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.218 Setting up libudev-dev:arm64 (252.19-1~deb12u1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.227 Setting up libsepol-dev:arm64 (3.4-2.1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.238 Setting up libdpkg-perl (1.21.22) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.248 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.258 Setting up libpcre2-posix3:arm64 (10.42-1) ...
17:41:53 [2024-01-23T17:41:53.299Z] #111 6.269 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
17:41:53 [2024-01-23T17:41:53.555Z] #111 6.279 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
17:41:53 [2024-01-23T17:41:53.555Z] #111 6.288 Setting up python3-pathspec (0.11.0-1) ...
17:41:53 [2024-01-23T17:41:53.555Z] #111 6.416 Setting up python3-lib2to3 (3.11.2-3) ...
17:41:53 [2024-01-23T17:41:53.555Z] #111 6.525 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
17:41:53 [2024-01-23T17:41:53.811Z] #111 6.535 Setting up libsecret-common (0.20.5-3) ...
17:41:53 [2024-01-23T17:41:53.811Z] #111 6.545 Setting up python3-distutils (3.11.2-3) ...
17:41:53 [2024-01-23T17:41:53.811Z] #111 6.676 Setting up libglib2.0-dev-bin (2.74.6-2) ...
17:41:53 [2024-01-23T17:41:53.811Z] #111 6.831 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
17:41:54 [2024-01-23T17:41:54.066Z] #111 6.843 Setting up libpcre2-dev:arm64 (10.42-1) ...
17:41:54 [2024-01-23T17:41:54.066Z] #111 6.853 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
17:41:54 [2024-01-23T17:41:54.066Z] #111 6.862 Setting up libglib2.0-bin (2.74.6-2) ...
17:41:54 [2024-01-23T17:41:54.066Z] #111 6.873 Setting up dpkg-dev (1.21.22) ...
17:41:54 [2024-01-23T17:41:54.066Z] #111 6.889 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
17:41:54 [2024-01-23T17:41:54.066Z] #111 6.898 Setting up yamllint (1.29.0-1) ...
17:41:54 [2024-01-23T17:41:54.066Z] #111 7.042 Setting up libgcrypt20-dev (1.10.1-3) ...
17:41:54 [2024-01-23T17:41:54.322Z] #111 7.051 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
17:41:54 [2024-01-23T17:41:54.322Z] #111 7.061 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
17:41:54 [2024-01-23T17:41:54.322Z] #111 7.071 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
17:41:54 [2024-01-23T17:41:54.322Z] #111 7.081 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
17:41:54 [2024-01-23T17:41:54.322Z] #111 7.090 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
17:41:54 [2024-01-23T17:41:54.322Z] #111 7.101 Processing triggers for libc-bin (2.36-9+deb12u3) ...
17:41:54 [2024-01-23T17:41:54.322Z] #111 DONE 7.3s
17:41:54 [2024-01-23T17:41:54.578Z] 
17:41:54 [2024-01-23T17:41:54.578Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
17:41:54 [2024-01-23T17:41:54.578Z] #112 DONE 0.1s
17:41:54 [2024-01-23T17:41:54.833Z] 
17:41:54 [2024-01-23T17:41:54.833Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
17:41:54 [2024-01-23T17:41:54.833Z] #113 DONE 0.1s
17:41:54 [2024-01-23T17:41:54.833Z] 
17:41:54 [2024-01-23T17:41:54.833Z] #114 [dev 1/1] COPY --link . .
17:41:55 [2024-01-23T17:41:55.760Z] #114 DONE 1.1s
17:41:55 [2024-01-23T17:41:55.760Z] 
17:41:55 [2024-01-23T17:41:55.760Z] #115 exporting to image
17:41:55 [2024-01-23T17:41:55.760Z] #115 exporting layers
17:41:56 [2024-01-23T17:41:56.686Z] #115 exporting layers 1.0s done
17:41:56 [2024-01-23T17:41:56.942Z] #115 writing image sha256:38b37565186abc9466875ec0660a4fec18310706afdd591d1d99d36843251c47 done
17:41:56 [2024-01-23T17:41:56.942Z] #115 naming to docker.io/library/docker:5f155c7452ccfc0cb64cb2b0156fce067833b133 done
17:41:56 [2024-01-23T17:41:56.942Z] #115 DONE 1.0s