Skip to content

Console Output

Skipping 137 KB.. Full Log
8.4-2+deb11u1) ...
13:10:24 [2022-11-16T13:10:24.805Z] #38 54.93 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
13:10:24 [2022-11-16T13:10:24.805Z] #38 55.03 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:10:25 [2022-11-16T13:10:25.071Z] #38 55.05 Setting up cmake (3.18.4-2+deb11u1) ...
13:10:25 [2022-11-16T13:10:25.071Z] #38 55.08 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:10:25 [2022-11-16T13:10:25.648Z] #38 DONE 55.6s
13:10:25 [2022-11-16T13:10:25.648Z] 
13:10:25 [2022-11-16T13:10:25.649Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:10:25 [2022-11-16T13:10:25.649Z] #44 6.643 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
13:10:25 [2022-11-16T13:10:25.649Z] #44 6.712 Cloning into '/tmp/crun-build/libocispec'...
13:10:25 [2022-11-16T13:10:25.909Z] #44 ...
13:10:25 [2022-11-16T13:10:25.909Z] 
13:10:25 [2022-11-16T13:10:25.909Z] #45 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:10:25 [2022-11-16T13:10:25.909Z] #45 DONE 0.3s
13:10:26 [2022-11-16T13:10:26.173Z] 
13:10:26 [2022-11-16T13:10:26.173Z] #46 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:10:26 [2022-11-16T13:10:26.433Z] #46 0.713 + RM_GOPATH=0
13:10:26 [2022-11-16T13:10:26.433Z] #46 0.713 + TMP_GOPATH=
13:10:26 [2022-11-16T13:10:26.433Z] #46 0.713 + : /build
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.713 + '[' -z '' ']'
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.714 ++ mktemp -d
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.721 + export GOPATH=/tmp/tmp.9gHy2rv3wM
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.721 + GOPATH=/tmp/tmp.9gHy2rv3wM
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.721 + RM_GOPATH=1
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.721 + case "$(go env GOARCH)" in
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.722 ++ go env GOARCH
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.749 + export GO_BUILDMODE=-buildmode=pie
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.751 + GO_BUILDMODE=-buildmode=pie
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.752 ++ dirname /install.sh
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.762 + dir=/
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.762 + bin=tini
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.769 + shift
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.769 + '[' '!' -f //tini.installer ']'
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.772 + . //tini.installer
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.772 ++ : v0.19.0
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.773 + install_tini
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.773 + echo 'Install tini version v0.19.0'
13:10:26 [2022-11-16T13:10:26.693Z] #46 0.773 Install tini version v0.19.0
13:10:26 [2022-11-16T13:10:26.694Z] #46 0.774 + git clone https://github.com/krallin/tini.git /tmp/tmp.9gHy2rv3wM/tini
13:10:26 [2022-11-16T13:10:26.694Z] #46 0.776 Cloning into '/tmp/tmp.9gHy2rv3wM/tini'...
13:10:27 [2022-11-16T13:10:27.634Z] #46 1.544 + cd /tmp/tmp.9gHy2rv3wM/tini
13:10:27 [2022-11-16T13:10:27.634Z] #46 1.544 + git checkout -q v0.19.0
13:10:27 [2022-11-16T13:10:27.634Z] #46 1.563 + cmake .
13:10:27 [2022-11-16T13:10:27.894Z] #46 2.207 -- The C compiler identification is GNU 10.2.1
13:10:28 [2022-11-16T13:10:28.154Z] #46 2.274 -- Detecting C compiler ABI info
13:10:28 [2022-11-16T13:10:28.725Z] #46 2.930 -- Detecting C compiler ABI info - done
13:10:28 [2022-11-16T13:10:28.725Z] #46 3.024 -- Check for working C compiler: /usr/bin/cc - skipped
13:10:28 [2022-11-16T13:10:28.725Z] #46 3.027 -- Detecting C compile features
13:10:28 [2022-11-16T13:10:28.725Z] #46 3.043 -- Detecting C compile features - done
13:10:28 [2022-11-16T13:10:28.986Z] #46 3.100 -- Performing Test HAS_BUILTIN_FORTIFY
13:10:29 [2022-11-16T13:10:29.248Z] #46 3.354 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:10:29 [2022-11-16T13:10:29.248Z] #46 3.440 -- Configuring done
13:10:29 [2022-11-16T13:10:29.248Z] #46 3.455 -- Generating done
13:10:29 [2022-11-16T13:10:29.509Z] #46 3.478 -- Build files have been written to: /tmp/tmp.9gHy2rv3wM/tini
13:10:29 [2022-11-16T13:10:29.509Z] #46 3.508 + make tini-static
13:10:29 [2022-11-16T13:10:29.769Z] #46 3.947 Scanning dependencies of target tini-static
13:10:30 [2022-11-16T13:10:30.030Z] #46 4.058 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:10:31 [2022-11-16T13:10:31.940Z] #46 5.655 [100%] Linking C executable tini-static
13:10:31 [2022-11-16T13:10:31.940Z] #46 6.204 [100%] Built target tini-static
13:10:32 [2022-11-16T13:10:32.200Z] #46 6.257 + mkdir -p /build
13:10:32 [2022-11-16T13:10:32.200Z] #46 6.268 + cp tini-static /build/docker-init
13:10:32 [2022-11-16T13:10:32.200Z] #46 ...
13:10:32 [2022-11-16T13:10:32.200Z] 
13:10:32 [2022-11-16T13:10:32.200Z] #37 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:10:32 [2022-11-16T13:10:32.200Z] #37 52.45 Selecting previously unselected package mingw-w64-x86-64-dev.
13:10:32 [2022-11-16T13:10:32.200Z] #37 52.46 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:10:32 [2022-11-16T13:10:32.200Z] #37 52.47 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:10:32 [2022-11-16T13:10:32.200Z] #37 59.84 Selecting previously unselected package gcc-mingw-w64-base.
13:10:32 [2022-11-16T13:10:32.200Z] #37 59.86 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
13:10:32 [2022-11-16T13:10:32.200Z] #37 59.87 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:10:32 [2022-11-16T13:10:32.200Z] #37 60.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:10:32 [2022-11-16T13:10:32.200Z] #37 60.04 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
13:10:32 [2022-11-16T13:10:32.200Z] #37 60.06 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:10:32 [2022-11-16T13:10:32.466Z] #37 ...
13:10:32 [2022-11-16T13:10:32.466Z] 
13:10:32 [2022-11-16T13:10:32.466Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:10:32 [2022-11-16T13:10:32.466Z] #44 8.651 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
13:10:32 [2022-11-16T13:10:32.466Z] #44 8.670 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
13:10:32 [2022-11-16T13:10:32.466Z] #44 8.696 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
13:10:32 [2022-11-16T13:10:32.466Z] #44 8.697 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
13:10:32 [2022-11-16T13:10:32.466Z] #44 8.719 Cloning into '/tmp/crun-build/libocispec/image-spec'...
13:10:32 [2022-11-16T13:10:32.466Z] #44 10.58 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
13:10:32 [2022-11-16T13:10:32.466Z] #44 12.16 Cloning into '/tmp/crun-build/libocispec/yajl'...
13:10:32 [2022-11-16T13:10:32.466Z] #44 13.57 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
13:10:32 [2022-11-16T13:10:32.466Z] #44 13.88 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
13:10:32 [2022-11-16T13:10:32.466Z] #44 14.16 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
13:10:32 [2022-11-16T13:10:32.730Z] #44 ...
13:10:32 [2022-11-16T13:10:32.730Z] 
13:10:32 [2022-11-16T13:10:32.730Z] #46 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:10:32 [2022-11-16T13:10:32.730Z] #46 DONE 6.8s
13:10:32 [2022-11-16T13:10:32.730Z] 
13:10:32 [2022-11-16T13:10:32.730Z] #35 [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.1"      && /build/gotestsum --version
13:10:32 [2022-11-16T13:10:32.730Z] #35 61.80 gotestsum version dev
13:10:32 [2022-11-16T13:10:32.730Z] #35 DONE 62.8s
13:10:32 [2022-11-16T13:10:32.991Z] 
13:10:32 [2022-11-16T13:10:32.991Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:10:37 [2022-11-16T13:10:37.289Z] #33 ...
13:10:37 [2022-11-16T13:10:37.289Z] 
13:10:37 [2022-11-16T13:10:37.289Z] #37 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:10:37 [2022-11-16T13:10:37.289Z] #37 67.42 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:10:37 [2022-11-16T13:10:37.289Z] #37 67.43 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:10:37 [2022-11-16T13:10:37.289Z] #37 67.44 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:10:45 [2022-11-16T13:10:45.422Z] #37 ...
13:10:45 [2022-11-16T13:10:45.422Z] 
13:10:45 [2022-11-16T13:10:45.422Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:10:45 [2022-11-16T13:10:45.422Z] #44 27.61 aclocal: warning: couldn't open directory 'm4': No such file or directory
13:10:50 [2022-11-16T13:10:50.710Z] #44 ...
13:10:50 [2022-11-16T13:10:50.710Z] 
13:10:50 [2022-11-16T13:10:50.710Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:10:52 [2022-11-16T13:10:52.011Z] #43 45.01 Updating files:  51% (2605/5051)
Updating files:  52% (2627/5051)
Updating files:  53% (2678/5051)
Updating files:  54% (2728/5051)
Updating files:  55% (2779/5051)
Updating files:  56% (2829/5051)
Updating files:  57% (2880/5051)
Updating files:  58% (2930/5051)
Updating files:  59% (2981/5051)
Updating files:  60% (3031/5051)
Updating files:  61% (3082/5051)
Updating files:  62% (3132/5051)
Updating files:  63% (3183/5051)
Updating files:  64% (3233/5051)
Updating files:  65% (3284/5051)
Updating files:  66% (3334/5051)
Updating files:  67% (3385/5051)
Updating files:  68% (3435/5051)
Updating files:  69% (3486/5051)
Updating files:  70% (3536/5051)
Updating files:  71% (3587/5051)
Updating files:  72% (3637/5051)
Updating files:  73% (3688/5051)
Updating files:  74% (3738/5051)
Updating files:  75% (3789/5051)
Updating files:  76% (3839/5051)
Updating files:  77% (3890/5051)
Updating files:  78% (3940/5051)
Updating files:  79% (3991/5051)
Updating files:  80% (4041/5051)
Updating files:  81% (4092/5051)
Updating files:  82% (4142/5051)
Updating files:  83% (4193/5051)
Updating files:  84% (4243/5051)
Updating files:  85% (4294/5051)
Updating files:  86% (4344/5051)
Updating files:  87% (4395/5051)
Updating files:  88% (4445/5051)
Updating files:  89% (4496/5051)
Updating files:  89% (4516/5051)
Updating files:  90% (4546/5051)
Updating files:  91% (4597/5051)
Updating files:  92% (4647/5051)
Updating files:  93% (4698/5051)
Updating files:  94% (4748/5051)
Updating files:  95% (4799/5051)
Updating files:  96% (4849/5051)
Updating files:  97% (4900/5051)
Updating files:  98% (4950/5051)
Updating files:  99% (5001/5051)
Updating files: 100% (5051/5051)
Updating files: 100% (5051/5051), done.
13:10:52 [2022-11-16T13:10:52.011Z] #43 46.46 + cd /tmp/tmp.ksyPEvpwwb/src/github.com/containerd/containerd
13:10:52 [2022-11-16T13:10:52.011Z] #43 46.46 + git checkout -q v1.6.10
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.61 + export 'BUILDTAGS=netgo osusergo static_build'
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.61 + BUILDTAGS='netgo osusergo static_build'
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.63 + export EXTRA_FLAGS=-buildmode=pie
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.63 + EXTRA_FLAGS=-buildmode=pie
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.63 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.63 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.63 + '[' '' = dynamic ']'
13:10:54 [2022-11-16T13:10:54.553Z] #43 48.63 + make
13:10:55 [2022-11-16T13:10:55.494Z] #43 49.89 + bin/ctr
13:10:58 [2022-11-16T13:10:58.792Z] #43 ...
13:10:58 [2022-11-16T13:10:58.792Z] 
13:10:58 [2022-11-16T13:10:58.792Z] #37 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:10:58 [2022-11-16T13:10:58.792Z] #37 78.87 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:10:58 [2022-11-16T13:10:58.792Z] #37 78.87 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:10:58 [2022-11-16T13:10:58.792Z] #37 78.88 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:10:58 [2022-11-16T13:10:58.792Z] #37 84.06 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:10:58 [2022-11-16T13:10:58.792Z] #37 84.06 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
13:10:58 [2022-11-16T13:10:58.792Z] #37 84.07 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:10:59 [2022-11-16T13:10:59.052Z] #37 ...
13:10:59 [2022-11-16T13:10:59.052Z] 
13:10:59 [2022-11-16T13:10:59.052Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:10:59 [2022-11-16T13:10:59.052Z] #44 36.92 libtoolize: putting auxiliary files in '.'.
13:10:59 [2022-11-16T13:10:59.052Z] #44 36.92 libtoolize: copying file './ltmain.sh'
13:10:59 [2022-11-16T13:10:59.052Z] #44 37.81 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
13:10:59 [2022-11-16T13:10:59.052Z] #44 37.81 libtoolize: and rerunning libtoolize and aclocal.
13:10:59 [2022-11-16T13:10:59.052Z] #44 37.81 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:11:00 [2022-11-16T13:11:00.965Z] #44 ...
13:11:00 [2022-11-16T13:11:00.965Z] 
13:11:00 [2022-11-16T13:11:00.965Z] #37 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:11:00 [2022-11-16T13:11:00.965Z] #37 89.46 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:11:00 [2022-11-16T13:11:00.965Z] #37 89.46 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:11:00 [2022-11-16T13:11:00.965Z] #37 89.48 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:11:06 [2022-11-16T13:11:06.251Z] #37 ...
13:11:06 [2022-11-16T13:11:06.251Z] 
13:11:06 [2022-11-16T13:11:06.251Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:06 [2022-11-16T13:11:06.251Z] #44 46.20 configure.ac:7: installing './compile'
13:11:06 [2022-11-16T13:11:06.251Z] #44 46.22 configure.ac:11: installing './config.guess'
13:11:06 [2022-11-16T13:11:06.251Z] #44 46.23 configure.ac:11: installing './config.sub'
13:11:06 [2022-11-16T13:11:06.251Z] #44 46.25 configure.ac:8: installing './install-sh'
13:11:06 [2022-11-16T13:11:06.251Z] #44 46.26 configure.ac:8: installing './missing'
13:11:06 [2022-11-16T13:11:06.251Z] #44 46.37 Makefile.am: installing './depcomp'
13:11:06 [2022-11-16T13:11:06.251Z] #44 47.72 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:11:06 [2022-11-16T13:11:06.251Z] #44 47.72 libtoolize: copying file 'build-aux/ltmain.sh'
13:11:06 [2022-11-16T13:11:06.251Z] #44 47.91 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:11:06 [2022-11-16T13:11:06.251Z] #44 47.92 libtoolize: copying file 'm4/libtool.m4'
13:11:06 [2022-11-16T13:11:06.251Z] #44 48.10 libtoolize: copying file 'm4/ltoptions.m4'
13:11:06 [2022-11-16T13:11:06.251Z] #44 48.22 libtoolize: copying file 'm4/ltsugar.m4'
13:11:06 [2022-11-16T13:11:06.251Z] #44 48.36 libtoolize: copying file 'm4/ltversion.m4'
13:11:06 [2022-11-16T13:11:06.511Z] #44 48.54 libtoolize: copying file 'm4/lt~obsolete.m4'
13:11:06 [2022-11-16T13:11:06.511Z] #44 48.70 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:11:10 [2022-11-16T13:11:10.710Z] #44 ...
13:11:10 [2022-11-16T13:11:10.710Z] 
13:11:10 [2022-11-16T13:11:10.710Z] #37 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:11:10 [2022-11-16T13:11:10.710Z] #37 100.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:11:10 [2022-11-16T13:11:10.710Z] #37 100.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:11:10 [2022-11-16T13:11:10.710Z] #37 100.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:11:15 [2022-11-16T13:11:15.991Z] #37 106.1 Selecting previously unselected package g++-mingw-w64-x86-64.
13:11:15 [2022-11-16T13:11:15.991Z] #37 106.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:11:15 [2022-11-16T13:11:15.991Z] #37 106.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:11:16 [2022-11-16T13:11:16.251Z] #37 106.3 Selecting previously unselected package libapparmor1:arm64.
13:11:16 [2022-11-16T13:11:16.251Z] #37 106.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
13:11:16 [2022-11-16T13:11:16.251Z] #37 106.3 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:11:16 [2022-11-16T13:11:16.512Z] #37 106.5 Selecting previously unselected package libapparmor-dev:arm64.
13:11:16 [2022-11-16T13:11:16.512Z] #37 106.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
13:11:16 [2022-11-16T13:11:16.512Z] #37 106.5 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
13:11:16 [2022-11-16T13:11:16.512Z] #37 106.6 Selecting previously unselected package libbtrfs0:arm64.
13:11:16 [2022-11-16T13:11:16.512Z] #37 106.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
13:11:16 [2022-11-16T13:11:16.512Z] #37 106.7 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:11:16 [2022-11-16T13:11:16.772Z] #37 106.9 Selecting previously unselected package libbtrfs-dev:arm64.
13:11:16 [2022-11-16T13:11:16.772Z] #37 106.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
13:11:16 [2022-11-16T13:11:16.772Z] #37 106.9 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:11:17 [2022-11-16T13:11:17.032Z] #37 107.1 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:11:17 [2022-11-16T13:11:17.032Z] #37 107.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:11:17 [2022-11-16T13:11:17.032Z] #37 107.2 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:11:17 [2022-11-16T13:11:17.293Z] #37 107.2 Selecting previously unselected package libudev-dev:arm64.
13:11:17 [2022-11-16T13:11:17.293Z] #37 107.3 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
13:11:17 [2022-11-16T13:11:17.293Z] #37 107.3 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
13:11:17 [2022-11-16T13:11:17.293Z] #37 107.5 Selecting previously unselected package libsepol1-dev:arm64.
13:11:17 [2022-11-16T13:11:17.293Z] #37 107.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
13:11:17 [2022-11-16T13:11:17.293Z] #37 107.5 Unpacking libsepol1-dev:arm64 (3.1-1) ...
13:11:17 [2022-11-16T13:11:17.554Z] #37 ...
13:11:17 [2022-11-16T13:11:17.554Z] 
13:11:17 [2022-11-16T13:11:17.554Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:17 [2022-11-16T13:11:17.554Z] #44 59.58 configure.ac:7: installing 'build-aux/compile'
13:11:17 [2022-11-16T13:11:17.554Z] #44 59.59 configure.ac:9: installing 'build-aux/config.guess'
13:11:17 [2022-11-16T13:11:17.554Z] #44 59.59 configure.ac:9: installing 'build-aux/config.sub'
13:11:17 [2022-11-16T13:11:17.554Z] #44 59.62 configure.ac:11: installing 'build-aux/install-sh'
13:11:17 [2022-11-16T13:11:17.554Z] #44 59.63 configure.ac:11: installing 'build-aux/missing'
13:11:17 [2022-11-16T13:11:17.816Z] #44 59.83 Makefile.am: installing 'build-aux/depcomp'
13:11:18 [2022-11-16T13:11:18.077Z] #44 59.97 parallel-tests: installing 'build-aux/test-driver'
13:11:20 [2022-11-16T13:11:20.620Z] #44 62.33 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:11:20 [2022-11-16T13:11:20.621Z] #44 62.33 libtoolize: copying file 'build-aux/ltmain.sh'
13:11:21 [2022-11-16T13:11:21.191Z] #44 63.07 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:11:21 [2022-11-16T13:11:21.191Z] #44 63.07 libtoolize: copying file 'm4/libtool.m4'
13:11:21 [2022-11-16T13:11:21.191Z] #44 63.11 libtoolize: copying file 'm4/ltoptions.m4'
13:11:21 [2022-11-16T13:11:21.191Z] #44 63.17 libtoolize: copying file 'm4/ltsugar.m4'
13:11:21 [2022-11-16T13:11:21.191Z] #44 63.23 libtoolize: copying file 'm4/ltversion.m4'
13:11:21 [2022-11-16T13:11:21.191Z] #44 63.28 libtoolize: copying file 'm4/lt~obsolete.m4'
13:11:22 [2022-11-16T13:11:22.132Z] #44 ...
13:11:22 [2022-11-16T13:11:22.132Z] 
13:11:22 [2022-11-16T13:11:22.132Z] #37 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:11:22 [2022-11-16T13:11:22.132Z] #37 107.7 Selecting previously unselected package libpcre2-16-0:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 107.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 107.7 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 107.9 Selecting previously unselected package libpcre2-32-0:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 107.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 107.9 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.1 Selecting previously unselected package libpcre2-posix2:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.1 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.2 Selecting previously unselected package libpcre2-dev:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.3 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.3 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.7 Selecting previously unselected package libselinux1-dev:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 108.7 Unpacking libselinux1-dev:arm64 (3.1-3) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.0 Selecting previously unselected package libdevmapper-dev:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.0 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.2 Selecting previously unselected package libseccomp-dev:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.2 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.3 Selecting previously unselected package libsystemd-dev:arm64.
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.3 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.3 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.9 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.9 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 109.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.0 Setting up libsepol1-dev:arm64 (3.1-1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.0 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.1 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.1 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.1 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.1 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.2 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.2 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.2 Setting up mingw-w64-common (8.0.0-1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.2 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.3 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.3 Setting up libselinux1-dev:arm64 (3.1-3) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.4 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.5 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.5 Setting up dmsetup (2:1.02.175-2.1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.5 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.5 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 110.6 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:11:22 [2022-11-16T13:11:22.132Z] #37 DONE 112.3s
13:11:22 [2022-11-16T13:11:22.391Z] 
13:11:22 [2022-11-16T13:11:22.391Z] #47 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:11:22 [2022-11-16T13:11:22.391Z] #47 DONE 0.2s
13:11:22 [2022-11-16T13:11:22.391Z] 
13:11:22 [2022-11-16T13:11:22.391Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:11:23 [2022-11-16T13:11:23.331Z] #48 1.015 + RM_GOPATH=0
13:11:23 [2022-11-16T13:11:23.596Z] #48 ...
13:11:23 [2022-11-16T13:11:23.596Z] 
13:11:23 [2022-11-16T13:11:23.596Z] #49 [dev-systemd-false  1/28] RUN groupadd -r docker
13:11:23 [2022-11-16T13:11:23.596Z] #49 DONE 1.3s
13:11:23 [2022-11-16T13:11:23.596Z] 
13:11:23 [2022-11-16T13:11:23.596Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.026 + TMP_GOPATH=
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.027 + : /build
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.027 + '[' -z '' ']'
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.031 ++ mktemp -d
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.055 + export GOPATH=/tmp/tmp.tua4L31Lym
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.055 + GOPATH=/tmp/tmp.tua4L31Lym
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.055 + RM_GOPATH=1
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.055 + case "$(go env GOARCH)" in
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.055 ++ go env GOARCH
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.110 + export GO_BUILDMODE=-buildmode=pie
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.110 + GO_BUILDMODE=-buildmode=pie
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.110 ++ dirname /install.sh
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + dir=/
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + bin=runc
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + shift
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + '[' '!' -f //runc.installer ']'
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + . //runc.installer
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 ++ set -e
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 ++ : v1.1.4
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + install_runc
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + RUNC_BUILDTAGS=seccomp
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.111 Install runc version v1.1.4 (build tags: seccomp)
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.114 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.tua4L31Lym/src/github.com/opencontainers/runc
13:11:23 [2022-11-16T13:11:23.596Z] #48 1.229 Cloning into '/tmp/tmp.tua4L31Lym/src/github.com/opencontainers/runc'...
13:11:24 [2022-11-16T13:11:24.538Z] #48 ...
13:11:24 [2022-11-16T13:11:24.538Z] 
13:11:24 [2022-11-16T13:11:24.538Z] #50 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:11:24 [2022-11-16T13:11:24.538Z] #50 DONE 1.0s
13:11:24 [2022-11-16T13:11:24.538Z] 
13:11:24 [2022-11-16T13:11:24.538Z] #51 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:11:25 [2022-11-16T13:11:25.480Z] #51 1.005 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:11:25 [2022-11-16T13:11:25.480Z] #51 DONE 1.1s
13:11:25 [2022-11-16T13:11:25.480Z] 
13:11:25 [2022-11-16T13:11:25.480Z] #27 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:11:25 [2022-11-16T13:11:25.480Z] #27 112.7 + for f in rootlesskit rootlesskit-docker-proxy
13:11:25 [2022-11-16T13:11:25.480Z] #27 112.7 + GOBIN=/build
13:11:25 [2022-11-16T13:11:25.480Z] #27 112.7 + GO111MODULE=on
13:11:25 [2022-11-16T13:11:25.480Z] #27 112.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:11:26 [2022-11-16T13:11:26.424Z] #27 ...
13:11:26 [2022-11-16T13:11:26.424Z] 
13:11:26 [2022-11-16T13:11:26.424Z] #52 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:11:26 [2022-11-16T13:11:26.424Z] #52 DONE 0.8s
13:11:26 [2022-11-16T13:11:26.684Z] 
13:11:26 [2022-11-16T13:11:26.684Z] #53 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:11:27 [2022-11-16T13:11:27.625Z] #53 DONE 0.9s
13:11:27 [2022-11-16T13:11:27.625Z] 
13:11:27 [2022-11-16T13:11:27.625Z] #54 [dev-systemd-false  6/28] RUN ldconfig
13:11:28 [2022-11-16T13:11:28.260Z] #54 DONE 1.0s
13:11:28 [2022-11-16T13:11:28.260Z] 
13:11:28 [2022-11-16T13:11:28.260Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:28 [2022-11-16T13:11:28.521Z] #44 ...
13:11:28 [2022-11-16T13:11:28.521Z] 
13:11:28 [2022-11-16T13:11:28.521Z] #55 [dev-systemd-false  7/28] 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             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:11:29 [2022-11-16T13:11:29.903Z] #55 1.300 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:11:29 [2022-11-16T13:11:29.903Z] #55 1.367 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:11:29 [2022-11-16T13:11:29.903Z] #55 1.368 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:11:30 [2022-11-16T13:11:30.473Z] #55 2.183 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:11:30 [2022-11-16T13:11:30.737Z] #55 ...
13:11:30 [2022-11-16T13:11:30.737Z] 
13:11:30 [2022-11-16T13:11:30.737Z] #27 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3 rootlesskit version 1.0.0
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3 Usage of /build/rootlesskit-docker-proxy:
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3   -container-ip string
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3     	container ip
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3   -container-port int
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3     	container port (default -1)
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3   -host-ip string
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3     	host ip
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3   -host-port int
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3     	host port (default -1)
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3   -proto string
13:11:30 [2022-11-16T13:11:30.737Z] #27 120.3     	proxy protocol (default "tcp")
13:11:30 [2022-11-16T13:11:30.737Z] #27 DONE 120.6s
13:11:30 [2022-11-16T13:11:30.996Z] 
13:11:30 [2022-11-16T13:11:30.996Z] #56 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:11:30 [2022-11-16T13:11:30.996Z] #56 DONE 0.1s
13:11:30 [2022-11-16T13:11:30.996Z] 
13:11:30 [2022-11-16T13:11:30.996Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:30 [2022-11-16T13:11:30.996Z] #44 ...
13:11:30 [2022-11-16T13:11:30.996Z] 
13:11:30 [2022-11-16T13:11:30.996Z] #57 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:11:30 [2022-11-16T13:11:30.996Z] #57 DONE 0.1s
13:11:31 [2022-11-16T13:11:31.256Z] 
13:11:31 [2022-11-16T13:11:31.256Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:11:33 [2022-11-16T13:11:33.167Z] #48 ...
13:11:33 [2022-11-16T13:11:33.167Z] 
13:11:33 [2022-11-16T13:11:33.167Z] #55 [dev-systemd-false  7/28] 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             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:11:33 [2022-11-16T13:11:33.167Z] #55 4.468 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
13:11:35 [2022-11-16T13:11:35.080Z] #55 6.443 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:11:37 [2022-11-16T13:11:37.737Z] #55 9.000 Fetched 8487 kB in 8s (1071 kB/s)
13:11:37 [2022-11-16T13:11:37.997Z] #55 9.000 Reading package lists...
13:11:37 [2022-11-16T13:11:37.997Z] #55 ...
13:11:37 [2022-11-16T13:11:37.997Z] 
13:11:37 [2022-11-16T13:11:37.997Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:37 [2022-11-16T13:11:37.997Z] #44 79.75 configure.ac:11: installing 'build-aux/compile'
13:11:37 [2022-11-16T13:11:37.997Z] #44 79.76 configure.ac:11: installing 'build-aux/config.guess'
13:11:37 [2022-11-16T13:11:37.997Z] #44 79.78 configure.ac:11: installing 'build-aux/config.sub'
13:11:37 [2022-11-16T13:11:37.997Z] #44 79.80 configure.ac:13: installing 'build-aux/install-sh'
13:11:37 [2022-11-16T13:11:37.997Z] #44 79.81 configure.ac:13: installing 'build-aux/missing'
13:11:37 [2022-11-16T13:11:37.997Z] #44 79.83 configure.ac:8: installing 'build-aux/tap-driver.sh'
13:11:37 [2022-11-16T13:11:37.997Z] #44 80.03 Makefile.am: installing 'build-aux/depcomp'
13:11:39 [2022-11-16T13:11:39.959Z] #44 81.61 checking build system type... aarch64-unknown-linux-gnu
13:11:39 [2022-11-16T13:11:39.959Z] #44 82.06 checking host system type... aarch64-unknown-linux-gnu
13:11:39 [2022-11-16T13:11:39.959Z] #44 82.07 checking how to print strings... printf
13:11:39 [2022-11-16T13:11:39.959Z] #44 82.10 checking for gcc... gcc
13:11:40 [2022-11-16T13:11:40.789Z] #44 82.28 checking whether the C compiler works... yes
13:11:40 [2022-11-16T13:11:40.789Z] #44 82.69 checking for C compiler default output file name... a.out
13:11:41 [2022-11-16T13:11:41.050Z] #44 82.69 checking for suffix of executables... 
13:11:41 [2022-11-16T13:11:41.310Z] #44 82.95 checking whether we are cross compiling... no
13:11:41 [2022-11-16T13:11:41.310Z] #44 83.22 checking for suffix of object files... o
13:11:41 [2022-11-16T13:11:41.570Z] #44 83.46 checking whether we are using the GNU C compiler... yes
13:11:41 [2022-11-16T13:11:41.570Z] #44 83.61 checking whether gcc accepts -g... yes
13:11:41 [2022-11-16T13:11:41.830Z] #44 83.73 checking for gcc option to accept ISO C89... none needed
13:11:42 [2022-11-16T13:11:42.090Z] #44 83.93 checking whether gcc understands -c and -o together... yes
13:11:42 [2022-11-16T13:11:42.090Z] #44 84.17 checking for a sed that does not truncate output... /bin/sed
13:11:42 [2022-11-16T13:11:42.090Z] #44 84.19 checking for grep that handles long lines and -e... /bin/grep
13:11:42 [2022-11-16T13:11:42.090Z] #44 84.23 checking for egrep... /bin/grep -E
13:11:42 [2022-11-16T13:11:42.090Z] #44 84.24 checking for fgrep... /bin/grep -F
13:11:42 [2022-11-16T13:11:42.351Z] #44 84.28 checking for ld used by gcc... /usr/bin/ld
13:11:42 [2022-11-16T13:11:42.351Z] #44 84.30 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:11:42 [2022-11-16T13:11:42.351Z] #44 84.32 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:11:42 [2022-11-16T13:11:42.351Z] #44 84.36 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:11:42 [2022-11-16T13:11:42.351Z] #44 84.52 checking whether ln -s works... yes
13:11:42 [2022-11-16T13:11:42.351Z] #44 84.52 checking the maximum length of command line arguments... 1572864
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.57 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.58 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.58 checking for /usr/bin/ld option to reload object files... -r
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.58 checking for objdump... objdump
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.58 checking how to recognize dependent libraries... pass_all
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.58 checking for dlltool... no
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.58 checking how to associate runtime and link libraries... printf %s\n
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.58 checking for ar... ar
13:11:42 [2022-11-16T13:11:42.611Z] #44 84.59 checking for archiver @FILE support... @
13:11:42 [2022-11-16T13:11:42.871Z] #44 84.83 checking for strip... strip
13:11:42 [2022-11-16T13:11:42.871Z] #44 84.83 checking for ranlib... ranlib
13:11:42 [2022-11-16T13:11:42.871Z] #44 84.84 checking for gawk... no
13:11:42 [2022-11-16T13:11:42.871Z] #44 84.84 checking for mawk... mawk
13:11:43 [2022-11-16T13:11:43.131Z] #44 84.84 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:11:43 [2022-11-16T13:11:43.392Z] 
13:11:43 [2022-11-16T13:11:43.392Z] #44 ...
13:11:43 [2022-11-16T13:11:43.392Z] 
13:11:43 [2022-11-16T13:11:43.392Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:11:43 [2022-11-16T13:11:43.392Z] #36 132.8 Delve is a source level debugger for Go programs.
13:11:43 [2022-11-16T13:11:43.392Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.392Z] #36 132.8 Delve enables you to interact with your program by controlling the execution of the process,
13:11:43 [2022-11-16T13:11:43.392Z] #36 132.8 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
13:11:43 [2022-11-16T13:11:43.392Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.392Z] #36 132.8 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
13:11:43 [2022-11-16T13:11:43.392Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 Pass flags to the program you are debugging using `--`, for example:
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 `dlv exec ./hello -- server --config conf/config.toml`
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 Usage:
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   dlv [command]
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 Available Commands:
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   attach      Attach to running process and begin debugging.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   connect     Connect to a headless debug server with a terminal client.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   core        Examine a core dump.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   debug       Compile and begin debugging main package in current directory, or the package specified.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   exec        Execute a precompiled binary, and begin a debug session.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   help        Help about any command
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   run         Deprecated command. Use 'debug' instead.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   test        Compile test binary and begin debugging program.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   trace       Compile and begin tracing program.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   version     Prints version.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 Flags:
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --disable-aslr                     Disables address space randomization
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   -h, --help                             help for dlv
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --init string                      Init file, executed by the terminal client.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --log                              Enable debugging server logging.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8       --wd string                        Working directory for running the program.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 Additional help topics:
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   dlv backend  Help about the --backend flag.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   dlv log      Help about logging flags.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8   dlv redirect Help about file redirection.
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 
13:11:43 [2022-11-16T13:11:43.393Z] #36 132.8 Use "dlv [command] --help" for more information about a command.
13:11:43 [2022-11-16T13:11:43.393Z] #36 DONE 133.5s
13:11:43 [2022-11-16T13:11:43.393Z] 
13:11:43 [2022-11-16T13:11:43.393Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:43 [2022-11-16T13:11:43.393Z] #44 85.34 checking for sysroot... no
13:11:43 [2022-11-16T13:11:43.393Z] #44 85.35 checking for a working dd... /bin/dd
13:11:43 [2022-11-16T13:11:43.393Z] #44 85.37 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:11:43 [2022-11-16T13:11:43.393Z] #44 85.38 checking for mt... no
13:11:43 [2022-11-16T13:11:43.393Z] #44 85.39 checking if : is a manifest tool... no
13:11:43 [2022-11-16T13:11:43.393Z] #44 85.41 checking how to run the C preprocessor... 
13:11:43 [2022-11-16T13:11:43.393Z] #44 ...
13:11:43 [2022-11-16T13:11:43.393Z] 
13:11:43 [2022-11-16T13:11:43.393Z] #29 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:11:43 [2022-11-16T13:11:43.393Z] #29 126.6 Updating files:  23% (2640/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  39% (4485/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  61% (7047/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  85% (9716/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
13:11:43 [2022-11-16T13:11:43.393Z] #29 130.4 + cd /tmp/tmp.UogAQT06DJ/tmp/docker-ce
13:11:43 [2022-11-16T13:11:43.393Z] #29 130.4 + git checkout -q v17.06.2-ce
13:11:45 [2022-11-16T13:11:45.304Z] #29 134.8 + mkdir -p /tmp/tmp.UogAQT06DJ/src/github.com/docker
13:11:45 [2022-11-16T13:11:45.304Z] #29 134.8 + mv components/cli /tmp/tmp.UogAQT06DJ/src/github.com/docker/cli
13:11:45 [2022-11-16T13:11:45.304Z] #29 134.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
13:11:45 [2022-11-16T13:11:45.564Z] #29 ...
13:11:45 [2022-11-16T13:11:45.564Z] 
13:11:45 [2022-11-16T13:11:45.564Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:11:45 [2022-11-16T13:11:45.564Z] #48 13.11 + cd /tmp/tmp.tua4L31Lym/src/github.com/opencontainers/runc
13:11:45 [2022-11-16T13:11:45.564Z] #48 13.12 + git checkout -q v1.1.4
13:11:45 [2022-11-16T13:11:45.564Z] #48 13.96 + '[' -z '' ']'
13:11:45 [2022-11-16T13:11:45.564Z] #48 13.96 + target=static
13:11:45 [2022-11-16T13:11:45.564Z] #48 13.96 + make BUILDTAGS=seccomp static
13:11:45 [2022-11-16T13:11:45.564Z] #48 14.26 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
13:11:45 [2022-11-16T13:11:45.564Z] #48 ...
13:11:45 [2022-11-16T13:11:45.564Z] 
13:11:45 [2022-11-16T13:11:45.564Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:45 [2022-11-16T13:11:45.564Z] #44 85.41 checking how to run the C preprocessor... gcc -E
13:11:45 [2022-11-16T13:11:45.564Z] #44 86.07 checking for ANSI C header files... yes
13:11:45 [2022-11-16T13:11:45.564Z] #44 86.90 checking for sys/types.h... yes
13:11:45 [2022-11-16T13:11:45.564Z] #44 87.08 checking for sys/stat.h... yes
13:11:45 [2022-11-16T13:11:45.564Z] #44 87.25 checking for stdlib.h... yes
13:11:45 [2022-11-16T13:11:45.564Z] #44 87.48 checking for string.h... yes
13:11:45 [2022-11-16T13:11:45.824Z] #44 87.66 checking for memory.h... yes
13:11:46 [2022-11-16T13:11:46.085Z] #44 87.87 checking for strings.h... yes
13:11:46 [2022-11-16T13:11:46.085Z] #44 88.11 checking for inttypes.h... yes
13:11:46 [2022-11-16T13:11:46.344Z] #44 88.33 checking for stdint.h... yes
13:11:46 [2022-11-16T13:11:46.604Z] #44 88.52 checking for unistd.h... yes
13:11:46 [2022-11-16T13:11:46.863Z] #44 88.78 checking for dlfcn.h... yes
13:11:46 [2022-11-16T13:11:46.863Z] #44 88.99 checking for objdir... .libs
13:11:47 [2022-11-16T13:11:47.695Z] #44 89.52 checking if gcc supports -fno-rtti -fno-exceptions... no
13:11:47 [2022-11-16T13:11:47.695Z] #44 89.71 checking for gcc option to produce PIC... -fPIC -DPIC
13:11:47 [2022-11-16T13:11:47.955Z] #44 89.71 checking if gcc PIC flag -fPIC -DPIC works... yes
13:11:47 [2022-11-16T13:11:47.955Z] #44 89.86 checking if gcc static flag -static works... yes
13:11:48 [2022-11-16T13:11:48.215Z] #44 90.08 checking if gcc supports -c -o file.o... yes
13:11:48 [2022-11-16T13:11:48.215Z] #44 90.26 checking if gcc supports -c -o file.o... (cached) yes
13:11:48 [2022-11-16T13:11:48.215Z] #44 90.26 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.32 checking dynamic linker characteristics... GNU/Linux ld.so
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.73 checking how to hardcode library paths into programs... immediate
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.74 checking whether stripping libraries is possible... yes
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.79 checking if libtool supports shared libraries... yes
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.80 checking whether to build shared libraries... no
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.80 checking whether to build static libraries... yes
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.80 checking for a BSD-compatible install... /usr/bin/install -c
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.86 checking whether build environment is sane... yes
13:11:48 [2022-11-16T13:11:48.787Z] #44 90.93 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:11:49 [2022-11-16T13:11:49.047Z] #44 90.95 checking whether make sets $(MAKE)... yes
13:11:49 [2022-11-16T13:11:49.047Z] #44 91.07 checking whether make supports the include directive... yes (GNU style)
13:11:49 [2022-11-16T13:11:49.047Z] #44 91.14 checking whether make supports nested variables... yes
13:11:49 [2022-11-16T13:11:49.307Z] #44 91.24 checking whether UID '0' is supported by ustar format... yes
13:11:49 [2022-11-16T13:11:49.307Z] #44 91.24 checking whether GID '0' is supported by ustar format... yes
13:11:49 [2022-11-16T13:11:49.307Z] #44 91.24 checking how to create a ustar tar archive... gnutar
13:11:49 [2022-11-16T13:11:49.567Z] #44 91.39 checking dependency style of gcc... gcc3
13:11:49 [2022-11-16T13:11:49.567Z] #44 91.64 checking whether to enable maintainer-specific portions of Makefiles... yes
13:11:49 [2022-11-16T13:11:49.567Z] #44 91.64 checking whether make supports nested variables... (cached) yes
13:11:49 [2022-11-16T13:11:49.567Z] #44 91.64 checking for gawk... (cached) mawk
13:11:49 [2022-11-16T13:11:49.567Z] #44 91.64 checking for a sed that does not truncate output... (cached) /bin/sed
13:11:49 [2022-11-16T13:11:49.567Z] #44 91.64 checking for gcc... (cached) gcc
13:11:49 [2022-11-16T13:11:49.827Z] #44 91.76 checking whether we are using the GNU C compiler... (cached) yes
13:11:49 [2022-11-16T13:11:49.827Z] #44 91.77 checking whether gcc accepts -g... (cached) yes
13:11:49 [2022-11-16T13:11:49.827Z] #44 91.78 checking for gcc option to accept ISO C89... (cached) none needed
13:11:49 [2022-11-16T13:11:49.827Z] #44 91.78 checking whether gcc understands -c and -o together... (cached) yes
13:11:49 [2022-11-16T13:11:49.827Z] #44 91.78 checking for a Python interpreter with version >= 3... python3
13:11:49 [2022-11-16T13:11:49.827Z] #44 91.95 checking for python3... /usr/bin/python3
13:11:49 [2022-11-16T13:11:49.827Z] #44 91.95 checking for python3 version... 3.9
13:11:50 [2022-11-16T13:11:50.088Z] #44 92.01 checking for python3 platform... linux
13:11:50 [2022-11-16T13:11:50.088Z] #44 92.08 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
13:11:50 [2022-11-16T13:11:50.088Z] #44 92.25 checking for python3 extension module directory... 
13:11:50 [2022-11-16T13:11:50.088Z] #44 ...
13:11:50 [2022-11-16T13:11:50.088Z] 
13:11:50 [2022-11-16T13:11:50.088Z] #55 [dev-systemd-false  7/28] 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             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:11:50 [2022-11-16T13:11:50.088Z] #55 9.000 Reading package lists...
13:11:50 [2022-11-16T13:11:50.089Z] #55 11.94 Reading package lists...
13:11:50 [2022-11-16T13:11:50.089Z] #55 14.89 Building dependency tree...
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.78 The following additional packages will be installed:
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.79   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.79   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.80   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.80   python3-pkg-resources vim-runtime xxd
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.81 Suggested packages:
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.81   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.81   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.81   acl attr quota
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.81 Recommended packages:
13:11:50 [2022-11-16T13:11:50.089Z] #55 17.81   libatm1 nftables libpam-cap build-essential python3-dev unzip
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.26 The following NEW packages will be installed:
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.28   xz-utils zip zstd
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.68 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.68 Need to get 27.0 MB of archives.
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.68 After this operation, 105 MB of additional disk space will be used.
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.68 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.99 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 19.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.05 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.05 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.06 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.06 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.07 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.09 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.09 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.10 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.26 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.28 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.28 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.54 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.55 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.55 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.56 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.57 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.61 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.61 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.63 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.63 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.66 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.66 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.67 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.70 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.72 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.87 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.90 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.93 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 20.93 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
13:11:50 [2022-11-16T13:11:50.089Z] #55 21.63 debconf: delaying package configuration, since apt-utils is not installed
13:11:50 [2022-11-16T13:11:50.089Z] #55 21.81 Fetched 27.0 MB in 2s (16.9 MB/s)
13:11:50 [2022-11-16T13:11:50.089Z] #55 21.90 Selecting previously unselected package pigz.
13:11:50 [2022-11-16T13:11:50.349Z] #55 21.90 (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 ... 24010 files and directories currently installed.)
13:11:50 [2022-11-16T13:11:50.349Z] #55 21.96 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
13:11:50 [2022-11-16T13:11:50.349Z] #55 21.98 Unpacking pigz (2.6-1) ...
13:11:50 [2022-11-16T13:11:50.349Z] #55 ...
13:11:50 [2022-11-16T13:11:50.349Z] 
13:11:50 [2022-11-16T13:11:50.349Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:50 [2022-11-16T13:11:50.349Z] #44 92.25 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
13:11:50 [2022-11-16T13:11:50.349Z] #44 92.46 checking for go-md2man... no
13:11:50 [2022-11-16T13:11:50.608Z] #44 92.47 checking error.h usability... yes
13:11:50 [2022-11-16T13:11:50.608Z] #44 92.61 checking error.h presence... yes
13:11:50 [2022-11-16T13:11:50.608Z] #44 92.72 checking for error.h... yes
13:11:50 [2022-11-16T13:11:50.869Z] #44 92.76 checking linux/openat2.h usability... yes
13:11:50 [2022-11-16T13:11:50.869Z] #44 92.97 checking linux/openat2.h presence... yes
13:11:50 [2022-11-16T13:11:50.869Z] #44 93.04 checking for linux/openat2.h... yes
13:11:51 [2022-11-16T13:11:51.130Z] #44 93.09 checking for copy_file_range... yes
13:11:51 [2022-11-16T13:11:51.390Z] #44 93.37 checking for fgetxattr... yes
13:11:51 [2022-11-16T13:11:51.910Z] #44 93.70 checking for statx... yes
13:11:52 [2022-11-16T13:11:52.170Z] #44 93.99 checking for fgetpwent_r... yes
13:11:52 [2022-11-16T13:11:52.430Z] #44 94.32 checking for issetugid... no
13:11:52 [2022-11-16T13:11:52.690Z] #44 94.60 checking for pkg-config... /usr/bin/pkg-config
13:11:52 [2022-11-16T13:11:52.690Z] #44 94.61 checking pkg-config is at least version 0.9.0... yes
13:11:52 [2022-11-16T13:11:52.951Z] #44 94.62 checking for library containing yajl_tree_get... -lyajl
13:11:52 [2022-11-16T13:11:52.951Z] #44 95.08 checking for yajl >= 2.0.0... yes
13:11:53 [2022-11-16T13:11:53.214Z] #44 95.16 checking sys/capability.h usability... yes
13:11:53 [2022-11-16T13:11:53.214Z] #44 95.34 checking sys/capability.h presence... yes
13:11:53 [2022-11-16T13:11:53.475Z] #44 95.42 checking for sys/capability.h... yes
13:11:54 [2022-11-16T13:11:54.045Z] #44 95.43 checking for library containing cap_from_name... -lcap
13:11:54 [2022-11-16T13:11:54.306Z] #44 95.92 checking for library containing dlopen... -ldl
13:11:54 [2022-11-16T13:11:54.567Z] #44 96.41 checking seccomp.h usability... yes
13:11:54 [2022-11-16T13:11:54.827Z] #44 96.64 checking seccomp.h presence... yes
13:11:54 [2022-11-16T13:11:54.827Z] #44 96.81 checking for seccomp.h... yes
13:11:55 [2022-11-16T13:11:55.397Z] #44 96.81 checking for library containing seccomp_rule_add... -lseccomp
13:11:55 [2022-11-16T13:11:55.397Z] #44 97.30 checking for library containing seccomp_arch_resolve_name... none required
13:11:55 [2022-11-16T13:11:55.658Z] #44 97.52 checking systemd/sd-bus.h usability... yes
13:11:55 [2022-11-16T13:11:55.658Z] #44 97.69 checking systemd/sd-bus.h presence... yes
13:11:55 [2022-11-16T13:11:55.927Z] #44 97.78 checking for systemd/sd-bus.h... yes
13:11:56 [2022-11-16T13:11:56.497Z] #44 97.79 checking for library containing sd_bus_match_signal_async... 
13:11:56 [2022-11-16T13:11:56.497Z] #44 ...
13:11:56 [2022-11-16T13:11:56.497Z] 
13:11:56 [2022-11-16T13:11:56.497Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:11:56 [2022-11-16T13:11:56.498Z] #33 DONE 146.1s
13:11:56 [2022-11-16T13:11:56.498Z] 
13:11:56 [2022-11-16T13:11:56.498Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:56 [2022-11-16T13:11:56.498Z] #44 97.79 checking for library containing sd_bus_match_signal_async... -lsystemd
13:11:56 [2022-11-16T13:11:56.498Z] #44 98.41 checking for sd_notify_barrier... 
13:11:56 [2022-11-16T13:11:56.498Z] #44 ...
13:11:56 [2022-11-16T13:11:56.498Z] 
13:11:56 [2022-11-16T13:11:56.498Z] #55 [dev-systemd-false  7/28] 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             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.07 Selecting previously unselected package libelf1:arm64.
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.08 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.09 Unpacking libelf1:arm64 (0.183-1) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.30 Selecting previously unselected package libbpf0:arm64.
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.33 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.34 Unpacking libbpf0:arm64 (1:0.3-2) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.54 Selecting previously unselected package libcap2:arm64.
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.54 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.55 Unpacking libcap2:arm64 (1:2.44-1) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.66 Selecting previously unselected package libmnl0:arm64.
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.66 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.67 Unpacking libmnl0:arm64 (1.0.4-3) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.76 Selecting previously unselected package libxtables12:arm64.
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.77 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.78 Unpacking libxtables12:arm64 (1.8.7-1) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.89 Selecting previously unselected package libcap2-bin.
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.90 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 22.91 Unpacking libcap2-bin (1:2.44-1) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.03 Selecting previously unselected package iproute2.
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.04 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.04 Unpacking iproute2 (5.10.0-4) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.66 Selecting previously unselected package xxd.
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.67 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.68 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.83 Selecting previously unselected package vim-common.
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.84 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 23.87 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 24.09 Selecting previously unselected package bash-completion.
13:11:56 [2022-11-16T13:11:56.498Z] #55 24.10 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 27.18 Unpacking bash-completion (1:2.11-2) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 27.80 Selecting previously unselected package bzip2.
13:11:56 [2022-11-16T13:11:56.498Z] #55 27.81 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 27.83 Unpacking bzip2 (1.0.8-4) ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 28.06 Selecting previously unselected package xz-utils.
13:11:56 [2022-11-16T13:11:56.498Z] #55 28.06 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.498Z] #55 28.07 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:11:56 [2022-11-16T13:11:56.758Z] #55 28.42 Selecting previously unselected package apparmor.
13:11:56 [2022-11-16T13:11:56.758Z] #55 28.42 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
13:11:56 [2022-11-16T13:11:56.758Z] #55 ...
13:11:56 [2022-11-16T13:11:56.758Z] 
13:11:56 [2022-11-16T13:11:56.758Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:11:56 [2022-11-16T13:11:56.758Z] #44 98.41 checking for sd_notify_barrier... yes
13:11:57 [2022-11-16T13:11:57.018Z] #44 98.87 checking linux/bpf.h usability... yes
13:11:57 [2022-11-16T13:11:57.538Z] #44 99.24 checking linux/bpf.h presence... yes
13:11:57 [2022-11-16T13:11:57.538Z] #44 99.41 checking for linux/bpf.h... yes
13:11:57 [2022-11-16T13:11:57.538Z] #44 99.41 checking compilation for eBPF... yes
13:11:57 [2022-11-16T13:11:57.538Z] #44 99.63 checking for criu >= 3.15... no
13:11:57 [2022-11-16T13:11:57.538Z] #44 99.67 configure: CRIU headers not found, building without CRIU support
13:11:57 [2022-11-16T13:11:57.797Z] #44 99.67 checking for criu > 3.16... no
13:11:57 [2022-11-16T13:11:57.797Z] #44 99.70 configure: CRIU version doesn't support join-ns API
13:11:57 [2022-11-16T13:11:57.797Z] #44 99.70 checking for criu > 3.16.1... no
13:11:57 [2022-11-16T13:11:57.797Z] #44 99.74 configure: CRIU version doesn't support for pre-dumping
13:11:57 [2022-11-16T13:11:57.797Z] #44 99.74 checking for new mount API (fsconfig)... yes
13:11:58 [2022-11-16T13:11:58.057Z] #44 99.91 checking for seccomp notify API... yes
13:11:58 [2022-11-16T13:11:58.057Z] #44 100.1 checking for gperf... no
13:11:58 [2022-11-16T13:11:58.057Z] #44 100.1 configure: gperf not found - cannot rebuild signal parser code
13:11:58 [2022-11-16T13:11:58.317Z] #44 100.1 checking for library containing argp_parse... none required
13:11:58 [2022-11-16T13:11:58.577Z] #44 100.4 checking that generated files are newer than configure... done
13:11:58 [2022-11-16T13:11:58.577Z] #44 100.4 configure: creating ./config.status
13:12:01 [2022-11-16T13:12:01.872Z] #44 103.8 config.status: creating Makefile
13:12:01 [2022-11-16T13:12:01.872Z] #44 103.9 config.status: creating rpm/crun.spec
13:12:01 [2022-11-16T13:12:01.872Z] #44 104.0 config.status: creating config.h
13:12:01 [2022-11-16T13:12:01.872Z] #44 104.0 config.status: executing libtool commands
13:12:02 [2022-11-16T13:12:02.132Z] #44 104.1 config.status: executing depfiles commands
13:12:03 [2022-11-16T13:12:03.514Z] #44 ...
13:12:03 [2022-11-16T13:12:03.514Z] 
13:12:03 [2022-11-16T13:12:03.514Z] #55 [dev-systemd-false  7/28] 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             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:12:03 [2022-11-16T13:12:03.514Z] #55 28.59 Unpacking apparmor (2.13.6-10) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.20 Selecting previously unselected package inetutils-ping.
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.20 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.20 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.36 Selecting previously unselected package libip4tc2:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.36 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.37 Unpacking libip4tc2:arm64 (1.8.7-1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.45 Selecting previously unselected package libip6tc2:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.45 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.46 Unpacking libip6tc2:arm64 (1.8.7-1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.55 Selecting previously unselected package libnfnetlink0:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.56 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.57 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.64 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.64 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.65 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.77 Selecting previously unselected package libnftnl11:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.78 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.79 Unpacking libnftnl11:arm64 (1.1.9-1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.94 Selecting previously unselected package iptables.
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.95 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 29.95 Unpacking iptables (1.8.7-1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.31 Selecting previously unselected package libonig5:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.32 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.32 Unpacking libonig5:arm64 (6.9.6-1.1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.43 Selecting previously unselected package libjq1:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.44 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.44 Unpacking libjq1:arm64 (1.6-2.1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.54 Selecting previously unselected package jq.
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.55 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.56 Unpacking jq (1.6-2.1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.63 Selecting previously unselected package libaio1:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.65 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.66 Unpacking libaio1:arm64 (0.3.112-9) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.76 Selecting previously unselected package libgpm2:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.77 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.78 Unpacking libgpm2:arm64 (1.20.7-8) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.85 Selecting previously unselected package libicu67:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.86 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 30.87 Unpacking libicu67:arm64 (67.1-7) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 33.98 Selecting previously unselected package libinih1:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 33.98 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 33.99 Unpacking libinih1:arm64 (53-1+b2) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.08 Selecting previously unselected package libnet1:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.09 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.10 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.22 Selecting previously unselected package libnl-3-200:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.23 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.23 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.35 Selecting previously unselected package libprotobuf-c1:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.35 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.36 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.51 Selecting previously unselected package libyajl2:arm64.
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.51 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.53 Unpacking libyajl2:arm64 (2.1.0-3) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.61 Selecting previously unselected package net-tools.
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.62 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.64 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.84 Selecting previously unselected package patch.
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.85 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.86 Unpacking patch (2.7.6-7) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.96 Selecting previously unselected package python-pip-whl.
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.98 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 34.99 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
13:12:03 [2022-11-16T13:12:03.514Z] #55 ...
13:12:03 [2022-11-16T13:12:03.514Z] 
13:12:03 [2022-11-16T13:12:03.514Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:12:03 [2022-11-16T13:12:03.514Z] #44 105.6 === configuring in libocispec (/tmp/crun-build/libocispec)
13:12:03 [2022-11-16T13:12:03.514Z] #44 105.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:12:04 [2022-11-16T13:12:04.084Z] #44 106.1 checking for gcc... gcc
13:12:04 [2022-11-16T13:12:04.654Z] #44 106.2 checking whether the C compiler works... yes
13:12:04 [2022-11-16T13:12:04.654Z] #44 106.5 checking for C compiler default output file name... a.out
13:12:04 [2022-11-16T13:12:04.654Z] #44 106.5 checking for suffix of executables... 
13:12:04 [2022-11-16T13:12:04.654Z] #44 106.6 checking whether we are cross compiling... no
13:12:04 [2022-11-16T13:12:04.915Z] #44 106.9 checking for suffix of object files... o
13:12:04 [2022-11-16T13:12:04.915Z] #44 107.0 checking whether we are using the GNU C compiler... yes
13:12:05 [2022-11-16T13:12:05.175Z] #44 107.1 checking whether gcc accepts -g... yes
13:12:05 [2022-11-16T13:12:05.435Z] #44 107.1 checking for gcc option to accept ISO C89... none needed
13:12:05 [2022-11-16T13:12:05.435Z] #44 107.3 checking whether gcc understands -c and -o together... yes
13:12:05 [2022-11-16T13:12:05.695Z] #44 107.5 checking how to run the C preprocessor... gcc -E
13:12:05 [2022-11-16T13:12:05.695Z] #44 107.8 checking for grep that handles long lines and -e... /bin/grep
13:12:05 [2022-11-16T13:12:05.695Z] #44 107.8 checking for egrep... /bin/grep -E
13:12:06 [2022-11-16T13:12:06.266Z] #44 107.8 checking for ANSI C header files... yes
13:12:06 [2022-11-16T13:12:06.525Z] #44 108.4 checking for sys/types.h... yes
13:12:06 [2022-11-16T13:12:06.785Z] #44 108.6 checking for sys/stat.h... yes
13:12:06 [2022-11-16T13:12:06.785Z] #44 108.7 checking for stdlib.h... yes
13:12:06 [2022-11-16T13:12:06.785Z] #44 108.8 checking for string.h... yes
13:12:07 [2022-11-16T13:12:07.045Z] #44 109.0 checking for memory.h... yes
13:12:07 [2022-11-16T13:12:07.305Z] #44 109.1 checking for strings.h... yes
13:12:07 [2022-11-16T13:12:07.305Z] #44 109.3 checking for inttypes.h... yes
13:12:07 [2022-11-16T13:12:07.565Z] #44 109.5 checking for stdint.h... yes
13:12:07 [2022-11-16T13:12:07.825Z] #44 109.7 checking for unistd.h... yes
13:12:07 [2022-11-16T13:12:07.825Z] #44 109.8 checking minix/config.h usability... no
13:12:08 [2022-11-16T13:12:08.085Z] #44 110.0 checking minix/config.h presence... no
13:12:08 [2022-11-16T13:12:08.085Z] #44 110.1 checking for minix/config.h... no
13:12:08 [2022-11-16T13:12:08.346Z] #44 110.1 checking whether it is safe to define __EXTENSIONS__... yes
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.4 checking build system type... aarch64-unknown-linux-gnu
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.7 checking host system type... aarch64-unknown-linux-gnu
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.7 checking how to print strings... printf
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.7 checking for a sed that does not truncate output... /bin/sed
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.8 checking for fgrep... /bin/grep -F
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.8 checking for ld used by gcc... /usr/bin/ld
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:12:08 [2022-11-16T13:12:08.607Z] #44 110.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:12:09 [2022-11-16T13:12:09.128Z] #44 110.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.0 checking whether ln -s works... yes
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.0 checking the maximum length of command line arguments... 1572864
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking for /usr/bin/ld option to reload object files... -r
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking for objdump... objdump
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking how to recognize dependent libraries... pass_all
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking for dlltool... no
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking how to associate runtime and link libraries... printf %s\n
13:12:09 [2022-11-16T13:12:09.128Z] #44 111.1 checking for ar... ar
13:12:09 [2022-11-16T13:12:09.388Z] #44 111.1 checking for archiver @FILE support... @
13:12:09 [2022-11-16T13:12:09.388Z] #44 111.3 checking for strip... strip
13:12:09 [2022-11-16T13:12:09.388Z] #44 111.3 checking for ranlib... ranlib
13:12:09 [2022-11-16T13:12:09.388Z] #44 111.3 checking for gawk... no
13:12:09 [2022-11-16T13:12:09.388Z] #44 111.3 checking for mawk... mawk
13:12:09 [2022-11-16T13:12:09.648Z] #44 111.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:12:09 [2022-11-16T13:12:09.648Z] #44 111.8 checking for sysroot... no
13:12:09 [2022-11-16T13:12:09.648Z] #44 111.8 checking for a working dd... /bin/dd
13:12:09 [2022-11-16T13:12:09.648Z] #44 111.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:12:09 [2022-11-16T13:12:09.912Z] #44 111.9 checking for mt... no
13:12:09 [2022-11-16T13:12:09.912Z] #44 111.9 checking if : is a manifest tool... no
13:12:09 [2022-11-16T13:12:09.912Z] #44 111.9 checking for dlfcn.h... yes
13:12:09 [2022-11-16T13:12:09.912Z] #44 112.0 checking for objdir... .libs
13:12:10 [2022-11-16T13:12:10.481Z] #44 112.5 checking if gcc supports -fno-rtti -fno-exceptions... no
13:12:10 [2022-11-16T13:12:10.481Z] #44 112.6 checking for gcc option to produce PIC... -fPIC -DPIC
13:12:10 [2022-11-16T13:12:10.741Z] #44 112.6 checking if gcc PIC flag -fPIC -DPIC works... yes
13:12:11 [2022-11-16T13:12:11.008Z] #44 112.7 checking if gcc static flag -static works... yes
13:12:11 [2022-11-16T13:12:11.269Z] #44 113.2 checking if gcc supports -c -o file.o... yes
13:12:11 [2022-11-16T13:12:11.269Z] #44 113.3 checking if gcc supports -c -o file.o... (cached) yes
13:12:11 [2022-11-16T13:12:11.269Z] #44 113.3 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:12:11 [2022-11-16T13:12:11.529Z] #44 113.4 checking dynamic linker characteristics... GNU/Linux ld.so
13:12:11 [2022-11-16T13:12:11.529Z] #44 113.7 checking how to hardcode library paths into programs... immediate
13:12:11 [2022-11-16T13:12:11.529Z] #44 113.7 checking whether stripping libraries is possible... yes
13:12:11 [2022-11-16T13:12:11.529Z] #44 113.7 checking if libtool supports shared libraries... yes
13:12:11 [2022-11-16T13:12:11.529Z] #44 113.7 checking whether to build shared libraries... no
13:12:11 [2022-11-16T13:12:11.529Z] #44 113.7 checking whether to build static libraries... yes
13:12:11 [2022-11-16T13:12:11.529Z] #44 113.7 checking for a BSD-compatible install... /usr/bin/install -c
13:12:11 [2022-11-16T13:12:11.788Z] #44 113.8 checking whether build environment is sane... yes
13:12:11 [2022-11-16T13:12:11.788Z] #44 113.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:12:11 [2022-11-16T13:12:11.788Z] #44 113.9 checking whether make sets $(MAKE)... yes
13:12:11 [2022-11-16T13:12:11.788Z] #44 113.9 checking whether make supports the include directive... yes (GNU style)
13:12:11 [2022-11-16T13:12:11.788Z] #44 114.0 checking whether make supports nested variables... yes
13:12:12 [2022-11-16T13:12:12.048Z] #44 114.0 checking whether UID '0' is supported by ustar format... yes
13:12:12 [2022-11-16T13:12:12.048Z] #44 114.0 checking whether GID '0' is supported by ustar format... yes
13:12:12 [2022-11-16T13:12:12.048Z] #44 114.0 checking how to create a ustar tar archive... gnutar
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.1 checking dependency style of gcc... gcc3
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.4 checking whether to enable maintainer-specific portions of Makefiles... yes
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.4 checking whether make supports nested variables... (cached) yes
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.4 checking for pkg-config... /usr/bin/pkg-config
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.4 checking pkg-config is at least version 0.9.0... yes
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.4 checking for yajl >= 2.1.0... yes
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.4 checking for a sed that does not truncate output... (cached) /bin/sed
13:12:12 [2022-11-16T13:12:12.308Z] #44 114.5 checking for gcc... (cached) gcc
13:12:12 [2022-11-16T13:12:12.568Z] #44 114.6 checking whether we are using the GNU C compiler... (cached) yes
13:12:12 [2022-11-16T13:12:12.568Z] #44 114.6 checking whether gcc accepts -g... (cached) yes
13:12:12 [2022-11-16T13:12:12.568Z] #44 114.6 checking for gcc option to accept ISO C89... (cached) none needed
13:12:12 [2022-11-16T13:12:12.568Z] #44 114.6 checking whether gcc understands -c and -o together... (cached) yes
13:12:12 [2022-11-16T13:12:12.568Z] #44 114.6 checking for a Python interpreter with version >= 3... python3
13:12:12 [2022-11-16T13:12:12.568Z] #44 114.7 checking for python3... /usr/bin/python3
13:12:12 [2022-11-16T13:12:12.568Z] #44 114.7 checking for python3 version... 3.9
13:12:12 [2022-11-16T13:12:12.828Z] #44 114.7 checking for python3 platform... linux
13:12:12 [2022-11-16T13:12:12.828Z] #44 114.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
13:12:12 [2022-11-16T13:12:12.828Z] #44 114.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
13:12:13 [2022-11-16T13:12:13.088Z] #44 115.2 checking that generated files are newer than configure... done
13:12:13 [2022-11-16T13:12:13.088Z] #44 115.2 configure: creating ./config.status
13:12:14 [2022-11-16T13:12:14.029Z] #44 ...
13:12:14 [2022-11-16T13:12:14.029Z] 
13:12:14 [2022-11-16T13:12:14.029Z] #55 [dev-systemd-false  7/28] 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             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.55 Selecting previously unselected package python3-lib2to3.
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.56 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.56 Unpacking python3-lib2to3 (3.9.2-1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.73 Selecting previously unselected package python3-distutils.
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.73 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.74 Unpacking python3-distutils (3.9.2-1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.89 Selecting previously unselected package python3-pkg-resources.
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.90 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 35.92 Unpacking python3-pkg-resources (52.0.0-4) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.10 Selecting previously unselected package python3-setuptools.
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.11 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.12 Unpacking python3-setuptools (52.0.0-4) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.49 Selecting previously unselected package python3-wheel.
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.49 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.50 Unpacking python3-wheel (0.34.2-1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.62 Selecting previously unselected package python3-pip.
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.63 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.64 Unpacking python3-pip (20.3.4-4+deb11u1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.89 Selecting previously unselected package sudo.
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.90 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 36.90 Unpacking sudo (1.9.5p2-3) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.35 Selecting previously unselected package thin-provisioning-tools.
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.37 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.38 Unpacking thin-provisioning-tools (0.9.0-1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.61 Selecting previously unselected package uidmap.
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.62 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.64 Unpacking uidmap (1:4.8.1-1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.79 Selecting previously unselected package vim-runtime.
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.80 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.82 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.88 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
13:12:14 [2022-11-16T13:12:14.029Z] #55 37.88 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 41.56 Selecting previously unselected package vim.
13:12:14 [2022-11-16T13:12:14.029Z] #55 41.57 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 41.61 Unpacking vim (2:8.2.2434-3+deb11u1) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.12 Selecting previously unselected package xfsprogs.
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.13 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.14 Unpacking xfsprogs (5.10.0-4) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.54 Selecting previously unselected package zip.
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.55 Preparing to unpack .../47-zip_3.0-12_arm64.deb ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.55 Unpacking zip (3.0-12) ...
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.69 Selecting previously unselected package zstd.
13:12:14 [2022-11-16T13:12:14.029Z] #55 42.70 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 42.71 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 43.18 Setting up python3-pkg-resources (52.0.0-4) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.19 Setting up libip4tc2:arm64 (1.8.7-1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.21 Setting up net-tools (1.60+git20181103.0eebece-1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.22 Setting up libgpm2:arm64 (1.20.7-8) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.24 Setting up libicu67:arm64 (67.1-7) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.25 Setting up libip6tc2:arm64 (1.8.7-1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.27 Setting up libinih1:arm64 (53-1+b2) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.29 Setting up uidmap (1:4.8.1-1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.30 Setting up libyajl2:arm64 (2.1.0-3) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.32 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.34 Setting up bzip2 (1.0.8-4) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.36 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.37 Setting up python3-wheel (0.34.2-1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 44.98 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 45.02 Setting up libcap2:arm64 (1:2.44-1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 45.05 Setting up libcap2-bin (1:2.44-1) ...
13:12:14 [2022-11-16T13:12:14.030Z] #55 45.08 Setting up apparmor (2.13.6-10) ...
13:12:15 [2022-11-16T13:12:15.992Z] #55 47.34 Setting up zip (3.0-12) ...
13:12:15 [2022-11-16T13:12:15.992Z] #55 47.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:12:15 [2022-11-16T13:12:15.992Z] #55 47.40 Setting up bash-completion (1:2.11-2) ...
13:12:15 [2022-11-16T13:12:15.992Z] #55 ...
13:12:15 [2022-11-16T13:12:15.992Z] 
13:12:15 [2022-11-16T13:12:15.992Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:12:15 [2022-11-16T13:12:15.992Z] #44 118.2 config.status: creating Makefile
13:12:16 [2022-11-16T13:12:16.279Z] #44 118.2 config.status: creating config.h
13:12:16 [2022-11-16T13:12:16.279Z] #44 118.3 config.status: executing libtool commands
13:12:16 [2022-11-16T13:12:16.279Z] #44 118.4 config.status: executing depfiles commands
13:12:17 [2022-11-16T13:12:17.220Z] #44 119.3 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
13:12:17 [2022-11-16T13:12:17.220Z] #44 119.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:12:17 [2022-11-16T13:12:17.790Z] #44 119.8 checking for gcc... gcc
13:12:18 [2022-11-16T13:12:18.051Z] #44 119.9 checking whether the C compiler works... yes
13:12:18 [2022-11-16T13:12:18.051Z] #44 120.1 checking for C compiler default output file name... a.out
13:12:18 [2022-11-16T13:12:18.311Z] #44 120.1 checking for suffix of executables... 
13:12:18 [2022-11-16T13:12:18.571Z] #44 120.3 checking whether we are cross compiling... no
13:12:18 [2022-11-16T13:12:18.571Z] #44 120.6 checking for suffix of object files... o
13:12:18 [2022-11-16T13:12:18.832Z] #44 120.7 checking whether we are using the GNU C compiler... yes
13:12:18 [2022-11-16T13:12:18.832Z] #44 120.8 checking whether gcc accepts -g... yes
13:12:19 [2022-11-16T13:12:19.091Z] #44 121.0 checking for gcc option to accept ISO C89... none needed
13:12:19 [2022-11-16T13:12:19.351Z] #44 121.2 checking whether gcc understands -c and -o together... yes
13:12:19 [2022-11-16T13:12:19.351Z] #44 121.4 checking for a BSD-compatible install... /usr/bin/install -c
13:12:19 [2022-11-16T13:12:19.351Z] #44 121.5 checking whether build environment is sane... yes
13:12:19 [2022-11-16T13:12:19.351Z] #44 121.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:12:19 [2022-11-16T13:12:19.351Z] #44 121.5 checking for gawk... no
13:12:19 [2022-11-16T13:12:19.351Z] #44 121.5 checking for mawk... mawk
13:12:19 [2022-11-16T13:12:19.351Z] #44 121.5 checking whether make sets $(MAKE)... yes
13:12:19 [2022-11-16T13:12:19.612Z] #44 121.6 checking whether make supports the include directive... yes (GNU style)
13:12:19 [2022-11-16T13:12:19.612Z] #44 121.6 checking whether make supports nested variables... yes
13:12:19 [2022-11-16T13:12:19.612Z] #44 121.7 checking whether UID '0' is supported by ustar format... yes
13:12:19 [2022-11-16T13:12:19.612Z] #44 121.7 checking whether GID '0' is supported by ustar format... yes
13:12:19 [2022-11-16T13:12:19.612Z] #44 121.7 checking how to create a ustar tar archive... gnutar
13:12:19 [2022-11-16T13:12:19.872Z] #44 121.8 checking dependency style of gcc... gcc3
13:12:20 [2022-11-16T13:12:20.133Z] #44 122.0 checking whether to enable maintainer-specific portions of Makefiles... yes
13:12:20 [2022-11-16T13:12:20.133Z] #44 122.0 checking whether make supports nested variables... (cached) yes
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.1 checking build system type... aarch64-unknown-linux-gnu
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.3 checking host system type... aarch64-unknown-linux-gnu
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.3 checking how to print strings... printf
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.4 checking for a sed that does not truncate output... /bin/sed
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.4 checking for grep that handles long lines and -e... /bin/grep
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.4 checking for egrep... /bin/grep -E
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.4 checking for fgrep... /bin/grep -F
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.4 checking for ld used by gcc... /usr/bin/ld
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:12:20 [2022-11-16T13:12:20.393Z] #44 122.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.6 checking whether ln -s works... yes
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.6 checking the maximum length of command line arguments... 1572864
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.6 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.6 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.7 checking for /usr/bin/ld option to reload object files... -r
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.7 checking for objdump... objdump
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.7 checking how to recognize dependent libraries... pass_all
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.7 checking for dlltool... no
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.7 checking how to associate runtime and link libraries... printf %s\n
13:12:20 [2022-11-16T13:12:20.654Z] #44 122.7 checking for ar... ar
13:12:20 [2022-11-16T13:12:20.915Z] #44 122.7 checking for archiver @FILE support... @
13:12:20 [2022-11-16T13:12:20.915Z] #44 122.9 checking for strip... strip
13:12:20 [2022-11-16T13:12:20.915Z] #44 122.9 checking for ranlib... ranlib
13:12:21 [2022-11-16T13:12:21.176Z] #44 122.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:12:21 [2022-11-16T13:12:21.176Z] #44 123.3 checking for sysroot... no
13:12:21 [2022-11-16T13:12:21.436Z] #44 123.3 checking for a working dd... /bin/dd
13:12:21 [2022-11-16T13:12:21.436Z] #44 123.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:12:21 [2022-11-16T13:12:21.436Z] #44 123.4 checking for mt... no
13:12:21 [2022-11-16T13:12:21.436Z] #44 123.4 checking if : is a manifest tool... no
13:12:21 [2022-11-16T13:12:21.436Z] #44 123.4 checking how to run the C preprocessor... gcc -E
13:12:22 [2022-11-16T13:12:22.266Z] #44 123.7 checking for ANSI C header files... yes
13:12:22 [2022-11-16T13:12:22.266Z] #44 124.3 checking for sys/types.h... yes
13:12:22 [2022-11-16T13:12:22.836Z] #44 124.5 checking for sys/stat.h... yes
13:12:22 [2022-11-16T13:12:22.836Z] #44 124.7 checking for stdlib.h... yes
13:12:23 [2022-11-16T13:12:23.096Z] #44 124.9 checking for string.h... yes
13:12:23 [2022-11-16T13:12:23.356Z] #44 125.2 checking for memory.h... yes
13:12:23 [2022-11-16T13:12:23.356Z] #44 125.3 checking for strings.h... yes
13:12:23 [2022-11-16T13:12:23.617Z] #44 125.5 checking for inttypes.h... yes
13:12:23 [2022-11-16T13:12:23.877Z] #44 125.7 checking for stdint.h... yes
13:12:24 [2022-11-16T13:12:24.137Z] #44 125.9 checking for unistd.h... yes
13:12:24 [2022-11-16T13:12:24.137Z] #44 126.2 checking for dlfcn.h... yes
13:12:24 [2022-11-16T13:12:24.400Z] #44 126.3 checking for objdir... .libs
13:12:24 [2022-11-16T13:12:24.970Z] #44 126.8 checking if gcc supports -fno-rtti -fno-exceptions... no
13:12:24 [2022-11-16T13:12:24.970Z] #44 126.9 checking for gcc option to produce PIC... -fPIC -DPIC
13:12:24 [2022-11-16T13:12:24.970Z] #44 126.9 checking if gcc PIC flag -fPIC -DPIC works... yes
13:12:25 [2022-11-16T13:12:25.232Z] #44 127.1 checking if gcc static flag -static works... yes
13:12:25 [2022-11-16T13:12:25.232Z] #44 127.3 checking if gcc supports -c -o file.o... 
13:12:25 [2022-11-16T13:12:25.232Z] #44 ...
13:12:25 [2022-11-16T13:12:25.232Z] 
13:12:25 [2022-11-16T13:12:25.232Z] #55 [dev-systemd-false  7/28] 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             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.43 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.47 Setting up libmnl0:arm64 (1.0.4-3) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.49 Setting up patch (2.7.6-7) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.50 Setting up sudo (1.9.5p2-3) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.57 invoke-rc.d: could not determine current runlevel
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.58 invoke-rc.d: policy-rc.d denied execution of start.
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.62 Setting up xfsprogs (5.10.0-4) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.63 Setting up libxtables12:arm64 (1.8.7-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.65 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.67 Setting up pigz (2.6-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.68 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.70 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.72 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 50.74 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 51.27 Setting up libaio1:arm64 (0.3.112-9) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 51.31 Setting up python3-lib2to3 (3.9.2-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 51.90 Setting up libelf1:arm64 (0.183-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 51.93 Setting up zstd (1.4.8+dfsg-2.1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 51.97 Setting up libonig5:arm64 (6.9.6-1.1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 51.99 Setting up python3-distutils (3.9.2-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.44 Setting up vim (2:8.2.2434-3+deb11u1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 52.55 Setting up python3-setuptools (52.0.0-4) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 54.00 Setting up libjq1:arm64 (1.6-2.1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 54.02 Setting up libnftnl11:arm64 (1.1.9-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 54.05 Setting up thin-provisioning-tools (0.9.0-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 54.07 Setting up python3-pip (20.3.4-4+deb11u1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.28 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.30 Setting up jq (1.6-2.1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.33 Setting up libbpf0:arm64 (1:0.3-2) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.35 Setting up iptables (1.8.7-1) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.36 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.37 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.39 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.40 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.41 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.43 Setting up iproute2 (5.10.0-4) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 55.82 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:12:25 [2022-11-16T13:12:25.232Z] #55 DONE 57.1s
13:12:25 [2022-11-16T13:12:25.232Z] 
13:12:25 [2022-11-16T13:12:25.232Z] #58 [dev-systemd-false  8/28] 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
13:12:26 [2022-11-16T13:12:26.173Z] #58 0.797 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:12:26 [2022-11-16T13:12:26.173Z] #58 0.803 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:12:26 [2022-11-16T13:12:26.173Z] #58 0.809 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:12:26 [2022-11-16T13:12:26.434Z] #58 DONE 0.9s
13:12:26 [2022-11-16T13:12:26.434Z] 
13:12:26 [2022-11-16T13:12:26.434Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:12:26 [2022-11-16T13:12:26.434Z] #44 127.3 checking if gcc supports -c -o file.o... yes
13:12:26 [2022-11-16T13:12:26.434Z] #44 127.6 checking if gcc supports -c -o file.o... (cached) yes
13:12:26 [2022-11-16T13:12:26.434Z] #44 127.6 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:12:26 [2022-11-16T13:12:26.434Z] #44 127.7 checking dynamic linker characteristics... GNU/Linux ld.so
13:12:26 [2022-11-16T13:12:26.434Z] #44 128.3 checking how to hardcode library paths into programs... immediate
13:12:26 [2022-11-16T13:12:26.434Z] #44 128.3 checking whether stripping libraries is possible... yes
13:12:26 [2022-11-16T13:12:26.434Z] #44 128.3 checking if libtool supports shared libraries... yes
13:12:26 [2022-11-16T13:12:26.434Z] #44 128.3 checking whether to build shared libraries... no
13:12:26 [2022-11-16T13:12:26.434Z] #44 128.3 checking whether to build static libraries... yes
13:12:26 [2022-11-16T13:12:26.434Z] #44 128.3 checking float.h usability... yes
13:12:26 [2022-11-16T13:12:26.694Z] #44 128.6 checking float.h presence... yes
13:12:26 [2022-11-16T13:12:26.694Z] #44 128.6 checking for float.h... yes
13:12:26 [2022-11-16T13:12:26.953Z] #44 128.7 checking limits.h usability... yes
13:12:26 [2022-11-16T13:12:26.953Z] #44 128.9 checking limits.h presence... yes
13:12:26 [2022-11-16T13:12:26.953Z] #44 129.0 checking for limits.h... yes
13:12:27 [2022-11-16T13:12:27.213Z] #44 129.1 checking stddef.h usability... yes
13:12:27 [2022-11-16T13:12:27.213Z] #44 129.2 checking stddef.h presence... yes
13:12:27 [2022-11-16T13:12:27.213Z] #44 129.3 checking for stddef.h... yes
13:12:27 [2022-11-16T13:12:27.213Z] #44 129.3 checking for stdlib.h... (cached) yes
13:12:27 [2022-11-16T13:12:27.213Z] #44 129.4 checking for string.h... (cached) yes
13:12:27 [2022-11-16T13:12:27.473Z] #44 129.5 checking sys/time.h usability... yes
13:12:27 [2022-11-16T13:12:27.473Z] #44 129.6 checking sys/time.h presence... yes
13:12:27 [2022-11-16T13:12:27.473Z] #44 129.6 checking for sys/time.h... yes
13:12:27 [2022-11-16T13:12:27.734Z] #44 129.7 checking for inline... inline
13:12:27 [2022-11-16T13:12:27.993Z] #44 129.8 checking for size_t... yes
13:12:28 [2022-11-16T13:12:28.252Z] #44 130.1 checking for stdlib.h... (cached) yes
13:12:28 [2022-11-16T13:12:28.252Z] #44 130.1 checking for GNU libc compatible malloc... yes
13:12:28 [2022-11-16T13:12:28.513Z] #44 130.4 checking for stdlib.h... (cached) yes
13:12:28 [2022-11-16T13:12:28.513Z] #44 130.4 checking for GNU libc compatible realloc... yes
13:12:28 [2022-11-16T13:12:28.773Z] #44 130.7 checking for working strtod... yes
13:12:29 [2022-11-16T13:12:29.034Z] #44 131.0 checking for gettimeofday... yes
13:12:29 [2022-11-16T13:12:29.294Z] #44 131.2 checking for memset... yes
13:12:29 [2022-11-16T13:12:29.554Z] #44 131.5 checking for strspn... yes
13:12:29 [2022-11-16T13:12:29.814Z] #44 131.9 checking that generated files are newer than configure... done
13:12:29 [2022-11-16T13:12:29.814Z] #44 131.9 configure: creating ./config.status
13:12:33 [2022-11-16T13:12:33.109Z] #44 134.6 config.status: creating Makefile
13:12:33 [2022-11-16T13:12:33.109Z] #44 134.7 config.status: creating config.h
13:12:33 [2022-11-16T13:12:33.109Z] #44 134.8 config.status: executing depfiles commands
13:12:33 [2022-11-16T13:12:33.109Z] #44 135.0 config.status: executing libtool commands
13:12:34 [2022-11-16T13:12:34.048Z] #44 136.0   GEN      .version
13:12:34 [2022-11-16T13:12:34.048Z] #44 136.0 make  install-recursive
13:12:34 [2022-11-16T13:12:34.048Z] #44 136.0 make[1]: Entering directory '/tmp/crun-build'
13:12:34 [2022-11-16T13:12:34.048Z] #44 136.1 Making install in libocispec
13:12:34 [2022-11-16T13:12:34.048Z] #44 136.1 make[2]: Entering directory '/tmp/crun-build/libocispec'
13:12:34 [2022-11-16T13:12:34.048Z] #44 136.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
13:12:34 [2022-11-16T13:12:34.308Z] #44 136.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
13:12:34 [2022-11-16T13:12:34.308Z] #44 136.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
13:12:34 [2022-11-16T13:12:34.308Z] #44 136.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
13:12:34 [2022-11-16T13:12:34.877Z] #44 136.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
13:12:34 [2022-11-16T13:12:34.877Z] #44 137.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
13:12:35 [2022-11-16T13:12:35.137Z] #44 137.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
13:12:35 [2022-11-16T13:12:35.137Z] #44 137.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
13:12:35 [2022-11-16T13:12:35.137Z] #44 137.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
13:12:35 [2022-11-16T13:12:35.137Z] #44 137.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
13:12:35 [2022-11-16T13:12:35.137Z] #44 137.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
13:12:35 [2022-11-16T13:12:35.137Z] #44 137.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
13:12:35 [2022-11-16T13:12:35.137Z] #44 137.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.8 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.9 make  install-recursive
13:12:35 [2022-11-16T13:12:35.708Z] #44 137.9 make[3]: Entering directory '/tmp/crun-build/libocispec'
13:12:35 [2022-11-16T13:12:35.708Z] #44 138.0 Making install in yajl
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.0 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.0   CC       verify/json_verify-json_verify.o
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.0   CC       src/libyajl_la-yajl_alloc.lo
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.0   CC       src/libyajl_la-yajl.lo
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.1   CC       src/libyajl_la-yajl_gen.lo
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.1   CC       src/libyajl_la-yajl_parser.lo
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.1   CC       src/libyajl_la-yajl_buf.lo
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.1   CC       src/libyajl_la-yajl_encode.lo
13:12:35 [2022-11-16T13:12:35.968Z] #44 138.2   CC       src/libyajl_la-yajl_lex.lo
13:12:36 [2022-11-16T13:12:36.228Z] #44 138.2   CC       src/libyajl_la-yajl_tree.lo
13:12:36 [2022-11-16T13:12:36.228Z] #44 ...
13:12:36 [2022-11-16T13:12:36.228Z] 
13:12:36 [2022-11-16T13:12:36.228Z] #59 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
13:12:36 [2022-11-16T13:12:36.228Z] #0 9.834 Collecting yamllint==1.27.1
13:12:37 [2022-11-16T13:12:37.168Z] #59 10.91   Downloading yamllint-1.27.1.tar.gz (129 kB)
13:12:38 [2022-11-16T13:12:38.548Z] #59 12.04 Collecting pathspec>=0.5.3
13:12:38 [2022-11-16T13:12:38.548Z] #59 12.06   Downloading pathspec-0.10.2-py3-none-any.whl (28 kB)
13:12:38 [2022-11-16T13:12:38.808Z] #59 12.41 Collecting pyyaml
13:12:38 [2022-11-16T13:12:38.808Z] #59 12.44   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
13:12:38 [2022-11-16T13:12:38.808Z] #59 12.49 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
13:12:38 [2022-11-16T13:12:38.808Z] #59 12.53 Building wheels for collected packages: yamllint
13:12:38 [2022-11-16T13:12:38.808Z] #59 12.53   Building wheel for yamllint (setup.py): started
13:12:40 [2022-11-16T13:12:40.188Z] #59 13.82   Building wheel for yamllint (setup.py): finished with status 'done'
13:12:40 [2022-11-16T13:12:40.188Z] #59 13.82   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=b923def60415c968453fd54314c2ea727b96c3c25cc95cf08f4aa463ff14fb63
13:12:40 [2022-11-16T13:12:40.188Z] #59 13.82   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
13:12:40 [2022-11-16T13:12:40.188Z] #59 13.83 Successfully built yamllint
13:12:40 [2022-11-16T13:12:40.188Z] #59 13.88 Installing collected packages: pyyaml, pathspec, yamllint
13:12:40 [2022-11-16T13:12:40.756Z] #59 14.39 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.27.1
13:12:41 [2022-11-16T13:12:41.327Z] #59 DONE 15.1s
13:12:41 [2022-11-16T13:12:41.327Z] 
13:12:41 [2022-11-16T13:12:41.327Z] #32 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:12:41 [2022-11-16T13:12:41.897Z] #32 ...
13:12:41 [2022-11-16T13:12:41.897Z] 
13:12:41 [2022-11-16T13:12:41.897Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:12:41 [2022-11-16T13:12:41.897Z] #44 143.9   CCLD     libyajl.la
13:12:42 [2022-11-16T13:12:42.157Z] #44 144.3   CCLD     verify/json_verify
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.7 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.7 make[5]: Nothing to be done for 'install-exec-am'.
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.7 make[5]: Nothing to be done for 'install-data-am'.
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.7 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.7 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.7 make[4]: Entering directory '/tmp/crun-build/libocispec'
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.9   CC       src/validate.o
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.9   CC       src/image_spec_schema_config_schema.lo
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.9   CC       src/image_spec_schema_content_descriptor.lo
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.9   CC       src/image_spec_schema_defs.lo
13:12:42 [2022-11-16T13:12:42.726Z] #44 144.9   CC       src/image_spec_schema_defs_descriptor.lo
13:12:42 [2022-11-16T13:12:42.986Z] #44 145.0   CC       src/image_spec_schema_image_index_schema.lo
13:12:42 [2022-11-16T13:12:42.986Z] #44 145.0   CC       src/image_spec_schema_image_layout_schema.lo
13:12:42 [2022-11-16T13:12:42.986Z] #44 145.0   CC       src/image_spec_schema_image_manifest_schema.lo
13:12:42 [2022-11-16T13:12:42.986Z] #44 145.0   CC       src/runtime_spec_schema_config_linux.lo
13:12:42 [2022-11-16T13:12:42.986Z] #44 145.1   CC       src/runtime_spec_schema_config_zos.lo
13:12:42 [2022-11-16T13:12:42.986Z] #44 145.1   CC       src/runtime_spec_schema_config_schema.lo
13:12:42 [2022-11-16T13:12:42.986Z] #44 145.2   CC       src/runtime_spec_schema_config_solaris.lo
13:12:43 [2022-11-16T13:12:43.246Z] #44 145.2   CC       src/runtime_spec_schema_config_vm.lo
13:12:43 [2022-11-16T13:12:43.246Z] #44 145.3   CC       src/runtime_spec_schema_config_windows.lo
13:12:43 [2022-11-16T13:12:43.246Z] #44 145.3   CC       src/runtime_spec_schema_defs.lo
13:12:43 [2022-11-16T13:12:43.246Z] #44 145.4   CC       src/runtime_spec_schema_defs_linux.lo
13:12:43 [2022-11-16T13:12:43.505Z] #44 145.5   CC       src/runtime_spec_schema_defs_zos.lo
13:12:43 [2022-11-16T13:12:43.505Z] #44 145.5   CC       src/runtime_spec_schema_defs_vm.lo
13:12:43 [2022-11-16T13:12:43.505Z] #44 145.7   CC       src/runtime_spec_schema_defs_windows.lo
13:12:43 [2022-11-16T13:12:43.765Z] #44 145.7   CC       src/runtime_spec_schema_state_schema.lo
13:12:43 [2022-11-16T13:12:43.765Z] #44 145.8   CC       src/image_manifest_items_image_manifest_items_schema.lo
13:12:43 [2022-11-16T13:12:43.765Z] #44 145.8   CC       src/basic_test_double_array_item.lo
13:12:43 [2022-11-16T13:12:43.765Z] #44 145.9   CC       src/basic_test_double_array.lo
13:12:44 [2022-11-16T13:12:44.024Z] #44 146.0   CC       src/basic_test_top_array_int.lo
13:12:44 [2022-11-16T13:12:44.024Z] #44 146.1   CC       src/basic_test_top_array_string.lo
13:12:44 [2022-11-16T13:12:44.284Z] #44 146.3   CC       src/basic_test_top_double_array_int.lo
13:12:44 [2022-11-16T13:12:44.284Z] #44 146.4   CC       src/basic_test_top_double_array_obj.lo
13:12:44 [2022-11-16T13:12:44.543Z] #44 146.5   CC       src/basic_test_top_double_array_refobj.lo
13:12:44 [2022-11-16T13:12:44.543Z] #44 146.6   CC       src/basic_test_top_double_array_string.lo
13:12:44 [2022-11-16T13:12:44.802Z] #44 146.9   CC       src/read-file.lo
13:12:45 [2022-11-16T13:12:45.062Z] #44 147.0   CC       src/json_common.lo
13:12:45 [2022-11-16T13:12:45.322Z] #44 147.2   CC       tests/test-1.o
13:12:45 [2022-11-16T13:12:45.322Z] #44 147.2   CC       tests/test-2.o
13:12:45 [2022-11-16T13:12:45.322Z] #44 147.4   CC       tests/test-3.o
13:12:45 [2022-11-16T13:12:45.581Z] #44 147.8   CC       tests/test-4.o
13:12:45 [2022-11-16T13:12:45.841Z] #44 147.9   CC       tests/test-5.o
13:12:46 [2022-11-16T13:12:46.100Z] #44 148.1   CC       tests/test-6.o
13:12:46 [2022-11-16T13:12:46.360Z] #44 148.3   CC       tests/test-7.o
13:12:46 [2022-11-16T13:12:46.360Z] #44 148.4   CC       tests/test-8.o
13:12:46 [2022-11-16T13:12:46.620Z] #44 148.8   CC       tests/test-9.o
13:12:46 [2022-11-16T13:12:46.880Z] #44 149.0   CC       tests/test-10.o
13:12:47 [2022-11-16T13:12:47.140Z] #44 149.1   CC       tests/test-11.o
13:13:13 [2022-11-16T13:13:13.697Z] #44 ...
13:13:13 [2022-11-16T13:13:13.697Z] 
13:13:13 [2022-11-16T13:13:13.697Z] #32 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:13:13 [2022-11-16T13:13:13.697Z] #32 219.8 + dpkg --print-architecture
13:13:13 [2022-11-16T13:13:13.697Z] #32 DONE 220.5s
13:13:13 [2022-11-16T13:13:13.697Z] 
13:13:13 [2022-11-16T13:13:13.697Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.3   CCLD     libocispec.la
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.7   CCLD     src/validate
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.7   CCLD     tests/test-1
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.7   CCLD     tests/test-2
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.7   CCLD     tests/test-3
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.8   CCLD     tests/test-4
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.8   CCLD     tests/test-5
13:13:21 [2022-11-16T13:13:21.828Z] #44 183.8   CCLD     tests/test-6
13:13:21 [2022-11-16T13:13:21.828Z] #44 184.0   CCLD     tests/test-7
13:13:22 [2022-11-16T13:13:22.114Z] #44 184.1   CCLD     tests/test-8
13:13:22 [2022-11-16T13:13:22.114Z] #44 184.1   CCLD     tests/test-9
13:13:22 [2022-11-16T13:13:22.114Z] #44 184.3   CCLD     tests/test-10
13:13:22 [2022-11-16T13:13:22.114Z] #44 184.3 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
13:13:22 [2022-11-16T13:13:22.381Z] #44 184.4   CCLD     tests/test-11
13:13:24 [2022-11-16T13:13:24.323Z] #44 186.2 libtool: link: ar cr libocispec.a 
13:13:24 [2022-11-16T13:13:24.323Z] #44 186.3 libtool: link: ranlib libocispec.a
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.8 make[5]: Entering directory '/tmp/crun-build/libocispec'
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.9 make[5]: Nothing to be done for 'install-exec-am'.
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.9 make[5]: Nothing to be done for 'install-data-am'.
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.9 make[5]: Leaving directory '/tmp/crun-build/libocispec'
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.9 make[4]: Leaving directory '/tmp/crun-build/libocispec'
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.9 make[3]: Leaving directory '/tmp/crun-build/libocispec'
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.9 make[2]: Leaving directory '/tmp/crun-build/libocispec'
13:13:25 [2022-11-16T13:13:25.702Z] #44 187.9 make[2]: Entering directory '/tmp/crun-build'
13:13:25 [2022-11-16T13:13:25.962Z] #44 188.1   CC       src/libcrun/libcrun_testing_a-utils.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.1   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.1   CC       src/libcrun/libcrun_testing_a-container.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.1   CC       src/libcrun/libcrun_testing_a-cgroup.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.1   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.1   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.1   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
13:13:26 [2022-11-16T13:13:26.222Z] #44 188.3   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
13:13:26 [2022-11-16T13:13:26.482Z] #44 188.4   CC       src/libcrun/libcrun_testing_a-criu.o
13:13:26 [2022-11-16T13:13:26.482Z] #44 188.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
13:13:26 [2022-11-16T13:13:26.482Z] #44 188.5   CC       src/libcrun/libcrun_testing_a-linux.o
13:13:26 [2022-11-16T13:13:26.482Z] #44 188.5   CC       src/libcrun/libcrun_testing_a-seccomp.o
13:13:26 [2022-11-16T13:13:26.482Z] #44 188.5   CC       src/libcrun/libcrun_testing_a-ebpf.o
13:13:26 [2022-11-16T13:13:26.482Z] #44 188.6   CC       src/libcrun/libcrun_testing_a-error.o
13:13:26 [2022-11-16T13:13:26.743Z] #44 188.7   CC       src/libcrun/libcrun_testing_a-status.o
13:13:26 [2022-11-16T13:13:26.743Z] #44 188.7   CC       src/libcrun/libcrun_testing_a-terminal.o
13:13:26 [2022-11-16T13:13:26.743Z] #44 188.8   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
13:13:26 [2022-11-16T13:13:26.743Z] #44 188.8   CC       src/libcrun/libcrun_testing_a-signals.o
13:13:27 [2022-11-16T13:13:27.025Z] #44 188.9   CC       src/libcrun/libcrun_testing_a-mount_flags.o
13:13:27 [2022-11-16T13:13:27.025Z] #44 189.0   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
13:13:27 [2022-11-16T13:13:27.025Z] #44 189.1   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
13:13:27 [2022-11-16T13:13:27.025Z] #44 189.1   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
13:13:27 [2022-11-16T13:13:27.284Z] #44 189.2   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
13:13:27 [2022-11-16T13:13:27.284Z] #44 189.3   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
13:13:27 [2022-11-16T13:13:27.285Z] #44 189.4   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
13:13:27 [2022-11-16T13:13:27.546Z] #44 189.7   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
13:13:27 [2022-11-16T13:13:27.805Z] #44 189.9   CC       src/crun-crun.o
13:13:28 [2022-11-16T13:13:28.065Z] #44 190.0   CC       src/crun-run.o
13:13:28 [2022-11-16T13:13:28.065Z] #44 190.1   CC       src/crun-delete.o
13:13:28 [2022-11-16T13:13:28.065Z] #44 190.2   CC       src/crun-kill.o
13:13:28 [2022-11-16T13:13:28.324Z] #44 190.3   CC       src/crun-pause.o
13:13:28 [2022-11-16T13:13:28.584Z] #44 190.6   CC       src/crun-unpause.o
13:13:28 [2022-11-16T13:13:28.844Z] #44 190.8   CC       src/crun-spec.o
13:13:29 [2022-11-16T13:13:29.104Z] #44 191.1   CC       src/crun-exec.o
13:13:29 [2022-11-16T13:13:29.104Z] #44 191.2   CC       src/crun-list.o
13:13:29 [2022-11-16T13:13:29.364Z] #44 191.3   CC       src/crun-create.o
13:13:29 [2022-11-16T13:13:29.364Z] #44 191.4   CC       src/crun-start.o
13:13:29 [2022-11-16T13:13:29.364Z] #44 191.5   CC       src/crun-state.o
13:13:29 [2022-11-16T13:13:29.624Z] #44 191.6   CC       src/crun-update.o
13:13:29 [2022-11-16T13:13:29.884Z] #44 191.8   CC       src/crun-ps.o
13:13:29 [2022-11-16T13:13:29.884Z] #44 191.9   CC       src/crun-checkpoint.o
13:13:29 [2022-11-16T13:13:29.884Z] #44 192.0   CC       src/crun-restore.o
13:13:30 [2022-11-16T13:13:30.144Z] #44 192.3   CC       src/libcrun/libcrun_la-utils.lo
13:13:30 [2022-11-16T13:13:30.403Z] #44 192.5   CC       src/libcrun/libcrun_la-cloned_binary.lo
13:13:30 [2022-11-16T13:13:30.663Z] #44 192.7   CC       src/libcrun/libcrun_la-container.lo
13:13:30 [2022-11-16T13:13:30.922Z] #44 193.2   CC       src/libcrun/libcrun_la-cgroup.lo
13:13:31 [2022-11-16T13:13:31.182Z] #44 193.3   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
13:13:31 [2022-11-16T13:13:31.441Z] #44 193.5   CC       src/libcrun/libcrun_la-cgroup-resources.lo
13:13:31 [2022-11-16T13:13:31.701Z] #44 193.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
13:13:31 [2022-11-16T13:13:31.701Z] #44 193.9   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
13:13:31 [2022-11-16T13:13:31.961Z] #44 193.9   CC       src/libcrun/libcrun_la-cgroup-utils.lo
13:13:31 [2022-11-16T13:13:31.961Z] #44 194.1   CC       src/libcrun/libcrun_la-criu.lo
13:13:31 [2022-11-16T13:13:31.961Z] #44 194.2   CC       src/libcrun/libcrun_la-custom-handler.lo
13:13:32 [2022-11-16T13:13:32.221Z] #44 194.4   CC       src/libcrun/libcrun_la-linux.lo
13:13:32 [2022-11-16T13:13:32.481Z] #44 194.7   CC       src/libcrun/libcrun_la-seccomp.lo
13:13:33 [2022-11-16T13:13:33.051Z] #44 194.9   CC       src/libcrun/libcrun_la-ebpf.lo
13:13:34 [2022-11-16T13:13:34.433Z] #44 196.4   CC       src/libcrun/libcrun_la-error.lo
13:13:34 [2022-11-16T13:13:34.692Z] #44 196.7   CC       src/libcrun/libcrun_la-status.lo
13:13:34 [2022-11-16T13:13:34.952Z] #44 197.0   CC       src/libcrun/libcrun_la-terminal.lo
13:13:35 [2022-11-16T13:13:35.212Z] #44 197.1   CC       src/libcrun/libcrun_la-chroot_realpath.lo
13:13:35 [2022-11-16T13:13:35.212Z] #44 197.3   CC       src/libcrun/libcrun_la-signals.lo
13:13:35 [2022-11-16T13:13:35.471Z] #44 197.6   CC       src/libcrun/libcrun_la-mount_flags.lo
13:13:35 [2022-11-16T13:13:35.732Z] #44 197.8   CC       src/libcrun/libcrun_la-seccomp_notify.lo
13:13:35 [2022-11-16T13:13:35.992Z] #44 198.0   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
13:13:36 [2022-11-16T13:13:36.252Z] #44 198.2   CC       src/libcrun/handlers/libcrun_la-krun.lo
13:13:36 [2022-11-16T13:13:36.252Z] #44 198.4   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
13:13:36 [2022-11-16T13:13:36.511Z] #44 198.5   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
13:13:36 [2022-11-16T13:13:36.771Z] #44 198.9   CC       tests/init.o
13:13:38 [2022-11-16T13:13:38.679Z] #44 200.3   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
13:14:00 [2022-11-16T13:14:00.771Z] #44 219.6   CCLD     tests/init
13:14:18 [2022-11-16T13:14:18.878Z] #44 ...
13:14:18 [2022-11-16T13:14:18.878Z] 
13:14:18 [2022-11-16T13:14:18.878Z] #29 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:14:18 [2022-11-16T13:14:18.878Z] #29 287.1 + return
13:14:18 [2022-11-16T13:14:18.879Z] #29 DONE 288.0s
13:14:18 [2022-11-16T13:14:18.879Z] 
13:14:18 [2022-11-16T13:14:18.879Z] #30 [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.49.0"      && /build/golangci-lint --version
13:14:19 [2022-11-16T13:14:19.143Z] #30 ...
13:14:19 [2022-11-16T13:14:19.143Z] 
13:14:19 [2022-11-16T13:14:19.143Z] #60 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
13:14:19 [2022-11-16T13:14:19.403Z] #60 DONE 0.2s
13:14:19 [2022-11-16T13:14:19.403Z] 
13:14:19 [2022-11-16T13:14:19.403Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:14:19 [2022-11-16T13:14:19.403Z] #44 241.2   AR       libcrun_testing.a
13:14:19 [2022-11-16T13:14:19.403Z] #44 241.2 ar: `u' modifier ignored since `D' is the default (see `U')
13:14:19 [2022-11-16T13:14:19.403Z] #44 241.3   CCLD     tests/tests_libcrun_utils
13:14:19 [2022-11-16T13:14:19.403Z] #44 241.4   CCLD     tests/tests_libcrun_errors
13:14:19 [2022-11-16T13:14:19.403Z] #44 241.4   CCLD     tests/tests_libcrun_fuzzer
13:14:19 [2022-11-16T13:14:19.403Z] #44 241.6   CCLD     libcrun.la
13:14:19 [2022-11-16T13:14:19.665Z] #44 ...
13:14:19 [2022-11-16T13:14:19.665Z] 
13:14:19 [2022-11-16T13:14:19.665Z] #61 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
13:14:19 [2022-11-16T13:14:19.665Z] #61 DONE 0.2s
13:14:19 [2022-11-16T13:14:19.665Z] 
13:14:19 [2022-11-16T13:14:19.665Z] #62 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
13:14:19 [2022-11-16T13:14:19.665Z] #62 DONE 0.1s
13:14:19 [2022-11-16T13:14:19.665Z] 
13:14:19 [2022-11-16T13:14:19.665Z] #63 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
13:14:19 [2022-11-16T13:14:19.926Z] #63 DONE 0.1s
13:14:19 [2022-11-16T13:14:19.926Z] 
13:14:19 [2022-11-16T13:14:19.926Z] #64 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
13:14:19 [2022-11-16T13:14:19.926Z] #64 DONE 0.1s
13:14:19 [2022-11-16T13:14:19.926Z] 
13:14:19 [2022-11-16T13:14:19.926Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:14:19 [2022-11-16T13:14:19.926Z] #43 ...
13:14:19 [2022-11-16T13:14:19.926Z] 
13:14:19 [2022-11-16T13:14:19.926Z] #65 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
13:14:19 [2022-11-16T13:14:19.926Z] #65 DONE 0.1s
13:14:20 [2022-11-16T13:14:20.189Z] 
13:14:20 [2022-11-16T13:14:20.189Z] #66 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
13:14:20 [2022-11-16T13:14:20.189Z] #66 DONE 0.1s
13:14:20 [2022-11-16T13:14:20.189Z] 
13:14:20 [2022-11-16T13:14:20.189Z] #67 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
13:14:20 [2022-11-16T13:14:20.450Z] #67 DONE 0.2s
13:14:20 [2022-11-16T13:14:20.450Z] 
13:14:20 [2022-11-16T13:14:20.450Z] #68 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
13:14:20 [2022-11-16T13:14:20.450Z] #68 DONE 0.1s
13:14:20 [2022-11-16T13:14:20.450Z] 
13:14:20 [2022-11-16T13:14:20.450Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:14:20 [2022-11-16T13:14:20.450Z] #44 ...
13:14:20 [2022-11-16T13:14:20.450Z] 
13:14:20 [2022-11-16T13:14:20.450Z] #69 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
13:14:20 [2022-11-16T13:14:20.450Z] #69 DONE 0.1s
13:14:20 [2022-11-16T13:14:20.710Z] 
13:14:20 [2022-11-16T13:14:20.710Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:14:21 [2022-11-16T13:14:21.280Z] #48 ...
13:14:21 [2022-11-16T13:14:21.280Z] 
13:14:21 [2022-11-16T13:14:21.280Z] #44 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:14:21 [2022-11-16T13:14:21.280Z] #44 243.2   CCLD     crun
13:14:21 [2022-11-16T13:14:21.540Z] #44 243.7 make[3]: Entering directory '/tmp/crun-build'
13:14:21 [2022-11-16T13:14:21.800Z] #44 243.9  /bin/mkdir -p '/usr/local/share/man/man1'
13:14:21 [2022-11-16T13:14:21.800Z] #44 243.9  /bin/mkdir -p '/usr/local/lib'
13:14:21 [2022-11-16T13:14:21.800Z] #44 243.9  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
13:14:21 [2022-11-16T13:14:21.800Z] #44 243.9  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
13:14:21 [2022-11-16T13:14:21.800Z] #44 244.0 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.0 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.0 libtool: install: chmod 644 /usr/local/lib/libcrun.a
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.0 libtool: install: ranlib /usr/local/lib/libcrun.a
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 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
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 ----------------------------------------------------------------------
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 Libraries have been installed in:
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1    /usr/local/lib
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 If you ever happen to want to link against installed libraries
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 in a given directory, LIBDIR, you must either use libtool, and
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 specify the full pathname of the library, or use the '-LLIBDIR'
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 flag during linking and do at least one of the following:
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1      during execution
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1    - add LIBDIR to the 'LD_RUN_PATH' environment variable
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1      during linking
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 See any operating system documentation about shared libraries for
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 more information, such as the ld(1) and ld.so(8) manual pages.
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1 ----------------------------------------------------------------------
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.1  /bin/mkdir -p '/build'
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.2   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
13:14:22 [2022-11-16T13:14:22.061Z] #44 244.2 libtool: install: /usr/bin/install -c crun /build/crun
13:14:22 [2022-11-16T13:14:22.321Z] #44 244.3 make[3]: Leaving directory '/tmp/crun-build'
13:14:22 [2022-11-16T13:14:22.321Z] #44 244.3 make[2]: Leaving directory '/tmp/crun-build'
13:14:22 [2022-11-16T13:14:22.321Z] #44 244.3 make[1]: Leaving directory '/tmp/crun-build'
13:14:22 [2022-11-16T13:14:22.891Z] #44 DONE 244.7s
13:14:22 [2022-11-16T13:14:22.891Z] 
13:14:22 [2022-11-16T13:14:22.891Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:14:22 [2022-11-16T13:14:22.891Z] #48 179.9 + mkdir -p /build
13:14:22 [2022-11-16T13:14:22.891Z] #48 179.9 + cp runc /build/runc
13:14:22 [2022-11-16T13:14:22.891Z] #48 DONE 180.3s
13:14:22 [2022-11-16T13:14:22.891Z] 
13:14:22 [2022-11-16T13:14:22.891Z] #30 [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.49.0"      && /build/golangci-lint --version
13:14:29 [2022-11-16T13:14:29.471Z] #30 299.4 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown)
13:14:30 [2022-11-16T13:14:30.041Z] #30 DONE 300.1s
13:14:30 [2022-11-16T13:14:30.041Z] 
13:14:30 [2022-11-16T13:14:30.041Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:14:30 [2022-11-16T13:14:30.989Z] #43 ...
13:14:30 [2022-11-16T13:14:30.989Z] 
13:14:30 [2022-11-16T13:14:30.989Z] #70 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
13:14:30 [2022-11-16T13:14:30.989Z] #70 DONE 0.2s
13:14:30 [2022-11-16T13:14:30.989Z] 
13:14:30 [2022-11-16T13:14:30.989Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:14:30 [2022-11-16T13:14:30.989Z] #43 ...
13:14:30 [2022-11-16T13:14:30.989Z] 
13:14:30 [2022-11-16T13:14:30.989Z] #71 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
13:14:30 [2022-11-16T13:14:30.989Z] #71 DONE 0.1s
13:14:31 [2022-11-16T13:14:31.249Z] 
13:14:31 [2022-11-16T13:14:31.249Z] #72 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
13:14:31 [2022-11-16T13:14:31.249Z] #72 DONE 0.2s
13:14:31 [2022-11-16T13:14:31.249Z] 
13:14:31 [2022-11-16T13:14:31.249Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:14:33 [2022-11-16T13:14:33.157Z] #43 267.6 + bin/containerd
13:15:19 [2022-11-16T13:15:19.960Z] #43 310.9 # github.com/containerd/containerd/cmd/containerd
13:15:19 [2022-11-16T13:15:19.960Z] #43 310.9 /usr/bin/ld: /tmp/go-link-2685706332/000019.o: in function `New':
13:15:19 [2022-11-16T13:15:19.960Z] #43 310.9 /tmp/tmp.ksyPEvpwwb/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:15:19 [2022-11-16T13:15:19.960Z] #43 311.0 + bin/containerd-stress
13:15:19 [2022-11-16T13:15:19.960Z] #43 312.2 + bin/containerd-shim
13:15:28 [2022-11-16T13:15:28.089Z] #43 321.6 + bin/containerd-shim-runc-v1
13:15:33 [2022-11-16T13:15:33.366Z] #43 327.0 + bin/containerd-shim-runc-v2
13:15:33 [2022-11-16T13:15:33.366Z] #43 327.9 + binaries
13:15:33 [2022-11-16T13:15:33.366Z] #43 327.9 + install -D bin/containerd /build/containerd
13:15:33 [2022-11-16T13:15:33.366Z] #43 327.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:15:33 [2022-11-16T13:15:33.366Z] #43 327.9 + install -D bin/ctr /build/ctr
13:15:34 [2022-11-16T13:15:34.305Z] #43 DONE 328.5s
13:15:34 [2022-11-16T13:15:34.874Z] 
13:15:34 [2022-11-16T13:15:34.874Z] #73 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
13:15:35 [2022-11-16T13:15:35.442Z] #73 DONE 0.6s
13:15:35 [2022-11-16T13:15:35.442Z] 
13:15:35 [2022-11-16T13:15:35.442Z] #74 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:15:36 [2022-11-16T13:15:36.010Z] #74 DONE 0.5s
13:15:36 [2022-11-16T13:15:36.010Z] 
13:15:36 [2022-11-16T13:15:36.010Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
13:15:36 [2022-11-16T13:15:36.010Z] #75 DONE 0.3s
13:15:36 [2022-11-16T13:15:36.269Z] 
13:15:36 [2022-11-16T13:15:36.269Z] #76 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
13:15:36 [2022-11-16T13:15:36.269Z] #76 DONE 0.1s
13:15:36 [2022-11-16T13:15:36.269Z] 
13:15:36 [2022-11-16T13:15:36.269Z] #77 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
13:15:36 [2022-11-16T13:15:36.269Z] #77 DONE 0.1s
13:15:36 [2022-11-16T13:15:36.530Z] 
13:15:36 [2022-11-16T13:15:36.530Z] #78 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
13:15:36 [2022-11-16T13:15:36.530Z] #78 DONE 0.1s
13:15:36 [2022-11-16T13:15:36.530Z] 
13:15:36 [2022-11-16T13:15:36.530Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker
13:15:37 [2022-11-16T13:15:37.911Z] #79 DONE 1.2s
13:15:37 [2022-11-16T13:15:37.911Z] 
13:15:37 [2022-11-16T13:15:37.911Z] #80 exporting to image
13:15:37 [2022-11-16T13:15:37.911Z] #80 exporting layers
13:15:40 [2022-11-16T13:15:40.458Z] #80 exporting layers 2.7s done
13:15:40 [2022-11-16T13:15:40.458Z] #80 writing image sha256:6f43042fdd175067e23a729eea5bc0d9c9273eb203eb030fd0b4913eefd0f809 done
13:15:40 [2022-11-16T13:15:40.458Z] #80 naming to docker.io/library/docker:2dce69e0016d64fc326d4c3600a45959608dd1cd done
13:15:40 [2022-11-16T13:15:40.458Z] #80 DONE 2.7s