Skip to content

Console Output

Skipping 134 KB.. Full Log
bles
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26 
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26 USAGE:
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    go-winres [global options] command [command options] [arguments...]
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26 
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26 COMMANDS:
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    init     Create an initial ./winres/winres.json
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    make     Make syso files for the "go build" command
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    simply   Make syso files for the "go build" command (simplified)
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    extract  Extract all resources from an executable
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    patch    Replace resources in an executable file (exe, dll)
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    help, h  Shows a list of commands or help for one command
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26 
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26 GLOBAL OPTIONS:
21:59:25 [2024-03-05T21:59:25.069Z] #59 22.26    --help, -h  show help (default: false)
21:59:25 [2024-03-05T21:59:25.069Z] #59 DONE 22.4s
21:59:25 [2024-03-05T21:59:25.069Z] 
21:59:25 [2024-03-05T21:59:25.069Z] #36 [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
21:59:25 [2024-03-05T21:59:25.069Z] #36 22.05 Selecting previously unselected package libselinux1-dev:arm64.
21:59:25 [2024-03-05T21:59:25.069Z] #36 22.05 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
21:59:25 [2024-03-05T21:59:25.069Z] #36 22.07 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
21:59:25 [2024-03-05T21:59:25.069Z] #36 22.20 Selecting previously unselected package libmount-dev:arm64.
21:59:25 [2024-03-05T21:59:25.069Z] #36 22.20 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
21:59:25 [2024-03-05T21:59:25.069Z] #36 22.20 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
21:59:25 [2024-03-05T21:59:25.332Z] #36 22.31 Selecting previously unselected package zlib1g-dev:arm64.
21:59:25 [2024-03-05T21:59:25.332Z] #36 22.32 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
21:59:25 [2024-03-05T21:59:25.332Z] #36 22.33 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
21:59:25 [2024-03-05T21:59:25.604Z] #36 22.50 Selecting previously unselected package libglib2.0-dev:arm64.
21:59:25 [2024-03-05T21:59:25.604Z] #36 22.50 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
21:59:25 [2024-03-05T21:59:25.604Z] #36 22.52 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
21:59:25 [2024-03-05T21:59:25.604Z] #36 ...
21:59:25 [2024-03-05T21:59:25.604Z] 
21:59:25 [2024-03-05T21:59:25.604Z] #67 [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 v26.0.0-rc1 https://github.com/docker/cli.git /build      && /build/docker --version
21:59:25 [2024-03-05T21:59:25.604Z] #67 12.78 Building static docker-linux-arm64
21:59:25 [2024-03-05T21:59:25.604Z] #67 12.79 + go build -o /build/docker-linux-arm64 -tags  -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=eb306df1" -X "github.com/docker/cli/cli/version.BuildTime=2024-03-05T21:59:15Z" -X "github.com/docker/cli/cli/version.Version=26.0.0-rc1" github.com/docker/cli/cmd/docker
21:59:25 [2024-03-05T21:59:25.875Z] #67 ...
21:59:25 [2024-03-05T21:59:25.875Z] 
21:59:25 [2024-03-05T21:59:25.875Z] #72 [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
21:59:25 [2024-03-05T21:59:25.875Z] #72 1.113 Hit:1 http://deb.debian.org/debian bookworm InRelease
21:59:25 [2024-03-05T21:59:25.875Z] #72 1.114 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
21:59:25 [2024-03-05T21:59:25.875Z] #72 1.114 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
21:59:27 [2024-03-05T21:59:27.072Z] #72 1.992 Reading package lists...
21:59:27 [2024-03-05T21:59:27.072Z] #72 2.815 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
21:59:27 [2024-03-05T21:59:27.995Z] #72 2.837 Reading package lists...
21:59:28 [2024-03-05T21:59:28.250Z] #72 3.772 Building dependency tree...
21:59:28 [2024-03-05T21:59:28.250Z] #72 4.035 Reading state information...
21:59:28 [2024-03-05T21:59:28.505Z] #72 ...
21:59:28 [2024-03-05T21:59:28.505Z] 
21:59:28 [2024-03-05T21:59:28.505Z] #73 [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...)
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.690 go: downloading github.com/Masterminds/semver/v3 v3.2.1
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.734 go: downloading github.com/urfave/cli/v2 v2.27.1
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.769 go: downloading github.com/containernetworking/plugins v1.4.0
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.817 go: downloading golang.org/x/sys v0.16.0
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.876 go: downloading github.com/google/uuid v1.6.0
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.877 go: downloading github.com/moby/vpnkit v0.5.0
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.940 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:59:28 [2024-03-05T21:59:28.505Z] #73 1.943 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
21:59:28 [2024-03-05T21:59:28.505Z] #73 2.815 go: downloading github.com/gorilla/mux v1.8.1
21:59:28 [2024-03-05T21:59:28.505Z] #73 2.818 go: downloading github.com/moby/sys/mountinfo v0.7.1
21:59:28 [2024-03-05T21:59:28.505Z] #73 3.172 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
21:59:28 [2024-03-05T21:59:28.505Z] #73 3.205 go: downloading golang.org/x/net v0.17.0
21:59:28 [2024-03-05T21:59:28.505Z] #73 3.537 go: downloading github.com/josharian/native v1.1.0
21:59:28 [2024-03-05T21:59:28.505Z] #73 3.564 go: downloading github.com/pierrec/lz4/v4 v4.1.17
21:59:28 [2024-03-05T21:59:28.505Z] #73 3.942 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
21:59:28 [2024-03-05T21:59:28.505Z] #73 3.943 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
21:59:28 [2024-03-05T21:59:28.505Z] #73 ...
21:59:28 [2024-03-05T21:59:28.505Z] 
21:59:28 [2024-03-05T21:59:28.505Z] #36 [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
21:59:28 [2024-03-05T21:59:28.505Z] #36 23.55 Selecting previously unselected package libsecret-1-dev:arm64.
21:59:28 [2024-03-05T21:59:28.505Z] #36 23.55 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 23.63 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.11 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.18 No schema files found: doing nothing.
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.20 Setting up libffi-dev:arm64 (3.4.4-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.26 Setting up libpcre2-16-0:arm64 (10.42-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.29 Setting up libbtrfs0:arm64 (6.2-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.36 Setting up libpcre2-32-0:arm64 (10.42-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.38 Setting up libglib2.0-data (2.74.6-2) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.40 Setting up libgpg-error-dev (1.46-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.42 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.43 Setting up libsepol-dev:arm64 (3.4-2.1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.44 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.45 Setting up libpcre2-posix3:arm64 (10.42-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.47 Setting up libbtrfs-dev:arm64 (6.2-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.48 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.50 Setting up python3-lib2to3 (3.11.2-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.70 Setting up libelf1:arm64 (0.188-2.1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.73 Setting up libsecret-common (0.20.5-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 24.78 Setting up python3-distutils (3.11.2-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.09 Setting up libglib2.0-dev-bin (2.74.6-2) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.45 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.56 Setting up libpcre2-dev:arm64 (10.42-1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.59 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.62 Setting up libglib2.0-bin (2.74.6-2) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.65 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.66 Setting up libgcrypt20-dev (1.10.1-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.69 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.72 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
21:59:28 [2024-03-05T21:59:28.505Z] #36 25.74 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
21:59:28 [2024-03-05T21:59:28.760Z] #36 25.79 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
21:59:28 [2024-03-05T21:59:28.760Z] #36 25.81 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
21:59:28 [2024-03-05T21:59:28.760Z] #36 25.85 Processing triggers for libc-bin (2.36-9+deb12u4) ...
21:59:28 [2024-03-05T21:59:28.760Z] #36 ...
21:59:28 [2024-03-05T21:59:28.760Z] 
21:59:28 [2024-03-05T21:59:28.760Z] #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...)
21:59:29 [2024-03-05T21:59:29.015Z] #74 ...
21:59:29 [2024-03-05T21:59:29.015Z] 
21:59:29 [2024-03-05T21:59:29.015Z] #72 [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
21:59:29 [2024-03-05T21:59:29.015Z] #72 4.529 gcc is already the newest version (4:12.2.0-3).
21:59:29 [2024-03-05T21:59:29.015Z] #72 4.529 libc6-dev is already the newest version (2.36-9+deb12u4).
21:59:29 [2024-03-05T21:59:29.015Z] #72 4.529 pkg-config is already the newest version (1.8.1-1).
21:59:29 [2024-03-05T21:59:29.015Z] #72 4.529 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
21:59:29 [2024-03-05T21:59:29.015Z] #72 DONE 4.8s
21:59:29 [2024-03-05T21:59:29.015Z] 
21:59:29 [2024-03-05T21:59:29.015Z] #75 [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...)
21:59:29 [2024-03-05T21:59:29.015Z] #75 ...
21:59:29 [2024-03-05T21:59:29.015Z] 
21:59:29 [2024-03-05T21:59:29.015Z] #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...)
21:59:29 [2024-03-05T21:59:29.270Z] #76 ...
21:59:29 [2024-03-05T21:59:29.270Z] 
21:59:29 [2024-03-05T21:59:29.270Z] #36 [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
21:59:29 [2024-03-05T21:59:29.270Z] #36 DONE 26.3s
21:59:29 [2024-03-05T21:59:29.270Z] 
21:59:29 [2024-03-05T21:59:29.270Z] #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...)
21:59:29 [2024-03-05T21:59:29.829Z] #77 ...
21:59:29 [2024-03-05T21:59:29.829Z] 
21:59:29 [2024-03-05T21:59:29.829Z] #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...)
21:59:29 [2024-03-05T21:59:29.829Z] #78 1.581 go build -trimpath -buildmode=pie  -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.12-0-g51d5e94 -X main.version=1.1.12 -linkmode external -extldflags --static-pie " -o runc .
21:59:29 [2024-03-05T21:59:29.829Z] #78 ...
21:59:29 [2024-03-05T21:59:29.829Z] 
21:59:29 [2024-03-05T21:59:29.829Z] #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...)
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839   Compatibility with CMake < 2.8.12 will be removed from a future version of
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839   CMake.
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839 
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839   Update the VERSION argument <min> value or use a ...<max> suffix to tell
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839   CMake that the project does not need compatibility with older versions.
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839 
21:59:29 [2024-03-05T21:59:29.829Z] #76 0.839 
21:59:29 [2024-03-05T21:59:29.829Z] #76 1.007 -- The C compiler identification is GNU 12.2.0
21:59:30 [2024-03-05T21:59:30.084Z] #76 1.029 -- Detecting C compiler ABI info
21:59:30 [2024-03-05T21:59:30.084Z] #76 1.281 -- Detecting C compiler ABI info - done
21:59:30 [2024-03-05T21:59:30.339Z] #76 1.336 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
21:59:30 [2024-03-05T21:59:30.339Z] #76 1.361 -- Detecting C compile features
21:59:30 [2024-03-05T21:59:30.339Z] #76 1.367 -- Detecting C compile features - done
21:59:30 [2024-03-05T21:59:30.339Z] #76 1.379 -- Performing Test HAS_BUILTIN_FORTIFY
21:59:30 [2024-03-05T21:59:30.339Z] #76 1.532 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:59:30 [2024-03-05T21:59:30.594Z] #76 1.579 -- Configuring done
21:59:30 [2024-03-05T21:59:30.594Z] #76 1.584 -- Generating done
21:59:30 [2024-03-05T21:59:30.594Z] #76 1.602 -- Build files have been written to: /go/src/github.com/krallin/tini
21:59:30 [2024-03-05T21:59:30.594Z] #76 1.726 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:59:31 [2024-03-05T21:59:31.153Z] #76 2.221 [100%] Linking C executable tini-static
21:59:31 [2024-03-05T21:59:31.408Z] #76 2.415 [100%] Built target tini-static
21:59:33 [2024-03-05T21:59:33.918Z] #76 DONE 4.7s
21:59:33 [2024-03-05T21:59:33.918Z] 
21:59:33 [2024-03-05T21:59:33.918Z] #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...)
21:59:33 [2024-03-05T21:59:33.918Z] #77 3.519 + bin/ctr
21:59:33 [2024-03-05T21:59:33.918Z] #77 3.520 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
21:59:34 [2024-03-05T21:59:34.842Z] #77 ...
21:59:34 [2024-03-05T21:59:34.842Z] 
21:59:34 [2024-03-05T21:59:34.842Z] #79 [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
21:59:34 [2024-03-05T21:59:34.842Z] #79 0.504 Cloning into '/tmp/crun-build'...
21:59:34 [2024-03-05T21:59:34.842Z] #79 2.286 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
21:59:34 [2024-03-05T21:59:34.842Z] #79 2.297 Cloning into '/tmp/crun-build/libocispec'...
21:59:34 [2024-03-05T21:59:34.842Z] #79 2.650 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
21:59:34 [2024-03-05T21:59:34.842Z] #79 2.651 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
21:59:34 [2024-03-05T21:59:34.842Z] #79 2.652 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
21:59:34 [2024-03-05T21:59:34.842Z] #79 2.653 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
21:59:34 [2024-03-05T21:59:34.842Z] #79 2.658 Cloning into '/tmp/crun-build/libocispec/image-spec'...
21:59:34 [2024-03-05T21:59:34.842Z] #79 3.278 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
21:59:34 [2024-03-05T21:59:34.842Z] #79 3.810 Cloning into '/tmp/crun-build/libocispec/yajl'...
21:59:34 [2024-03-05T21:59:34.842Z] #79 4.285 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
21:59:34 [2024-03-05T21:59:34.842Z] #79 4.304 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
21:59:34 [2024-03-05T21:59:34.842Z] #79 4.318 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
21:59:34 [2024-03-05T21:59:34.842Z] #79 10.18 aclocal: warning: couldn't open directory 'm4': No such file or directory
21:59:35 [2024-03-05T21:59:35.097Z] #79 ...
21:59:35 [2024-03-05T21:59:35.097Z] 
21:59:35 [2024-03-05T21:59:35.097Z] #66 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
21:59:35 [2024-03-05T21:59:35.097Z] #66 32.48 gotestsum version dev
21:59:36 [2024-03-05T21:59:36.025Z] #66 DONE 33.3s
21:59:36 [2024-03-05T21:59:36.025Z] 
21:59:36 [2024-03-05T21:59:36.025Z] #75 [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...)
21:59:39 [2024-03-05T21:59:39.282Z] #75 ...
21:59:39 [2024-03-05T21:59:39.282Z] 
21:59:39 [2024-03-05T21:59:39.282Z] #79 [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
21:59:39 [2024-03-05T21:59:39.282Z] #79 14.68 libtoolize: putting auxiliary files in '.'.
21:59:39 [2024-03-05T21:59:39.537Z] #79 14.68 libtoolize: copying file './ltmain.sh'
21:59:40 [2024-03-05T21:59:40.097Z] #79 15.47 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
21:59:40 [2024-03-05T21:59:40.351Z] #79 15.47 libtoolize: and rerunning libtoolize and aclocal.
21:59:40 [2024-03-05T21:59:40.351Z] #79 15.47 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
21:59:43 [2024-03-05T21:59:43.609Z] #79 18.45 configure.ac:7: installing './compile'
21:59:43 [2024-03-05T21:59:43.609Z] #79 18.46 configure.ac:11: installing './config.guess'
21:59:43 [2024-03-05T21:59:43.609Z] #79 18.46 configure.ac:11: installing './config.sub'
21:59:43 [2024-03-05T21:59:43.609Z] #79 18.47 configure.ac:8: installing './install-sh'
21:59:43 [2024-03-05T21:59:43.609Z] #79 18.47 configure.ac:8: installing './missing'
21:59:43 [2024-03-05T21:59:43.609Z] #79 18.50 Makefile.am: installing './depcomp'
21:59:43 [2024-03-05T21:59:43.609Z] #79 19.01 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
21:59:43 [2024-03-05T21:59:43.864Z] #79 19.01 libtoolize: copying file 'build-aux/ltmain.sh'
21:59:43 [2024-03-05T21:59:43.864Z] #79 19.19 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
21:59:44 [2024-03-05T21:59:44.119Z] #79 19.19 libtoolize: copying file 'm4/libtool.m4'
21:59:44 [2024-03-05T21:59:44.119Z] #79 19.34 libtoolize: copying file 'm4/ltoptions.m4'
21:59:44 [2024-03-05T21:59:44.374Z] #79 19.43 libtoolize: copying file 'm4/ltsugar.m4'
21:59:44 [2024-03-05T21:59:44.374Z] #79 19.59 libtoolize: copying file 'm4/ltversion.m4'
21:59:44 [2024-03-05T21:59:44.374Z] #79 19.71 libtoolize: copying file 'm4/lt~obsolete.m4'
21:59:44 [2024-03-05T21:59:44.629Z] #79 19.83 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
21:59:47 [2024-03-05T21:59:47.137Z] #79 22.31 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
21:59:47 [2024-03-05T21:59:47.137Z] #79 22.31 configure.ac:3: You should run autoupdate.
21:59:47 [2024-03-05T21:59:47.137Z] #79 22.31 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
21:59:47 [2024-03-05T21:59:47.137Z] #79 22.31 configure.ac:3: the top level
21:59:49 [2024-03-05T21:59:49.020Z] #79 24.32 configure.ac:7: installing 'build-aux/compile'
21:59:49 [2024-03-05T21:59:49.274Z] #79 24.33 configure.ac:9: installing 'build-aux/config.guess'
21:59:49 [2024-03-05T21:59:49.274Z] #79 24.33 configure.ac:9: installing 'build-aux/config.sub'
21:59:49 [2024-03-05T21:59:49.274Z] #79 24.33 configure.ac:11: installing 'build-aux/install-sh'
21:59:49 [2024-03-05T21:59:49.274Z] #79 24.34 configure.ac:11: installing 'build-aux/missing'
21:59:49 [2024-03-05T21:59:49.274Z] #79 24.49 Makefile.am: installing 'build-aux/depcomp'
21:59:49 [2024-03-05T21:59:49.274Z] #79 24.56 parallel-tests: installing 'build-aux/test-driver'
21:59:50 [2024-03-05T21:59:50.635Z] #79 25.86 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
21:59:50 [2024-03-05T21:59:50.635Z] #79 25.87 libtoolize: copying file 'build-aux/ltmain.sh'
21:59:50 [2024-03-05T21:59:50.890Z] #79 26.30 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
21:59:51 [2024-03-05T21:59:51.145Z] #79 26.30 libtoolize: copying file 'm4/libtool.m4'
21:59:51 [2024-03-05T21:59:51.145Z] #79 26.38 libtoolize: copying file 'm4/ltoptions.m4'
21:59:51 [2024-03-05T21:59:51.145Z] #79 26.58 libtoolize: copying file 'm4/ltsugar.m4'
21:59:51 [2024-03-05T21:59:51.399Z] #79 26.72 libtoolize: copying file 'm4/ltversion.m4'
21:59:51 [2024-03-05T21:59:51.655Z] #79 26.86 libtoolize: copying file 'm4/lt~obsolete.m4'
21:59:56 [2024-03-05T21:59:56.889Z] #79 32.17 configure.ac:11: installing 'build-aux/compile'
21:59:56 [2024-03-05T21:59:56.889Z] #79 32.17 configure.ac:11: installing 'build-aux/config.guess'
21:59:56 [2024-03-05T21:59:56.889Z] #79 32.18 configure.ac:11: installing 'build-aux/config.sub'
21:59:56 [2024-03-05T21:59:56.889Z] #79 32.18 configure.ac:13: installing 'build-aux/install-sh'
21:59:56 [2024-03-05T21:59:56.889Z] #79 32.18 configure.ac:13: installing 'build-aux/missing'
21:59:56 [2024-03-05T21:59:56.889Z] #79 32.19 configure.ac:8: installing 'build-aux/tap-driver.sh'
21:59:56 [2024-03-05T21:59:56.889Z] #79 32.32 Makefile.am: installing 'build-aux/depcomp'
21:59:58 [2024-03-05T21:59:58.070Z] #79 33.15 checking build system type... aarch64-unknown-linux-gnu
21:59:58 [2024-03-05T21:59:58.070Z] #79 33.30 checking host system type... aarch64-unknown-linux-gnu
21:59:58 [2024-03-05T21:59:58.070Z] #79 33.31 checking how to print strings... printf
21:59:58 [2024-03-05T21:59:58.070Z] #79 33.31 checking for gcc... gcc
21:59:58 [2024-03-05T21:59:58.325Z] #79 33.47 checking whether the C compiler works... yes
21:59:58 [2024-03-05T21:59:58.580Z] #79 33.61 checking for C compiler default output file name... a.out
21:59:58 [2024-03-05T21:59:58.580Z] #79 33.61 checking for suffix of executables... 
21:59:58 [2024-03-05T21:59:58.580Z] #79 33.70 checking whether we are cross compiling... no
21:59:58 [2024-03-05T21:59:58.580Z] #79 33.82 checking for suffix of object files... o
21:59:58 [2024-03-05T21:59:58.580Z] #79 33.86 checking whether the compiler supports GNU C... yes
21:59:58 [2024-03-05T21:59:58.580Z] #79 33.90 checking whether gcc accepts -g... yes
21:59:58 [2024-03-05T21:59:58.836Z] #79 33.99 checking for gcc option to enable C11 features... none needed
21:59:58 [2024-03-05T21:59:58.836Z] #79 34.15 checking whether gcc understands -c and -o together... yes
21:59:58 [2024-03-05T21:59:58.836Z] #79 34.22 checking for a sed that does not truncate output... /usr/bin/sed
21:59:58 [2024-03-05T21:59:58.836Z] #79 34.23 checking for grep that handles long lines and -e... /usr/bin/grep
21:59:58 [2024-03-05T21:59:58.836Z] #79 34.24 checking for egrep... /usr/bin/grep -E
21:59:59 [2024-03-05T21:59:59.090Z] #79 34.26 checking for fgrep... /usr/bin/grep -F
21:59:59 [2024-03-05T21:59:59.090Z] #79 34.26 checking for ld used by gcc... /usr/bin/ld
21:59:59 [2024-03-05T21:59:59.090Z] #79 34.28 checking if the linker (/usr/bin/ld) is GNU ld... yes
21:59:59 [2024-03-05T21:59:59.090Z] #79 34.29 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
21:59:59 [2024-03-05T21:59:59.090Z] #79 34.31 checking the name lister (/usr/bin/nm -B) interface... BSD nm
21:59:59 [2024-03-05T21:59:59.090Z] #79 34.35 checking whether ln -s works... yes
21:59:59 [2024-03-05T21:59:59.090Z] #79 34.35 checking the maximum length of command line arguments... 1572864
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.40 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.40 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.40 checking for /usr/bin/ld option to reload object files... -r
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.40 checking for file... file
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.41 checking for objdump... objdump
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.41 checking how to recognize dependent libraries... pass_all
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.41 checking for dlltool... no
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.41 checking how to associate runtime and link libraries... printf %s\n
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.41 checking for ar... ar
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.41 checking for archiver @FILE support... @
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.57 checking for strip... strip
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.57 checking for ranlib... ranlib
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.58 checking for gawk... no
21:59:59 [2024-03-05T21:59:59.345Z] #79 34.58 checking for mawk... mawk
21:59:59 [2024-03-05T21:59:59.599Z] #79 34.58 checking command to parse /usr/bin/nm -B output from gcc object... ok
21:59:59 [2024-03-05T21:59:59.600Z] #79 34.85 checking for sysroot... no
21:59:59 [2024-03-05T21:59:59.600Z] #79 34.85 checking for a working dd... /usr/bin/dd
21:59:59 [2024-03-05T21:59:59.600Z] #79 34.89 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
21:59:59 [2024-03-05T21:59:59.600Z] #79 34.90 checking for mt... no
21:59:59 [2024-03-05T21:59:59.600Z] #79 34.91 checking if : is a manifest tool... no
21:59:59 [2024-03-05T21:59:59.600Z] #79 34.92 checking for stdio.h... yes
21:59:59 [2024-03-05T21:59:59.854Z] #79 35.01 checking for stdlib.h... yes
21:59:59 [2024-03-05T21:59:59.854Z] #79 35.12 checking for string.h... yes
22:00:00 [2024-03-05T22:00:00.109Z] #79 35.25 checking for inttypes.h... yes
22:00:00 [2024-03-05T22:00:00.109Z] #79 35.31 checking for stdint.h... yes
22:00:00 [2024-03-05T22:00:00.363Z] #79 35.42 checking for strings.h... yes
22:00:00 [2024-03-05T22:00:00.363Z] #79 35.57 checking for sys/stat.h... yes
22:00:00 [2024-03-05T22:00:00.363Z] #79 35.63 checking for sys/types.h... yes
22:00:00 [2024-03-05T22:00:00.618Z] #79 35.71 checking for unistd.h... yes
22:00:00 [2024-03-05T22:00:00.618Z] #79 35.81 checking for dlfcn.h... yes
22:00:00 [2024-03-05T22:00:00.618Z] #79 35.86 checking for objdir... .libs
22:00:00 [2024-03-05T22:00:00.873Z] #79 36.13 checking if gcc supports -fno-rtti -fno-exceptions... no
22:00:01 [2024-03-05T22:00:01.128Z] #79 36.24 checking for gcc option to produce PIC... -fPIC -DPIC
22:00:01 [2024-03-05T22:00:01.128Z] #79 36.24 checking if gcc PIC flag -fPIC -DPIC works... yes
22:00:01 [2024-03-05T22:00:01.128Z] #79 36.35 checking if gcc static flag -static works... yes
22:00:01 [2024-03-05T22:00:01.383Z] #79 36.56 checking if gcc supports -c -o file.o... yes
22:00:01 [2024-03-05T22:00:01.637Z] #79 36.72 checking if gcc supports -c -o file.o... (cached) yes
22:00:01 [2024-03-05T22:00:01.637Z] #79 36.72 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:00:01 [2024-03-05T22:00:01.637Z] #79 36.77 checking dynamic linker characteristics... GNU/Linux ld.so
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.05 checking how to hardcode library paths into programs... immediate
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.05 checking whether stripping libraries is possible... yes
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.06 checking if libtool supports shared libraries... yes
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.06 checking whether to build shared libraries... no
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.06 checking whether to build static libraries... yes
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.06 checking for a BSD-compatible install... /usr/bin/install -c
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.12 checking whether build environment is sane... yes
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.15 checking for a race-free mkdir -p... /usr/bin/mkdir -p
22:00:01 [2024-03-05T22:00:01.892Z] #79 37.17 checking whether make sets $(MAKE)... yes
22:00:02 [2024-03-05T22:00:02.148Z] #79 37.25 checking whether make supports the include directive... yes (GNU style)
22:00:02 [2024-03-05T22:00:02.148Z] #79 37.29 checking whether make supports nested variables... yes
22:00:02 [2024-03-05T22:00:02.148Z] #79 37.34 checking whether UID '0' is supported by ustar format... yes
22:00:02 [2024-03-05T22:00:02.148Z] #79 37.34 checking whether GID '0' is supported by ustar format... yes
22:00:02 [2024-03-05T22:00:02.148Z] #79 37.34 checking how to create a ustar tar archive... gnutar
22:00:02 [2024-03-05T22:00:02.148Z] #79 37.39 checking dependency style of gcc... gcc3
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.50 checking whether to enable maintainer-specific portions of Makefiles... yes
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.51 checking whether make supports nested variables... (cached) yes
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.51 checking for gawk... (cached) mawk
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.51 checking for a sed that does not truncate output... (cached) /usr/bin/sed
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.51 checking for gcc... (cached) gcc
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.65 checking whether the compiler supports GNU C... (cached) yes
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.65 checking whether gcc accepts -g... (cached) yes
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.65 checking for gcc option to enable C11 features... (cached) none needed
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.65 checking whether gcc understands -c and -o together... (cached) yes
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.65 checking for a Python interpreter with version >= 3... python3
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.69 checking for python3... /usr/bin/python3
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.70 checking for python3 version... 3.11
22:00:02 [2024-03-05T22:00:02.424Z] #79 37.72 checking for python3 platform... linux
22:00:02 [2024-03-05T22:00:02.679Z] #79 37.76 checking for GNU default python3 prefix... ${prefix}
22:00:02 [2024-03-05T22:00:02.679Z] #79 37.76 checking for GNU default python3 exec_prefix... ${exec_prefix}
22:00:02 [2024-03-05T22:00:02.679Z] #79 37.76 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
22:00:02 [2024-03-05T22:00:02.679Z] #79 37.83 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
22:00:02 [2024-03-05T22:00:02.679Z] #79 37.91 checking for go-md2man... no
22:00:02 [2024-03-05T22:00:02.679Z] #79 37.91 checking for error.h... yes
22:00:02 [2024-03-05T22:00:02.679Z] #79 37.96 checking for linux/openat2.h... yes
22:00:02 [2024-03-05T22:00:02.679Z] #79 38.00 checking for stdatomic.h... yes
22:00:02 [2024-03-05T22:00:02.936Z] #79 38.04 checking for linux/ioprio.h... yes
22:00:02 [2024-03-05T22:00:02.936Z] #79 38.14 checking for atomic_int... yes
22:00:02 [2024-03-05T22:00:02.936Z] #79 38.22 checking for atomic_bool... yes
22:00:03 [2024-03-05T22:00:03.191Z] #79 38.33 checking for copy_file_range... yes
22:00:03 [2024-03-05T22:00:03.191Z] #79 38.44 checking for fgetxattr... yes
22:00:03 [2024-03-05T22:00:03.445Z] #79 38.58 checking for statx... yes
22:00:03 [2024-03-05T22:00:03.445Z] #79 38.69 checking for fgetpwent_r... yes
22:00:03 [2024-03-05T22:00:03.700Z] #79 38.83 checking for issetugid... no
22:00:03 [2024-03-05T22:00:03.700Z] #79 38.92 checking for memfd_create... yes
22:00:03 [2024-03-05T22:00:03.955Z] #79 39.09 checking for pkg-config... /usr/bin/pkg-config
22:00:03 [2024-03-05T22:00:03.955Z] #79 39.10 checking pkg-config is at least version 0.9.0... yes
22:00:03 [2024-03-05T22:00:03.955Z] #79 39.10 checking for library containing yajl_tree_get... -lyajl
22:00:04 [2024-03-05T22:00:04.210Z] #79 39.26 checking for yajl >= 2.0.0... yes
22:00:04 [2024-03-05T22:00:04.210Z] #79 39.27 checking for sys/capability.h... yes
22:00:04 [2024-03-05T22:00:04.210Z] #79 39.31 checking for library containing cap_from_name... -lcap
22:00:04 [2024-03-05T22:00:04.210Z] #79 39.48 checking for library containing gcry_check_version... no
22:00:04 [2024-03-05T22:00:04.466Z] #79 39.65 checking for library containing dlopen... none required
22:00:04 [2024-03-05T22:00:04.466Z] #79 39.74 checking for seccomp.h... yes
22:00:04 [2024-03-05T22:00:04.976Z] #79 39.87 checking for library containing seccomp_rule_add... -lseccomp
22:00:04 [2024-03-05T22:00:04.976Z] #79 40.22 checking for library containing seccomp_arch_resolve_name... none required
22:00:05 [2024-03-05T22:00:05.231Z] #79 40.33 checking for systemd/sd-bus.h... yes
22:00:05 [2024-03-05T22:00:05.485Z] #79 40.47 checking for library containing sd_bus_match_signal_async... -lsystemd
22:00:05 [2024-03-05T22:00:05.485Z] #79 40.81 checking for sd_notify_barrier... yes
22:00:05 [2024-03-05T22:00:05.740Z] #79 40.92 checking for linux/bpf.h... yes
22:00:05 [2024-03-05T22:00:05.740Z] #79 41.03 checking compilation for eBPF... yes
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.19 checking for criu >= 3.15... no
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.22 configure: CRIU headers not found, building without CRIU support
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.22 checking for criu > 3.16... no
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.24 configure: CRIU version doesn't support join-ns API
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.24 checking for criu > 3.16.1... no
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.29 configure: CRIU version doesn't support for pre-dumping
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.29 checking for new mount API (fsconfig)... yes
22:00:05 [2024-03-05T22:00:05.994Z] #79 41.39 yes
22:00:06 [2024-03-05T22:00:06.250Z] #79 41.40 checking for seccomp notify API... yes
22:00:06 [2024-03-05T22:00:06.250Z] #79 41.44 checking for gperf... no
22:00:06 [2024-03-05T22:00:06.250Z] #79 41.44 configure: gperf not found - cannot rebuild signal parser code
22:00:06 [2024-03-05T22:00:06.250Z] #79 41.45 checking for library containing argp_parse... none required
22:00:06 [2024-03-05T22:00:06.504Z] #79 41.72 checking that generated files are newer than configure... done
22:00:06 [2024-03-05T22:00:06.504Z] #79 41.72 configure: creating ./config.status
22:00:09 [2024-03-05T22:00:09.013Z] #79 44.07 config.status: creating Makefile
22:00:09 [2024-03-05T22:00:09.013Z] #79 44.13 config.status: creating config.h
22:00:09 [2024-03-05T22:00:09.013Z] #79 44.13 config.status: executing libtool commands
22:00:09 [2024-03-05T22:00:09.013Z] #79 44.16 config.status: executing depfiles commands
22:00:09 [2024-03-05T22:00:09.573Z] #79 45.01 === configuring in libocispec (/tmp/crun-build/libocispec)
22:00:09 [2024-03-05T22:00:09.828Z] #79 45.03 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:00:10 [2024-03-05T22:00:10.337Z] #79 45.43 checking for gcc... gcc
22:00:10 [2024-03-05T22:00:10.337Z] #79 45.45 checking whether the C compiler works... yes
22:00:10 [2024-03-05T22:00:10.337Z] #79 45.52 checking for C compiler default output file name... a.out
22:00:10 [2024-03-05T22:00:10.337Z] #79 45.52 checking for suffix of executables... 
22:00:10 [2024-03-05T22:00:10.592Z] #79 45.66 checking whether we are cross compiling... no
22:00:10 [2024-03-05T22:00:10.592Z] #79 45.85 checking for suffix of object files... o
22:00:10 [2024-03-05T22:00:10.847Z] #79 46.02 checking whether the compiler supports GNU C... yes
22:00:10 [2024-03-05T22:00:10.847Z] #79 46.08 checking whether gcc accepts -g... yes
22:00:11 [2024-03-05T22:00:11.102Z] #79 46.20 checking for gcc option to enable C11 features... none needed
22:00:11 [2024-03-05T22:00:11.357Z] #79 46.39 checking whether gcc understands -c and -o together... yes
22:00:11 [2024-03-05T22:00:11.357Z] #79 46.48 checking for stdio.h... yes
22:00:11 [2024-03-05T22:00:11.357Z] #79 46.57 checking for stdlib.h... yes
22:00:11 [2024-03-05T22:00:11.612Z] #79 46.70 checking for string.h... yes
22:00:11 [2024-03-05T22:00:11.612Z] #79 46.79 checking for inttypes.h... yes
22:00:11 [2024-03-05T22:00:11.612Z] #79 46.89 checking for stdint.h... yes
22:00:11 [2024-03-05T22:00:11.612Z] #79 46.95 checking for strings.h... yes
22:00:11 [2024-03-05T22:00:11.867Z] #79 47.02 checking for sys/stat.h... yes
22:00:11 [2024-03-05T22:00:11.867Z] #79 47.12 checking for sys/types.h... yes
22:00:12 [2024-03-05T22:00:12.122Z] #79 47.18 checking for unistd.h... yes
22:00:12 [2024-03-05T22:00:12.122Z] #79 47.24 checking for wchar.h... yes
22:00:12 [2024-03-05T22:00:12.122Z] #79 47.34 checking for minix/config.h... no
22:00:12 [2024-03-05T22:00:12.122Z] #79 47.41 checking whether it is safe to define __EXTENSIONS__... yes
22:00:12 [2024-03-05T22:00:12.377Z] #79 47.52 checking whether _XOPEN_SOURCE should be defined... no
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.63 checking build system type... aarch64-unknown-linux-gnu
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.85 checking host system type... aarch64-unknown-linux-gnu
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.85 checking how to print strings... printf
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.87 checking for a sed that does not truncate output... /usr/bin/sed
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.90 checking for grep that handles long lines and -e... /usr/bin/grep
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.91 checking for egrep... /usr/bin/grep -E
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.92 checking for fgrep... /usr/bin/grep -F
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.94 checking for ld used by gcc... /usr/bin/ld
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.95 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.95 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:00:12 [2024-03-05T22:00:12.632Z] #79 47.96 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:00:12 [2024-03-05T22:00:12.632Z] #79 48.04 checking whether ln -s works... yes
22:00:12 [2024-03-05T22:00:12.632Z] #79 48.04 checking the maximum length of command line arguments... 1572864
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.10 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.10 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.10 checking for /usr/bin/ld option to reload object files... -r
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.10 checking for file... file
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.10 checking for objdump... objdump
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.10 checking how to recognize dependent libraries... pass_all
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.11 checking for dlltool... no
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.11 checking how to associate runtime and link libraries... printf %s\n
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.11 checking for ar... ar
22:00:12 [2024-03-05T22:00:12.887Z] #79 48.12 checking for archiver @FILE support... @
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.21 checking for strip... strip
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.21 checking for ranlib... ranlib
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.22 checking for gawk... no
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.22 checking for mawk... mawk
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.22 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.43 checking for sysroot... no
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.43 checking for a working dd... /usr/bin/dd
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.44 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.46 checking for mt... no
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.46 checking if : is a manifest tool... no
22:00:13 [2024-03-05T22:00:13.141Z] #79 48.48 checking for dlfcn.h... yes
22:00:13 [2024-03-05T22:00:13.396Z] #79 48.58 checking for objdir... .libs
22:00:13 [2024-03-05T22:00:13.652Z] #79 48.75 checking if gcc supports -fno-rtti -fno-exceptions... no
22:00:13 [2024-03-05T22:00:13.652Z] #79 48.82 checking for gcc option to produce PIC... -fPIC -DPIC
22:00:13 [2024-03-05T22:00:13.652Z] #79 48.82 checking if gcc PIC flag -fPIC -DPIC works... yes
22:00:13 [2024-03-05T22:00:13.652Z] #79 48.89 checking if gcc static flag -static works... yes
22:00:13 [2024-03-05T22:00:13.652Z] #79 48.99 checking if gcc supports -c -o file.o... yes
22:00:13 [2024-03-05T22:00:13.652Z] #79 49.07 checking if gcc supports -c -o file.o... (cached) yes
22:00:13 [2024-03-05T22:00:13.652Z] #79 49.07 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:00:13 [2024-03-05T22:00:13.907Z] #79 49.11 checking dynamic linker characteristics... GNU/Linux ld.so
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.35 checking how to hardcode library paths into programs... immediate
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.35 checking whether stripping libraries is possible... yes
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.36 checking if libtool supports shared libraries... yes
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.36 checking whether to build shared libraries... no
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.36 checking whether to build static libraries... yes
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.36 checking for a BSD-compatible install... /usr/bin/install -c
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.40 checking whether build environment is sane... yes
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.42 checking for a race-free mkdir -p... /usr/bin/mkdir -p
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.43 checking whether make sets $(MAKE)... yes
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.48 checking whether make supports the include directive... yes (GNU style)
22:00:14 [2024-03-05T22:00:14.162Z] #79 49.53 checking whether make supports nested variables... yes
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.56 checking whether UID '0' is supported by ustar format... yes
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.56 checking whether GID '0' is supported by ustar format... yes
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.57 checking how to create a ustar tar archive... gnutar
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.58 checking dependency style of gcc... gcc3
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.66 checking whether to enable maintainer-specific portions of Makefiles... yes
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.66 checking whether make supports nested variables... (cached) yes
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.66 checking for pkg-config... /usr/bin/pkg-config
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.66 checking pkg-config is at least version 0.9.0... yes
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.67 checking for yajl >= 2.1.0... yes
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.70 checking for a sed that does not truncate output... (cached) /usr/bin/sed
22:00:14 [2024-03-05T22:00:14.416Z] #79 49.70 checking for gcc... (cached) gcc
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.83 checking whether the compiler supports GNU C... (cached) yes
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.83 checking whether gcc accepts -g... (cached) yes
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.83 checking for gcc option to enable C11 features... (cached) none needed
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.83 checking whether gcc understands -c and -o together... (cached) yes
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.83 checking for a Python interpreter with version >= 3... python3
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.91 checking for python3... /usr/bin/python3
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.92 checking for python3 version... 3.11
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.95 checking for python3 platform... linux
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.96 checking for GNU default python3 prefix... ${prefix}
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.96 checking for GNU default python3 exec_prefix... ${exec_prefix}
22:00:14 [2024-03-05T22:00:14.671Z] #79 49.97 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
22:00:14 [2024-03-05T22:00:14.671Z] #79 50.04 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
22:00:15 [2024-03-05T22:00:15.181Z] #79 50.16 checking that generated files are newer than configure... done
22:00:15 [2024-03-05T22:00:15.181Z] #79 50.42 configure: creating ./config.status
22:00:17 [2024-03-05T22:00:17.689Z] #79 52.75 config.status: creating Makefile
22:00:17 [2024-03-05T22:00:17.689Z] #79 52.81 config.status: creating ocispec.pc
22:00:17 [2024-03-05T22:00:17.689Z] #79 52.88 config.status: creating config.h
22:00:17 [2024-03-05T22:00:17.689Z] #79 52.93 config.status: executing libtool commands
22:00:17 [2024-03-05T22:00:17.689Z] #79 52.95 config.status: executing depfiles commands
22:00:18 [2024-03-05T22:00:18.249Z] #79 53.40 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
22:00:18 [2024-03-05T22:00:18.249Z] #79 53.42 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:00:18 [2024-03-05T22:00:18.509Z] #79 53.76 checking for gcc... gcc
22:00:18 [2024-03-05T22:00:18.509Z] #79 53.79 checking whether the C compiler works... yes
22:00:18 [2024-03-05T22:00:18.509Z] #79 53.85 checking for C compiler default output file name... a.out
22:00:18 [2024-03-05T22:00:18.509Z] #79 53.86 checking for suffix of executables... 
22:00:18 [2024-03-05T22:00:18.763Z] #79 53.94 checking whether we are cross compiling... no
22:00:18 [2024-03-05T22:00:18.763Z] #79 53.99 checking for suffix of object files... o
22:00:18 [2024-03-05T22:00:18.763Z] #79 54.06 checking whether the compiler supports GNU C... yes
22:00:18 [2024-03-05T22:00:18.763Z] #79 54.12 checking whether gcc accepts -g... yes
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.19 checking for gcc option to enable C11 features... none needed
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.28 checking whether gcc understands -c and -o together... yes
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.34 checking for a BSD-compatible install... /usr/bin/install -c
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.35 checking whether build environment is sane... yes
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.36 checking for a race-free mkdir -p... /usr/bin/mkdir -p
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.37 checking for gawk... no
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.37 checking for mawk... mawk
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.37 checking whether make sets $(MAKE)... yes
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.40 checking whether make supports the include directive... yes (GNU style)
22:00:19 [2024-03-05T22:00:19.018Z] #79 54.42 checking whether make supports nested variables... yes
22:00:19 [2024-03-05T22:00:19.272Z] #79 54.44 checking whether UID '0' is supported by ustar format... yes
22:00:19 [2024-03-05T22:00:19.273Z] #79 54.44 checking whether GID '0' is supported by ustar format... yes
22:00:19 [2024-03-05T22:00:19.273Z] #79 54.44 checking how to create a ustar tar archive... gnutar
22:00:19 [2024-03-05T22:00:19.273Z] #79 54.46 checking dependency style of gcc... gcc3
22:00:19 [2024-03-05T22:00:19.273Z] #79 54.55 checking whether to enable maintainer-specific portions of Makefiles... yes
22:00:19 [2024-03-05T22:00:19.273Z] #79 54.55 checking whether make supports nested variables... (cached) yes
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.56 checking build system type... aarch64-unknown-linux-gnu
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.74 checking host system type... aarch64-unknown-linux-gnu
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.74 checking how to print strings... printf
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.75 checking for a sed that does not truncate output... /usr/bin/sed
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.78 checking for grep that handles long lines and -e... /usr/bin/grep
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.79 checking for egrep... /usr/bin/grep -E
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.79 checking for fgrep... /usr/bin/grep -F
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.80 checking for ld used by gcc... /usr/bin/ld
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.81 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:00:19 [2024-03-05T22:00:19.527Z] #79 54.82 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.84 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.90 checking whether ln -s works... yes
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.90 checking the maximum length of command line arguments... 1572864
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking for /usr/bin/ld option to reload object files... -r
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking for file... file
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking for objdump... objdump
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking how to recognize dependent libraries... pass_all
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking for dlltool... no
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.92 checking how to associate runtime and link libraries... printf %s\n
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.93 checking for ar... ar
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.93 checking for archiver @FILE support... @
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.99 checking for strip... strip
22:00:19 [2024-03-05T22:00:19.782Z] #79 54.99 checking for ranlib... ranlib
22:00:20 [2024-03-05T22:00:20.036Z] #79 54.99 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:00:20 [2024-03-05T22:00:20.036Z] #79 55.26 checking for sysroot... no
22:00:20 [2024-03-05T22:00:20.036Z] #79 55.26 checking for a working dd... /usr/bin/dd
22:00:20 [2024-03-05T22:00:20.036Z] #79 55.29 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
22:00:20 [2024-03-05T22:00:20.036Z] #79 55.31 checking for mt... no
22:00:20 [2024-03-05T22:00:20.036Z] #79 55.31 checking if : is a manifest tool... no
22:00:20 [2024-03-05T22:00:20.037Z] #79 55.32 checking for stdio.h... yes
22:00:20 [2024-03-05T22:00:20.037Z] #79 55.38 checking for stdlib.h... yes
22:00:20 [2024-03-05T22:00:20.037Z] #79 55.44 checking for string.h... yes
22:00:20 [2024-03-05T22:00:20.291Z] #79 55.48 checking for inttypes.h... yes
22:00:20 [2024-03-05T22:00:20.291Z] #79 55.52 checking for stdint.h... yes
22:00:20 [2024-03-05T22:00:20.291Z] #79 55.57 checking for strings.h... yes
22:00:20 [2024-03-05T22:00:20.546Z] #79 55.65 checking for sys/stat.h... yes
22:00:20 [2024-03-05T22:00:20.546Z] #79 55.73 checking for sys/types.h... yes
22:00:20 [2024-03-05T22:00:20.546Z] #79 55.79 checking for unistd.h... yes
22:00:20 [2024-03-05T22:00:20.546Z] #79 55.85 checking for dlfcn.h... yes
22:00:20 [2024-03-05T22:00:20.800Z] #79 55.92 checking for objdir... .libs
22:00:20 [2024-03-05T22:00:20.800Z] #79 56.11 checking if gcc supports -fno-rtti -fno-exceptions... no
22:00:20 [2024-03-05T22:00:20.800Z] #79 56.17 checking for gcc option to produce PIC... -fPIC -DPIC
22:00:20 [2024-03-05T22:00:20.800Z] #79 56.17 checking if gcc PIC flag -fPIC -DPIC works... yes
22:00:21 [2024-03-05T22:00:21.055Z] #79 56.22 checking if gcc static flag -static works... yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.32 checking if gcc supports -c -o file.o... yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.39 checking if gcc supports -c -o file.o... (cached) yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.39 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.41 checking dynamic linker characteristics... GNU/Linux ld.so
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.55 checking how to hardcode library paths into programs... immediate
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.55 checking whether stripping libraries is possible... yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.56 checking if libtool supports shared libraries... yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.56 checking whether to build shared libraries... no
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.56 checking whether to build static libraries... yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.56 checking for float.h... yes
22:00:21 [2024-03-05T22:00:21.310Z] #79 56.61 checking for limits.h... yes
22:00:21 [2024-03-05T22:00:21.565Z] #79 56.66 checking for stddef.h... yes
22:00:21 [2024-03-05T22:00:21.565Z] #79 56.70 checking for stdlib.h... (cached) yes
22:00:21 [2024-03-05T22:00:21.565Z] #79 56.70 checking for string.h... (cached) yes
22:00:21 [2024-03-05T22:00:21.565Z] #79 56.71 checking for sys/time.h... yes
22:00:21 [2024-03-05T22:00:21.565Z] #79 56.77 checking for inline... inline
22:00:21 [2024-03-05T22:00:21.565Z] #79 56.80 checking for size_t... yes
22:00:21 [2024-03-05T22:00:21.821Z] #79 56.93 checking for GNU libc compatible malloc... yes
22:00:21 [2024-03-05T22:00:21.821Z] #79 57.04 checking for GNU libc compatible realloc... yes
22:00:21 [2024-03-05T22:00:21.821Z] #79 57.12 checking for working strtod... yes
22:00:22 [2024-03-05T22:00:22.075Z] #79 57.23 checking for gettimeofday... yes
22:00:22 [2024-03-05T22:00:22.075Z] #79 57.31 checking for memset... yes
22:00:22 [2024-03-05T22:00:22.075Z] #79 57.38 checking for strspn... yes
22:00:22 [2024-03-05T22:00:22.330Z] #79 57.52 checking that generated files are newer than configure... done
22:00:22 [2024-03-05T22:00:22.330Z] #79 57.52 configure: creating ./config.status
22:00:22 [2024-03-05T22:00:22.584Z] #79 ...
22:00:22 [2024-03-05T22:00:22.584Z] 
22:00:22 [2024-03-05T22:00:22.584Z] #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...)
22:00:22 [2024-03-05T22:00:22.584Z] #78 DONE 62.9s
22:00:22 [2024-03-05T22:00:22.839Z] 
22:00:22 [2024-03-05T22:00:22.839Z] #75 [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...)
22:00:22 [2024-03-05T22:00:22.839Z] #75 DONE 63.8s
22:00:22 [2024-03-05T22:00:22.839Z] 
22:00:22 [2024-03-05T22:00:22.839Z] #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...)
22:00:22 [2024-03-05T22:00:22.839Z] #74 DONE 63.8s
22:00:22 [2024-03-05T22:00:22.839Z] 
22:00:22 [2024-03-05T22:00:22.839Z] #73 [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...)
22:00:22 [2024-03-05T22:00:22.839Z] #73 DONE 64.1s
22:00:22 [2024-03-05T22:00:22.839Z] 
22:00:22 [2024-03-05T22:00:22.839Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
22:00:22 [2024-03-05T22:00:22.839Z] #80 DONE 0.2s
22:00:22 [2024-03-05T22:00:22.839Z] 
22:00:22 [2024-03-05T22:00:22.839Z] #67 [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 v26.0.0-rc1 https://github.com/docker/cli.git /build      && /build/docker --version
22:00:23 [2024-03-05T22:00:23.093Z] #67 ...
22:00:23 [2024-03-05T22:00:23.094Z] 
22:00:23 [2024-03-05T22:00:23.094Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
22:00:23 [2024-03-05T22:00:23.094Z] #81 DONE 0.2s
22:00:23 [2024-03-05T22:00:23.094Z] 
22:00:23 [2024-03-05T22:00:23.094Z] #63 [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
22:00:23 [2024-03-05T22:00:23.348Z] #63 ...
22:00:23 [2024-03-05T22:00:23.348Z] 
22:00:23 [2024-03-05T22:00:23.348Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
22:00:23 [2024-03-05T22:00:23.907Z] #82 DONE 0.5s
22:00:23 [2024-03-05T22:00:23.907Z] 
22:00:23 [2024-03-05T22:00:23.907Z] #79 [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
22:00:23 [2024-03-05T22:00:23.907Z] #79 58.93 config.status: creating Makefile
22:00:23 [2024-03-05T22:00:23.907Z] #79 58.94 config.status: creating config.h
22:00:23 [2024-03-05T22:00:23.907Z] #79 58.95 config.status: executing depfiles commands
22:00:23 [2024-03-05T22:00:23.907Z] #79 58.99 config.status: executing libtool commands
22:00:23 [2024-03-05T22:00:23.907Z] #79 59.21   GEN      .version
22:00:23 [2024-03-05T22:00:23.907Z] #79 59.22 make  install-recursive
22:00:23 [2024-03-05T22:00:23.907Z] #79 59.22 make[1]: Entering directory '/tmp/crun-build'
22:00:23 [2024-03-05T22:00:23.907Z] #79 59.25 Making install in libocispec
22:00:23 [2024-03-05T22:00:23.907Z] #79 59.25 make[2]: Entering directory '/tmp/crun-build/libocispec'
22:00:23 [2024-03-05T22:00:23.907Z] #79 59.27 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
22:00:24 [2024-03-05T22:00:24.173Z] #79 59.27 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
22:00:24 [2024-03-05T22:00:24.173Z] #79 59.27 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.28 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.34 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 59.36 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
22:00:24 [2024-03-05T22:00:24.174Z] #79 ...
22:00:24 [2024-03-05T22:00:24.174Z] 
22:00:24 [2024-03-05T22:00:24.174Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
22:00:24 [2024-03-05T22:00:24.174Z] #83 DONE 0.4s
22:00:24 [2024-03-05T22:00:24.429Z] 
22:00:24 [2024-03-05T22:00:24.429Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
22:00:24 [2024-03-05T22:00:24.429Z] #84 DONE 0.1s
22:00:24 [2024-03-05T22:00:24.429Z] 
22:00:24 [2024-03-05T22:00:24.429Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
22:00:24 [2024-03-05T22:00:24.684Z] #85 DONE 0.3s
22:00:24 [2024-03-05T22:00:24.684Z] 
22:00:24 [2024-03-05T22:00:24.684Z] #79 [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
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.60 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.61 make  install-recursive
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.61 make[3]: Entering directory '/tmp/crun-build/libocispec'
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.67 Making install in yajl
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.67 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.69   CC       verify/json_verify-json_verify.o
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.69   CC       src/libyajl_la-yajl_alloc.lo
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.69   CC       src/libyajl_la-yajl.lo
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.70   CC       src/libyajl_la-yajl_gen.lo
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.70   CC       src/libyajl_la-yajl_parser.lo
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.71   CC       src/libyajl_la-yajl_buf.lo
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.71   CC       src/libyajl_la-yajl_encode.lo
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.72   CC       src/libyajl_la-yajl_lex.lo
22:00:24 [2024-03-05T22:00:24.684Z] #79 59.72   CC       src/libyajl_la-yajl_tree.lo
22:00:25 [2024-03-05T22:00:25.287Z] #79 60.49   CCLD     libyajl.la
22:00:25 [2024-03-05T22:00:25.287Z] #79 60.60   CCLD     verify/json_verify
22:00:25 [2024-03-05T22:00:25.287Z] #79 60.71 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:00:25 [2024-03-05T22:00:25.287Z] #79 60.71 make[5]: Nothing to be done for 'install-exec-am'.
22:00:25 [2024-03-05T22:00:25.287Z] #79 60.71 make[5]: Nothing to be done for 'install-data-am'.
22:00:25 [2024-03-05T22:00:25.287Z] #79 60.71 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.71 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.71 make[4]: Entering directory '/tmp/crun-build/libocispec'
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.74   CC       src/ocispec/validate.o
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.75   CC       src/ocispec/image_spec_schema_content_descriptor.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.75   CC       src/ocispec/image_spec_schema_config_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.75   CC       src/ocispec/image_spec_schema_defs.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.75   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.75   CC       src/ocispec/image_spec_schema_image_index_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.75   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.76   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.76   CC       src/ocispec/runtime_spec_schema_config_linux.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.76   CC       src/ocispec/runtime_spec_schema_config_zos.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.76   CC       src/ocispec/runtime_spec_schema_config_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.76   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.77   CC       src/ocispec/runtime_spec_schema_config_vm.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.77   CC       src/ocispec/runtime_spec_schema_config_windows.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.79   CC       src/ocispec/runtime_spec_schema_defs.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.80   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.80   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.80   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.80   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.81   CC       src/ocispec/runtime_spec_schema_state_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.84   CC       src/ocispec/runtime_spec_schema_features_linux.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.85   CC       src/ocispec/runtime_spec_schema_features_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.86   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.87   CC       src/ocispec/basic_test_double_array_item.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.87   CC       src/ocispec/basic_test_double_array.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.87   CC       src/ocispec/basic_test_top_array_int.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.87   CC       src/ocispec/basic_test_top_array_string.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.87   CC       src/ocispec/basic_test_top_double_array_int.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.93   CC       src/ocispec/basic_test_top_double_array_obj.lo
22:00:25 [2024-03-05T22:00:25.541Z] #79 60.99   CC       src/ocispec/basic_test_top_double_array_refobj.lo
22:00:25 [2024-03-05T22:00:25.796Z] #79 61.02   CC       src/ocispec/basic_test_top_double_array_string.lo
22:00:25 [2024-03-05T22:00:25.796Z] #79 61.04   CC       src/ocispec/read-file.lo
22:00:25 [2024-03-05T22:00:25.796Z] #79 61.07   CC       src/ocispec/json_common.lo
22:00:25 [2024-03-05T22:00:25.796Z] #79 61.13   CC       tests/test-1.o
22:00:25 [2024-03-05T22:00:25.796Z] #79 61.16   CC       tests/test-2.o
22:00:25 [2024-03-05T22:00:25.796Z] #79 61.19   CC       tests/test-3.o
22:00:25 [2024-03-05T22:00:25.796Z] #79 61.25   CC       tests/test-4.o
22:00:26 [2024-03-05T22:00:26.051Z] #79 61.28   CC       tests/test-5.o
22:00:26 [2024-03-05T22:00:26.051Z] #79 61.29   CC       tests/test-6.o
22:00:26 [2024-03-05T22:00:26.051Z] #79 61.30   CC       tests/test-7.o
22:00:26 [2024-03-05T22:00:26.051Z] #79 61.31   CC       tests/test-8.o
22:00:26 [2024-03-05T22:00:26.051Z] #79 61.34   CC       tests/test-9.o
22:00:26 [2024-03-05T22:00:26.051Z] #79 61.37   CC       tests/test-10.o
22:00:26 [2024-03-05T22:00:26.306Z] #79 61.38   CC       tests/test-11.o
22:00:26 [2024-03-05T22:00:26.865Z] #79 ...
22:00:26 [2024-03-05T22:00:26.865Z] 
22:00:26 [2024-03-05T22:00:26.865Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
22:00:26 [2024-03-05T22:00:26.865Z] #86 DONE 2.3s
22:00:27 [2024-03-05T22:00:27.119Z] 
22:00:27 [2024-03-05T22:00:27.119Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2"      && /build/golangci-lint --version
22:00:27 [2024-03-05T22:00:27.119Z] #58 84.05 golangci-lint has version v1.55.2 built with go1.21.8 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
22:00:27 [2024-03-05T22:00:27.119Z] #58 DONE 84.3s
22:00:27 [2024-03-05T22:00:27.119Z] 
22:00:27 [2024-03-05T22:00:27.119Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
22:00:27 [2024-03-05T22:00:27.119Z] #87 DONE 0.2s
22:00:27 [2024-03-05T22:00:27.119Z] 
22:00:27 [2024-03-05T22:00:27.119Z] #79 [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
22:00:27 [2024-03-05T22:00:27.685Z] #79 ...
22:00:27 [2024-03-05T22:00:27.685Z] 
22:00:27 [2024-03-05T22:00:27.685Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
22:00:27 [2024-03-05T22:00:27.685Z] #88 DONE 0.5s
22:00:27 [2024-03-05T22:00:27.685Z] 
22:00:27 [2024-03-05T22:00:27.685Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
22:00:27 [2024-03-05T22:00:27.685Z] #89 DONE 0.1s
22:00:27 [2024-03-05T22:00:27.685Z] 
22:00:27 [2024-03-05T22:00:27.685Z] #63 [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
22:00:27 [2024-03-05T22:00:27.940Z] #63 ...
22:00:27 [2024-03-05T22:00:27.940Z] 
22:00:27 [2024-03-05T22:00:27.940Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
22:00:31 [2024-03-05T22:00:31.197Z] #90 DONE 3.1s
22:00:31 [2024-03-05T22:00:31.197Z] 
22:00:31 [2024-03-05T22:00:31.197Z] #79 [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
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.24   CCLD     libocispec.la
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.47   CCLD     src/ocispec/validate
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.47   CCLD     tests/test-1
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.48   CCLD     tests/test-2
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.48   CCLD     tests/test-3
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.49   CCLD     tests/test-4
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.49   CCLD     tests/test-5
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.50   CCLD     tests/test-6
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.51   CCLD     tests/test-7
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.51   CCLD     tests/test-8
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.52   CCLD     tests/test-9
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.53 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.54   CCLD     tests/test-10
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.55   CCLD     tests/test-11
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.83 libtool: link: ar cr libocispec.a 
22:00:31 [2024-03-05T22:00:31.197Z] #79 65.85 libtool: link: ranlib libocispec.a
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.03 make[5]: Entering directory '/tmp/crun-build/libocispec'
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.09 make[5]: Leaving directory '/tmp/crun-build/libocispec'
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.10 make[4]: Leaving directory '/tmp/crun-build/libocispec'
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.10 make[3]: Leaving directory '/tmp/crun-build/libocispec'
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.10 make[2]: Leaving directory '/tmp/crun-build/libocispec'
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.10 make[2]: Entering directory '/tmp/crun-build'
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.17   CC       src/libcrun/libcrun_testing_a-utils.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.17   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.17   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.18   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.19   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.20   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.20   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.20   CC       src/libcrun/libcrun_testing_a-cgroup.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.20   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.20   CC       src/libcrun/libcrun_testing_a-container.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.20   CC       src/libcrun/libcrun_testing_a-criu.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.22   CC       src/libcrun/libcrun_testing_a-custom-handler.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.22   CC       src/libcrun/libcrun_testing_a-ebpf.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.23   CC       src/libcrun/libcrun_testing_a-error.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.25   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.25   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.30   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.35   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 66.36   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
22:00:31 [2024-03-05T22:00:31.197Z] #79 ...
22:00:31 [2024-03-05T22:00:31.197Z] 
22:00:31 [2024-03-05T22:00:31.197Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
22:00:31 [2024-03-05T22:00:31.197Z] #91 DONE 0.2s
22:00:31 [2024-03-05T22:00:31.198Z] 
22:00:31 [2024-03-05T22:00:31.198Z] #79 [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
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.37   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.39   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.40   CC       src/libcrun/libcrun_testing_a-intelrdt.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.43   CC       src/libcrun/libcrun_testing_a-io_priority.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.45   CC       src/libcrun/libcrun_testing_a-linux.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.47   CC       src/libcrun/libcrun_testing_a-mount_flags.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.51   CC       src/libcrun/libcrun_testing_a-scheduler.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.56   CC       src/libcrun/libcrun_testing_a-seccomp.o
22:00:31 [2024-03-05T22:00:31.198Z] #79 66.61   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.62   CC       src/libcrun/libcrun_testing_a-signals.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.63   CC       src/libcrun/libcrun_testing_a-status.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.64   CC       src/libcrun/libcrun_testing_a-terminal.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.69   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.70   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.74   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.84   CC       src/crun-crun.o
22:00:31 [2024-03-05T22:00:31.453Z] #79 66.89   CC       src/crun-run.o
22:00:31 [2024-03-05T22:00:31.707Z] #79 67.01   CC       src/crun-delete.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 ...
22:00:31 [2024-03-05T22:00:31.962Z] 
22:00:31 [2024-03-05T22:00:31.962Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
22:00:31 [2024-03-05T22:00:31.962Z] #92 DONE 0.7s
22:00:31 [2024-03-05T22:00:31.962Z] 
22:00:31 [2024-03-05T22:00:31.962Z] #79 [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
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.02   CC       src/crun-kill.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.03   CC       src/crun-pause.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.04   CC       src/crun-unpause.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.04   CC       src/crun-oci_features.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.05   CC       src/crun-spec.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.07   CC       src/crun-exec.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.07   CC       src/crun-list.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.09   CC       src/crun-create.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.17   CC       src/crun-start.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.20   CC       src/crun-state.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.21   CC       src/crun-update.o
22:00:31 [2024-03-05T22:00:31.962Z] #79 67.23   CC       src/crun-ps.o
22:00:32 [2024-03-05T22:00:32.219Z] #79 67.51   CC       src/crun-checkpoint.o
22:00:32 [2024-03-05T22:00:32.219Z] #79 67.58   CC       src/crun-restore.o
22:00:32 [2024-03-05T22:00:32.219Z] #79 67.60   CC       src/libcrun/crun-cloned_binary.o
22:00:32 [2024-03-05T22:00:32.219Z] #79 67.64   CC       src/libcrun/libcrun_la-utils.lo
22:00:32 [2024-03-05T22:00:32.474Z] #79 67.70   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
22:00:32 [2024-03-05T22:00:32.474Z] #79 67.88   CC       src/libcrun/libcrun_la-cgroup-resources.lo
22:00:32 [2024-03-05T22:00:32.729Z] #79 68.18   CC       src/libcrun/libcrun_la-cgroup-setup.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.22   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.25   CC       src/libcrun/libcrun_la-cgroup-utils.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.29   CC       src/libcrun/libcrun_la-cgroup.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 ...
22:00:32 [2024-03-05T22:00:32.984Z] 
22:00:32 [2024-03-05T22:00:32.984Z] #67 [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 v26.0.0-rc1 https://github.com/docker/cli.git /build      && /build/docker --version
22:00:32 [2024-03-05T22:00:32.984Z] #67 89.55 Docker version 26.0.0-rc1, build eb306df1
22:00:32 [2024-03-05T22:00:32.984Z] #67 DONE 90.3s
22:00:32 [2024-03-05T22:00:32.984Z] 
22:00:32 [2024-03-05T22:00:32.984Z] #79 [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
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.29   CC       src/libcrun/libcrun_la-chroot_realpath.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.31   CC       src/libcrun/libcrun_la-cloned_binary.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.32   CC       src/libcrun/libcrun_la-container.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.34   CC       src/libcrun/libcrun_la-criu.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.34   CC       src/libcrun/libcrun_la-custom-handler.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.34   CC       src/libcrun/libcrun_la-ebpf.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.37   CC       src/libcrun/libcrun_la-error.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.37   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
22:00:32 [2024-03-05T22:00:32.984Z] #79 68.39   CC       src/libcrun/handlers/libcrun_la-krun.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.40   CC       src/libcrun/handlers/libcrun_la-mono.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.41   CC       src/libcrun/handlers/libcrun_la-spin.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.44   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.45   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.45   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.48   CC       src/libcrun/libcrun_la-intelrdt.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.48   CC       src/libcrun/libcrun_la-io_priority.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.52   CC       src/libcrun/libcrun_la-linux.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.54   CC       src/libcrun/libcrun_la-mount_flags.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.54   CC       src/libcrun/libcrun_la-scheduler.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.59   CC       src/libcrun/libcrun_la-seccomp.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.60   CC       src/libcrun/libcrun_la-seccomp_notify.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.62   CC       src/libcrun/libcrun_la-signals.lo
22:00:33 [2024-03-05T22:00:33.239Z] #79 68.65   CC       src/libcrun/libcrun_la-status.lo
22:00:33 [2024-03-05T22:00:33.494Z] #79 68.65   CC       src/libcrun/libcrun_la-terminal.lo
22:00:33 [2024-03-05T22:00:33.494Z] #79 68.67   CC       tests/init.o
22:00:33 [2024-03-05T22:00:33.494Z] #79 68.67   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
22:00:35 [2024-03-05T22:00:35.377Z] #79 70.51   CCLD     tests/init
22:00:38 [2024-03-05T22:00:38.641Z] #79 ...
22:00:38 [2024-03-05T22:00:38.641Z] 
22:00:38 [2024-03-05T22:00:38.641Z] #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...)
22:00:38 [2024-03-05T22:00:38.641Z] #77 59.47 + bin/containerd
22:00:38 [2024-03-05T22:00:38.642Z] #77 59.48 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
22:00:38 [2024-03-05T22:00:38.896Z] #77 ...
22:00:38 [2024-03-05T22:00:38.896Z] 
22:00:38 [2024-03-05T22:00:38.896Z] #79 [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
22:00:38 [2024-03-05T22:00:38.896Z] #79 74.25   AR       libcrun_testing.a
22:00:39 [2024-03-05T22:00:39.151Z] #79 74.25 ar: `u' modifier ignored since `D' is the default (see `U')
22:00:39 [2024-03-05T22:00:39.151Z] #79 74.28   CCLD     tests/tests_libcrun_errors
22:00:39 [2024-03-05T22:00:39.151Z] #79 74.29   CCLD     tests/tests_libcrun_fuzzer
22:00:39 [2024-03-05T22:00:39.151Z] #79 74.29   CCLD     tests/tests_libcrun_intelrdt
22:00:39 [2024-03-05T22:00:39.151Z] #79 74.29   CCLD     tests/tests_libcrun_utils
22:00:39 [2024-03-05T22:00:39.151Z] #79 74.53   CCLD     libcrun.la
22:00:40 [2024-03-05T22:00:40.075Z] #79 75.21   CCLD     crun
22:00:40 [2024-03-05T22:00:40.329Z] #79 75.57 make[3]: Entering directory '/tmp/crun-build'
22:00:40 [2024-03-05T22:00:40.329Z] #79 75.70  /usr/bin/mkdir -p '/usr/local/share/man/man1'
22:00:40 [2024-03-05T22:00:40.583Z] #79 75.71  /usr/bin/mkdir -p '/usr/local/lib'
22:00:40 [2024-03-05T22:00:40.583Z] #79 75.72  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
22:00:40 [2024-03-05T22:00:40.583Z] #79 75.73  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
22:00:40 [2024-03-05T22:00:40.583Z] #79 75.83 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
22:00:40 [2024-03-05T22:00:40.583Z] #79 75.84 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
22:00:40 [2024-03-05T22:00:40.583Z] #79 75.86 libtool: install: chmod 644 /usr/local/lib/libcrun.a
22:00:40 [2024-03-05T22:00:40.583Z] #79 75.89 libtool: install: ranlib /usr/local/lib/libcrun.a
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 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
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 ----------------------------------------------------------------------
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 Libraries have been installed in:
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07    /usr/local/lib
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 If you ever happen to want to link against installed libraries
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 in a given directory, LIBDIR, you must either use libtool, and
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 specify the full pathname of the library, or use the '-LLIBDIR'
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 flag during linking and do at least one of the following:
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07      during execution
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07    - add LIBDIR to the 'LD_RUN_PATH' environment variable
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07      during linking
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 See any operating system documentation about shared libraries for
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 more information, such as the ld(1) and ld.so(8) manual pages.
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.07 ----------------------------------------------------------------------
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.09  /usr/bin/mkdir -p '/build'
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.10   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
22:00:40 [2024-03-05T22:00:40.848Z] #79 76.24 libtool: install: /usr/bin/install -c crun /build/crun
22:00:41 [2024-03-05T22:00:41.103Z] #79 76.26 make[3]: Leaving directory '/tmp/crun-build'
22:00:41 [2024-03-05T22:00:41.103Z] #79 76.26 make[2]: Leaving directory '/tmp/crun-build'
22:00:41 [2024-03-05T22:00:41.103Z] #79 76.26 make[1]: Leaving directory '/tmp/crun-build'
22:00:42 [2024-03-05T22:00:42.472Z] #79 DONE 77.7s
22:00:42 [2024-03-05T22:00:42.472Z] 
22:00:42 [2024-03-05T22:00:42.472Z] #63 [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
22:00:48 [2024-03-05T22:00:48.993Z] #63 106.2 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
22:00:48 [2024-03-05T22:00:48.993Z] #63 106.2 Docker version unknown-version, build unknown-commit
22:00:50 [2024-03-05T22:00:50.873Z] #63 DONE 108.1s
22:00:50 [2024-03-05T22:00:50.873Z] 
22:00:50 [2024-03-05T22:00:50.873Z] #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...)
22:00:50 [2024-03-05T22:00:50.873Z] #77 81.34 + bin/containerd-stress
22:00:50 [2024-03-05T22:00:50.873Z] #77 81.34 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
22:00:51 [2024-03-05T22:00:51.795Z] #77 82.52 + bin/containerd-shim
22:00:52 [2024-03-05T22:00:52.049Z] #77 83.06 + bin/containerd-shim-runc-v1
22:00:52 [2024-03-05T22:00:52.971Z] #77 83.85 + bin/containerd-shim-runc-v2
22:00:53 [2024-03-05T22:00:53.529Z] #77 84.53 + binaries
22:00:55 [2024-03-05T22:00:55.408Z] #77 DONE 86.2s
22:00:55 [2024-03-05T22:00:55.965Z] 
22:00:55 [2024-03-05T22:00:55.965Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
22:00:56 [2024-03-05T22:00:56.888Z] #93 DONE 0.9s
22:00:56 [2024-03-05T22:00:56.888Z] 
22:00:56 [2024-03-05T22:00:56.888Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
22:00:57 [2024-03-05T22:00:57.142Z] #94 DONE 0.3s
22:00:57 [2024-03-05T22:00:57.395Z] 
22:00:57 [2024-03-05T22:00:57.395Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
22:00:57 [2024-03-05T22:00:57.395Z] #95 DONE 0.3s
22:00:57 [2024-03-05T22:00:57.649Z] 
22:00:57 [2024-03-05T22:00:57.649Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
22:00:57 [2024-03-05T22:00:57.649Z] #96 DONE 0.0s
22:00:57 [2024-03-05T22:00:57.649Z] 
22:00:57 [2024-03-05T22:00:57.649Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
22:00:57 [2024-03-05T22:00:57.649Z] #97 DONE 0.1s
22:00:57 [2024-03-05T22:00:57.903Z] 
22:00:57 [2024-03-05T22:00:57.903Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
22:00:57 [2024-03-05T22:00:57.903Z] #98 DONE 0.1s
22:00:57 [2024-03-05T22:00:57.903Z] 
22:00:57 [2024-03-05T22:00:57.903Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
22:00:57 [2024-03-05T22:00:57.903Z] #99 DONE 0.2s
22:00:57 [2024-03-05T22:00:57.903Z] 
22:00:57 [2024-03-05T22:00:57.903Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
22:00:58 [2024-03-05T22:00:58.157Z] #100 DONE 0.2s
22:00:58 [2024-03-05T22:00:58.157Z] 
22:00:58 [2024-03-05T22:00:58.157Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
22:00:58 [2024-03-05T22:00:58.157Z] #101 DONE 0.1s
22:00:58 [2024-03-05T22:00:58.157Z] 
22:00:58 [2024-03-05T22:00:58.157Z] #102 [dev-base  1/12] RUN groupadd -r docker
22:00:58 [2024-03-05T22:00:58.411Z] #102 DONE 0.2s
22:00:58 [2024-03-05T22:00:58.411Z] 
22:00:58 [2024-03-05T22:00:58.411Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:00:58 [2024-03-05T22:00:58.665Z] #103 DONE 0.3s
22:00:58 [2024-03-05T22:00:58.919Z] 
22:00:58 [2024-03-05T22:00:58.919Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:00:59 [2024-03-05T22:00:59.173Z] #104 0.405 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:00:59 [2024-03-05T22:00:59.427Z] #104 DONE 0.4s
22:00:59 [2024-03-05T22:00:59.427Z] 
22:00:59 [2024-03-05T22:00:59.427Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:00:59 [2024-03-05T22:00:59.427Z] #105 DONE 0.4s
22:00:59 [2024-03-05T22:00:59.681Z] 
22:00:59 [2024-03-05T22:00:59.681Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:00:59 [2024-03-05T22:00:59.935Z] #106 DONE 0.3s
22:00:59 [2024-03-05T22:00:59.935Z] 
22:00:59 [2024-03-05T22:00:59.935Z] #107 [dev-base  6/12] RUN ldconfig
22:01:00 [2024-03-05T22:01:00.189Z] #107 DONE 0.4s
22:01:00 [2024-03-05T22:01:00.443Z] 
22:01:00 [2024-03-05T22:01:00.443Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
22:01:00 [2024-03-05T22:01:00.443Z] #108 DONE 0.3s
22:01:00 [2024-03-05T22:01:00.697Z] 
22:01:00 [2024-03-05T22:01:00.697Z] #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
22:01:01 [2024-03-05T22:01:01.255Z] #109 0.659 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:01:01 [2024-03-05T22:01:01.255Z] #109 0.669 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:01:01 [2024-03-05T22:01:01.255Z] #109 0.669 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:01:01 [2024-03-05T22:01:01.255Z] #109 0.741 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:01:01 [2024-03-05T22:01:01.255Z] #109 0.805 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
22:01:01 [2024-03-05T22:01:01.509Z] #109 0.863 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
22:01:02 [2024-03-05T22:01:02.432Z] #109 1.772 Fetched 9093 kB in 1s (6627 kB/s)
22:01:02 [2024-03-05T22:01:02.990Z] #109 1.772 Reading package lists...
22:01:03 [2024-03-05T22:01:03.547Z] #109 2.411 Reading package lists...
22:01:03 [2024-03-05T22:01:03.801Z] #109 3.044 Building dependency tree...
22:01:04 [2024-03-05T22:01:04.055Z] #109 3.528 The following additional packages will be installed:
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.529   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.529   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.529   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.530   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.531   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.531   vim-runtime
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534 Suggested packages:
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534   systemd-userdbd systemd-boot systemd-resolved libqrencode4
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534   vim-doc vim-scripts xfsdump acl attr quota
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534 Recommended packages:
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
22:01:04 [2024-03-05T22:01:04.309Z] #109 3.534   systemd-timesyncd | time-daemon xxd unzip
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.937 The following NEW packages will be installed:
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.938   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.938   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.938   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.938   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.938   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.938   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.939   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.939   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
22:01:04 [2024-03-05T22:01:04.563Z] #109 3.939   zip zstd
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.219 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.219 Need to get 31.8 MB of archives.
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.219 After this operation, 143 MB of additional disk space will be used.
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.219 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.223 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.225 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.227 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.229 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.231 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.233 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.237 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.238 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.244 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.252 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.269 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.270 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.270 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.279 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.282 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.283 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.283 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.283 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.284 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.289 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.290 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.291 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.291 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.294 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.298 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.300 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.301 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.303 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.304 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.305 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.308 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.309 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.310 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.310 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.311 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.319 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
22:01:04 [2024-03-05T22:01:04.817Z] #109 4.376 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.377 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.377 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.378 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.378 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.379 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.379 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.381 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.381 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.384 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.385 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.386 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.389 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.391 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.400 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.474 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.481 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.485 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.486 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
22:01:05 [2024-03-05T22:01:05.071Z] #109 4.649 debconf: delaying package configuration, since apt-utils is not installed
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.690 Fetched 31.8 MB in 1s (59.1 MB/s)
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.722 Selecting previously unselected package libargon2-1:arm64.
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.722 (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.)
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.732 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.739 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.772 Selecting previously unselected package dmsetup.
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.774 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.781 Unpacking dmsetup (2:1.02.185-2) ...
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.836 Selecting previously unselected package libdevmapper1.02.1:arm64.
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.838 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.842 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
22:01:05 [2024-03-05T22:01:05.325Z] #109 4.889 Selecting previously unselected package libjson-c5:arm64.
22:01:05 [2024-03-05T22:01:05.579Z] #109 4.891 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 4.897 Unpacking libjson-c5:arm64 (0.16-2) ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 4.937 Selecting previously unselected package libcryptsetup12:arm64.
22:01:05 [2024-03-05T22:01:05.579Z] #109 4.939 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 4.943 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 4.997 Selecting previously unselected package libfdisk1:arm64.
22:01:05 [2024-03-05T22:01:05.579Z] #109 5.000 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 5.004 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 5.055 Selecting previously unselected package libkmod2:arm64.
22:01:05 [2024-03-05T22:01:05.579Z] #109 5.058 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 5.064 Unpacking libkmod2:arm64 (30+20221128-1) ...
22:01:05 [2024-03-05T22:01:05.579Z] #109 5.105 Selecting previously unselected package libapparmor1:arm64.
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.107 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.110 Unpacking libapparmor1:arm64 (3.0.8-3) ...
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.152 Selecting previously unselected package libip4tc2:arm64.
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.154 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.157 Unpacking libip4tc2:arm64 (1.8.9-2) ...
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.186 Selecting previously unselected package libsystemd-shared:arm64.
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.188 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ...
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.196 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ...
22:01:05 [2024-03-05T22:01:05.834Z] #109 5.354 Selecting previously unselected package systemd.
22:01:06 [2024-03-05T22:01:06.088Z] #109 5.357 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.088Z] #109 5.375 Unpacking systemd (252.22-1~deb12u1) ...
22:01:06 [2024-03-05T22:01:06.088Z] #109 5.637 Selecting previously unselected package pigz.
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.639 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.650 Unpacking pigz (2.6-1) ...
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.694 Selecting previously unselected package sgml-base.
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.696 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.702 Unpacking sgml-base (1.31) ...
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.774 Selecting previously unselected package sudo.
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.777 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.782 Unpacking sudo (1.9.13p3-1+deb12u1) ...
22:01:06 [2024-03-05T22:01:06.342Z] #109 5.908 Selecting previously unselected package libelf1:arm64.
22:01:06 [2024-03-05T22:01:06.595Z] #109 5.910 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 5.914 Unpacking libelf1:arm64 (0.188-2.1) ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 5.966 Selecting previously unselected package libbpf1:arm64.
22:01:06 [2024-03-05T22:01:06.596Z] #109 5.968 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 5.978 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 6.033 Selecting previously unselected package libmnl0:arm64.
22:01:06 [2024-03-05T22:01:06.596Z] #109 6.036 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 6.042 Unpacking libmnl0:arm64 (1.0.4-3) ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 6.092 Selecting previously unselected package libxtables12:arm64.
22:01:06 [2024-03-05T22:01:06.596Z] #109 6.095 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 6.101 Unpacking libxtables12:arm64 (1.8.9-2) ...
22:01:06 [2024-03-05T22:01:06.596Z] #109 6.138 Selecting previously unselected package libcap2-bin.
22:01:06 [2024-03-05T22:01:06.894Z] #109 6.140 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.894Z] #109 6.144 Unpacking libcap2-bin (1:2.66-4) ...
22:01:06 [2024-03-05T22:01:06.894Z] #109 6.188 Selecting previously unselected package iproute2.
22:01:06 [2024-03-05T22:01:06.894Z] #109 6.190 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
22:01:06 [2024-03-05T22:01:06.894Z] #109 6.197 Unpacking iproute2 (6.1.0-3) ...
22:01:06 [2024-03-05T22:01:06.894Z] #109 6.321 Selecting previously unselected package vim-common.
22:01:07 [2024-03-05T22:01:07.148Z] #109 6.323 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
22:01:07 [2024-03-05T22:01:07.148Z] #109 6.328 Unpacking vim-common (2:9.0.1378-2) ...
22:01:07 [2024-03-05T22:01:07.148Z] #109 6.385 Selecting previously unselected package bash-completion.
22:01:07 [2024-03-05T22:01:07.148Z] #109 6.387 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
22:01:07 [2024-03-05T22:01:07.148Z] #109 6.400 Unpacking bash-completion (1:2.11-6) ...
22:01:07 [2024-03-05T22:01:07.149Z] #109 6.525 Selecting previously unselected package bzip2.
22:01:07 [2024-03-05T22:01:07.149Z] #109 6.528 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.149Z] #109 6.531 Unpacking bzip2 (1.0.8-5+b1) ...
22:01:07 [2024-03-05T22:01:07.149Z] #109 6.579 Selecting previously unselected package xz-utils.
22:01:07 [2024-03-05T22:01:07.149Z] #109 6.581 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.149Z] #109 6.585 Unpacking xz-utils (5.4.1-0.2) ...
22:01:07 [2024-03-05T22:01:07.149Z] #109 6.672 Selecting previously unselected package apparmor.
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.675 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.692 Unpacking apparmor (3.0.8-3) ...
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.782 Selecting previously unselected package inetutils-ping.
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.785 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.788 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.830 Selecting previously unselected package libip6tc2:arm64.
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.833 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.839 Unpacking libip6tc2:arm64 (1.8.9-2) ...
22:01:07 [2024-03-05T22:01:07.403Z] #109 6.907 Selecting previously unselected package libnfnetlink0:arm64.
22:01:07 [2024-03-05T22:01:07.657Z] #109 6.909 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 6.914 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 6.956 Selecting previously unselected package libnetfilter-conntrack3:arm64.
22:01:07 [2024-03-05T22:01:07.657Z] #109 6.959 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 6.963 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 7.007 Selecting previously unselected package libnftnl11:arm64.
22:01:07 [2024-03-05T22:01:07.657Z] #109 7.009 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 7.015 Unpacking libnftnl11:arm64 (1.2.4-2) ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 7.057 Selecting previously unselected package iptables.
22:01:07 [2024-03-05T22:01:07.657Z] #109 7.060 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 7.064 Unpacking iptables (1.8.9-2) ...
22:01:07 [2024-03-05T22:01:07.657Z] #109 7.154 Selecting previously unselected package libonig5:arm64.
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.157 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.160 Unpacking libonig5:arm64 (6.9.8-1) ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.241 Selecting previously unselected package libjq1:arm64.
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.244 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.252 Unpacking libjq1:arm64 (1.6-2.1) ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.298 Selecting previously unselected package jq.
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.300 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.304 Unpacking jq (1.6-2.1) ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.348 Selecting previously unselected package libaio1:arm64.
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.350 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.356 Unpacking libaio1:arm64 (0.3.113-4) ...
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.396 Selecting previously unselected package libgpm2:arm64.
22:01:07 [2024-03-05T22:01:07.911Z] #109 7.398 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.165Z] #109 7.407 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
22:01:08 [2024-03-05T22:01:08.165Z] #109 7.442 Selecting previously unselected package libicu72:arm64.
22:01:08 [2024-03-05T22:01:08.165Z] #109 7.444 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.165Z] #109 7.449 Unpacking libicu72:arm64 (72.1-3) ...
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.007 Selecting previously unselected package libinih1:arm64.
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.009 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.015 Unpacking libinih1:arm64 (55-1) ...
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.055 Selecting previously unselected package libmicrohttpd12:arm64.
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.057 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.064 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.114 Selecting previously unselected package libnet1:arm64.
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.117 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.123 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
22:01:08 [2024-03-05T22:01:08.723Z] #109 8.226 Selecting previously unselected package libnl-3-200:arm64.
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.228 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.232 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.272 Selecting previously unselected package libprotobuf-c1:arm64.
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.274 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.281 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.315 Selecting previously unselected package libsodium23:arm64.
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.317 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.323 Unpacking libsodium23:arm64 (1.0.18-1) ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.368 Selecting previously unselected package libsubid4:arm64.
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.370 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.374 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.415 Selecting previously unselected package liburcu8:arm64.
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.417 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.420 Unpacking liburcu8:arm64 (0.13.2-1) ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.464 Selecting previously unselected package libyajl2:arm64.
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.466 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
22:01:08 [2024-03-05T22:01:08.978Z] #109 8.471 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.509 Selecting previously unselected package net-tools.
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.512 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.517 Unpacking net-tools (2.10-0.1) ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.571 Selecting previously unselected package patch.
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.573 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.579 Unpacking patch (2.7.6-7) ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.623 Selecting previously unselected package systemd-journal-remote.
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.626 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.629 Unpacking systemd-journal-remote (252.22-1~deb12u1) ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.671 Selecting previously unselected package thin-provisioning-tools.
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.674 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.680 Unpacking thin-provisioning-tools (0.9.0-2) ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.748 Selecting previously unselected package uidmap.
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.750 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.754 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
22:01:09 [2024-03-05T22:01:09.232Z] #109 8.807 Selecting previously unselected package vim-runtime.
22:01:09 [2024-03-05T22:01:09.485Z] #109 8.809 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
22:01:09 [2024-03-05T22:01:09.485Z] #109 8.820 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
22:01:09 [2024-03-05T22:01:09.485Z] #109 8.835 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
22:01:09 [2024-03-05T22:01:09.485Z] #109 8.842 Unpacking vim-runtime (2:9.0.1378-2) ...
22:01:10 [2024-03-05T22:01:10.043Z] #109 9.350 Selecting previously unselected package vim.
22:01:10 [2024-03-05T22:01:10.043Z] #109 9.353 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
22:01:10 [2024-03-05T22:01:10.043Z] #109 9.360 Unpacking vim (2:9.0.1378-2) ...
22:01:10 [2024-03-05T22:01:10.043Z] #109 9.494 Selecting previously unselected package xfsprogs.
22:01:10 [2024-03-05T22:01:10.043Z] #109 9.497 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
22:01:10 [2024-03-05T22:01:10.043Z] #109 9.504 Unpacking xfsprogs (6.1.0-1) ...
22:01:10 [2024-03-05T22:01:10.043Z] #109 9.607 Selecting previously unselected package zip.
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.610 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.616 Unpacking zip (3.0-13) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.664 Selecting previously unselected package zstd.
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.667 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.673 Unpacking zstd (1.5.4+dfsg2-5) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.766 Setting up libip4tc2:arm64 (1.8.9-2) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.780 Setting up net-tools (2.10-0.1) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.802 Setting up libapparmor1:arm64 (3.0.8-3) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.817 Setting up libsodium23:arm64 (1.0.18-1) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.831 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.845 Setting up libicu72:arm64 (72.1-3) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.856 Setting up libip6tc2:arm64 (1.8.9-2) ...
22:01:10 [2024-03-05T22:01:10.297Z] #109 9.873 Setting up libinih1:arm64 (55-1) ...
22:01:10 [2024-03-05T22:01:10.551Z] #109 9.892 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
22:01:10 [2024-03-05T22:01:10.551Z] #109 9.910 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
22:01:10 [2024-03-05T22:01:10.551Z] #109 9.926 Setting up bzip2 (1.0.8-5+b1) ...
22:01:10 [2024-03-05T22:01:10.551Z] #109 9.937 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
22:01:10 [2024-03-05T22:01:10.551Z] #109 9.950 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
22:01:10 [2024-03-05T22:01:10.551Z] #109 9.964 Setting up libcap2-bin (1:2.66-4) ...
22:01:10 [2024-03-05T22:01:10.551Z] #109 9.984 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
22:01:10 [2024-03-05T22:01:10.805Z] #109 9.996 Setting up apparmor (3.0.8-3) ...
22:01:11 [2024-03-05T22:01:11.363Z] #109 10.81 debconf: unable to initialize frontend: Dialog
22:01:11 [2024-03-05T22:01:11.363Z] #109 10.81 debconf: (TERM is not set, so the dialog frontend is not usable.)
22:01:11 [2024-03-05T22:01:11.363Z] #109 10.81 debconf: falling back to frontend: Readline
22:01:11 [2024-03-05T22:01:11.617Z] #109 10.82 debconf: unable to initialize frontend: Readline
22:01:11 [2024-03-05T22:01:11.617Z] #109 10.82 debconf: (This frontend requires a controlling tty.)
22:01:11 [2024-03-05T22:01:11.617Z] #109 10.82 debconf: falling back to frontend: Teletype
22:01:11 [2024-03-05T22:01:11.617Z] #109 10.98 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.

22:01:11 [2024-03-05T22:01:11.617Z] #109 11.01 Setting up zip (3.0-13) ...
22:01:11 [2024-03-05T22:01:11.617Z] #109 11.02 Setting up vim-common (2:9.0.1378-2) ...
22:01:11 [2024-03-05T22:01:11.617Z] #109 11.05 Setting up bash-completion (1:2.11-6) ...
22:01:11 [2024-03-05T22:01:11.617Z] #109 11.08 Setting up xz-utils (5.4.1-0.2) ...
22:01:11 [2024-03-05T22:01:11.617Z] #109 11.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.10 Setting up libmnl0:arm64 (1.0.4-3) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.11 Setting up patch (2.7.6-7) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.13 Setting up sudo (1.9.13p3-1+deb12u1) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.18 invoke-rc.d: could not determine current runlevel
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.18 invoke-rc.d: policy-rc.d denied execution of start.
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.19 Setting up libxtables12:arm64 (1.8.9-2) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.20 Setting up liburcu8:arm64 (0.13.2-1) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.22 Setting up libfdisk1:arm64 (2.38.1-5+b1) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.23 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.25 Setting up pigz (2.6-1) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.26 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.27 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.30 Setting up sgml-base (1.31) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.33 Setting up vim-runtime (2:9.0.1378-2) ...
22:01:11 [2024-03-05T22:01:11.871Z] #109 11.41 Setting up libaio1:arm64 (0.3.113-4) ...
22:01:12 [2024-03-05T22:01:12.125Z] #109 11.42 Setting up libelf1:arm64 (0.188-2.1) ...
22:01:12 [2024-03-05T22:01:12.125Z] #109 11.44 Setting up libjson-c5:arm64 (0.16-2) ...
22:01:12 [2024-03-05T22:01:12.125Z] #109 11.46 Setting up zstd (1.5.4+dfsg2-5) ...
22:01:12 [2024-03-05T22:01:12.125Z] #109 11.47 Setting up libonig5:arm64 (6.9.8-1) ...
22:01:12 [2024-03-05T22:01:12.125Z] #109 11.50 Setting up libbpf1:arm64 (1:1.1.0-1) ...
22:01:12 [2024-03-05T22:01:12.125Z] #109 11.51 Setting up libkmod2:arm64 (30+20221128-1) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.52 Setting up vim (2:9.0.1378-2) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.59 Setting up libjq1:arm64 (1.6-2.1) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.61 Setting up iproute2 (6.1.0-3) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.73 debconf: unable to initialize frontend: Dialog
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.73 debconf: (TERM is not set, so the dialog frontend is not usable.)
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.73 debconf: falling back to frontend: Readline
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.74 debconf: unable to initialize frontend: Readline
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.74 debconf: (This frontend requires a controlling tty.)
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.74 debconf: falling back to frontend: Teletype
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.78 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.79 Setting up libnftnl11:arm64 (1.2.4-2) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.81 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.82 Setting up thin-provisioning-tools (0.9.0-2) ...
22:01:12 [2024-03-05T22:01:12.379Z] #109 11.85 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.86 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.88 Setting up jq (1.6-2.1) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.89 Setting up iptables (1.8.9-2) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.90 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.91 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.91 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.94 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.96 Setting up dmsetup (2:1.02.185-2) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 11.98 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 12.03 Setting up systemd (252.22-1~deb12u1) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 12.08 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.08 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.09 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.09 Initializing machine ID from random generator.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.11 Creating group 'systemd-journal' with GID 998.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.12 Creating group 'systemd-network' with GID 997.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.12 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.16 Setting up systemd-journal-remote (252.22-1~deb12u1) ...
22:01:12 [2024-03-05T22:01:12.633Z] #109 12.19 Creating group 'systemd-journal-remote' with GID 996.

22:01:12 [2024-03-05T22:01:12.633Z] #109 12.19 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.

22:01:12 [2024-03-05T22:01:12.887Z] #109 12.22 Setting up xfsprogs (6.1.0-1) ...
22:01:12 [2024-03-05T22:01:12.887Z] #109 12.23 System has not been booted with systemd as init system (PID 1). Can't operate.

22:01:12 [2024-03-05T22:01:12.887Z] #109 12.23 Failed to connect to bus: Host is down

22:01:12 [2024-03-05T22:01:12.887Z] #109 12.24 Processing triggers for libc-bin (2.36-9+deb12u4) ...
22:01:13 [2024-03-05T22:01:13.141Z] #109 DONE 12.7s
22:01:13 [2024-03-05T22:01:13.396Z] 
22:01:13 [2024-03-05T22:01:13.396Z] #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
22:01:13 [2024-03-05T22:01:13.396Z] #110 0.213 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:01:13 [2024-03-05T22:01:13.650Z] #110 0.216 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:01:13 [2024-03-05T22:01:13.650Z] #110 0.219 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:01:13 [2024-03-05T22:01:13.650Z] #110 DONE 0.3s
22:01:13 [2024-03-05T22:01:13.650Z] 
22:01:13 [2024-03-05T22:01:13.650Z] #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
22:01:14 [2024-03-05T22:01:14.209Z] #111 0.578 Hit:1 http://deb.debian.org/debian bookworm InRelease
22:01:14 [2024-03-05T22:01:14.209Z] #111 0.578 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
22:01:14 [2024-03-05T22:01:14.209Z] #111 0.578 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
22:01:15 [2024-03-05T22:01:15.130Z] #111 0.775 Reading package lists...
22:01:15 [2024-03-05T22:01:15.689Z] #111 1.436 Reading package lists...
22:01:15 [2024-03-05T22:01:15.689Z] #111 2.077 Building dependency tree...
22:01:15 [2024-03-05T22:01:15.943Z] #111 2.267 Reading state information...
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.587 gcc is already the newest version (4:12.2.0-3).
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.587 pkg-config is already the newest version (1.8.1-1).
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.587 The following additional packages will be installed:
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.588   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.588   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.588   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.588   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.589   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.589   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.590   python3-yaml uuid-dev zlib1g-dev
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.592 Suggested packages:
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.592   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.592   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.592 Recommended packages:
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.592   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
22:01:16 [2024-03-05T22:01:16.197Z] #111 2.592   liblocale-gettext-perl shared-mime-info xdg-user-dirs
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.906 The following NEW packages will be installed:
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.906   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.906   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.906   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.906   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.907   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.907   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.907   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
22:01:16 [2024-03-05T22:01:16.450Z] #111 2.907   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
22:01:16 [2024-03-05T22:01:16.705Z] #111 3.186 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
22:01:16 [2024-03-05T22:01:16.705Z] #111 3.186 Need to get 11.9 MB of archives.
22:01:16 [2024-03-05T22:01:16.705Z] #111 3.186 After this operation, 53.1 MB of additional disk space will be used.
22:01:16 [2024-03-05T22:01:16.705Z] #111 3.186 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.195 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.202 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.208 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.209 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.210 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.210 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.211 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.212 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.212 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.213 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.215 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.216 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.218 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.222 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.228 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.228 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.229 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.230 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.231 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.232 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.234 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.235 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.239 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.245 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.247 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.248 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.252 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.260 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.261 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.264 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.266 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.266 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.266 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.267 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.268 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.269 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
22:01:16 [2024-03-05T22:01:16.960Z] #111 3.433 debconf: delaying package configuration, since apt-utils is not installed
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.479 Fetched 11.9 MB in 0s (34.1 MB/s)
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.511 Selecting previously unselected package libdpkg-perl.
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.511 (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.)
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.525 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.529 Unpacking libdpkg-perl (1.21.22) ...
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.611 Selecting previously unselected package dpkg-dev.
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.614 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.618 Unpacking dpkg-dev (1.21.22) ...
22:01:17 [2024-03-05T22:01:17.214Z] #111 3.745 Selecting previously unselected package libglib2.0-0:arm64.
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.748 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.754 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.893 Selecting previously unselected package libgirepository-1.0-1:arm64.
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.895 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.901 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.938 Selecting previously unselected package gir1.2-glib-2.0:arm64.
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.941 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.945 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.986 Selecting previously unselected package libsecret-common.
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.989 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
22:01:17 [2024-03-05T22:01:17.468Z] #111 3.993 Unpacking libsecret-common (0.20.5-3) ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.057 Selecting previously unselected package libsecret-1-0:arm64.
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.060 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.063 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.113 Selecting previously unselected package gir1.2-secret-1:arm64.
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.116 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.120 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.160 Selecting previously unselected package libapparmor-dev:arm64.
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.163 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.177 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.213 Selecting previously unselected package uuid-dev:arm64.
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.216 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.219 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.256 Selecting previously unselected package libblkid-dev:arm64.
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.259 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.264 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.311 Selecting previously unselected package libffi-dev:arm64.
22:01:17 [2024-03-05T22:01:17.722Z] #111 4.314 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.319 Unpacking libffi-dev:arm64 (3.4.4-1) ...
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.362 Selecting previously unselected package libgpg-error-dev.
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.364 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.368 Unpacking libgpg-error-dev (1.46-1) ...
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.417 Selecting previously unselected package libgcrypt20-dev.
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.420 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.430 Unpacking libgcrypt20-dev (1.10.1-3) ...
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.510 Selecting previously unselected package libglib2.0-data.
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.513 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
22:01:17 [2024-03-05T22:01:17.977Z] #111 4.520 Unpacking libglib2.0-data (2.74.6-2) ...
22:01:18 [2024-03-05T22:01:18.231Z] #111 4.658 Selecting previously unselected package libglib2.0-bin.
22:01:18 [2024-03-05T22:01:18.231Z] #111 4.660 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.231Z] #111 4.667 Unpacking libglib2.0-bin (2.74.6-2) ...
22:01:18 [2024-03-05T22:01:18.231Z] #111 4.707 Selecting previously unselected package python3-lib2to3.
22:01:18 [2024-03-05T22:01:18.231Z] #111 4.710 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
22:01:18 [2024-03-05T22:01:18.231Z] #111 4.717 Unpacking python3-lib2to3 (3.11.2-3) ...
22:01:18 [2024-03-05T22:01:18.231Z] #111 4.767 Selecting previously unselected package python3-distutils.
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.770 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.773 Unpacking python3-distutils (3.11.2-3) ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.814 Selecting previously unselected package libglib2.0-dev-bin.
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.817 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.823 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.870 Selecting previously unselected package libsepol-dev:arm64.
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.872 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.876 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.939 Selecting previously unselected package libpcre2-16-0:arm64.
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.942 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 4.947 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
22:01:18 [2024-03-05T22:01:18.485Z] #111 5.005 Selecting previously unselected package libpcre2-32-0:arm64.
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.008 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.013 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.068 Selecting previously unselected package libpcre2-posix3:arm64.
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.070 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.074 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.111 Selecting previously unselected package libpcre2-dev:arm64.
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.114 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.119 Unpacking libpcre2-dev:arm64 (10.42-1) ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.200 Selecting previously unselected package libselinux1-dev:arm64.
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.203 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.207 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
22:01:18 [2024-03-05T22:01:18.739Z] #111 5.273 Selecting previously unselected package libmount-dev:arm64.
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.275 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.280 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.317 Selecting previously unselected package zlib1g-dev:arm64.
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.320 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.324 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.390 Selecting previously unselected package libglib2.0-dev:arm64.
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.393 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.403 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
22:01:18 [2024-03-05T22:01:18.993Z] #111 5.574 Selecting previously unselected package libseccomp-dev:arm64.
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.576 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.582 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.637 Selecting previously unselected package libsecret-1-dev:arm64.
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.639 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.650 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.731 Selecting previously unselected package libsystemd-dev:arm64.
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.734 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.739 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
22:01:19 [2024-03-05T22:01:19.247Z] #111 5.846 Selecting previously unselected package libudev-dev:arm64.
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.849 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.852 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.900 Selecting previously unselected package libyaml-0-2:arm64.
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.902 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.910 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.961 Selecting previously unselected package python3-pathspec.
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.964 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 5.969 Unpacking python3-pathspec (0.11.0-1) ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 6.014 Selecting previously unselected package python3-pkg-resources.
22:01:19 [2024-03-05T22:01:19.501Z] #111 6.017 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 6.025 Unpacking python3-pkg-resources (66.1.1-1) ...
22:01:19 [2024-03-05T22:01:19.501Z] #111 6.082 Selecting previously unselected package python3-yaml.
22:01:19 [2024-03-05T22:01:19.754Z] #111 6.085 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
22:01:19 [2024-03-05T22:01:19.754Z] #111 6.092 Unpacking python3-yaml (6.0-3+b2) ...
22:01:19 [2024-03-05T22:01:19.754Z] #111 6.142 Selecting previously unselected package yamllint.
22:01:19 [2024-03-05T22:01:19.754Z] #111 6.145 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
22:01:19 [2024-03-05T22:01:19.754Z] #111 6.151 Unpacking yamllint (1.29.0-1) ...
22:01:19 [2024-03-05T22:01:19.754Z] #111 6.209 Setting up python3-pkg-resources (66.1.1-1) ...
22:01:20 [2024-03-05T22:01:20.008Z] #111 6.475 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.489 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.507 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.518 No schema files found: doing nothing.
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.524 Setting up python3-yaml (6.0-3+b2) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.686 Setting up libffi-dev:arm64 (3.4.4-1) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.700 Setting up libpcre2-16-0:arm64 (10.42-1) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.717 Setting up libpcre2-32-0:arm64 (10.42-1) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.729 Setting up libglib2.0-data (2.74.6-2) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.752 Setting up libgpg-error-dev (1.46-1) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.762 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.774 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
22:01:20 [2024-03-05T22:01:20.262Z] #111 6.788 Setting up libsepol-dev:arm64 (3.4-2.1) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 6.800 Setting up libdpkg-perl (1.21.22) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 6.814 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 6.826 Setting up libpcre2-posix3:arm64 (10.42-1) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 6.837 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 6.850 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 6.866 Setting up python3-pathspec (0.11.0-1) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 7.007 Setting up python3-lib2to3 (3.11.2-3) ...
22:01:20 [2024-03-05T22:01:20.516Z] #111 7.122 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
22:01:20 [2024-03-05T22:01:20.770Z] #111 7.136 Setting up libsecret-common (0.20.5-3) ...
22:01:20 [2024-03-05T22:01:20.770Z] #111 7.150 Setting up python3-distutils (3.11.2-3) ...
22:01:20 [2024-03-05T22:01:20.770Z] #111 7.279 Setting up libglib2.0-dev-bin (2.74.6-2) ...
22:01:21 [2024-03-05T22:01:21.024Z] #111 7.439 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
22:01:21 [2024-03-05T22:01:21.279Z] #111 7.449 Setting up libpcre2-dev:arm64 (10.42-1) ...
22:01:21 [2024-03-05T22:01:21.279Z] #111 7.463 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
22:01:21 [2024-03-05T22:01:21.279Z] #111 7.474 Setting up libglib2.0-bin (2.74.6-2) ...
22:01:21 [2024-03-05T22:01:21.279Z] #111 7.486 Setting up dpkg-dev (1.21.22) ...
22:01:21 [2024-03-05T22:01:21.279Z] #111 7.504 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
22:01:21 [2024-03-05T22:01:21.279Z] #111 7.515 Setting up yamllint (1.29.0-1) ...
22:01:21 [2024-03-05T22:01:21.279Z] #111 7.661 Setting up libgcrypt20-dev (1.10.1-3) ...
22:01:21 [2024-03-05T22:01:21.533Z] #111 7.673 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
22:01:21 [2024-03-05T22:01:21.533Z] #111 7.685 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
22:01:21 [2024-03-05T22:01:21.533Z] #111 7.701 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
22:01:21 [2024-03-05T22:01:21.533Z] #111 7.714 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
22:01:21 [2024-03-05T22:01:21.533Z] #111 7.727 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
22:01:21 [2024-03-05T22:01:21.533Z] #111 7.741 Processing triggers for libc-bin (2.36-9+deb12u4) ...
22:01:21 [2024-03-05T22:01:21.533Z] #111 DONE 8.1s
22:01:21 [2024-03-05T22:01:21.787Z] 
22:01:21 [2024-03-05T22:01:21.787Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
22:01:21 [2024-03-05T22:01:21.787Z] #112 DONE 0.1s
22:01:21 [2024-03-05T22:01:21.787Z] 
22:01:21 [2024-03-05T22:01:21.787Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
22:01:21 [2024-03-05T22:01:21.787Z] #113 DONE 0.1s
22:01:22 [2024-03-05T22:01:22.041Z] 
22:01:22 [2024-03-05T22:01:22.041Z] #114 [dev 1/1] COPY --link . .
22:01:23 [2024-03-05T22:01:23.920Z] #114 DONE 1.8s
22:01:23 [2024-03-05T22:01:23.920Z] 
22:01:23 [2024-03-05T22:01:23.920Z] #115 exporting to image
22:01:23 [2024-03-05T22:01:23.920Z] #115 exporting layers
22:01:24 [2024-03-05T22:01:24.842Z] #115 exporting layers 1.0s done
22:01:24 [2024-03-05T22:01:24.842Z] #115 writing image sha256:0907f805fc7ceee09f708a556e567684f13ef54448dfb34937ff80eee6d78d74 done
22:01:24 [2024-03-05T22:01:24.842Z] #115 naming to docker.io/library/docker:19b74dc69124227c4255ac589ab841f5ba111f80 done
22:01:24 [2024-03-05T22:01:24.842Z] #115 DONE 1.0s