Build:
- 0
2026-05-30 06:38.07: New job: Build using linux-riscv64 in
[https://github.com/ocaml/opam-repository#master (d6a960ed9546a4e300916f0f19e962c1cd3ab855)]
2026-05-30 06:38.07: Will push staging image to ocurrent/opam-staging:debian-13-opam-riscv64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM debian:13
LABEL distro_style="apt"
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout 6218d0c4c022106034a93c8ecb5b80fa213d7356 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
FROM debian:13
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
Acquire::Retries "5";
EOF
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
COPY --from=0 [ "/usr/local/bin/opam-2.1", "/usr/bin/opam-2.1" ]
RUN ln /usr/bin/opam-2.1 /usr/bin/opam
COPY --from=0 [ "/usr/local/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/local/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/local/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/local/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/local/bin/opam-master", "/usr/bin/opam-dev" ]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
COPY <<-EOF /etc/sudoers.d/opam
opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
RUN useradd --uid 1000 --create-home --shell /bin/bash opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/opam"
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-05-30 06:38.07: Using cache hint "opam-debian-13"
2026-06-06 03:43.30: Waiting for worker…
2026-06-06 03:43.30: Got resource from pool OCluster
Building on riscv-qemu-kydoime-1
All commits already cached
Updating files: 1% (294/17990)
Updating files: 2% (360/17990)
Updating files: 3% (540/17990)
Updating files: 3% (660/17990)
Updating files: 4% (720/17990)
Updating files: 5% (900/17990)
Updating files: 5% (1013/17990)
Updating files: 6% (1080/17990)
Updating files: 7% (1260/17990)
Updating files: 7% (1376/17990)
Updating files: 8% (1440/17990)
Updating files: 9% (1620/17990)
Updating files: 9% (1747/17990)
Updating files: 10% (1799/17990)
Updating files: 11% (1979/17990)
Updating files: 11% (2113/17990)
Updating files: 12% (2159/17990)
Updating files: 13% (2339/17990)
Updating files: 13% (2450/17990)
Updating files: 14% (2519/17990)
Updating files: 15% (2699/17990)
Updating files: 15% (2771/17990)
Updating files: 16% (2879/17990)
Updating files: 16% (2946/17990)
Updating files: 17% (3059/17990)
Updating files: 17% (3112/17990)
Updating files: 18% (3239/17990)
Updating files: 18% (3328/17990)
Updating files: 19% (3419/17990)
Updating files: 20% (3598/17990)
Updating files: 20% (3606/17990)
Updating files: 21% (3778/17990)
Updating files: 21% (3930/17990)
Updating files: 22% (3958/17990)
Updating files: 23% (4138/17990)
Updating files: 23% (4149/17990)
Updating files: 24% (4318/17990)
Updating files: 24% (4472/17990)
Updating files: 25% (4498/17990)
Updating files: 26% (4678/17990)
Updating files: 26% (4808/17990)
Updating files: 27% (4858/17990)
Updating files: 28% (5038/17990)
Updating files: 28% (5095/17990)
Updating files: 29% (5218/17990)
Updating files: 29% (5243/17990)
Updating files: 30% (5397/17990)
Updating files: 30% (5498/17990)
Updating files: 31% (5577/17990)
Updating files: 32% (5757/17990)
Updating files: 32% (5828/17990)
Updating files: 33% (5937/17990)
Updating files: 34% (6117/17990)
Updating files: 34% (6193/17990)
Updating files: 35% (6297/17990)
Updating files: 36% (6477/17990)
Updating files: 36% (6535/17990)
Updating files: 37% (6657/17990)
Updating files: 38% (6837/17990)
Updating files: 38% (6868/17990)
Updating files: 39% (7017/17990)
Updating files: 39% (7178/17990)
Updating files: 40% (7196/17990)
Updating files: 41% (7376/17990)
Updating files: 41% (7490/17990)
Updating files: 42% (7556/17990)
Updating files: 43% (7736/17990)
Updating files: 43% (7808/17990)
Updating files: 44% (7916/17990)
Updating files: 44% (8069/17990)
Updating files: 45% (8096/17990)
Updating files: 46% (8276/17990)
Updating files: 46% (8323/17990)
Updating files: 47% (8456/17990)
Updating files: 47% (8569/17990)
Updating files: 48% (8636/17990)
Updating files: 48% (8792/17990)
Updating files: 49% (8816/17990)
Updating files: 49% (8963/17990)
Updating files: 50% (8995/17990)
Updating files: 50% (9115/17990)
Updating files: 51% (9175/17990)
Updating files: 51% (9276/17990)
Updating files: 52% (9355/17990)
Updating files: 52% (9478/17990)
Updating files: 53% (9535/17990)
Updating files: 54% (9715/17990)
Updating files: 54% (9816/17990)
Updating files: 55% (9895/17990)
Updating files: 56% (10075/17990)
Updating files: 56% (10138/17990)
Updating files: 57% (10255/17990)
Updating files: 57% (10405/17990)
Updating files: 58% (10435/17990)
Updating files: 58% (10597/17990)
Updating files: 59% (10615/17990)
Updating files: 60% (10794/17990)
Updating files: 60% (10928/17990)
Updating files: 61% (10974/17990)
Updating files: 62% (11154/17990)
Updating files: 62% (11276/17990)
Updating files: 63% (11334/17990)
Updating files: 64% (11514/17990)
Updating files: 64% (11589/17990)
Updating files: 65% (11694/17990)
Updating files: 66% (11874/17990)
Updating files: 66% (11938/17990)
Updating files: 67% (12054/17990)
Updating files: 67% (12189/17990)
Updating files: 68% (12234/17990)
Updating files: 69% (12414/17990)
Updating files: 69% (12415/17990)
Updating files: 70% (12593/17990)
Updating files: 70% (12762/17990)
Updating files: 71% (12773/17990)
Updating files: 72% (12953/17990)
Updating files: 72% (13092/17990)
Updating files: 73% (13133/17990)
Updating files: 74% (13313/17990)
Updating files: 74% (13397/17990)
Updating files: 75% (13493/17990)
Updating files: 76% (13673/17990)
Updating files: 76% (13714/17990)
Updating files: 77% (13853/17990)
Updating files: 77% (13918/17990)
Updating files: 78% (14033/17990)
Updating files: 78% (14177/17990)
Updating files: 79% (14213/17990)
Updating files: 80% (14392/17990)
Updating files: 81% (14572/17990)
Updating files: 81% (14582/17990)
Updating files: 82% (14752/17990)
Updating files: 83% (14932/17990)
Updating files: 83% (14970/17990)
Updating files: 84% (15112/17990)
Updating files: 85% (15292/17990)
Updating files: 85% (15318/17990)
Updating files: 86% (15472/17990)
Updating files: 86% (15529/17990)
Updating files: 87% (15652/17990)
Updating files: 88% (15832/17990)
Updating files: 88% (15839/17990)
Updating files: 89% (16012/17990)
Updating files: 89% (16168/17990)
Updating files: 90% (16191/17990)
Updating files: 91% (16371/17990)
Updating files: 91% (16453/17990)
Updating files: 92% (16551/17990)
Updating files: 93% (16731/17990)
Updating files: 93% (16777/17990)
Updating files: 94% (16911/17990)
Updating files: 95% (17091/17990)
Updating files: 95% (17136/17990)
Updating files: 96% (17271/17990)
Updating files: 97% (17451/17990)
Updating files: 97% (17502/17990)
Updating files: 98% (17631/17990)
Updating files: 99% (17811/17990)
Updating files: 99% (17908/17990)
Updating files: 100% (17990/17990)
Updating files: 100% (17990/17990), done.
HEAD is now at d6a960ed95 Merge pull request #29966 from filipeom/opam-publish-smtml.0.28.0
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 6.55kB 0.2s done
#1 DONE 0.6s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 3.8s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 resolve docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 resolve docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89 0.4s done
#3 DONE 0.7s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 0B / 13.70MB 0.2s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 1.05MB / 13.70MB 0.6s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 2.10MB / 13.70MB 0.9s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 3.15MB / 13.70MB 1.1s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 4.19MB / 13.70MB 1.4s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 5.24MB / 13.70MB 1.7s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 6.29MB / 13.70MB 1.8s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 7.34MB / 13.70MB 2.1s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 8.39MB / 13.70MB 2.4s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 9.44MB / 13.70MB 2.6s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 10.49MB / 13.70MB 2.9s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 11.53MB / 13.70MB 3.2s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 12.58MB / 13.70MB 3.3s
#3 sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 13.70MB / 13.70MB 3.6s done
#3 extracting sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263
#3 extracting sha256:10f08c7344cd8f0d9db64a8af3ce2b9fadb4f15c7468765cbcaec33b8ce54263 4.5s done
#3 DONE 8.9s
#4 [internal] load metadata for docker.io/library/debian:13
#4 DONE 1.7s
#5 [internal] load .dockerignore
#5 transferring context:
#5 transferring context: 2B 0.0s done
#5 DONE 0.2s
#6 [internal] preparing inline document
#6 DONE 0.0s
#7 [internal] preparing inline document
#7 DONE 0.0s
#8 [internal] preparing inline document
#8 DONE 0.0s
#9 [internal] preparing inline document
#9 DONE 0.0s
#10 [internal] preparing inline document
#10 DONE 0.0s
#11 [internal] preparing inline document
#11 DONE 0.0s
#12 [stage-0 1/13] FROM docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#12 resolve docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#12 resolve docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62 0.5s done
#12 ...
#8 [internal] preparing inline document
#8 DONE 0.5s
#12 [stage-0 1/13] FROM docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#12 DONE 1.0s
#6 [internal] preparing inline document
#6 DONE 0.7s
#13 [internal] load build context
#13 ...
#9 [internal] preparing inline document
#9 DONE 0.7s
#7 [internal] preparing inline document
#7 DONE 0.7s
#13 [internal] load build context
#13 ...
#11 [internal] preparing inline document
#11 DONE 0.8s
#10 [internal] preparing inline document
#10 DONE 0.9s
#13 [internal] load build context
#13 transferring context: 6.68MB 3.4s
#13 transferring context: 6.95MB 8.4s
#13 ...
#12 [stage-0 1/13] FROM docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#12 sha256:e6afb0d9fe2fdfebacf2ccb9782fd129d9e416f637c13f72c2f0427e69c04c88 33.55MB / 47.80MB 9.8s
#12 ...
#13 [internal] load build context
#13 transferring context: 7.19MB 13.5s
#13 ...
#12 [stage-0 1/13] FROM docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#12 sha256:e6afb0d9fe2fdfebacf2ccb9782fd129d9e416f637c13f72c2f0427e69c04c88 47.80MB / 47.80MB 13.5s done
#12 DONE 14.8s
#13 [internal] load build context
#13 transferring context: 7.46MB 18.6s
#13 transferring context: 7.73MB 23.6s
#13 ...
#12 [stage-0 1/13] FROM docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#12 extracting sha256:e6afb0d9fe2fdfebacf2ccb9782fd129d9e416f637c13f72c2f0427e69c04c88
#12 ...
#13 [internal] load build context
#13 transferring context: 7.94MB 28.6s
#13 transferring context: 8.18MB 33.7s
#13 transferring context: 8.39MB 38.7s
#13 transferring context: 8.63MB 43.8s
#13 transferring context: 8.85MB 48.8s
#13 transferring context: 9.07MB 53.8s
#13 transferring context: 9.30MB 58.9s
#13 ...
#12 [stage-0 1/13] FROM docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#12 extracting sha256:e6afb0d9fe2fdfebacf2ccb9782fd129d9e416f637c13f72c2f0427e69c04c88 45.5s done
#12 DONE 60.4s
#13 [internal] load build context
#13 transferring context: 9.47MB 64.0s
#13 transferring context: 9.62MB 69.0s
#13 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 9.589 Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
#14 9.989 Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#14 10.01 Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
#14 ...
#15 [stage-1 2/40] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#15 ...
#13 [internal] load build context
#13 ...
#15 [stage-1 2/40] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#15 DONE 10.5s
#13 [internal] load build context
#13 ...
#16 [stage-1 3/40] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#16 DONE 0.6s
#13 [internal] load build context
#13 transferring context: 9.73MB 74.1s
#13 transferring context: 9.97MB 79.2s
#13 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 10.86 Get:4 http://deb.debian.org/debian trixie/main riscv64 Packages [9379 kB]
#14 13.17 Get:5 http://deb.debian.org/debian trixie-updates/main riscv64 Packages [5144 B]
#14 13.23 Get:6 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [199 kB]
#14 ...
#13 [internal] load build context
#13 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 9.030 Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
#17 9.335 Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#17 9.341 Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
#17 10.02 Get:4 http://deb.debian.org/debian trixie/main riscv64 Packages [9379 kB]
#17 ...
#13 [internal] load build context
#13 transferring context: 10.18MB 84.4s
#13 transferring context: 10.39MB 89.5s
#13 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 11.20 Get:5 http://deb.debian.org/debian trixie-updates/main riscv64 Packages [5144 B]
#17 11.22 Get:6 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [199 kB]
#17 ...
#13 [internal] load build context
#13 transferring context: 10.70MB 94.5s
#13 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 25.64 Fetched 9814 kB in 17s (592 kB/s)
#14 25.64 Reading package lists...
#14 ...
#13 [internal] load build context
#13 transferring context: 10.90MB 99.5s
#13 transferring context: 11.13MB 104.6s
#13 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 23.41 Fetched 9814 kB in 15s (673 kB/s)
#17 23.41 Reading package lists...
#17 ...
#13 [internal] load build context
#13 ...
#14 [stage-0 2/13] RUN apt-get -y update
#14 25.64 Reading package lists...
#14 DONE 48.6s
#13 [internal] load build context
#13 transferring context: 11.34MB 109.6s
#13 transferring context: 11.50MB 114.7s
#13 ...
#17 [stage-1 4/40] RUN apt-get -y update
#17 23.41 Reading package lists...
#17 DONE 45.2s
#18 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 ...
#19 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 5.589 Reading package lists...
#19 ...
#13 [internal] load build context
#13 transferring context: 11.66MB 119.8s
#13 transferring context: 11.91MB 124.8s
#13 transferring context: 12.14MB 129.9s
#13 ...
#18 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 6.105 Reading package lists...
#18 ...
#13 [internal] load build context
#13 transferring context: 12.37MB 134.9s
#13 transferring context: 12.66MB 139.9s
#13 ...
#19 [stage-0 3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#19 5.589 Reading package lists...
#19 26.32 Building dependency tree...
#19 29.08 Reading state information...
#19 29.84 Calculating upgrade...
#19 32.66 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#19 DONE 34.9s
#13 [internal] load build context
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 ...
#13 [internal] load build context
#13 transferring context: 12.96MB 149.5s
#13 ...
#18 [stage-1 5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#18 6.105 Reading package lists...
#18 26.53 Building dependency tree...
#18 29.27 Reading state information...
#18 30.16 Calculating upgrade...
#18 33.24 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#18 DONE 33.8s
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 5.036 Reading package lists...
#21 ...
#13 [internal] load build context
#13 transferring context: 13.16MB 156.1s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 5.204 Reading package lists...
#20 ...
#13 [internal] load build context
#13 transferring context: 13.49MB 161.2s
#13 transferring context: 13.72MB 166.2s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 5.204 Reading package lists...
#20 26.47 Building dependency tree...
#20 29.00 Reading state information...
#20 ...
#13 [internal] load build context
#13 transferring context: 14.15MB 175.7s
#13 transferring context: 14.46MB 180.8s
#13 transferring context: 14.70MB 185.8s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 31.47 The following additional packages will be installed:
#20 31.47 adduser bash-completion binutils binutils-common binutils-riscv64-linux-gnu
#20 31.47 bzip2 ca-certificates cpp cpp-14 cpp-14-riscv64-linux-gnu
#20 31.47 cpp-riscv64-linux-gnu dpkg-dev fakeroot g++ g++-14 g++-14-riscv64-linux-gnu
#20 31.48 g++-riscv64-linux-gnu gcc gcc-14 gcc-14-riscv64-linux-gnu
#20 31.48 gcc-riscv64-linux-gnu git-man krb5-locales less libalgorithm-diff-perl
#20 31.48 libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libasan8
#20 31.48 libatomic1 libbinutils libbrotli1 libc-dev-bin libc6-dev libcbor0.10
#20 31.48 libcc1-0 libcom-err2 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls
#20 31.48 libcurl4t64 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#20 31.48 libffi8 libfido2-1 libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64
#20 31.48 libgdbm6t64 libgnutls30t64 libgomp1 libgprofng0 libgssapi-krb5-2 libidn2-0
#20 31.48 libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3
#20 31.48 libkrb5support0 libldap-common libldap2 liblocale-gettext-perl liblsan0
#20 31.48 libmpc3 libmpfr6 libnghttp2-14 libnghttp3-9 libngtcp2-16
#20 31.48 libngtcp2-crypto-gnutls8 libp11-kit0 libperl5.40 libpsl5t64 librtmp1
#20 31.49 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1 libssh2-1t64
#20 31.49 libstdc++-14-dev libtasn1-6 libtsan2 libubsan1 libunistring5 libx11-6
#20 31.49 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-libc-dev make
#20 31.49 manpages manpages-dev netbase openssh-client openssl patch perl
#20 31.49 perl-modules-5.40 publicsuffix rpcsvc-proto sq xauth xz-utils
#20 31.51 Suggested packages:
#20 31.51 cron quota binutils-doc gprofng-gui bzip2-doc cpp-doc gcc-14-locales
#20 31.51 cpp-14-doc debian-keyring debian-tag2upload-keyring gcc-14-doc gcc-multilib
#20 31.51 autoconf automake libtool flex bison gdb gcc-doc gdb-riscv64-linux-gnu
#20 31.51 gettext-base git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki
#20 31.51 git-svn libc-devtools glibc-doc sensible-utils bzr gdbm-l10n gnutls-bin
#20 31.51 krb5-doc krb5-user libsasl2-modules-gssapi-mit
#20 31.51 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#20 31.51 libsasl2-modules-sql libstdc++-14-doc make-doc man-browser keychain
#20 31.51 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#20 31.51 libterm-readline-gnu-perl | libterm-readline-perl-perl
#20 31.51 libtap-harness-archive-perl
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 5.036 Reading package lists...
#21 26.02 Building dependency tree...
#21 29.14 Reading state information...
#21 32.68 The following additional packages will be installed:
#21 32.69 adduser bash-completion binutils binutils-common binutils-riscv64-linux-gnu
#21 32.69 bzip2 ca-certificates cpp cpp-14 cpp-14-riscv64-linux-gnu
#21 32.69 cpp-riscv64-linux-gnu dpkg-dev fakeroot g++ g++-14 g++-14-riscv64-linux-gnu
#21 32.69 g++-riscv64-linux-gnu gcc gcc-14 gcc-14-riscv64-linux-gnu
#21 32.69 gcc-riscv64-linux-gnu git-man krb5-locales less libalgorithm-diff-perl
#21 32.69 libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libasan8
#21 32.69 libatomic1 libbinutils libbrotli1 libc-dev-bin libc6-dev libcbor0.10
#21 32.69 libcc1-0 libcom-err2 libcrypt-dev libctf-nobfd0 libctf0 libcurl3t64-gnutls
#21 32.69 libcurl4t64 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot
#21 32.69 libffi8 libfido2-1 libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64
#21 32.69 libgdbm6t64 libgnutls30t64 libgomp1 libgpm2 libgprofng0 libgssapi-krb5-2
#21 32.69 libidn2-0 libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3
#21 32.69 libkrb5support0 libldap-common libldap2 liblocale-gettext-perl liblsan0
#21 32.69 libmpc3 libmpfr6 libncursesw6 libnghttp2-14 libnghttp3-9 libngtcp2-16
#21 32.70 libngtcp2-crypto-gnutls8 libp11-kit0 libperl5.40 libpopt0 libproc2-0
#21 32.70 libpsl5t64 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
#21 32.71 libsframe1 libssh2-1t64 libstdc++-14-dev libtasn1-6 libtsan2 libubsan1
#21 32.71 libunistring5 libx11-6 libx11-data libxau-dev libxau6 libxcb1 libxcb1-dev
#21 32.71 libxdmcp-dev libxdmcp6 libxext6 libxmuu1 linux-libc-dev
#21 32.71 linux-sysctl-defaults make manpages manpages-dev netbase openssh-client
#21 32.71 openssl patch perl perl-modules-5.40 procps psmisc publicsuffix rpcsvc-proto
#21 32.71 sq x11proto-dev xauth xorg-sgml-doctools xtrans-dev xz-utils
#21 32.72 Suggested packages:
#21 32.72 cron quota binutils-doc gprofng-gui bzip2-doc cpp-doc gcc-14-locales
#21 32.73 cpp-14-doc debian-keyring debian-tag2upload-keyring gcc-14-doc gcc-multilib
#21 32.73 autoconf automake libtool flex bison gdb gcc-doc gdb-riscv64-linux-gnu
#21 32.73 gettext-base git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki
#21 32.73 git-svn libc-devtools glibc-doc sensible-utils bzr gdbm-l10n gnutls-bin gpm
#21 32.73 krb5-doc krb5-user libsasl2-modules-gssapi-mit
#21 32.73 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#21 32.73 libsasl2-modules-sql libstdc++-14-doc libx11-doc libxcb-doc make-doc
#21 32.73 man-browser hunspell keychain libpam-ssh monkeysphere ssh-askpass ed
#21 32.73 diffutils-doc perl-doc libterm-readline-gnu-perl
#21 32.73 | libterm-readline-perl-perl libtap-harness-archive-perl openssh-server
#21 32.73 python3 python3-braceexpand zip
#21 ...
#13 [internal] load build context
#13 transferring context: 14.91MB 190.9s
#13 transferring context: 15.14MB 196.0s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 44.04 The following NEW packages will be installed:
#20 44.05 adduser bash-completion binutils binutils-common binutils-riscv64-linux-gnu
#20 44.05 build-essential bzip2 ca-certificates cpp cpp-14 cpp-14-riscv64-linux-gnu
#20 44.05 cpp-riscv64-linux-gnu curl dpkg-dev fakeroot g++ g++-14
#20 44.05 g++-14-riscv64-linux-gnu g++-riscv64-linux-gnu gcc gcc-14
#20 44.05 gcc-14-riscv64-linux-gnu gcc-riscv64-linux-gnu git git-man krb5-locales less
#20 44.05 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#20 44.05 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libc-dev-bin
#20 44.05 libc6-dev libcap-dev libcbor0.10 libcc1-0 libcom-err2 libcrypt-dev
#20 44.05 libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64 libdpkg-perl libedit2
#20 44.05 liberror-perl libexpat1 libfakeroot libffi8 libfido2-1
#20 44.05 libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64
#20 44.05 libgnutls30t64 libgomp1 libgprofng0 libgssapi-krb5-2 libidn2-0 libisl23
#20 44.05 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
#20 44.06 libldap-common libldap2 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6
#20 44.06 libnghttp2-14 libnghttp3-9 libngtcp2-16 libngtcp2-crypto-gnutls8 libp11-kit0
#20 44.06 libperl5.40 libpsl5t64 librtmp1 libsasl2-2 libsasl2-modules
#20 44.07 libsasl2-modules-db libsframe1 libssh2-1t64 libstdc++-14-dev libtasn1-6
#20 44.07 libtsan2 libubsan1 libunistring5 libx11-6 libx11-data libxau6 libxcb1
#20 44.07 libxdmcp6 libxext6 libxmuu1 linux-libc-dev make manpages manpages-dev
#20 44.07 netbase openssh-client openssl patch perl perl-modules-5.40 publicsuffix
#20 44.07 rpcsvc-proto sq sudo xauth xz-utils
#20 44.86 0 upgraded, 116 newly installed, 0 to remove and 0 not upgraded.
#20 44.86 Need to get 131 MB of archives.
#20 44.86 After this operation, 620 MB of additional disk space will be used.
#20 44.86 Get:1 http://deb.debian.org/debian trixie/main riscv64 libexpat1 riscv64 2.7.1-2 [101 kB]
#20 44.88 Get:2 http://deb.debian.org/debian trixie/main riscv64 liblocale-gettext-perl riscv64 1.07-7+b1 [15.2 kB]
#20 44.92 Get:3 http://deb.debian.org/debian trixie/main riscv64 libapparmor1 riscv64 4.1.0-1 [44.6 kB]
#20 44.95 Get:4 http://deb.debian.org/debian trixie/main riscv64 sudo riscv64 1.9.16p2-3+deb13u2 [2040 kB]
#20 45.22 Get:5 http://deb.debian.org/debian trixie/main riscv64 adduser all 3.152 [191 kB]
#20 45.24 Get:6 http://deb.debian.org/debian trixie/main riscv64 less riscv64 668-1 [167 kB]
#20 45.29 Get:7 http://deb.debian.org/debian trixie/main riscv64 netbase all 6.5 [12.4 kB]
#20 45.29 Get:8 http://deb.debian.org/debian trixie/main riscv64 bash-completion all 1:2.16.0-7 [319 kB]
#20 45.32 Get:9 http://deb.debian.org/debian trixie/main riscv64 bzip2 riscv64 1.0.8-6 [40.5 kB]
#20 45.33 Get:10 http://deb.debian.org/debian trixie/main riscv64 openssl riscv64 3.5.6-1~deb13u1 [1483 kB]
#20 45.76 Get:11 http://deb.debian.org/debian trixie/main riscv64 ca-certificates all 20250419 [162 kB]
#20 45.83 Get:12 http://deb.debian.org/debian-security trixie-security/main riscv64 krb5-locales all 1.21.3-5+deb13u1 [101 kB]
#20 45.88 Get:13 http://deb.debian.org/debian trixie/main riscv64 manpages all 6.9.1-1 [1393 kB]
#20 46.08 Get:14 http://deb.debian.org/debian trixie/main riscv64 libedit2 riscv64 3.1-20250104-1 [92.5 kB]
#20 46.10 Get:15 http://deb.debian.org/debian trixie/main riscv64 libcbor0.10 riscv64 0.10.2-2 [27.9 kB]
#20 46.12 Get:16 http://deb.debian.org/debian trixie/main riscv64 libfido2-1 riscv64 1.15.0-1+b1 [83.5 kB]
#20 46.14 Get:17 http://deb.debian.org/debian-security trixie-security/main riscv64 libkrb5support0 riscv64 1.21.3-5+deb13u1 [34.1 kB]
#20 46.15 Get:18 http://deb.debian.org/debian trixie/main riscv64 libcom-err2 riscv64 1.47.2-3+b11 [24.7 kB]
#20 46.15 Get:19 http://deb.debian.org/debian-security trixie-security/main riscv64 libk5crypto3 riscv64 1.21.3-5+deb13u1 [100 kB]
#20 46.17 Get:20 http://deb.debian.org/debian trixie/main riscv64 libkeyutils1 riscv64 1.6.3-6 [9480 B]
#20 46.26 Get:21 http://deb.debian.org/debian-security trixie-security/main riscv64 libkrb5-3 riscv64 1.21.3-5+deb13u1 [334 kB]
#20 46.27 Get:22 http://deb.debian.org/debian-security trixie-security/main riscv64 libgssapi-krb5-2 riscv64 1.21.3-5+deb13u1 [143 kB]
#20 46.28 Get:23 http://deb.debian.org/debian trixie/main riscv64 openssh-client riscv64 1:10.0p1-7+deb13u4 [990 kB]
#20 46.35 Get:24 http://deb.debian.org/debian trixie/main riscv64 perl-modules-5.40 all 5.40.1-6 [3019 kB]
#20 46.62 Get:25 http://deb.debian.org/debian trixie/main riscv64 libgdbm6t64 riscv64 1.24-2 [75.9 kB]
#20 46.63 Get:26 http://deb.debian.org/debian trixie/main riscv64 libgdbm-compat4t64 riscv64 1.24-2 [50.5 kB]
#20 46.65 Get:27 http://deb.debian.org/debian trixie/main riscv64 libperl5.40 riscv64 5.40.1-6 [3945 kB]
#20 47.15 Get:28 http://deb.debian.org/debian trixie/main riscv64 perl riscv64 5.40.1-6 [267 kB]
#20 47.20 Get:29 http://deb.debian.org/debian trixie/main riscv64 xz-utils riscv64 5.8.1-1 [659 kB]
#20 47.30 Get:30 http://deb.debian.org/debian trixie/main riscv64 libsframe1 riscv64 2.44-3 [79.1 kB]
#20 47.31 Get:31 http://deb.debian.org/debian trixie/main riscv64 binutils-common riscv64 2.44-3 [2509 kB]
#20 47.54 Get:32 http://deb.debian.org/debian trixie/main riscv64 libbinutils riscv64 2.44-3 [520 kB]
#20 47.62 Get:33 http://deb.debian.org/debian trixie/main riscv64 libgprofng0 riscv64 2.44-3 [718 kB]
#20 47.77 Get:34 http://deb.debian.org/debian trixie/main riscv64 libctf-nobfd0 riscv64 2.44-3 [163 kB]
#20 47.79 Get:35 http://deb.debian.org/debian trixie/main riscv64 libctf0 riscv64 2.44-3 [96.1 kB]
#20 47.81 Get:36 http://deb.debian.org/debian trixie/main riscv64 libjansson4 riscv64 2.14-2+b3 [40.7 kB]
#20 47.86 Get:37 http://deb.debian.org/debian trixie/main riscv64 binutils-riscv64-linux-gnu riscv64 2.44-3 [856 kB]
#20 48.05 Get:38 http://deb.debian.org/debian trixie/main riscv64 binutils riscv64 2.44-3 [267 kB]
#20 48.08 Get:39 http://deb.debian.org/debian trixie/main riscv64 libc-dev-bin riscv64 2.41-12+deb13u3 [59.0 kB]
#20 48.10 Get:40 http://deb.debian.org/debian-security trixie-security/main riscv64 linux-libc-dev all 6.12.90-2 [2813 kB]
#20 48.72 Get:41 http://deb.debian.org/debian trixie/main riscv64 libcrypt-dev riscv64 1:4.4.38-1 [221 kB]
#20 48.75 Get:42 http://deb.debian.org/debian trixie/main riscv64 rpcsvc-proto riscv64 1.4.3-1+b2 [62.3 kB]
#20 48.78 Get:43 http://deb.debian.org/debian trixie/main riscv64 libc6-dev riscv64 2.41-12+deb13u3 [3127 kB]
#20 49.23 Get:44 http://deb.debian.org/debian trixie/main riscv64 libisl23 riscv64 0.27-1 [664 kB]
#20 49.45 Get:45 http://deb.debian.org/debian trixie/main riscv64 libmpfr6 riscv64 4.2.2-1 [664 kB]
#20 49.67 Get:46 http://deb.debian.org/debian trixie/main riscv64 libmpc3 riscv64 1.3.1-1+b3 [56.7 kB]
#20 49.72 Get:47 http://deb.debian.org/debian trixie/main riscv64 cpp-14-riscv64-linux-gnu riscv64 14.2.0-19 [14.0 MB]
#20 51.75 Get:48 http://deb.debian.org/debian trixie/main riscv64 cpp-14 riscv64 14.2.0-19 [1276 B]
#20 51.76 Get:49 http://deb.debian.org/debian trixie/main riscv64 cpp-riscv64-linux-gnu riscv64 4:14.2.0-1 [4832 B]
#20 51.78 Get:50 http://deb.debian.org/debian trixie/main riscv64 cpp riscv64 4:14.2.0-1 [1576 B]
#20 51.79 Get:51 http://deb.debian.org/debian trixie/main riscv64 libcc1-0 riscv64 14.2.0-19 [40.1 kB]
#20 51.80 Get:52 http://deb.debian.org/debian trixie/main riscv64 libgomp1 riscv64 14.2.0-19 [130 kB]
#20 51.83 Get:53 http://deb.debian.org/debian trixie/main riscv64 libitm1 riscv64 14.2.0-19 [25.8 kB]
#20 51.84 Get:54 http://deb.debian.org/debian trixie/main riscv64 libatomic1 riscv64 14.2.0-19 [8672 B]
#20 51.86 Get:55 http://deb.debian.org/debian trixie/main riscv64 libasan8 riscv64 14.2.0-19 [2365 kB]
#20 52.24 Get:56 http://deb.debian.org/debian trixie/main riscv64 liblsan0 riscv64 14.2.0-19 [1078 kB]
#20 52.41 Get:57 http://deb.debian.org/debian trixie/main riscv64 libtsan2 riscv64 14.2.0-19 [2241 kB]
#20 52.74 Get:58 http://deb.debian.org/debian trixie/main riscv64 libubsan1 riscv64 14.2.0-19 [979 kB]
#20 52.83 Get:59 http://deb.debian.org/debian trixie/main riscv64 libgcc-14-dev riscv64 14.2.0-19 [5190 kB]
#20 53.51 Get:60 http://deb.debian.org/debian trixie/main riscv64 gcc-14-riscv64-linux-gnu riscv64 14.2.0-19 [27.1 MB]
#20 ...
#13 [internal] load build context
#13 transferring context: 15.36MB 201.2s
#13 transferring context: 15.58MB 206.2s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 47.93 The following NEW packages will be installed:
#21 47.93 adduser bash-completion binutils binutils-common binutils-riscv64-linux-gnu
#21 47.95 bubblewrap build-essential bzip2 ca-certificates cpp cpp-14
#21 47.95 cpp-14-riscv64-linux-gnu cpp-riscv64-linux-gnu curl dpkg-dev fakeroot g++
#21 47.95 g++-14 g++-14-riscv64-linux-gnu g++-riscv64-linux-gnu gcc gcc-14
#21 47.95 gcc-14-riscv64-linux-gnu gcc-riscv64-linux-gnu git git-man krb5-locales less
#21 47.95 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#21 47.95 libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libc-dev-bin
#21 47.95 libc6-dev libcap-dev libcbor0.10 libcc1-0 libcom-err2 libcrypt-dev
#21 47.95 libctf-nobfd0 libctf0 libcurl3t64-gnutls libcurl4t64 libdpkg-perl libedit2
#21 47.95 liberror-perl libexpat1 libfakeroot libffi8 libfido2-1
#21 47.95 libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64
#21 47.95 libgnutls30t64 libgomp1 libgpm2 libgprofng0 libgssapi-krb5-2 libidn2-0
#21 47.95 libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3
#21 47.95 libkrb5support0 libldap-common libldap2 liblocale-gettext-perl liblsan0
#21 47.95 libmpc3 libmpfr6 libncursesw6 libnghttp2-14 libnghttp3-9 libngtcp2-16
#21 47.95 libngtcp2-crypto-gnutls8 libp11-kit0 libperl5.40 libpopt0 libproc2-0
#21 47.95 libpsl5t64 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
#21 47.96 libsframe1 libssh2-1t64 libstdc++-14-dev libtasn1-6 libtsan2 libubsan1
#21 47.96 libunistring5 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1
#21 47.96 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxmuu1 linux-libc-dev
#21 47.96 linux-sysctl-defaults make manpages manpages-dev nano netbase openssh-client
#21 47.96 openssl patch perl perl-modules-5.40 procps psmisc publicsuffix rpcsvc-proto
#21 47.96 rsync sq sudo unzip x11proto-dev xauth xorg-sgml-doctools xtrans-dev
#21 47.96 xz-utils
#21 48.82 0 upgraded, 134 newly installed, 0 to remove and 0 not upgraded.
#21 48.82 Need to get 136 MB of archives.
#21 48.82 After this operation, 642 MB of additional disk space will be used.
#21 48.82 Get:1 http://deb.debian.org/debian trixie/main riscv64 libexpat1 riscv64 2.7.1-2 [101 kB]
#21 48.89 Get:2 http://deb.debian.org/debian trixie/main riscv64 liblocale-gettext-perl riscv64 1.07-7+b1 [15.2 kB]
#21 48.91 Get:3 http://deb.debian.org/debian trixie/main riscv64 libpopt0 riscv64 1.19+dfsg-2 [44.6 kB]
#21 48.93 Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 rsync riscv64 3.4.1+ds1-5+deb13u3 [435 kB]
#21 49.09 Get:5 http://deb.debian.org/debian trixie/main riscv64 libapparmor1 riscv64 4.1.0-1 [44.6 kB]
#21 49.12 Get:6 http://deb.debian.org/debian trixie/main riscv64 sudo riscv64 1.9.16p2-3+deb13u2 [2040 kB]
#21 49.56 Get:7 http://deb.debian.org/debian trixie/main riscv64 adduser all 3.152 [191 kB]
#21 49.64 Get:8 http://deb.debian.org/debian trixie/main riscv64 less riscv64 668-1 [167 kB]
#21 49.66 Get:9 http://deb.debian.org/debian trixie/main riscv64 linux-sysctl-defaults all 4.12.1 [5724 B]
#21 49.67 Get:10 http://deb.debian.org/debian trixie/main riscv64 libncursesw6 riscv64 6.5+20250216-2 [141 kB]
#21 49.70 Get:11 http://deb.debian.org/debian trixie/main riscv64 nano riscv64 8.4-1+deb13u1 [649 kB]
#21 49.83 Get:12 http://deb.debian.org/debian trixie/main riscv64 netbase all 6.5 [12.4 kB]
#21 49.86 Get:13 http://deb.debian.org/debian trixie/main riscv64 libproc2-0 riscv64 2:4.0.4-9 [65.9 kB]
#21 49.88 Get:14 http://deb.debian.org/debian trixie/main riscv64 procps riscv64 2:4.0.4-9 [880 kB]
#21 50.21 Get:15 http://deb.debian.org/debian trixie/main riscv64 bash-completion all 1:2.16.0-7 [319 kB]
#21 50.34 Get:16 http://deb.debian.org/debian trixie/main riscv64 bzip2 riscv64 1.0.8-6 [40.5 kB]
#21 50.37 Get:17 http://deb.debian.org/debian trixie/main riscv64 openssl riscv64 3.5.6-1~deb13u1 [1483 kB]
#21 50.58 Get:18 http://deb.debian.org/debian trixie/main riscv64 ca-certificates all 20250419 [162 kB]
#21 50.62 Get:19 http://deb.debian.org/debian-security trixie-security/main riscv64 krb5-locales all 1.21.3-5+deb13u1 [101 kB]
#21 50.67 Get:20 http://deb.debian.org/debian trixie/main riscv64 manpages all 6.9.1-1 [1393 kB]
#21 50.79 Get:21 http://deb.debian.org/debian trixie/main riscv64 libedit2 riscv64 3.1-20250104-1 [92.5 kB]
#21 50.81 Get:22 http://deb.debian.org/debian trixie/main riscv64 libcbor0.10 riscv64 0.10.2-2 [27.9 kB]
#21 50.83 Get:23 http://deb.debian.org/debian trixie/main riscv64 libfido2-1 riscv64 1.15.0-1+b1 [83.5 kB]
#21 50.85 Get:24 http://deb.debian.org/debian-security trixie-security/main riscv64 libkrb5support0 riscv64 1.21.3-5+deb13u1 [34.1 kB]
#21 50.87 Get:25 http://deb.debian.org/debian trixie/main riscv64 libcom-err2 riscv64 1.47.2-3+b11 [24.7 kB]
#21 50.87 Get:26 http://deb.debian.org/debian-security trixie-security/main riscv64 libk5crypto3 riscv64 1.21.3-5+deb13u1 [100 kB]
#21 50.92 Get:27 http://deb.debian.org/debian trixie/main riscv64 libkeyutils1 riscv64 1.6.3-6 [9480 B]
#21 50.93 Get:28 http://deb.debian.org/debian-security trixie-security/main riscv64 libkrb5-3 riscv64 1.21.3-5+deb13u1 [334 kB]
#21 50.99 Get:29 http://deb.debian.org/debian-security trixie-security/main riscv64 libgssapi-krb5-2 riscv64 1.21.3-5+deb13u1 [143 kB]
#21 51.02 Get:30 http://deb.debian.org/debian trixie/main riscv64 openssh-client riscv64 1:10.0p1-7+deb13u4 [990 kB]
#21 51.13 Get:31 http://deb.debian.org/debian trixie/main riscv64 perl-modules-5.40 all 5.40.1-6 [3019 kB]
#21 51.91 Get:32 http://deb.debian.org/debian trixie/main riscv64 libgdbm6t64 riscv64 1.24-2 [75.9 kB]
#21 51.97 Get:33 http://deb.debian.org/debian trixie/main riscv64 libgdbm-compat4t64 riscv64 1.24-2 [50.5 kB]
#21 51.99 Get:34 http://deb.debian.org/debian trixie/main riscv64 libperl5.40 riscv64 5.40.1-6 [3945 kB]
#21 53.34 Get:35 http://deb.debian.org/debian trixie/main riscv64 perl riscv64 5.40.1-6 [267 kB]
#21 53.40 Get:36 http://deb.debian.org/debian trixie/main riscv64 xz-utils riscv64 5.8.1-1 [659 kB]
#21 53.50 Get:37 http://deb.debian.org/debian trixie/main riscv64 libsframe1 riscv64 2.44-3 [79.1 kB]
#21 53.56 Get:38 http://deb.debian.org/debian trixie/main riscv64 binutils-common riscv64 2.44-3 [2509 kB]
#21 54.33 Get:39 http://deb.debian.org/debian trixie/main riscv64 libbinutils riscv64 2.44-3 [520 kB]
#21 54.46 Get:40 http://deb.debian.org/debian trixie/main riscv64 libgprofng0 riscv64 2.44-3 [718 kB]
#21 54.57 Get:41 http://deb.debian.org/debian trixie/main riscv64 libctf-nobfd0 riscv64 2.44-3 [163 kB]
#21 54.64 Get:42 http://deb.debian.org/debian trixie/main riscv64 libctf0 riscv64 2.44-3 [96.1 kB]
#21 54.69 Get:43 http://deb.debian.org/debian trixie/main riscv64 libjansson4 riscv64 2.14-2+b3 [40.7 kB]
#21 54.70 Get:44 http://deb.debian.org/debian trixie/main riscv64 binutils-riscv64-linux-gnu riscv64 2.44-3 [856 kB]
#21 54.79 Get:45 http://deb.debian.org/debian trixie/main riscv64 binutils riscv64 2.44-3 [267 kB]
#21 54.83 Get:46 http://deb.debian.org/debian trixie/main riscv64 bubblewrap riscv64 0.11.0-2+deb13u1 [51.4 kB]
#21 54.86 Get:47 http://deb.debian.org/debian trixie/main riscv64 libc-dev-bin riscv64 2.41-12+deb13u3 [59.0 kB]
#21 54.87 Get:48 http://deb.debian.org/debian-security trixie-security/main riscv64 linux-libc-dev all 6.12.90-2 [2813 kB]
#21 55.23 Get:49 http://deb.debian.org/debian trixie/main riscv64 libcrypt-dev riscv64 1:4.4.38-1 [221 kB]
#21 55.29 Get:50 http://deb.debian.org/debian trixie/main riscv64 rpcsvc-proto riscv64 1.4.3-1+b2 [62.3 kB]
#21 55.32 Get:51 http://deb.debian.org/debian trixie/main riscv64 libc6-dev riscv64 2.41-12+deb13u3 [3127 kB]
#21 55.59 Get:52 http://deb.debian.org/debian trixie/main riscv64 libisl23 riscv64 0.27-1 [664 kB]
#21 55.65 Get:53 http://deb.debian.org/debian trixie/main riscv64 libmpfr6 riscv64 4.2.2-1 [664 kB]
#21 55.72 Get:54 http://deb.debian.org/debian trixie/main riscv64 libmpc3 riscv64 1.3.1-1+b3 [56.7 kB]
#21 55.75 Get:55 http://deb.debian.org/debian trixie/main riscv64 cpp-14-riscv64-linux-gnu riscv64 14.2.0-19 [14.0 MB]
#21 57.02 Get:56 http://deb.debian.org/debian trixie/main riscv64 cpp-14 riscv64 14.2.0-19 [1276 B]
#21 57.04 Get:57 http://deb.debian.org/debian trixie/main riscv64 cpp-riscv64-linux-gnu riscv64 4:14.2.0-1 [4832 B]
#21 57.05 Get:58 http://deb.debian.org/debian trixie/main riscv64 cpp riscv64 4:14.2.0-1 [1576 B]
#21 57.07 Get:59 http://deb.debian.org/debian trixie/main riscv64 libcc1-0 riscv64 14.2.0-19 [40.1 kB]
#21 57.07 Get:60 http://deb.debian.org/debian trixie/main riscv64 libgomp1 riscv64 14.2.0-19 [130 kB]
#21 57.09 Get:61 http://deb.debian.org/debian trixie/main riscv64 libitm1 riscv64 14.2.0-19 [25.8 kB]
#21 57.10 Get:62 http://deb.debian.org/debian trixie/main riscv64 libatomic1 riscv64 14.2.0-19 [8672 B]
#21 57.12 Get:63 http://deb.debian.org/debian trixie/main riscv64 libasan8 riscv64 14.2.0-19 [2365 kB]
#21 57.31 Get:64 http://deb.debian.org/debian trixie/main riscv64 liblsan0 riscv64 14.2.0-19 [1078 kB]
#21 57.42 Get:65 http://deb.debian.org/debian trixie/main riscv64 libtsan2 riscv64 14.2.0-19 [2241 kB]
#21 57.77 Get:66 http://deb.debian.org/debian trixie/main riscv64 libubsan1 riscv64 14.2.0-19 [979 kB]
#21 57.84 Get:67 http://deb.debian.org/debian trixie/main riscv64 libgcc-14-dev riscv64 14.2.0-19 [5190 kB]
#21 ...
#13 [internal] load build context
#13 transferring context: 15.78MB 211.4s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 57.43 Get:61 http://deb.debian.org/debian trixie/main riscv64 gcc-14 riscv64 14.2.0-19 [529 kB]
#20 57.52 Get:62 http://deb.debian.org/debian trixie/main riscv64 gcc-riscv64-linux-gnu riscv64 4:14.2.0-1 [1432 B]
#20 57.52 Get:63 http://deb.debian.org/debian trixie/main riscv64 gcc riscv64 4:14.2.0-1 [5132 B]
#20 57.52 Get:64 http://deb.debian.org/debian trixie/main riscv64 libstdc++-14-dev riscv64 14.2.0-19 [5276 kB]
#20 58.64 Get:65 http://deb.debian.org/debian trixie/main riscv64 g++-14-riscv64-linux-gnu riscv64 14.2.0-19 [15.0 MB]
#20 62.14 Get:66 http://deb.debian.org/debian trixie/main riscv64 g++-14 riscv64 14.2.0-19 [22.5 kB]
#20 62.15 Get:67 http://deb.debian.org/debian trixie/main riscv64 g++-riscv64-linux-gnu riscv64 4:14.2.0-1 [1196 B]
#20 62.16 Get:68 http://deb.debian.org/debian trixie/main riscv64 g++ riscv64 4:14.2.0-1 [1328 B]
#20 62.18 Get:69 http://deb.debian.org/debian trixie/main riscv64 make riscv64 4.4.1-2 [463 kB]
#20 62.23 Get:70 http://deb.debian.org/debian trixie/main riscv64 libdpkg-perl all 1.22.22 [651 kB]
#20 62.27 Get:71 http://deb.debian.org/debian trixie/main riscv64 patch riscv64 2.8-2 [134 kB]
#20 62.30 Get:72 http://deb.debian.org/debian trixie/main riscv64 dpkg-dev all 1.22.22 [1337 kB]
#20 62.40 Get:73 http://deb.debian.org/debian trixie/main riscv64 build-essential riscv64 12.12 [4628 B]
#20 62.42 Get:74 http://deb.debian.org/debian trixie/main riscv64 libbrotli1 riscv64 1.1.0-2+b7 [358 kB]
#20 62.47 Get:75 http://deb.debian.org/debian trixie/main riscv64 libunistring5 riscv64 1.3-2 [474 kB]
#20 62.55 Get:76 http://deb.debian.org/debian trixie/main riscv64 libidn2-0 riscv64 2.3.8-2 [109 kB]
#20 62.58 Get:77 http://deb.debian.org/debian trixie/main riscv64 libsasl2-modules-db riscv64 2.1.28+dfsg1-9 [20.5 kB]
#20 62.61 Get:78 http://deb.debian.org/debian trixie/main riscv64 libsasl2-2 riscv64 2.1.28+dfsg1-9 [60.9 kB]
#20 62.62 Get:79 http://deb.debian.org/debian trixie/main riscv64 libldap2 riscv64 2.6.10+dfsg-1 [197 kB]
#20 62.63 Get:80 http://deb.debian.org/debian-security trixie-security/main riscv64 libnghttp2-14 riscv64 1.64.0-1.1+deb13u1 [78.0 kB]
#20 62.67 Get:81 http://deb.debian.org/debian trixie/main riscv64 libnghttp3-9 riscv64 1.8.0-1 [68.5 kB]
#20 62.70 Get:82 http://deb.debian.org/debian trixie/main riscv64 libpsl5t64 riscv64 0.21.2-1.1+b1 [57.3 kB]
#20 62.70 Get:83 http://deb.debian.org/debian trixie/main riscv64 libffi8 riscv64 3.4.8-2 [21.7 kB]
#20 62.70 Get:84 http://deb.debian.org/debian trixie/main riscv64 libp11-kit0 riscv64 0.25.5-3 [444 kB]
#20 62.73 Get:85 http://deb.debian.org/debian trixie/main riscv64 libtasn1-6 riscv64 4.20.0-2 [50.6 kB]
#20 62.75 Get:86 http://deb.debian.org/debian-security trixie-security/main riscv64 libgnutls30t64 riscv64 3.8.9-3+deb13u4 [1448 kB]
#20 62.86 Get:87 http://deb.debian.org/debian trixie/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2+b5 [59.0 kB]
#20 62.87 Get:88 http://deb.debian.org/debian trixie/main riscv64 libssh2-1t64 riscv64 1.11.1-1 [249 kB]
#20 62.91 Get:89 http://deb.debian.org/debian trixie/main riscv64 libcurl4t64 riscv64 8.14.1-2+deb13u3 [399 kB]
#20 62.95 Get:90 http://deb.debian.org/debian trixie/main riscv64 curl riscv64 8.14.1-2+deb13u3 [269 kB]
#20 62.98 Get:91 http://deb.debian.org/debian trixie/main riscv64 libfakeroot riscv64 1.37.1.1-1 [33.0 kB]
#20 63.00 Get:92 http://deb.debian.org/debian trixie/main riscv64 fakeroot riscv64 1.37.1.1-1 [83.2 kB]
#20 63.01 Get:93 http://deb.debian.org/debian trixie/main riscv64 libngtcp2-16 riscv64 1.11.0-1+deb13u1 [136 kB]
#20 63.04 Get:94 http://deb.debian.org/debian trixie/main riscv64 libngtcp2-crypto-gnutls8 riscv64 1.11.0-1+deb13u1 [29.8 kB]
#20 63.05 Get:95 http://deb.debian.org/debian trixie/main riscv64 libcurl3t64-gnutls riscv64 8.14.1-2+deb13u3 [391 kB]
#20 63.10 Get:96 http://deb.debian.org/debian trixie/main riscv64 liberror-perl all 0.17030-1 [26.9 kB]
#20 63.11 Get:97 http://deb.debian.org/debian trixie/main riscv64 git-man all 1:2.47.3-0+deb13u1 [2205 kB]
#20 63.32 Get:98 http://deb.debian.org/debian trixie/main riscv64 git riscv64 1:2.47.3-0+deb13u1 [8307 kB]
#20 64.10 Get:99 http://deb.debian.org/debian trixie/main riscv64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
#20 64.11 Get:100 http://deb.debian.org/debian trixie/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-9 [10.9 kB]
#20 64.12 Get:101 http://deb.debian.org/debian trixie/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
#20 64.13 Get:102 http://deb.debian.org/debian trixie/main riscv64 libcap-dev riscv64 1:2.75-10+deb13u1+b1 [544 kB]
#20 64.19 Get:103 http://deb.debian.org/debian trixie/main riscv64 libfile-fcntllock-perl riscv64 0.22-4+b3 [34.4 kB]
#20 64.21 Get:104 http://deb.debian.org/debian trixie/main riscv64 libldap-common all 2.6.10+dfsg-1 [35.1 kB]
#20 64.23 Get:105 http://deb.debian.org/debian trixie/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-9 [67.7 kB]
#20 64.24 Get:106 http://deb.debian.org/debian trixie/main riscv64 libxau6 riscv64 1:1.0.11-1 [20.5 kB]
#20 64.26 Get:107 http://deb.debian.org/debian trixie/main riscv64 libxdmcp6 riscv64 1:1.1.5-1 [28.0 kB]
#20 64.26 Get:108 http://deb.debian.org/debian trixie/main riscv64 libxcb1 riscv64 1.17.0-2+b1 [145 kB]
#20 64.28 Get:109 http://deb.debian.org/debian trixie/main riscv64 libx11-data all 2:1.8.12-1 [343 kB]
#20 64.33 Get:110 http://deb.debian.org/debian trixie/main riscv64 libx11-6 riscv64 2:1.8.12-1 [817 kB]
#20 64.40 Get:111 http://deb.debian.org/debian trixie/main riscv64 libxext6 riscv64 2:1.3.4-1+b3 [51.7 kB]
#20 64.43 Get:112 http://deb.debian.org/debian trixie/main riscv64 libxmuu1 riscv64 2:1.1.3-3+b4 [21.7 kB]
#20 64.45 Get:113 http://deb.debian.org/debian trixie/main riscv64 manpages-dev all 6.9.1-1 [2122 kB]
#20 64.64 Get:114 http://deb.debian.org/debian trixie/main riscv64 publicsuffix all 20250328.1952-0.1 [296 kB]
#20 64.69 Get:115 http://deb.debian.org/debian trixie/main riscv64 sq riscv64 1.3.1-2+b2 [5317 kB]
#20 65.18 Get:116 http://deb.debian.org/debian trixie/main riscv64 xauth riscv64 1:1.1.2-1.1 [35.8 kB]
#20 ...
#13 [internal] load build context
#13 transferring context: 16.02MB 216.4s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 58.29 Get:68 http://deb.debian.org/debian trixie/main riscv64 gcc-14-riscv64-linux-gnu riscv64 14.2.0-19 [27.1 MB]
#21 61.08 Get:69 http://deb.debian.org/debian trixie/main riscv64 gcc-14 riscv64 14.2.0-19 [529 kB]
#21 61.15 Get:70 http://deb.debian.org/debian trixie/main riscv64 gcc-riscv64-linux-gnu riscv64 4:14.2.0-1 [1432 B]
#21 61.16 Get:71 http://deb.debian.org/debian trixie/main riscv64 gcc riscv64 4:14.2.0-1 [5132 B]
#21 61.17 Get:72 http://deb.debian.org/debian trixie/main riscv64 libstdc++-14-dev riscv64 14.2.0-19 [5276 kB]
#21 61.67 Get:73 http://deb.debian.org/debian trixie/main riscv64 g++-14-riscv64-linux-gnu riscv64 14.2.0-19 [15.0 MB]
#21 63.69 Get:74 http://deb.debian.org/debian trixie/main riscv64 g++-14 riscv64 14.2.0-19 [22.5 kB]
#21 63.86 Get:75 http://deb.debian.org/debian trixie/main riscv64 g++-riscv64-linux-gnu riscv64 4:14.2.0-1 [1196 B]
#21 63.87 Get:76 http://deb.debian.org/debian trixie/main riscv64 g++ riscv64 4:14.2.0-1 [1328 B]
#21 63.88 Get:77 http://deb.debian.org/debian trixie/main riscv64 make riscv64 4.4.1-2 [463 kB]
#21 63.91 Get:78 http://deb.debian.org/debian trixie/main riscv64 libdpkg-perl all 1.22.22 [651 kB]
#21 64.00 Get:79 http://deb.debian.org/debian trixie/main riscv64 patch riscv64 2.8-2 [134 kB]
#21 64.02 Get:80 http://deb.debian.org/debian trixie/main riscv64 dpkg-dev all 1.22.22 [1337 kB]
#21 64.16 Get:81 http://deb.debian.org/debian trixie/main riscv64 build-essential riscv64 12.12 [4628 B]
#21 64.17 Get:82 http://deb.debian.org/debian trixie/main riscv64 libbrotli1 riscv64 1.1.0-2+b7 [358 kB]
#21 64.23 Get:83 http://deb.debian.org/debian trixie/main riscv64 libunistring5 riscv64 1.3-2 [474 kB]
#21 64.31 Get:84 http://deb.debian.org/debian trixie/main riscv64 libidn2-0 riscv64 2.3.8-2 [109 kB]
#21 64.32 Get:85 http://deb.debian.org/debian trixie/main riscv64 libsasl2-modules-db riscv64 2.1.28+dfsg1-9 [20.5 kB]
#21 64.34 Get:86 http://deb.debian.org/debian trixie/main riscv64 libsasl2-2 riscv64 2.1.28+dfsg1-9 [60.9 kB]
#21 64.37 Get:87 http://deb.debian.org/debian trixie/main riscv64 libldap2 riscv64 2.6.10+dfsg-1 [197 kB]
#21 64.39 Get:88 http://deb.debian.org/debian-security trixie-security/main riscv64 libnghttp2-14 riscv64 1.64.0-1.1+deb13u1 [78.0 kB]
#21 64.42 Get:89 http://deb.debian.org/debian trixie/main riscv64 libnghttp3-9 riscv64 1.8.0-1 [68.5 kB]
#21 64.44 Get:90 http://deb.debian.org/debian trixie/main riscv64 libpsl5t64 riscv64 0.21.2-1.1+b1 [57.3 kB]
#21 64.45 Get:91 http://deb.debian.org/debian trixie/main riscv64 libffi8 riscv64 3.4.8-2 [21.7 kB]
#21 64.46 Get:92 http://deb.debian.org/debian trixie/main riscv64 libp11-kit0 riscv64 0.25.5-3 [444 kB]
#21 64.53 Get:93 http://deb.debian.org/debian trixie/main riscv64 libtasn1-6 riscv64 4.20.0-2 [50.6 kB]
#21 64.53 Get:94 http://deb.debian.org/debian-security trixie-security/main riscv64 libgnutls30t64 riscv64 3.8.9-3+deb13u4 [1448 kB]
#21 64.65 Get:95 http://deb.debian.org/debian trixie/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2+b5 [59.0 kB]
#21 64.67 Get:96 http://deb.debian.org/debian trixie/main riscv64 libssh2-1t64 riscv64 1.11.1-1 [249 kB]
#21 64.71 Get:97 http://deb.debian.org/debian trixie/main riscv64 libcurl4t64 riscv64 8.14.1-2+deb13u3 [399 kB]
#21 64.74 Get:98 http://deb.debian.org/debian trixie/main riscv64 curl riscv64 8.14.1-2+deb13u3 [269 kB]
#21 64.78 Get:99 http://deb.debian.org/debian trixie/main riscv64 libfakeroot riscv64 1.37.1.1-1 [33.0 kB]
#21 64.81 Get:100 http://deb.debian.org/debian trixie/main riscv64 fakeroot riscv64 1.37.1.1-1 [83.2 kB]
#21 64.83 Get:101 http://deb.debian.org/debian trixie/main riscv64 libngtcp2-16 riscv64 1.11.0-1+deb13u1 [136 kB]
#21 64.88 Get:102 http://deb.debian.org/debian trixie/main riscv64 libngtcp2-crypto-gnutls8 riscv64 1.11.0-1+deb13u1 [29.8 kB]
#21 64.88 Get:103 http://deb.debian.org/debian trixie/main riscv64 libcurl3t64-gnutls riscv64 8.14.1-2+deb13u3 [391 kB]
#21 64.94 Get:104 http://deb.debian.org/debian trixie/main riscv64 liberror-perl all 0.17030-1 [26.9 kB]
#21 64.96 Get:105 http://deb.debian.org/debian trixie/main riscv64 git-man all 1:2.47.3-0+deb13u1 [2205 kB]
#21 65.26 Get:106 http://deb.debian.org/debian trixie/main riscv64 git riscv64 1:2.47.3-0+deb13u1 [8307 kB]
#21 66.12 Get:107 http://deb.debian.org/debian trixie/main riscv64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
#21 66.13 Get:108 http://deb.debian.org/debian trixie/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-9 [10.9 kB]
#21 66.15 Get:109 http://deb.debian.org/debian trixie/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
#21 66.16 Get:110 http://deb.debian.org/debian trixie/main riscv64 libcap-dev riscv64 1:2.75-10+deb13u1+b1 [544 kB]
#21 66.21 Get:111 http://deb.debian.org/debian trixie/main riscv64 libfile-fcntllock-perl riscv64 0.22-4+b3 [34.4 kB]
#21 66.22 Get:112 http://deb.debian.org/debian trixie/main riscv64 libgpm2 riscv64 1.20.7-11+b2 [14.8 kB]
#21 66.24 Get:113 http://deb.debian.org/debian trixie/main riscv64 libldap-common all 2.6.10+dfsg-1 [35.1 kB]
#21 66.30 Get:114 http://deb.debian.org/debian trixie/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-9 [67.7 kB]
#21 66.31 Get:115 http://deb.debian.org/debian trixie/main riscv64 libxau6 riscv64 1:1.0.11-1 [20.5 kB]
#21 66.31 Get:116 http://deb.debian.org/debian trixie/main riscv64 libxdmcp6 riscv64 1:1.1.5-1 [28.0 kB]
#21 66.32 Get:117 http://deb.debian.org/debian trixie/main riscv64 libxcb1 riscv64 1.17.0-2+b1 [145 kB]
#21 66.35 Get:118 http://deb.debian.org/debian trixie/main riscv64 libx11-data all 2:1.8.12-1 [343 kB]
#21 66.41 Get:119 http://deb.debian.org/debian trixie/main riscv64 libx11-6 riscv64 2:1.8.12-1 [817 kB]
#21 66.48 Get:120 http://deb.debian.org/debian trixie/main riscv64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
#21 66.50 Get:121 http://deb.debian.org/debian trixie/main riscv64 x11proto-dev all 2024.1-1 [603 kB]
#21 66.57 Get:122 http://deb.debian.org/debian trixie/main riscv64 libxau-dev riscv64 1:1.0.11-1 [27.6 kB]
#21 66.59 Get:123 http://deb.debian.org/debian trixie/main riscv64 libxdmcp-dev riscv64 1:1.1.5-1 [52.9 kB]
#21 66.60 Get:124 http://deb.debian.org/debian trixie/main riscv64 xtrans-dev all 1.4.0-1 [98.7 kB]
#21 66.64 Get:125 http://deb.debian.org/debian trixie/main riscv64 libxcb1-dev riscv64 1.17.0-2+b1 [241 kB]
#21 66.66 Get:126 http://deb.debian.org/debian trixie/main riscv64 libx11-dev riscv64 2:1.8.12-1 [1408 kB]
#21 66.80 Get:127 http://deb.debian.org/debian trixie/main riscv64 libxext6 riscv64 2:1.3.4-1+b3 [51.7 kB]
#21 66.81 Get:128 http://deb.debian.org/debian trixie/main riscv64 libxmuu1 riscv64 2:1.1.3-3+b4 [21.7 kB]
#21 66.83 Get:129 http://deb.debian.org/debian trixie/main riscv64 manpages-dev all 6.9.1-1 [2122 kB]
#21 67.02 Get:130 http://deb.debian.org/debian trixie/main riscv64 psmisc riscv64 23.7-2 [263 kB]
#21 67.06 Get:131 http://deb.debian.org/debian trixie/main riscv64 publicsuffix all 20250328.1952-0.1 [296 kB]
#21 67.12 Get:132 http://deb.debian.org/debian trixie/main riscv64 sq riscv64 1.3.1-2+b2 [5317 kB]
#21 67.65 Get:133 http://deb.debian.org/debian trixie/main riscv64 unzip riscv64 6.0-29 [173 kB]
#21 67.68 Get:134 http://deb.debian.org/debian trixie/main riscv64 xauth riscv64 1:1.1.2-1.1 [35.8 kB]
#21 ...
#13 [internal] load build context
#13 transferring context: 16.23MB 221.5s
#13 transferring context: 16.45MB 226.7s
#13 transferring context: 16.67MB 231.7s
#13 transferring context: 38.82MB 236.7s
#13 transferring context: 67.41MB 241.8s
#13 transferring context: 88.16MB 246.9s
#13 transferring context: 116.86MB 252.0s
#13 transferring context: 144.41MB 257.1s
#13 transferring context: 173.11MB 262.2s
#13 transferring context: 200.56MB 267.2s
#13 transferring context: 229.52MB 272.2s
#13 transferring context: 241.48MB 277.4s
#13 transferring context: 241.60MB 282.4s
#13 transferring context: 241.71MB 287.5s
#13 transferring context: 241.83MB 292.5s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 152.2 Preconfiguring packages ...
#20 154.2 Fetched 131 MB in 21s (6345 kB/s)
#20 154.7 Selecting previously unselected package libexpat1:riscv64.
#20 154.7 (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 ... 4925 files and directories currently installed.)
#20 155.0 Preparing to unpack .../libexpat1_2.7.1-2_riscv64.deb ...
#20 155.1 Unpacking libexpat1:riscv64 (2.7.1-2) ...
#20 155.7 Selecting previously unselected package liblocale-gettext-perl.
#20 155.7 Preparing to unpack .../liblocale-gettext-perl_1.07-7+b1_riscv64.deb ...
#20 155.7 Unpacking liblocale-gettext-perl (1.07-7+b1) ...
#20 156.3 Selecting previously unselected package libapparmor1:riscv64.
#20 156.3 Preparing to unpack .../libapparmor1_4.1.0-1_riscv64.deb ...
#20 156.3 Unpacking libapparmor1:riscv64 (4.1.0-1) ...
#20 156.9 Selecting previously unselected package sudo.
#20 157.0 Preparing to unpack .../sudo_1.9.16p2-3+deb13u2_riscv64.deb ...
#20 157.1 Unpacking sudo (1.9.16p2-3+deb13u2) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 242.07MB 303.3s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 159.3 Selecting previously unselected package adduser.
#20 159.3 Preparing to unpack .../archives/adduser_3.152_all.deb ...
#20 159.4 Unpacking adduser (3.152) ...
#20 160.4 Setting up adduser (3.152) ...
#20 161.3 Selecting previously unselected package less.
#20 161.3 (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 ... 5188 files and directories currently installed.)
#20 161.6 Preparing to unpack .../000-less_668-1_riscv64.deb ...
#20 161.7 Unpacking less (668-1) ...
#20 162.4 Selecting previously unselected package netbase.
#20 162.4 Preparing to unpack .../001-netbase_6.5_all.deb ...
#20 162.4 Unpacking netbase (6.5) ...
#20 163.0 Selecting previously unselected package bash-completion.
#20 163.1 Preparing to unpack .../002-bash-completion_1%3a2.16.0-7_all.deb ...
#20 163.1 Unpacking bash-completion (1:2.16.0-7) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 242.21MB 310.3s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 168.4 Selecting previously unselected package bzip2.
#20 168.4 Preparing to unpack .../003-bzip2_1.0.8-6_riscv64.deb ...
#20 168.4 Unpacking bzip2 (1.0.8-6) ...
#20 169.0 Selecting previously unselected package openssl.
#20 169.0 Preparing to unpack .../004-openssl_3.5.6-1~deb13u1_riscv64.deb ...
#20 169.1 Unpacking openssl (3.5.6-1~deb13u1) ...
#20 171.7 Selecting previously unselected package ca-certificates.
#20 171.7 Preparing to unpack .../005-ca-certificates_20250419_all.deb ...
#20 171.8 Unpacking ca-certificates (20250419) ...
#20 173.1 Selecting previously unselected package krb5-locales.
#20 173.2 Preparing to unpack .../006-krb5-locales_1.21.3-5+deb13u1_all.deb ...
#20 173.2 Unpacking krb5-locales (1.21.3-5+deb13u1) ...
#20 174.2 Selecting previously unselected package manpages.
#20 174.2 Preparing to unpack .../007-manpages_6.9.1-1_all.deb ...
#20 174.3 Unpacking manpages (6.9.1-1) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 242.36MB 319.1s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 176.7 Selecting previously unselected package libedit2:riscv64.
#20 176.7 Preparing to unpack .../008-libedit2_3.1-20250104-1_riscv64.deb ...
#20 176.7 Unpacking libedit2:riscv64 (3.1-20250104-1) ...
#20 177.3 Selecting previously unselected package libcbor0.10:riscv64.
#20 177.4 Preparing to unpack .../009-libcbor0.10_0.10.2-2_riscv64.deb ...
#20 177.4 Unpacking libcbor0.10:riscv64 (0.10.2-2) ...
#20 177.9 Selecting previously unselected package libfido2-1:riscv64.
#20 177.9 Preparing to unpack .../010-libfido2-1_1.15.0-1+b1_riscv64.deb ...
#20 178.0 Unpacking libfido2-1:riscv64 (1.15.0-1+b1) ...
#20 178.6 Selecting previously unselected package libkrb5support0:riscv64.
#20 178.6 Preparing to unpack .../011-libkrb5support0_1.21.3-5+deb13u1_riscv64.deb ...
#20 178.6 Unpacking libkrb5support0:riscv64 (1.21.3-5+deb13u1) ...
#20 179.2 Selecting previously unselected package libcom-err2:riscv64.
#20 179.2 Preparing to unpack .../012-libcom-err2_1.47.2-3+b11_riscv64.deb ...
#20 179.3 Unpacking libcom-err2:riscv64 (1.47.2-3+b11) ...
#20 179.9 Selecting previously unselected package libk5crypto3:riscv64.
#20 179.9 Preparing to unpack .../013-libk5crypto3_1.21.3-5+deb13u1_riscv64.deb ...
#20 180.0 Unpacking libk5crypto3:riscv64 (1.21.3-5+deb13u1) ...
#20 180.6 Selecting previously unselected package libkeyutils1:riscv64.
#20 180.7 Preparing to unpack .../014-libkeyutils1_1.6.3-6_riscv64.deb ...
#20 180.7 Unpacking libkeyutils1:riscv64 (1.6.3-6) ...
#20 181.2 Selecting previously unselected package libkrb5-3:riscv64.
#20 181.2 Preparing to unpack .../015-libkrb5-3_1.21.3-5+deb13u1_riscv64.deb ...
#20 181.3 Unpacking libkrb5-3:riscv64 (1.21.3-5+deb13u1) ...
#20 182.2 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#20 182.2 Preparing to unpack .../016-libgssapi-krb5-2_1.21.3-5+deb13u1_riscv64.deb ...
#20 182.3 Unpacking libgssapi-krb5-2:riscv64 (1.21.3-5+deb13u1) ...
#20 183.0 Selecting previously unselected package openssh-client.
#20 183.1 Preparing to unpack .../017-openssh-client_1%3a10.0p1-7+deb13u4_riscv64.deb ...
#20 183.3 Unpacking openssh-client (1:10.0p1-7+deb13u4) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 242.51MB 327.5s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 184.9 Selecting previously unselected package perl-modules-5.40.
#20 184.9 Preparing to unpack .../018-perl-modules-5.40_5.40.1-6_all.deb ...
#20 185.0 Unpacking perl-modules-5.40 (5.40.1-6) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 172.9 Preconfiguring packages ...
#21 174.5 Fetched 136 MB in 19s (7082 kB/s)
#21 175.0 Selecting previously unselected package libexpat1:riscv64.
#21 175.0 (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 ... 4925 files and directories currently installed.)
#21 175.3 Preparing to unpack .../0-libexpat1_2.7.1-2_riscv64.deb ...
#21 175.4 Unpacking libexpat1:riscv64 (2.7.1-2) ...
#21 176.0 Selecting previously unselected package liblocale-gettext-perl.
#21 176.0 Preparing to unpack .../1-liblocale-gettext-perl_1.07-7+b1_riscv64.deb ...
#21 176.0 Unpacking liblocale-gettext-perl (1.07-7+b1) ...
#21 176.6 Selecting previously unselected package libpopt0:riscv64.
#21 176.6 Preparing to unpack .../2-libpopt0_1.19+dfsg-2_riscv64.deb ...
#21 176.6 Unpacking libpopt0:riscv64 (1.19+dfsg-2) ...
#21 177.6 Selecting previously unselected package rsync.
#21 177.6 Preparing to unpack .../3-rsync_3.4.1+ds1-5+deb13u3_riscv64.deb ...
#21 177.7 Unpacking rsync (3.4.1+ds1-5+deb13u3) ...
#21 178.6 Selecting previously unselected package libapparmor1:riscv64.
#21 178.6 Preparing to unpack .../4-libapparmor1_4.1.0-1_riscv64.deb ...
#21 178.7 Unpacking libapparmor1:riscv64 (4.1.0-1) ...
#21 179.3 Selecting previously unselected package sudo.
#21 179.4 Preparing to unpack .../5-sudo_1.9.16p2-3+deb13u2_riscv64.deb ...
#21 179.4 Unpacking sudo (1.9.16p2-3+deb13u2) ...
#21 181.5 Selecting previously unselected package adduser.
#21 181.5 Preparing to unpack .../6-adduser_3.152_all.deb ...
#21 181.6 Unpacking adduser (3.152) ...
#21 182.7 Setting up adduser (3.152) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 242.62MB 333.9s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 194.3 Selecting previously unselected package libgdbm6t64:riscv64.
#20 194.3 Preparing to unpack .../019-libgdbm6t64_1.24-2_riscv64.deb ...
#20 194.3 Unpacking libgdbm6t64:riscv64 (1.24-2) ...
#20 194.9 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#20 195.0 Preparing to unpack .../020-libgdbm-compat4t64_1.24-2_riscv64.deb ...
#20 195.0 Unpacking libgdbm-compat4t64:riscv64 (1.24-2) ...
#20 195.6 Selecting previously unselected package libperl5.40:riscv64.
#20 195.7 Preparing to unpack .../021-libperl5.40_5.40.1-6_riscv64.deb ...
#20 195.7 Unpacking libperl5.40:riscv64 (5.40.1-6) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 242.80MB 344.3s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 183.6 Selecting previously unselected package less.
#21 183.6 (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 ... 5266 files and directories currently installed.)
#21 183.9 Preparing to unpack .../000-less_668-1_riscv64.deb ...
#21 184.0 Unpacking less (668-1) ...
#21 184.7 Selecting previously unselected package linux-sysctl-defaults.
#21 184.8 Preparing to unpack .../001-linux-sysctl-defaults_4.12.1_all.deb ...
#21 184.8 Unpacking linux-sysctl-defaults (4.12.1) ...
#21 185.3 Selecting previously unselected package libncursesw6:riscv64.
#21 185.3 Preparing to unpack .../002-libncursesw6_6.5+20250216-2_riscv64.deb ...
#21 185.4 Unpacking libncursesw6:riscv64 (6.5+20250216-2) ...
#21 186.0 Selecting previously unselected package nano.
#21 186.0 Preparing to unpack .../003-nano_8.4-1+deb13u1_riscv64.deb ...
#21 186.0 Unpacking nano (8.4-1+deb13u1) ...
#21 187.6 Selecting previously unselected package netbase.
#21 187.6 Preparing to unpack .../004-netbase_6.5_all.deb ...
#21 187.6 Unpacking netbase (6.5) ...
#21 188.2 Selecting previously unselected package libproc2-0:riscv64.
#21 188.2 Preparing to unpack .../005-libproc2-0_2%3a4.0.4-9_riscv64.deb ...
#21 188.3 Unpacking libproc2-0:riscv64 (2:4.0.4-9) ...
#21 188.9 Selecting previously unselected package procps.
#21 188.9 Preparing to unpack .../006-procps_2%3a4.0.4-9_riscv64.deb ...
#21 189.1 Unpacking procps (2:4.0.4-9) ...
#21 190.8 Selecting previously unselected package bash-completion.
#21 190.8 Preparing to unpack .../007-bash-completion_1%3a2.16.0-7_all.deb ...
#21 190.9 Unpacking bash-completion (1:2.16.0-7) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 242.89MB 349.4s
#13 transferring context: 242.98MB 354.4s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 201.5 Selecting previously unselected package perl.
#20 201.5 Preparing to unpack .../022-perl_5.40.1-6_riscv64.deb ...
#20 201.5 Unpacking perl (5.40.1-6) ...
#20 202.4 Selecting previously unselected package xz-utils.
#20 202.5 Preparing to unpack .../023-xz-utils_5.8.1-1_riscv64.deb ...
#20 202.5 Unpacking xz-utils (5.8.1-1) ...
#20 203.9 Selecting previously unselected package libsframe1:riscv64.
#20 203.9 Preparing to unpack .../024-libsframe1_2.44-3_riscv64.deb ...
#20 204.0 Unpacking libsframe1:riscv64 (2.44-3) ...
#20 204.5 Selecting previously unselected package binutils-common:riscv64.
#20 204.5 Preparing to unpack .../025-binutils-common_2.44-3_riscv64.deb ...
#20 204.6 Unpacking binutils-common:riscv64 (2.44-3) ...
#20 208.0 Selecting previously unselected package libbinutils:riscv64.
#20 208.1 Preparing to unpack .../026-libbinutils_2.44-3_riscv64.deb ...
#20 208.1 Unpacking libbinutils:riscv64 (2.44-3) ...
#20 209.1 Selecting previously unselected package libgprofng0:riscv64.
#20 209.2 Preparing to unpack .../027-libgprofng0_2.44-3_riscv64.deb ...
#20 209.2 Unpacking libgprofng0:riscv64 (2.44-3) ...
#20 210.4 Selecting previously unselected package libctf-nobfd0:riscv64.
#20 210.5 Preparing to unpack .../028-libctf-nobfd0_2.44-3_riscv64.deb ...
#20 210.5 Unpacking libctf-nobfd0:riscv64 (2.44-3) ...
#20 211.2 Selecting previously unselected package libctf0:riscv64.
#20 211.2 Preparing to unpack .../029-libctf0_2.44-3_riscv64.deb ...
#20 211.2 Unpacking libctf0:riscv64 (2.44-3) ...
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 196.2 Selecting previously unselected package bzip2.
#21 196.2 Preparing to unpack .../008-bzip2_1.0.8-6_riscv64.deb ...
#21 196.2 Unpacking bzip2 (1.0.8-6) ...
#21 196.8 Selecting previously unselected package openssl.
#21 196.8 Preparing to unpack .../009-openssl_3.5.6-1~deb13u1_riscv64.deb ...
#21 196.9 Unpacking openssl (3.5.6-1~deb13u1) ...
#21 199.7 Selecting previously unselected package ca-certificates.
#21 199.7 Preparing to unpack .../010-ca-certificates_20250419_all.deb ...
#21 199.8 Unpacking ca-certificates (20250419) ...
#21 201.2 Selecting previously unselected package krb5-locales.
#21 201.2 Preparing to unpack .../011-krb5-locales_1.21.3-5+deb13u1_all.deb ...
#21 201.2 Unpacking krb5-locales (1.21.3-5+deb13u1) ...
#21 201.9 Selecting previously unselected package manpages.
#21 201.9 Preparing to unpack .../012-manpages_6.9.1-1_all.deb ...
#21 201.9 Unpacking manpages (6.9.1-1) ...
#21 204.5 Selecting previously unselected package libedit2:riscv64.
#21 204.6 Preparing to unpack .../013-libedit2_3.1-20250104-1_riscv64.deb ...
#21 204.6 Unpacking libedit2:riscv64 (3.1-20250104-1) ...
#21 205.2 Selecting previously unselected package libcbor0.10:riscv64.
#21 205.2 Preparing to unpack .../014-libcbor0.10_0.10.2-2_riscv64.deb ...
#21 205.2 Unpacking libcbor0.10:riscv64 (0.10.2-2) ...
#21 205.8 Selecting previously unselected package libfido2-1:riscv64.
#21 205.8 Preparing to unpack .../015-libfido2-1_1.15.0-1+b1_riscv64.deb ...
#21 205.9 Unpacking libfido2-1:riscv64 (1.15.0-1+b1) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 243.09MB 359.5s
#13 transferring context: 243.18MB 364.6s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 211.8 Selecting previously unselected package libjansson4:riscv64.
#20 211.9 Preparing to unpack .../030-libjansson4_2.14-2+b3_riscv64.deb ...
#20 211.9 Unpacking libjansson4:riscv64 (2.14-2+b3) ...
#20 212.4 Selecting previously unselected package binutils-riscv64-linux-gnu.
#20 212.5 Preparing to unpack .../031-binutils-riscv64-linux-gnu_2.44-3_riscv64.deb ...
#20 212.5 Unpacking binutils-riscv64-linux-gnu (2.44-3) ...
#20 216.5 Selecting previously unselected package binutils.
#20 216.5 Preparing to unpack .../032-binutils_2.44-3_riscv64.deb ...
#20 216.6 Unpacking binutils (2.44-3) ...
#20 217.4 Selecting previously unselected package libc-dev-bin.
#20 217.5 Preparing to unpack .../033-libc-dev-bin_2.41-12+deb13u3_riscv64.deb ...
#20 217.5 Unpacking libc-dev-bin (2.41-12+deb13u3) ...
#20 218.0 Selecting previously unselected package linux-libc-dev.
#20 218.1 Preparing to unpack .../034-linux-libc-dev_6.12.90-2_all.deb ...
#20 218.1 Unpacking linux-libc-dev (6.12.90-2) ...
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 206.5 Selecting previously unselected package libkrb5support0:riscv64.
#21 206.6 Preparing to unpack .../016-libkrb5support0_1.21.3-5+deb13u1_riscv64.deb ...
#21 206.6 Unpacking libkrb5support0:riscv64 (1.21.3-5+deb13u1) ...
#21 207.1 Selecting previously unselected package libcom-err2:riscv64.
#21 207.1 Preparing to unpack .../017-libcom-err2_1.47.2-3+b11_riscv64.deb ...
#21 207.2 Unpacking libcom-err2:riscv64 (1.47.2-3+b11) ...
#21 207.7 Selecting previously unselected package libk5crypto3:riscv64.
#21 207.7 Preparing to unpack .../018-libk5crypto3_1.21.3-5+deb13u1_riscv64.deb ...
#21 207.7 Unpacking libk5crypto3:riscv64 (1.21.3-5+deb13u1) ...
#21 208.3 Selecting previously unselected package libkeyutils1:riscv64.
#21 208.4 Preparing to unpack .../019-libkeyutils1_1.6.3-6_riscv64.deb ...
#21 208.4 Unpacking libkeyutils1:riscv64 (1.6.3-6) ...
#21 208.9 Selecting previously unselected package libkrb5-3:riscv64.
#21 208.9 Preparing to unpack .../020-libkrb5-3_1.21.3-5+deb13u1_riscv64.deb ...
#21 209.0 Unpacking libkrb5-3:riscv64 (1.21.3-5+deb13u1) ...
#21 209.9 Selecting previously unselected package libgssapi-krb5-2:riscv64.
#21 210.0 Preparing to unpack .../021-libgssapi-krb5-2_1.21.3-5+deb13u1_riscv64.deb ...
#21 210.0 Unpacking libgssapi-krb5-2:riscv64 (1.21.3-5+deb13u1) ...
#21 210.7 Selecting previously unselected package openssh-client.
#21 210.7 Preparing to unpack .../022-openssh-client_1%3a10.0p1-7+deb13u4_riscv64.deb ...
#21 210.9 Unpacking openssh-client (1:10.0p1-7+deb13u4) ...
#21 212.6 Selecting previously unselected package perl-modules-5.40.
#21 212.6 Preparing to unpack .../023-perl-modules-5.40_5.40.1-6_all.deb ...
#21 212.7 Unpacking perl-modules-5.40 (5.40.1-6) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 243.28MB 369.7s
#13 transferring context: 243.38MB 374.8s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 230.7 Selecting previously unselected package libcrypt-dev:riscv64.
#20 230.7 Preparing to unpack .../035-libcrypt-dev_1%3a4.4.38-1_riscv64.deb ...
#20 230.9 Unpacking libcrypt-dev:riscv64 (1:4.4.38-1) ...
#20 231.8 Selecting previously unselected package rpcsvc-proto.
#20 231.8 Preparing to unpack .../036-rpcsvc-proto_1.4.3-1+b2_riscv64.deb ...
#20 231.9 Unpacking rpcsvc-proto (1.4.3-1+b2) ...
#20 232.6 Selecting previously unselected package libc6-dev:riscv64.
#20 232.6 Preparing to unpack .../037-libc6-dev_2.41-12+deb13u3_riscv64.deb ...
#20 232.7 Unpacking libc6-dev:riscv64 (2.41-12+deb13u3) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 243.48MB 380.7s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 221.7 Selecting previously unselected package libgdbm6t64:riscv64.
#21 221.7 Preparing to unpack .../024-libgdbm6t64_1.24-2_riscv64.deb ...
#21 221.8 Unpacking libgdbm6t64:riscv64 (1.24-2) ...
#21 222.4 Selecting previously unselected package libgdbm-compat4t64:riscv64.
#21 222.5 Preparing to unpack .../025-libgdbm-compat4t64_1.24-2_riscv64.deb ...
#21 222.5 Unpacking libgdbm-compat4t64:riscv64 (1.24-2) ...
#21 223.1 Selecting previously unselected package libperl5.40:riscv64.
#21 223.1 Preparing to unpack .../026-libperl5.40_5.40.1-6_riscv64.deb ...
#21 223.2 Unpacking libperl5.40:riscv64 (5.40.1-6) ...
#21 229.4 Selecting previously unselected package perl.
#21 229.4 Preparing to unpack .../027-perl_5.40.1-6_riscv64.deb ...
#21 229.4 Unpacking perl (5.40.1-6) ...
#21 230.4 Selecting previously unselected package xz-utils.
#21 230.4 Preparing to unpack .../028-xz-utils_5.8.1-1_riscv64.deb ...
#21 230.5 Unpacking xz-utils (5.8.1-1) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 238.4 Selecting previously unselected package libisl23:riscv64.
#20 238.4 Preparing to unpack .../038-libisl23_0.27-1_riscv64.deb ...
#20 238.5 Unpacking libisl23:riscv64 (0.27-1) ...
#20 239.8 Selecting previously unselected package libmpfr6:riscv64.
#20 239.9 Preparing to unpack .../039-libmpfr6_4.2.2-1_riscv64.deb ...
#20 240.0 Unpacking libmpfr6:riscv64 (4.2.2-1) ...
#20 240.8 Selecting previously unselected package libmpc3:riscv64.
#20 240.9 Preparing to unpack .../040-libmpc3_1.3.1-1+b3_riscv64.deb ...
#20 240.9 Unpacking libmpc3:riscv64 (1.3.1-1+b3) ...
#20 241.5 Selecting previously unselected package cpp-14-riscv64-linux-gnu.
#20 241.6 Preparing to unpack .../041-cpp-14-riscv64-linux-gnu_14.2.0-19_riscv64.deb ...
#20 241.6 Unpacking cpp-14-riscv64-linux-gnu (14.2.0-19) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 243.63MB 388.6s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 231.9 Selecting previously unselected package libsframe1:riscv64.
#21 231.9 Preparing to unpack .../029-libsframe1_2.44-3_riscv64.deb ...
#21 232.0 Unpacking libsframe1:riscv64 (2.44-3) ...
#21 232.5 Selecting previously unselected package binutils-common:riscv64.
#21 232.6 Preparing to unpack .../030-binutils-common_2.44-3_riscv64.deb ...
#21 232.6 Unpacking binutils-common:riscv64 (2.44-3) ...
#21 236.0 Selecting previously unselected package libbinutils:riscv64.
#21 236.0 Preparing to unpack .../031-libbinutils_2.44-3_riscv64.deb ...
#21 236.0 Unpacking libbinutils:riscv64 (2.44-3) ...
#21 237.2 Selecting previously unselected package libgprofng0:riscv64.
#21 237.3 Preparing to unpack .../032-libgprofng0_2.44-3_riscv64.deb ...
#21 237.3 Unpacking libgprofng0:riscv64 (2.44-3) ...
#21 238.5 Selecting previously unselected package libctf-nobfd0:riscv64.
#21 238.6 Preparing to unpack .../033-libctf-nobfd0_2.44-3_riscv64.deb ...
#21 238.6 Unpacking libctf-nobfd0:riscv64 (2.44-3) ...
#21 239.2 Selecting previously unselected package libctf0:riscv64.
#21 239.3 Preparing to unpack .../034-libctf0_2.44-3_riscv64.deb ...
#21 239.3 Unpacking libctf0:riscv64 (2.44-3) ...
#21 239.9 Selecting previously unselected package libjansson4:riscv64.
#21 240.0 Preparing to unpack .../035-libjansson4_2.14-2+b3_riscv64.deb ...
#21 240.0 Unpacking libjansson4:riscv64 (2.14-2+b3) ...
#21 240.6 Selecting previously unselected package binutils-riscv64-linux-gnu.
#21 240.6 Preparing to unpack .../036-binutils-riscv64-linux-gnu_2.44-3_riscv64.deb ...
#21 240.7 Unpacking binutils-riscv64-linux-gnu (2.44-3) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 243.73MB 393.7s
#13 transferring context: 243.83MB 398.7s
#13 transferring context: 243.93MB 403.8s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 244.5 Selecting previously unselected package binutils.
#21 244.5 Preparing to unpack .../037-binutils_2.44-3_riscv64.deb ...
#21 244.6 Unpacking binutils (2.44-3) ...
#21 245.5 Selecting previously unselected package bubblewrap.
#21 245.5 Preparing to unpack .../038-bubblewrap_0.11.0-2+deb13u1_riscv64.deb ...
#21 245.6 Unpacking bubblewrap (0.11.0-2+deb13u1) ...
#21 246.1 Selecting previously unselected package libc-dev-bin.
#21 246.2 Preparing to unpack .../039-libc-dev-bin_2.41-12+deb13u3_riscv64.deb ...
#21 246.2 Unpacking libc-dev-bin (2.41-12+deb13u3) ...
#21 246.7 Selecting previously unselected package linux-libc-dev.
#21 246.8 Preparing to unpack .../040-linux-libc-dev_6.12.90-2_all.deb ...
#21 246.8 Unpacking linux-libc-dev (6.12.90-2) ...
#21 ...
#13 [internal] load build context
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 251.4 Selecting previously unselected package cpp-14.
#20 251.4 Preparing to unpack .../042-cpp-14_14.2.0-19_riscv64.deb ...
#20 251.4 Unpacking cpp-14 (14.2.0-19) ...
#20 251.9 Selecting previously unselected package cpp-riscv64-linux-gnu.
#20 252.0 Preparing to unpack .../043-cpp-riscv64-linux-gnu_4%3a14.2.0-1_riscv64.deb ...
#20 252.0 Unpacking cpp-riscv64-linux-gnu (4:14.2.0-1) ...
#20 252.5 Selecting previously unselected package cpp.
#20 252.6 Preparing to unpack .../044-cpp_4%3a14.2.0-1_riscv64.deb ...
#20 252.8 Unpacking cpp (4:14.2.0-1) ...
#20 253.3 Selecting previously unselected package libcc1-0:riscv64.
#20 253.4 Preparing to unpack .../045-libcc1-0_14.2.0-19_riscv64.deb ...
#20 253.4 Unpacking libcc1-0:riscv64 (14.2.0-19) ...
#20 254.0 Selecting previously unselected package libgomp1:riscv64.
#20 254.1 Preparing to unpack .../046-libgomp1_14.2.0-19_riscv64.deb ...
#20 254.1 Unpacking libgomp1:riscv64 (14.2.0-19) ...
#20 254.8 Selecting previously unselected package libitm1:riscv64.
#20 254.8 Preparing to unpack .../047-libitm1_14.2.0-19_riscv64.deb ...
#20 254.9 Unpacking libitm1:riscv64 (14.2.0-19) ...
#20 255.6 Selecting previously unselected package libatomic1:riscv64.
#20 255.6 Preparing to unpack .../048-libatomic1_14.2.0-19_riscv64.deb ...
#20 255.7 Unpacking libatomic1:riscv64 (14.2.0-19) ...
#20 256.3 Selecting previously unselected package libasan8:riscv64.
#20 256.3 Preparing to unpack .../049-libasan8_14.2.0-19_riscv64.deb ...
#20 256.4 Unpacking libasan8:riscv64 (14.2.0-19) ...
#20 259.5 Selecting previously unselected package liblsan0:riscv64.
#20 259.5 Preparing to unpack .../050-liblsan0_14.2.0-19_riscv64.deb ...
#20 259.5 Unpacking liblsan0:riscv64 (14.2.0-19) ...
#20 261.2 Selecting previously unselected package libtsan2:riscv64.
#20 261.3 Preparing to unpack .../051-libtsan2_14.2.0-19_riscv64.deb ...
#20 261.3 Unpacking libtsan2:riscv64 (14.2.0-19) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 244.03MB 408.8s
#13 transferring context: 244.11MB 413.9s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 264.5 Selecting previously unselected package libubsan1:riscv64.
#20 264.5 Preparing to unpack .../052-libubsan1_14.2.0-19_riscv64.deb ...
#20 264.6 Unpacking libubsan1:riscv64 (14.2.0-19) ...
#20 266.2 Selecting previously unselected package libgcc-14-dev:riscv64.
#20 266.2 Preparing to unpack .../053-libgcc-14-dev_14.2.0-19_riscv64.deb ...
#20 266.3 Unpacking libgcc-14-dev:riscv64 (14.2.0-19) ...
#20 273.3 Selecting previously unselected package gcc-14-riscv64-linux-gnu.
#20 273.4 Preparing to unpack .../054-gcc-14-riscv64-linux-gnu_14.2.0-19_riscv64.deb ...
#20 273.4 Unpacking gcc-14-riscv64-linux-gnu (14.2.0-19) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 244.19MB 418.9s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 258.6 Selecting previously unselected package libcrypt-dev:riscv64.
#21 258.6 Preparing to unpack .../041-libcrypt-dev_1%3a4.4.38-1_riscv64.deb ...
#21 258.8 Unpacking libcrypt-dev:riscv64 (1:4.4.38-1) ...
#21 259.8 Selecting previously unselected package rpcsvc-proto.
#21 259.8 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1+b2_riscv64.deb ...
#21 259.9 Unpacking rpcsvc-proto (1.4.3-1+b2) ...
#21 260.6 Selecting previously unselected package libc6-dev:riscv64.
#21 260.7 Preparing to unpack .../043-libc6-dev_2.41-12+deb13u3_riscv64.deb ...
#21 260.8 Unpacking libc6-dev:riscv64 (2.41-12+deb13u3) ...
#21 266.1 Selecting previously unselected package libisl23:riscv64.
#21 266.1 Preparing to unpack .../044-libisl23_0.27-1_riscv64.deb ...
#21 266.2 Unpacking libisl23:riscv64 (0.27-1) ...
#21 267.3 Selecting previously unselected package libmpfr6:riscv64.
#21 267.4 Preparing to unpack .../045-libmpfr6_4.2.2-1_riscv64.deb ...
#21 267.4 Unpacking libmpfr6:riscv64 (4.2.2-1) ...
#21 268.3 Selecting previously unselected package libmpc3:riscv64.
#21 268.3 Preparing to unpack .../046-libmpc3_1.3.1-1+b3_riscv64.deb ...
#21 268.4 Unpacking libmpc3:riscv64 (1.3.1-1+b3) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 244.25MB 424.0s
#13 transferring context: 244.33MB 429.1s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 269.0 Selecting previously unselected package cpp-14-riscv64-linux-gnu.
#21 269.0 Preparing to unpack .../047-cpp-14-riscv64-linux-gnu_14.2.0-19_riscv64.deb ...
#21 269.1 Unpacking cpp-14-riscv64-linux-gnu (14.2.0-19) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 244.42MB 434.2s
#13 transferring context: 244.51MB 439.4s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 279.5 Selecting previously unselected package cpp-14.
#21 279.6 Preparing to unpack .../048-cpp-14_14.2.0-19_riscv64.deb ...
#21 279.6 Unpacking cpp-14 (14.2.0-19) ...
#21 280.1 Selecting previously unselected package cpp-riscv64-linux-gnu.
#21 280.1 Preparing to unpack .../049-cpp-riscv64-linux-gnu_4%3a14.2.0-1_riscv64.deb ...
#21 280.2 Unpacking cpp-riscv64-linux-gnu (4:14.2.0-1) ...
#21 280.7 Selecting previously unselected package cpp.
#21 280.7 Preparing to unpack .../050-cpp_4%3a14.2.0-1_riscv64.deb ...
#21 281.0 Unpacking cpp (4:14.2.0-1) ...
#21 281.5 Selecting previously unselected package libcc1-0:riscv64.
#21 281.6 Preparing to unpack .../051-libcc1-0_14.2.0-19_riscv64.deb ...
#21 281.6 Unpacking libcc1-0:riscv64 (14.2.0-19) ...
#21 282.2 Selecting previously unselected package libgomp1:riscv64.
#21 282.2 Preparing to unpack .../052-libgomp1_14.2.0-19_riscv64.deb ...
#21 282.3 Unpacking libgomp1:riscv64 (14.2.0-19) ...
#21 282.9 Selecting previously unselected package libitm1:riscv64.
#21 282.9 Preparing to unpack .../053-libitm1_14.2.0-19_riscv64.deb ...
#21 283.0 Unpacking libitm1:riscv64 (14.2.0-19) ...
#21 283.5 Selecting previously unselected package libatomic1:riscv64.
#21 283.6 Preparing to unpack .../054-libatomic1_14.2.0-19_riscv64.deb ...
#21 283.6 Unpacking libatomic1:riscv64 (14.2.0-19) ...
#21 284.2 Selecting previously unselected package libasan8:riscv64.
#21 284.3 Preparing to unpack .../055-libasan8_14.2.0-19_riscv64.deb ...
#21 284.3 Unpacking libasan8:riscv64 (14.2.0-19) ...
#21 287.6 Selecting previously unselected package liblsan0:riscv64.
#21 287.7 Preparing to unpack .../056-liblsan0_14.2.0-19_riscv64.deb ...
#21 287.7 Unpacking liblsan0:riscv64 (14.2.0-19) ...
#21 289.4 Selecting previously unselected package libtsan2:riscv64.
#21 289.5 Preparing to unpack .../057-libtsan2_14.2.0-19_riscv64.deb ...
#21 289.5 Unpacking libtsan2:riscv64 (14.2.0-19) ...
#21 ...
#13 [internal] load build context
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 288.6 Selecting previously unselected package gcc-14.
#20 288.7 Preparing to unpack .../055-gcc-14_14.2.0-19_riscv64.deb ...
#20 288.7 Unpacking gcc-14 (14.2.0-19) ...
#20 289.4 Selecting previously unselected package gcc-riscv64-linux-gnu.
#20 289.4 Preparing to unpack .../056-gcc-riscv64-linux-gnu_4%3a14.2.0-1_riscv64.deb ...
#20 289.5 Unpacking gcc-riscv64-linux-gnu (4:14.2.0-1) ...
#20 290.1 Selecting previously unselected package gcc.
#20 290.1 Preparing to unpack .../057-gcc_4%3a14.2.0-1_riscv64.deb ...
#20 290.2 Unpacking gcc (4:14.2.0-1) ...
#20 290.8 Selecting previously unselected package libstdc++-14-dev:riscv64.
#20 290.8 Preparing to unpack .../058-libstdc++-14-dev_14.2.0-19_riscv64.deb ...
#20 290.9 Unpacking libstdc++-14-dev:riscv64 (14.2.0-19) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 244.62MB 444.4s
#13 transferring context: 244.69MB 449.5s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 292.5 Selecting previously unselected package libubsan1:riscv64.
#21 292.6 Preparing to unpack .../058-libubsan1_14.2.0-19_riscv64.deb ...
#21 292.6 Unpacking libubsan1:riscv64 (14.2.0-19) ...
#21 294.1 Selecting previously unselected package libgcc-14-dev:riscv64.
#21 294.2 Preparing to unpack .../059-libgcc-14-dev_14.2.0-19_riscv64.deb ...
#21 294.2 Unpacking libgcc-14-dev:riscv64 (14.2.0-19) ...
#21 301.1 Selecting previously unselected package gcc-14-riscv64-linux-gnu.
#21 301.2 Preparing to unpack .../060-gcc-14-riscv64-linux-gnu_14.2.0-19_riscv64.deb ...
#21 301.2 Unpacking gcc-14-riscv64-linux-gnu (14.2.0-19) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 299.3 Selecting previously unselected package g++-14-riscv64-linux-gnu.
#20 299.4 Preparing to unpack .../059-g++-14-riscv64-linux-gnu_14.2.0-19_riscv64.deb ...
#20 299.4 Unpacking g++-14-riscv64-linux-gnu (14.2.0-19) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 244.78MB 454.6s
#13 transferring context: 244.85MB 459.6s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 310.1 Selecting previously unselected package g++-14.
#20 310.1 Preparing to unpack .../060-g++-14_14.2.0-19_riscv64.deb ...
#20 310.2 Unpacking g++-14 (14.2.0-19) ...
#20 310.7 Selecting previously unselected package g++-riscv64-linux-gnu.
#20 310.7 Preparing to unpack .../061-g++-riscv64-linux-gnu_4%3a14.2.0-1_riscv64.deb ...
#20 310.7 Unpacking g++-riscv64-linux-gnu (4:14.2.0-1) ...
#20 311.3 Selecting previously unselected package g++.
#20 311.4 Preparing to unpack .../062-g++_4%3a14.2.0-1_riscv64.deb ...
#20 311.4 Unpacking g++ (4:14.2.0-1) ...
#20 312.0 Selecting previously unselected package make.
#20 312.0 Preparing to unpack .../063-make_4.4.1-2_riscv64.deb ...
#20 312.1 Unpacking make (4.4.1-2) ...
#20 313.4 Selecting previously unselected package libdpkg-perl.
#20 313.4 Preparing to unpack .../064-libdpkg-perl_1.22.22_all.deb ...
#20 313.4 Unpacking libdpkg-perl (1.22.22) ...
#20 315.1 Selecting previously unselected package patch.
#20 315.1 Preparing to unpack .../065-patch_2.8-2_riscv64.deb ...
#20 315.1 Unpacking patch (2.8-2) ...
#20 315.8 Selecting previously unselected package dpkg-dev.
#20 315.8 Preparing to unpack .../066-dpkg-dev_1.22.22_all.deb ...
#20 315.9 Unpacking dpkg-dev (1.22.22) ...
#20 318.3 Selecting previously unselected package build-essential.
#20 318.3 Preparing to unpack .../067-build-essential_12.12_riscv64.deb ...
#20 318.4 Unpacking build-essential (12.12) ...
#20 318.9 Selecting previously unselected package libbrotli1:riscv64.
#20 319.0 Preparing to unpack .../068-libbrotli1_1.1.0-2+b7_riscv64.deb ...
#20 319.0 Unpacking libbrotli1:riscv64 (1.1.0-2+b7) ...
#20 319.9 Selecting previously unselected package libunistring5:riscv64.
#20 319.9 Preparing to unpack .../069-libunistring5_1.3-2_riscv64.deb ...
#20 320.0 Unpacking libunistring5:riscv64 (1.3-2) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 244.96MB 464.7s
#13 transferring context: 245.06MB 469.7s
#13 transferring context: 245.14MB 474.8s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 321.1 Selecting previously unselected package libidn2-0:riscv64.
#20 321.2 Preparing to unpack .../070-libidn2-0_2.3.8-2_riscv64.deb ...
#20 321.2 Unpacking libidn2-0:riscv64 (2.3.8-2) ...
#20 322.0 Selecting previously unselected package libsasl2-modules-db:riscv64.
#20 322.0 Preparing to unpack .../071-libsasl2-modules-db_2.1.28+dfsg1-9_riscv64.deb ...
#20 322.0 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#20 322.6 Selecting previously unselected package libsasl2-2:riscv64.
#20 322.7 Preparing to unpack .../072-libsasl2-2_2.1.28+dfsg1-9_riscv64.deb ...
#20 322.7 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#20 323.3 Selecting previously unselected package libldap2:riscv64.
#20 323.3 Preparing to unpack .../073-libldap2_2.6.10+dfsg-1_riscv64.deb ...
#20 323.4 Unpacking libldap2:riscv64 (2.6.10+dfsg-1) ...
#20 324.1 Selecting previously unselected package libnghttp2-14:riscv64.
#20 324.1 Preparing to unpack .../074-libnghttp2-14_1.64.0-1.1+deb13u1_riscv64.deb ...
#20 324.2 Unpacking libnghttp2-14:riscv64 (1.64.0-1.1+deb13u1) ...
#20 324.8 Selecting previously unselected package libnghttp3-9:riscv64.
#20 324.8 Preparing to unpack .../075-libnghttp3-9_1.8.0-1_riscv64.deb ...
#20 324.9 Unpacking libnghttp3-9:riscv64 (1.8.0-1) ...
#20 325.5 Selecting previously unselected package libpsl5t64:riscv64.
#20 325.5 Preparing to unpack .../076-libpsl5t64_0.21.2-1.1+b1_riscv64.deb ...
#20 325.6 Unpacking libpsl5t64:riscv64 (0.21.2-1.1+b1) ...
#20 326.2 Selecting previously unselected package libffi8:riscv64.
#20 326.2 Preparing to unpack .../077-libffi8_3.4.8-2_riscv64.deb ...
#20 326.3 Unpacking libffi8:riscv64 (3.4.8-2) ...
#20 327.1 Selecting previously unselected package libp11-kit0:riscv64.
#20 327.1 Preparing to unpack .../078-libp11-kit0_0.25.5-3_riscv64.deb ...
#20 327.2 Unpacking libp11-kit0:riscv64 (0.25.5-3) ...
#20 328.1 Selecting previously unselected package libtasn1-6:riscv64.
#20 328.2 Preparing to unpack .../079-libtasn1-6_4.20.0-2_riscv64.deb ...
#20 328.2 Unpacking libtasn1-6:riscv64 (4.20.0-2) ...
#20 328.9 Selecting previously unselected package libgnutls30t64:riscv64.
#20 328.9 Preparing to unpack .../080-libgnutls30t64_3.8.9-3+deb13u4_riscv64.deb ...
#20 328.9 Unpacking libgnutls30t64:riscv64 (3.8.9-3+deb13u4) ...
#20 330.5 Selecting previously unselected package librtmp1:riscv64.
#20 330.6 Preparing to unpack .../081-librtmp1_2.4+20151223.gitfa8646d.1-2+b5_riscv64.deb ...
#20 330.6 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#20 331.2 Selecting previously unselected package libssh2-1t64:riscv64.
#20 331.3 Preparing to unpack .../082-libssh2-1t64_1.11.1-1_riscv64.deb ...
#20 331.3 Unpacking libssh2-1t64:riscv64 (1.11.1-1) ...
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 315.6 Selecting previously unselected package gcc-14.
#21 315.6 Preparing to unpack .../061-gcc-14_14.2.0-19_riscv64.deb ...
#21 315.7 Unpacking gcc-14 (14.2.0-19) ...
#21 316.4 Selecting previously unselected package gcc-riscv64-linux-gnu.
#21 316.5 Preparing to unpack .../062-gcc-riscv64-linux-gnu_4%3a14.2.0-1_riscv64.deb ...
#21 316.5 Unpacking gcc-riscv64-linux-gnu (4:14.2.0-1) ...
#21 317.1 Selecting previously unselected package gcc.
#21 317.1 Preparing to unpack .../063-gcc_4%3a14.2.0-1_riscv64.deb ...
#21 317.2 Unpacking gcc (4:14.2.0-1) ...
#21 317.7 Selecting previously unselected package libstdc++-14-dev:riscv64.
#21 317.8 Preparing to unpack .../064-libstdc++-14-dev_14.2.0-19_riscv64.deb ...
#21 317.8 Unpacking libstdc++-14-dev:riscv64 (14.2.0-19) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 245.21MB 479.8s
#13 transferring context: 245.28MB 484.9s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 332.0 Selecting previously unselected package libcurl4t64:riscv64.
#20 332.1 Preparing to unpack .../083-libcurl4t64_8.14.1-2+deb13u3_riscv64.deb ...
#20 332.2 Unpacking libcurl4t64:riscv64 (8.14.1-2+deb13u3) ...
#20 333.5 Selecting previously unselected package curl.
#20 333.5 Preparing to unpack .../084-curl_8.14.1-2+deb13u3_riscv64.deb ...
#20 333.6 Unpacking curl (8.14.1-2+deb13u3) ...
#20 334.3 Selecting previously unselected package libfakeroot:riscv64.
#20 334.3 Preparing to unpack .../085-libfakeroot_1.37.1.1-1_riscv64.deb ...
#20 334.4 Unpacking libfakeroot:riscv64 (1.37.1.1-1) ...
#20 335.0 Selecting previously unselected package fakeroot.
#20 335.0 Preparing to unpack .../086-fakeroot_1.37.1.1-1_riscv64.deb ...
#20 335.1 Unpacking fakeroot (1.37.1.1-1) ...
#20 335.8 Selecting previously unselected package libngtcp2-16:riscv64.
#20 335.9 Preparing to unpack .../087-libngtcp2-16_1.11.0-1+deb13u1_riscv64.deb ...
#20 335.9 Unpacking libngtcp2-16:riscv64 (1.11.0-1+deb13u1) ...
#20 336.6 Selecting previously unselected package libngtcp2-crypto-gnutls8:riscv64.
#20 336.6 Preparing to unpack .../088-libngtcp2-crypto-gnutls8_1.11.0-1+deb13u1_riscv64.deb ...
#20 336.7 Unpacking libngtcp2-crypto-gnutls8:riscv64 (1.11.0-1+deb13u1) ...
#20 337.3 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#20 337.3 Preparing to unpack .../089-libcurl3t64-gnutls_8.14.1-2+deb13u3_riscv64.deb ...
#20 337.4 Unpacking libcurl3t64-gnutls:riscv64 (8.14.1-2+deb13u3) ...
#20 338.3 Selecting previously unselected package liberror-perl.
#20 338.3 Preparing to unpack .../090-liberror-perl_0.17030-1_all.deb ...
#20 338.3 Unpacking liberror-perl (0.17030-1) ...
#20 338.9 Selecting previously unselected package git-man.
#20 339.0 Preparing to unpack .../091-git-man_1%3a2.47.3-0+deb13u1_all.deb ...
#20 339.0 Unpacking git-man (1:2.47.3-0+deb13u1) ...
#20 341.0 Selecting previously unselected package git.
#20 341.0 Preparing to unpack .../092-git_1%3a2.47.3-0+deb13u1_riscv64.deb ...
#20 341.2 Unpacking git (1:2.47.3-0+deb13u1) ...
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 326.7 Selecting previously unselected package g++-14-riscv64-linux-gnu.
#21 326.8 Preparing to unpack .../065-g++-14-riscv64-linux-gnu_14.2.0-19_riscv64.deb ...
#21 326.8 Unpacking g++-14-riscv64-linux-gnu (14.2.0-19) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 245.36MB 490.0s
#13 transferring context: 245.48MB 495.1s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 351.6 Selecting previously unselected package libalgorithm-diff-perl.
#20 351.7 Preparing to unpack .../093-libalgorithm-diff-perl_1.201-1_all.deb ...
#20 351.7 Unpacking libalgorithm-diff-perl (1.201-1) ...
#20 352.3 Selecting previously unselected package libalgorithm-diff-xs-perl.
#20 352.3 Preparing to unpack .../094-libalgorithm-diff-xs-perl_0.04-9_riscv64.deb ...
#20 352.4 Unpacking libalgorithm-diff-xs-perl (0.04-9) ...
#20 352.9 Selecting previously unselected package libalgorithm-merge-perl.
#20 353.0 Preparing to unpack .../095-libalgorithm-merge-perl_0.08-5_all.deb ...
#20 353.0 Unpacking libalgorithm-merge-perl (0.08-5) ...
#20 353.5 Selecting previously unselected package libcap-dev:riscv64.
#20 353.6 Preparing to unpack .../096-libcap-dev_1%3a2.75-10+deb13u1+b1_riscv64.deb ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 337.0 Selecting previously unselected package g++-14.
#21 337.0 Preparing to unpack .../066-g++-14_14.2.0-19_riscv64.deb ...
#21 337.0 Unpacking g++-14 (14.2.0-19) ...
#21 337.6 Selecting previously unselected package g++-riscv64-linux-gnu.
#21 337.6 Preparing to unpack .../067-g++-riscv64-linux-gnu_4%3a14.2.0-1_riscv64.deb ...
#21 337.6 Unpacking g++-riscv64-linux-gnu (4:14.2.0-1) ...
#21 338.1 Selecting previously unselected package g++.
#21 338.2 Preparing to unpack .../068-g++_4%3a14.2.0-1_riscv64.deb ...
#21 338.2 Unpacking g++ (4:14.2.0-1) ...
#21 338.7 Selecting previously unselected package make.
#21 338.7 Preparing to unpack .../069-make_4.4.1-2_riscv64.deb ...
#21 338.8 Unpacking make (4.4.1-2) ...
#21 339.7 Selecting previously unselected package libdpkg-perl.
#21 339.8 Preparing to unpack .../070-libdpkg-perl_1.22.22_all.deb ...
#21 339.8 Unpacking libdpkg-perl (1.22.22) ...
#21 341.5 Selecting previously unselected package patch.
#21 341.6 Preparing to unpack .../071-patch_2.8-2_riscv64.deb ...
#21 341.6 Unpacking patch (2.8-2) ...
#21 342.2 Selecting previously unselected package dpkg-dev.
#21 342.3 Preparing to unpack .../072-dpkg-dev_1.22.22_all.deb ...
#21 342.3 Unpacking dpkg-dev (1.22.22) ...
#21 344.7 Selecting previously unselected package build-essential.
#21 344.7 Preparing to unpack .../073-build-essential_12.12_riscv64.deb ...
#21 344.7 Unpacking build-essential (12.12) ...
#21 345.3 Selecting previously unselected package libbrotli1:riscv64.
#21 345.3 Preparing to unpack .../074-libbrotli1_1.1.0-2+b7_riscv64.deb ...
#21 345.3 Unpacking libbrotli1:riscv64 (1.1.0-2+b7) ...
#21 346.2 Selecting previously unselected package libunistring5:riscv64.
#21 346.3 Preparing to unpack .../075-libunistring5_1.3-2_riscv64.deb ...
#21 346.3 Unpacking libunistring5:riscv64 (1.3-2) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 353.6 Unpacking libcap-dev:riscv64 (1:2.75-10+deb13u1+b1) ...
#20 355.0 Selecting previously unselected package libfile-fcntllock-perl.
#20 355.0 Preparing to unpack .../097-libfile-fcntllock-perl_0.22-4+b3_riscv64.deb ...
#20 355.1 Unpacking libfile-fcntllock-perl (0.22-4+b3) ...
#20 355.7 Selecting previously unselected package libldap-common.
#20 355.8 Preparing to unpack .../098-libldap-common_2.6.10+dfsg-1_all.deb ...
#20 355.8 Unpacking libldap-common (2.6.10+dfsg-1) ...
#20 356.4 Selecting previously unselected package libsasl2-modules:riscv64.
#20 356.5 Preparing to unpack .../099-libsasl2-modules_2.1.28+dfsg1-9_riscv64.deb ...
#20 356.7 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#20 357.4 Selecting previously unselected package libxau6:riscv64.
#20 357.5 Preparing to unpack .../100-libxau6_1%3a1.0.11-1_riscv64.deb ...
#20 357.5 Unpacking libxau6:riscv64 (1:1.0.11-1) ...
#20 358.1 Selecting previously unselected package libxdmcp6:riscv64.
#20 358.2 Preparing to unpack .../101-libxdmcp6_1%3a1.1.5-1_riscv64.deb ...
#20 358.2 Unpacking libxdmcp6:riscv64 (1:1.1.5-1) ...
#20 358.8 Selecting previously unselected package libxcb1:riscv64.
#20 358.9 Preparing to unpack .../102-libxcb1_1.17.0-2+b1_riscv64.deb ...
#20 358.9 Unpacking libxcb1:riscv64 (1.17.0-2+b1) ...
#20 359.5 Selecting previously unselected package libx11-data.
#20 359.6 Preparing to unpack .../103-libx11-data_2%3a1.8.12-1_all.deb ...
#20 359.6 Unpacking libx11-data (2:1.8.12-1) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 247.05MB 504.2s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 361.7 Selecting previously unselected package libx11-6:riscv64.
#20 361.7 Preparing to unpack .../104-libx11-6_2%3a1.8.12-1_riscv64.deb ...
#20 361.8 Unpacking libx11-6:riscv64 (2:1.8.12-1) ...
#20 362.9 Selecting previously unselected package libxext6:riscv64.
#20 362.9 Preparing to unpack .../105-libxext6_2%3a1.3.4-1+b3_riscv64.deb ...
#20 363.0 Unpacking libxext6:riscv64 (2:1.3.4-1+b3) ...
#20 363.5 Selecting previously unselected package libxmuu1:riscv64.
#20 363.6 Preparing to unpack .../106-libxmuu1_2%3a1.1.3-3+b4_riscv64.deb ...
#20 363.6 Unpacking libxmuu1:riscv64 (2:1.1.3-3+b4) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 347.4 Selecting previously unselected package libidn2-0:riscv64.
#21 347.5 Preparing to unpack .../076-libidn2-0_2.3.8-2_riscv64.deb ...
#21 347.5 Unpacking libidn2-0:riscv64 (2.3.8-2) ...
#21 348.3 Selecting previously unselected package libsasl2-modules-db:riscv64.
#21 348.3 Preparing to unpack .../077-libsasl2-modules-db_2.1.28+dfsg1-9_riscv64.deb ...
#21 348.3 Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#21 348.9 Selecting previously unselected package libsasl2-2:riscv64.
#21 348.9 Preparing to unpack .../078-libsasl2-2_2.1.28+dfsg1-9_riscv64.deb ...
#21 349.0 Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#21 349.5 Selecting previously unselected package libldap2:riscv64.
#21 349.6 Preparing to unpack .../079-libldap2_2.6.10+dfsg-1_riscv64.deb ...
#21 349.6 Unpacking libldap2:riscv64 (2.6.10+dfsg-1) ...
#21 350.4 Selecting previously unselected package libnghttp2-14:riscv64.
#21 350.4 Preparing to unpack .../080-libnghttp2-14_1.64.0-1.1+deb13u1_riscv64.deb ...
#21 350.5 Unpacking libnghttp2-14:riscv64 (1.64.0-1.1+deb13u1) ...
#21 351.2 Selecting previously unselected package libnghttp3-9:riscv64.
#21 351.3 Preparing to unpack .../081-libnghttp3-9_1.8.0-1_riscv64.deb ...
#21 351.3 Unpacking libnghttp3-9:riscv64 (1.8.0-1) ...
#21 351.9 Selecting previously unselected package libpsl5t64:riscv64.
#21 352.0 Preparing to unpack .../082-libpsl5t64_0.21.2-1.1+b1_riscv64.deb ...
#21 352.0 Unpacking libpsl5t64:riscv64 (0.21.2-1.1+b1) ...
#21 352.6 Selecting previously unselected package libffi8:riscv64.
#21 352.6 Preparing to unpack .../083-libffi8_3.4.8-2_riscv64.deb ...
#21 352.7 Unpacking libffi8:riscv64 (3.4.8-2) ...
#21 353.6 Selecting previously unselected package libp11-kit0:riscv64.
#21 353.7 Preparing to unpack .../084-libp11-kit0_0.25.5-3_riscv64.deb ...
#21 353.8 Unpacking libp11-kit0:riscv64 (0.25.5-3) ...
#21 354.8 Selecting previously unselected package libtasn1-6:riscv64.
#21 354.9 Preparing to unpack .../085-libtasn1-6_4.20.0-2_riscv64.deb ...
#21 354.9 Unpacking libtasn1-6:riscv64 (4.20.0-2) ...
#21 355.5 Selecting previously unselected package libgnutls30t64:riscv64.
#21 355.5 Preparing to unpack .../086-libgnutls30t64_3.8.9-3+deb13u4_riscv64.deb ...
#21 355.6 Unpacking libgnutls30t64:riscv64 (3.8.9-3+deb13u4) ...
#21 357.2 Selecting previously unselected package librtmp1:riscv64.
#21 357.3 Preparing to unpack .../087-librtmp1_2.4+20151223.gitfa8646d.1-2+b5_riscv64.deb ...
#21 357.3 Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 248.16MB 509.3s
#13 transferring context: 248.82MB 514.4s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 364.2 Selecting previously unselected package manpages-dev.
#20 364.3 Preparing to unpack .../107-manpages-dev_6.9.1-1_all.deb ...
#20 364.3 Unpacking manpages-dev (6.9.1-1) ...
#20 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 358.0 Selecting previously unselected package libssh2-1t64:riscv64.
#21 358.0 Preparing to unpack .../088-libssh2-1t64_1.11.1-1_riscv64.deb ...
#21 358.1 Unpacking libssh2-1t64:riscv64 (1.11.1-1) ...
#21 358.8 Selecting previously unselected package libcurl4t64:riscv64.
#21 358.9 Preparing to unpack .../089-libcurl4t64_8.14.1-2+deb13u3_riscv64.deb ...
#21 358.9 Unpacking libcurl4t64:riscv64 (8.14.1-2+deb13u3) ...
#21 359.8 Selecting previously unselected package curl.
#21 359.9 Preparing to unpack .../090-curl_8.14.1-2+deb13u3_riscv64.deb ...
#21 359.9 Unpacking curl (8.14.1-2+deb13u3) ...
#21 360.7 Selecting previously unselected package libfakeroot:riscv64.
#21 360.7 Preparing to unpack .../091-libfakeroot_1.37.1.1-1_riscv64.deb ...
#21 360.7 Unpacking libfakeroot:riscv64 (1.37.1.1-1) ...
#21 361.3 Selecting previously unselected package fakeroot.
#21 361.4 Preparing to unpack .../092-fakeroot_1.37.1.1-1_riscv64.deb ...
#21 361.4 Unpacking fakeroot (1.37.1.1-1) ...
#21 362.2 Selecting previously unselected package libngtcp2-16:riscv64.
#21 362.3 Preparing to unpack .../093-libngtcp2-16_1.11.0-1+deb13u1_riscv64.deb ...
#21 362.3 Unpacking libngtcp2-16:riscv64 (1.11.0-1+deb13u1) ...
#21 362.9 Selecting previously unselected package libngtcp2-crypto-gnutls8:riscv64.
#21 363.0 Preparing to unpack .../094-libngtcp2-crypto-gnutls8_1.11.0-1+deb13u1_riscv64.deb ...
#21 363.0 Unpacking libngtcp2-crypto-gnutls8:riscv64 (1.11.0-1+deb13u1) ...
#21 363.6 Selecting previously unselected package libcurl3t64-gnutls:riscv64.
#21 363.6 Preparing to unpack .../095-libcurl3t64-gnutls_8.14.1-2+deb13u3_riscv64.deb ...
#21 363.7 Unpacking libcurl3t64-gnutls:riscv64 (8.14.1-2+deb13u3) ...
#21 364.5 Selecting previously unselected package liberror-perl.
#21 364.6 Preparing to unpack .../096-liberror-perl_0.17030-1_all.deb ...
#21 364.6 Unpacking liberror-perl (0.17030-1) ...
#21 365.2 Selecting previously unselected package git-man.
#21 365.3 Preparing to unpack .../097-git-man_1%3a2.47.3-0+deb13u1_all.deb ...
#21 365.3 Unpacking git-man (1:2.47.3-0+deb13u1) ...
#21 367.1 Selecting previously unselected package git.
#21 367.2 Preparing to unpack .../098-git_1%3a2.47.3-0+deb13u1_riscv64.deb ...
#21 367.4 Unpacking git (1:2.47.3-0+deb13u1) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 249.75MB 519.4s
#13 transferring context: 250.67MB 524.5s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 377.6 Selecting previously unselected package libalgorithm-diff-perl.
#21 377.7 Preparing to unpack .../099-libalgorithm-diff-perl_1.201-1_all.deb ...
#21 377.7 Unpacking libalgorithm-diff-perl (1.201-1) ...
#21 378.3 Selecting previously unselected package libalgorithm-diff-xs-perl.
#21 378.4 Preparing to unpack .../100-libalgorithm-diff-xs-perl_0.04-9_riscv64.deb ...
#21 378.4 Unpacking libalgorithm-diff-xs-perl (0.04-9) ...
#21 379.0 Selecting previously unselected package libalgorithm-merge-perl.
#21 379.0 Preparing to unpack .../101-libalgorithm-merge-perl_0.08-5_all.deb ...
#21 379.0 Unpacking libalgorithm-merge-perl (0.08-5) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 375.8 Selecting previously unselected package publicsuffix.
#20 375.8 Preparing to unpack .../108-publicsuffix_20250328.1952-0.1_all.deb ...
#20 375.9 Unpacking publicsuffix (20250328.1952-0.1) ...
#20 376.6 Selecting previously unselected package sq.
#20 376.7 Preparing to unpack .../109-sq_1.3.1-2+b2_riscv64.deb ...
#20 376.7 Unpacking sq (1.3.1-2+b2) ...
#20 383.0 Selecting previously unselected package xauth.
#20 383.0 Preparing to unpack .../110-xauth_1%3a1.1.2-1.1_riscv64.deb ...
#20 383.1 Unpacking xauth (1:1.1.2-1.1) ...
#20 383.9 Setting up libexpat1:riscv64 (2.7.1-2) ...
#20 384.1 Setting up libxau6:riscv64 (1:1.0.11-1) ...
#20 384.2 Setting up libxdmcp6:riscv64 (1:1.1.5-1) ...
#20 384.2 Setting up libkeyutils1:riscv64 (1.6.3-6) ...
#20 384.3 Setting up libapparmor1:riscv64 (4.1.0-1) ...
#20 384.4 Setting up libxcb1:riscv64 (1.17.0-2+b1) ...
#20 384.5 Setting up libgdbm6t64:riscv64 (1.24-2) ...
#20 384.6 Setting up libgdbm-compat4t64:riscv64 (1.24-2) ...
#20 384.7 Setting up libcbor0.10:riscv64 (0.10.2-2) ...
#20 384.8 Setting up manpages (6.9.1-1) ...
#20 384.9 Setting up libbrotli1:riscv64 (1.1.0-2+b7) ...
#20 385.0 Setting up libedit2:riscv64 (3.1-20250104-1) ...
#20 385.1 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#20 385.3 Setting up binutils-common:riscv64 (2.44-3) ...
#20 385.4 Setting up libnghttp2-14:riscv64 (1.64.0-1.1+deb13u1) ...
#20 385.5 Setting up less (668-1) ...
#20 385.7 Setting up linux-libc-dev (6.12.90-2) ...
#20 385.9 Setting up libctf-nobfd0:riscv64 (2.44-3) ...
#20 386.0 Setting up krb5-locales (1.21.3-5+deb13u1) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 251.66MB 530.4s
#13 transferring context: 252.49MB 535.5s
#13 transferring context: 253.20MB 540.5s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 386.1 Setting up libcom-err2:riscv64 (1.47.2-3+b11) ...
#20 386.2 Setting up sq (1.3.1-2+b2) ...
#20 386.3 Setting up libgomp1:riscv64 (14.2.0-19) ...
#20 386.4 Setting up bzip2 (1.0.8-6) ...
#20 386.4 Setting up libldap-common (2.6.10+dfsg-1) ...
#20 386.6 Setting up libsframe1:riscv64 (2.44-3) ...
#20 386.7 Setting up libfakeroot:riscv64 (1.37.1.1-1) ...
#20 386.8 Setting up libjansson4:riscv64 (2.14-2+b3) ...
#20 386.8 Setting up libkrb5support0:riscv64 (1.21.3-5+deb13u1) ...
#20 386.9 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#20 387.0 Setting up fakeroot (1.37.1.1-1) ...
#20 387.1 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#20 387.3 Setting up rpcsvc-proto (1.4.3-1+b2) ...
#20 387.4 Setting up libx11-data (2:1.8.12-1) ...
#20 387.5 Setting up make (4.4.1-2) ...
#20 387.6 Setting up libmpfr6:riscv64 (4.2.2-1) ...
#20 387.6 Setting up bash-completion (1:2.16.0-7) ...
#20 387.8 Setting up xz-utils (5.8.1-1) ...
#20 388.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#20 388.1 Setting up libunistring5:riscv64 (1.3-2) ...
#20 388.2 Setting up libmpc3:riscv64 (1.3.1-1+b3) ...
#20 388.3 Setting up libatomic1:riscv64 (14.2.0-19) ...
#20 388.4 Setting up patch (2.8-2) ...
#20 388.5 Setting up sudo (1.9.16p2-3+deb13u2) ...
#20 389.3 invoke-rc.d: could not determine current runlevel
#20 389.4 invoke-rc.d: policy-rc.d denied execution of start.
#20 389.5 Setting up libk5crypto3:riscv64 (1.21.3-5+deb13u1) ...
#20 389.6 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#20 389.7 Setting up libnghttp3-9:riscv64 (1.8.0-1) ...
#20 389.8 Setting up libubsan1:riscv64 (14.2.0-19) ...
#20 389.8 Setting up libffi8:riscv64 (3.4.8-2) ...
#20 389.9 Setting up perl-modules-5.40 (5.40.1-6) ...
#20 390.0 Setting up libcrypt-dev:riscv64 (1:4.4.38-1) ...
#20 390.3 Setting up libasan8:riscv64 (14.2.0-19) ...
#20 390.4 Setting up libtasn1-6:riscv64 (4.20.0-2) ...
#20 390.5 Setting up git-man (1:2.47.3-0+deb13u1) ...
#20 390.5 Setting up libx11-6:riscv64 (2:1.8.12-1) ...
#20 390.6 Setting up netbase (6.5) ...
#20 391.0 Setting up libngtcp2-16:riscv64 (1.11.0-1+deb13u1) ...
#20 391.1 Setting up libkrb5-3:riscv64 (1.21.3-5+deb13u1) ...
#20 391.2 Setting up libssh2-1t64:riscv64 (1.11.1-1) ...
#20 391.4 Setting up libtsan2:riscv64 (14.2.0-19) ...
#20 391.5 Setting up libbinutils:riscv64 (2.44-3) ...
#20 391.6 Setting up libfido2-1:riscv64 (1.15.0-1+b1) ...
#20 391.7 Setting up libisl23:riscv64 (0.27-1) ...
#20 391.8 Setting up libc-dev-bin (2.41-12+deb13u3) ...
#20 391.9 Setting up openssl (3.5.6-1~deb13u1) ...
#20 392.1 Setting up libcap-dev:riscv64 (1:2.75-10+deb13u1+b1) ...
#20 392.2 Setting up publicsuffix (20250328.1952-0.1) ...
#20 392.2 Setting up libcc1-0:riscv64 (14.2.0-19) ...
#20 392.3 Setting up libldap2:riscv64 (2.6.10+dfsg-1) ...
#20 392.4 Setting up libxmuu1:riscv64 (2:1.1.3-3+b4) ...
#20 392.5 Setting up liblocale-gettext-perl (1.07-7+b1) ...
#20 392.6 Setting up liblsan0:riscv64 (14.2.0-19) ...
#20 392.7 Setting up libitm1:riscv64 (14.2.0-19) ...
#20 392.8 Setting up libctf0:riscv64 (2.44-3) ...
#20 392.9 Setting up manpages-dev (6.9.1-1) ...
#20 393.0 Setting up libxext6:riscv64 (2:1.3.4-1+b3) ...
#20 393.1 Setting up binutils-riscv64-linux-gnu (2.44-3) ...
#20 393.2 Setting up libidn2-0:riscv64 (2.3.8-2) ...
#20 393.3 Setting up cpp-14-riscv64-linux-gnu (14.2.0-19) ...
#20 393.3 Setting up libperl5.40:riscv64 (5.40.1-6) ...
#20 393.4 Setting up ca-certificates (20250419) ...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 379.6 Selecting previously unselected package libcap-dev:riscv64.
#21 379.7 Preparing to unpack .../102-libcap-dev_1%3a2.75-10+deb13u1+b1_riscv64.deb ...
#21 379.7 Unpacking libcap-dev:riscv64 (1:2.75-10+deb13u1+b1) ...
#21 381.3 Selecting previously unselected package libfile-fcntllock-perl.
#21 381.3 Preparing to unpack .../103-libfile-fcntllock-perl_0.22-4+b3_riscv64.deb ...
#21 381.4 Unpacking libfile-fcntllock-perl (0.22-4+b3) ...
#21 382.0 Selecting previously unselected package libgpm2:riscv64.
#21 382.1 Preparing to unpack .../104-libgpm2_1.20.7-11+b2_riscv64.deb ...
#21 382.1 Unpacking libgpm2:riscv64 (1.20.7-11+b2) ...
#21 382.6 Selecting previously unselected package libldap-common.
#21 382.7 Preparing to unpack .../105-libldap-common_2.6.10+dfsg-1_all.deb ...
#21 382.7 Unpacking libldap-common (2.6.10+dfsg-1) ...
#21 383.4 Selecting previously unselected package libsasl2-modules:riscv64.
#21 383.4 Preparing to unpack .../106-libsasl2-modules_2.1.28+dfsg1-9_riscv64.deb ...
#21 383.6 Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#21 384.4 Selecting previously unselected package libxau6:riscv64.
#21 384.5 Preparing to unpack .../107-libxau6_1%3a1.0.11-1_riscv64.deb ...
#21 384.5 Unpacking libxau6:riscv64 (1:1.0.11-1) ...
#21 385.2 Selecting previously unselected package libxdmcp6:riscv64.
#21 385.2 Preparing to unpack .../108-libxdmcp6_1%3a1.1.5-1_riscv64.deb ...
#21 385.3 Unpacking libxdmcp6:riscv64 (1:1.1.5-1) ...
#21 385.9 Selecting previously unselected package libxcb1:riscv64.
#21 385.9 Preparing to unpack .../109-libxcb1_1.17.0-2+b1_riscv64.deb ...
#21 385.9 Unpacking libxcb1:riscv64 (1.17.0-2+b1) ...
#21 386.6 Selecting previously unselected package libx11-data.
#21 386.6 Preparing to unpack .../110-libx11-data_2%3a1.8.12-1_all.deb ...
#21 386.7 Unpacking libx11-data (2:1.8.12-1) ...
#21 388.6 Selecting previously unselected package libx11-6:riscv64.
#21 388.6 Preparing to unpack .../111-libx11-6_2%3a1.8.12-1_riscv64.deb ...
#21 388.6 Unpacking libx11-6:riscv64 (2:1.8.12-1) ...
#21 389.7 Selecting previously unselected package xorg-sgml-doctools.
#21 389.7 Preparing to unpack .../112-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
#21 389.8 Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 254.01MB 545.6s
#13 transferring context: 254.91MB 550.7s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 390.4 Selecting previously unselected package x11proto-dev.
#21 390.5 Preparing to unpack .../113-x11proto-dev_2024.1-1_all.deb ...
#21 390.5 Unpacking x11proto-dev (2024.1-1) ...
#21 392.1 Selecting previously unselected package libxau-dev:riscv64.
#21 392.2 Preparing to unpack .../114-libxau-dev_1%3a1.0.11-1_riscv64.deb ...
#21 392.2 Unpacking libxau-dev:riscv64 (1:1.0.11-1) ...
#21 392.7 Selecting previously unselected package libxdmcp-dev:riscv64.
#21 392.8 Preparing to unpack .../115-libxdmcp-dev_1%3a1.1.5-1_riscv64.deb ...
#21 392.8 Unpacking libxdmcp-dev:riscv64 (1:1.1.5-1) ...
#21 393.4 Selecting previously unselected package xtrans-dev.
#21 393.5 Preparing to unpack .../116-xtrans-dev_1.4.0-1_all.deb ...
#21 393.5 Unpacking xtrans-dev (1.4.0-1) ...
#21 394.1 Selecting previously unselected package libxcb1-dev:riscv64.
#21 394.2 Preparing to unpack .../117-libxcb1-dev_1.17.0-2+b1_riscv64.deb ...
#21 394.2 Unpacking libxcb1-dev:riscv64 (1.17.0-2+b1) ...
#21 395.2 Selecting previously unselected package libx11-dev:riscv64.
#21 395.2 Preparing to unpack .../118-libx11-dev_2%3a1.8.12-1_riscv64.deb ...
#21 395.3 Unpacking libx11-dev:riscv64 (2:1.8.12-1) ...
#21 397.7 Selecting previously unselected package libxext6:riscv64.
#21 397.7 Preparing to unpack .../119-libxext6_2%3a1.3.4-1+b3_riscv64.deb ...
#21 397.8 Unpacking libxext6:riscv64 (2:1.3.4-1+b3) ...
#21 398.4 Selecting previously unselected package libxmuu1:riscv64.
#21 398.4 Preparing to unpack .../120-libxmuu1_2%3a1.1.3-3+b4_riscv64.deb ...
#21 398.5 Unpacking libxmuu1:riscv64 (2:1.1.3-3+b4) ...
#21 399.1 Selecting previously unselected package manpages-dev.
#21 399.2 Preparing to unpack .../121-manpages-dev_6.9.1-1_all.deb ...
#21 399.2 Unpacking manpages-dev (6.9.1-1) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 255.94MB 555.7s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 409.6 Selecting previously unselected package psmisc.
#21 409.7 Preparing to unpack .../122-psmisc_23.7-2_riscv64.deb ...
#21 409.7 Unpacking psmisc (23.7-2) ...
#21 410.9 Selecting previously unselected package publicsuffix.
#21 411.0 Preparing to unpack .../123-publicsuffix_20250328.1952-0.1_all.deb ...
#21 411.1 Unpacking publicsuffix (20250328.1952-0.1) ...
#21 411.9 Selecting previously unselected package sq.
#21 411.9 Preparing to unpack .../124-sq_1.3.1-2+b2_riscv64.deb ...
#21 412.0 Unpacking sq (1.3.1-2+b2) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 257.71MB 566.3s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 418.1 Selecting previously unselected package unzip.
#21 418.2 Preparing to unpack .../125-unzip_6.0-29_riscv64.deb ...
#21 418.2 Unpacking unzip (6.0-29) ...
#21 418.9 Selecting previously unselected package xauth.
#21 418.9 Preparing to unpack .../126-xauth_1%3a1.1.2-1.1_riscv64.deb ...
#21 419.0 Unpacking xauth (1:1.1.2-1.1) ...
#21 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 416.3 Updating certificates in /etc/ssl/certs...
#20 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 419.9 Setting up libexpat1:riscv64 (2.7.1-2) ...
#21 420.0 Setting up bubblewrap (0.11.0-2+deb13u1) ...
#21 420.2 Setting up libxau6:riscv64 (1:1.0.11-1) ...
#21 420.3 Setting up libxdmcp6:riscv64 (1:1.1.5-1) ...
#21 420.4 Setting up libkeyutils1:riscv64 (1.6.3-6) ...
#21 420.5 Setting up libapparmor1:riscv64 (4.1.0-1) ...
#21 420.5 Setting up libxcb1:riscv64 (1.17.0-2+b1) ...
#21 420.6 Setting up libgpm2:riscv64 (1.20.7-11+b2) ...
#21 420.7 Setting up libgdbm6t64:riscv64 (1.24-2) ...
#21 420.8 Setting up libgdbm-compat4t64:riscv64 (1.24-2) ...
#21 420.9 Setting up psmisc (23.7-2) ...
#21 421.0 Setting up libcbor0.10:riscv64 (0.10.2-2) ...
#21 421.1 Setting up manpages (6.9.1-1) ...
#21 421.1 Setting up unzip (6.0-29) ...
#21 421.2 Setting up libbrotli1:riscv64 (1.1.0-2+b7) ...
#21 421.4 Setting up libedit2:riscv64 (3.1-20250104-1) ...
#21 421.4 Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-9) ...
#21 421.7 Setting up binutils-common:riscv64 (2.44-3) ...
#21 421.8 Setting up libnghttp2-14:riscv64 (1.64.0-1.1+deb13u1) ...
#21 421.9 Setting up less (668-1) ...
#21 422.1 Setting up linux-libc-dev (6.12.90-2) ...
#21 422.2 Setting up libctf-nobfd0:riscv64 (2.44-3) ...
#21 422.3 Setting up krb5-locales (1.21.3-5+deb13u1) ...
#21 422.4 Setting up libcom-err2:riscv64 (1.47.2-3+b11) ...
#21 422.5 Setting up sq (1.3.1-2+b2) ...
#21 422.6 Setting up libgomp1:riscv64 (14.2.0-19) ...
#21 422.7 Setting up bzip2 (1.0.8-6) ...
#21 422.8 Setting up libldap-common (2.6.10+dfsg-1) ...
#21 422.9 Setting up libsframe1:riscv64 (2.44-3) ...
#21 423.0 Setting up libfakeroot:riscv64 (1.37.1.1-1) ...
#21 423.1 Setting up libjansson4:riscv64 (2.14-2+b3) ...
#21 423.2 Setting up libkrb5support0:riscv64 (1.21.3-5+deb13u1) ...
#21 423.3 Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-9) ...
#21 423.4 Setting up fakeroot (1.37.1.1-1) ...
#21 423.5 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#21 423.7 Setting up xtrans-dev (1.4.0-1) ...
#21 423.7 Setting up rpcsvc-proto (1.4.3-1+b2) ...
#21 423.8 Setting up linux-sysctl-defaults (4.12.1) ...
#21 423.9 Setting up libx11-data (2:1.8.12-1) ...
#21 424.0 Setting up make (4.4.1-2) ...
#21 424.2 Setting up libmpfr6:riscv64 (4.2.2-1) ...
#21 424.2 Setting up bash-completion (1:2.16.0-7) ...
#21 424.4 Setting up xz-utils (5.8.1-1) ...
#21 424.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#21 424.8 Setting up libproc2-0:riscv64 (2:4.0.4-9) ...
#21 424.9 Setting up libunistring5:riscv64 (1.3-2) ...
#21 425.0 Setting up libmpc3:riscv64 (1.3.1-1+b3) ...
#21 425.0 Setting up libatomic1:riscv64 (14.2.0-19) ...
#21 425.1 Setting up patch (2.8-2) ...
#21 425.2 Setting up sudo (1.9.16p2-3+deb13u2) ...
#21 426.0 invoke-rc.d: could not determine current runlevel
#21 426.2 invoke-rc.d: policy-rc.d denied execution of start.
#21 426.2 Setting up libncursesw6:riscv64 (6.5+20250216-2) ...
#21 426.3 Setting up libk5crypto3:riscv64 (1.21.3-5+deb13u1) ...
#21 426.4 Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-9) ...
#21 426.5 Setting up libnghttp3-9:riscv64 (1.8.0-1) ...
#21 426.6 Setting up libubsan1:riscv64 (14.2.0-19) ...
#21 426.7 Setting up nano (8.4-1+deb13u1) ...
#21 426.9 update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
#21 427.0 update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
#21 427.1 Setting up libffi8:riscv64 (3.4.8-2) ...
#21 427.1 Setting up perl-modules-5.40 (5.40.1-6) ...
#21 427.2 Setting up libcrypt-dev:riscv64 (1:4.4.38-1) ...
#21 427.5 Setting up libasan8:riscv64 (14.2.0-19) ...
#21 427.6 Setting up procps (2:4.0.4-9) ...
#21 428.3 Setting up libtasn1-6:riscv64 (4.20.0-2) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 259.91MB 579.0s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 428.4 Setting up git-man (1:2.47.3-0+deb13u1) ...
#21 428.5 Setting up libx11-6:riscv64 (2:1.8.12-1) ...
#21 428.6 Setting up xorg-sgml-doctools (1:1.11-1.1) ...
#21 428.7 Setting up netbase (6.5) ...
#21 428.9 Setting up libngtcp2-16:riscv64 (1.11.0-1+deb13u1) ...
#21 429.0 Setting up libkrb5-3:riscv64 (1.21.3-5+deb13u1) ...
#21 429.1 Setting up libssh2-1t64:riscv64 (1.11.1-1) ...
#21 429.2 Setting up libtsan2:riscv64 (14.2.0-19) ...
#21 429.3 Setting up libbinutils:riscv64 (2.44-3) ...
#21 429.4 Setting up libfido2-1:riscv64 (1.15.0-1+b1) ...
#21 429.5 Setting up libisl23:riscv64 (0.27-1) ...
#21 429.6 Setting up libc-dev-bin (2.41-12+deb13u3) ...
#21 429.6 Setting up openssl (3.5.6-1~deb13u1) ...
#21 429.8 Setting up libcap-dev:riscv64 (1:2.75-10+deb13u1+b1) ...
#21 429.9 Setting up publicsuffix (20250328.1952-0.1) ...
#21 430.0 Setting up libcc1-0:riscv64 (14.2.0-19) ...
#21 430.1 Setting up libldap2:riscv64 (2.6.10+dfsg-1) ...
#21 430.5 Setting up libxmuu1:riscv64 (2:1.1.3-3+b4) ...
#21 430.6 Setting up liblocale-gettext-perl (1.07-7+b1) ...
#21 430.7 Setting up liblsan0:riscv64 (14.2.0-19) ...
#21 430.8 Setting up libitm1:riscv64 (14.2.0-19) ...
#21 430.8 Setting up libpopt0:riscv64 (1.19+dfsg-2) ...
#21 430.9 Setting up libctf0:riscv64 (2.44-3) ...
#21 431.0 Setting up x11proto-dev (2024.1-1) ...
#21 431.1 Setting up manpages-dev (6.9.1-1) ...
#21 431.2 Setting up libxau-dev:riscv64 (1:1.0.11-1) ...
#21 431.3 Setting up libxext6:riscv64 (2:1.3.4-1+b3) ...
#21 431.4 Setting up binutils-riscv64-linux-gnu (2.44-3) ...
#21 431.5 Setting up libidn2-0:riscv64 (2.3.8-2) ...
#21 431.5 Setting up cpp-14-riscv64-linux-gnu (14.2.0-19) ...
#21 431.6 Setting up libperl5.40:riscv64 (5.40.1-6) ...
#21 431.7 Setting up ca-certificates (20250419) ...
#21 ...
#13 [internal] load build context
#13 transferring context: 261.12MB 586.5s
#13 transferring context: 261.66MB 591.5s
#13 transferring context: 262.99MB 596.6s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 443.6 150 added, 0 removed; done.
#20 444.9 Setting up perl (5.40.1-6) ...
#20 445.1 Setting up libgprofng0:riscv64 (2.44-3) ...
#20 445.2 Setting up libp11-kit0:riscv64 (0.25.5-3) ...
#20 445.4 Setting up libgssapi-krb5-2:riscv64 (1.21.3-5+deb13u1) ...
#20 445.5 Setting up libdpkg-perl (1.22.22) ...
#20 445.7 Setting up cpp-14 (14.2.0-19) ...
#20 445.7 Setting up xauth (1:1.1.2-1.1) ...
#20 445.8 Setting up libc6-dev:riscv64 (2.41-12+deb13u3) ...
#20 446.1 Setting up libgcc-14-dev:riscv64 (14.2.0-19) ...
#20 446.1 Setting up cpp-riscv64-linux-gnu (4:14.2.0-1) ...
#20 446.2 Setting up libstdc++-14-dev:riscv64 (14.2.0-19) ...
#20 446.3 Setting up libgnutls30t64:riscv64 (3.8.9-3+deb13u4) ...
#20 446.4 Setting up libfile-fcntllock-perl (0.22-4+b3) ...
#20 446.5 Setting up libalgorithm-diff-perl (1.201-1) ...
#20 446.6 Setting up openssh-client (1:10.0p1-7+deb13u4) ...
#20 ...
#13 [internal] load build context
#13 transferring context: 263.67MB 601.6s
#13 transferring context: 264.62MB 606.6s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 453.9 Setting up libpsl5t64:riscv64 (0.21.2-1.1+b1) ...
#20 453.9 Setting up binutils (2.44-3) ...
#20 454.1 Setting up dpkg-dev (1.22.22) ...
#20 454.2 Setting up liberror-perl (0.17030-1) ...
#20 454.3 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#20 454.4 Setting up gcc-14-riscv64-linux-gnu (14.2.0-19) ...
#20 454.5 Setting up cpp (4:14.2.0-1) ...
#20 454.9 Setting up libalgorithm-diff-xs-perl (0.04-9) ...
#20 455.0 Setting up libngtcp2-crypto-gnutls8:riscv64 (1.11.0-1+deb13u1) ...
#20 455.0 Setting up libalgorithm-merge-perl (0.08-5) ...
#20 455.1 Setting up g++-14-riscv64-linux-gnu (14.2.0-19) ...
#20 455.2 Setting up libcurl4t64:riscv64 (8.14.1-2+deb13u3) ...
#20 455.3 Setting up libcurl3t64-gnutls:riscv64 (8.14.1-2+deb13u3) ...
#20 455.4 Setting up gcc-14 (14.2.0-19) ...
#20 455.5 Setting up gcc-riscv64-linux-gnu (4:14.2.0-1) ...
#20 455.6 Setting up g++-riscv64-linux-gnu (4:14.2.0-1) ...
#20 455.7 Setting up git (1:2.47.3-0+deb13u1) ...
#20 455.9 Setting up curl (8.14.1-2+deb13u3) ...
#20 456.0 Setting up g++-14 (14.2.0-19) ...
#20 456.1 Setting up gcc (4:14.2.0-1) ...
#20 456.5 Setting up g++ (4:14.2.0-1) ...
#20 456.7 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#20 456.8 Setting up build-essential (12.12) ...
#20 456.9 Processing triggers for libc-bin (2.41-12+deb13u3) ...
#20 457.5 Processing triggers for ca-certificates (20250419) ...
#20 457.6 Updating certificates in /etc/ssl/certs...
#20 ...
#13 [internal] load build context
#13 transferring context: 265.50MB 611.7s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 453.8 Updating certificates in /etc/ssl/certs...
#21 ...
#13 [internal] load build context
#13 transferring context: 266.23MB 616.7s
#13 transferring context: 267.00MB 621.7s
#13 ...
#20 [stage-0 4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#20 479.7 0 added, 0 removed; done.
#20 479.7 Running hooks in /etc/ca-certificates/update.d...
#20 479.8 done.
#20 DONE 483.7s
#13 [internal] load build context
#13 transferring context: 268.05MB 627.9s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 480.8 150 added, 0 removed; done.
#21 481.4 Setting up libxdmcp-dev:riscv64 (1:1.1.5-1) ...
#21 481.5 Setting up perl (5.40.1-6) ...
#21 481.7 Setting up libgprofng0:riscv64 (2.44-3) ...
#21 481.8 Setting up libp11-kit0:riscv64 (0.25.5-3) ...
#21 481.9 Setting up libgssapi-krb5-2:riscv64 (1.21.3-5+deb13u1) ...
#21 482.0 Setting up libdpkg-perl (1.22.22) ...
#21 482.3 Setting up cpp-14 (14.2.0-19) ...
#21 482.3 Setting up xauth (1:1.1.2-1.1) ...
#21 482.4 Setting up libc6-dev:riscv64 (2.41-12+deb13u3) ...
#21 482.5 Setting up libgcc-14-dev:riscv64 (14.2.0-19) ...
#21 482.6 Setting up cpp-riscv64-linux-gnu (4:14.2.0-1) ...
#21 482.7 Setting up libstdc++-14-dev:riscv64 (14.2.0-19) ...
#21 482.8 Setting up rsync (3.4.1+ds1-5+deb13u3) ...
#21 483.3 invoke-rc.d: could not determine current runlevel
#21 483.4 invoke-rc.d: policy-rc.d denied execution of start.
#21 ...
#22 [stage-0 5/13] RUN git config --global user.email "docker@example.com"
#22 DONE 8.8s
#23 [stage-0 6/13] RUN git config --global user.name "Docker"
#23 ...
#13 [internal] load build context
#13 transferring context: 269.89MB 641.6s
#13 ...
#23 [stage-0 6/13] RUN git config --global user.name "Docker"
#23 DONE 5.7s
#13 [internal] load build context
#13 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 486.7 Setting up libgnutls30t64:riscv64 (3.8.9-3+deb13u4) ...
#21 486.7 Setting up libxcb1-dev:riscv64 (1.17.0-2+b1) ...
#21 486.8 Setting up libfile-fcntllock-perl (0.22-4+b3) ...
#21 487.0 Setting up libalgorithm-diff-perl (1.201-1) ...
#21 487.0 Setting up openssh-client (1:10.0p1-7+deb13u4) ...
#21 494.4 Setting up libpsl5t64:riscv64 (0.21.2-1.1+b1) ...
#21 494.6 Setting up libx11-dev:riscv64 (2:1.8.12-1) ...
#21 494.6 Setting up binutils (2.44-3) ...
#21 494.8 Setting up dpkg-dev (1.22.22) ...
#21 494.9 Setting up liberror-perl (0.17030-1) ...
#21 495.0 Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#21 495.1 Setting up gcc-14-riscv64-linux-gnu (14.2.0-19) ...
#21 495.2 Setting up cpp (4:14.2.0-1) ...
#21 495.5 Setting up libalgorithm-diff-xs-perl (0.04-9) ...
#21 495.6 Setting up libngtcp2-crypto-gnutls8:riscv64 (1.11.0-1+deb13u1) ...
#21 495.7 Setting up libalgorithm-merge-perl (0.08-5) ...
#21 495.8 Setting up g++-14-riscv64-linux-gnu (14.2.0-19) ...
#21 495.9 Setting up libcurl4t64:riscv64 (8.14.1-2+deb13u3) ...
#21 496.0 Setting up libcurl3t64-gnutls:riscv64 (8.14.1-2+deb13u3) ...
#21 496.0 Setting up gcc-14 (14.2.0-19) ...
#21 496.1 Setting up gcc-riscv64-linux-gnu (4:14.2.0-1) ...
#21 496.3 Setting up g++-riscv64-linux-gnu (4:14.2.0-1) ...
#21 496.4 Setting up git (1:2.47.3-0+deb13u1) ...
#21 496.7 Setting up curl (8.14.1-2+deb13u3) ...
#21 496.8 Setting up g++-14 (14.2.0-19) ...
#21 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 5.002 Cloning into '/tmp/opam'...
#24 ...
#13 [internal] load build context
#13 transferring context: 271.44MB 652.6s
#13 transferring context: 272.35MB 657.7s
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 496.9 Setting up gcc (4:14.2.0-1) ...
#21 497.2 Setting up g++ (4:14.2.0-1) ...
#21 497.3 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#21 497.4 Setting up build-essential (12.12) ...
#21 497.5 Processing triggers for libc-bin (2.41-12+deb13u3) ...
#21 498.0 Processing triggers for ca-certificates (20250419) ...
#21 498.2 Updating certificates in /etc/ssl/certs...
#21 ...
#13 [internal] load build context
#13 ...
#21 [stage-1 6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#21 519.3 0 added, 0 removed; done.
#21 519.3 Running hooks in /etc/ca-certificates/update.d...
#21 519.3 done.
#21 DONE 522.8s
#13 [internal] load build context
#13 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 58.62 Updating files: 64% (356/549)
Updating files: 65% (357/549)
Updating files: 66% (363/549)
Updating files: 67% (368/549)
Updating files: 68% (374/549)
Updating files: 69% (379/549)
Updating files: 70% (385/549)
Updating files: 71% (390/549)
Updating files: 72% (396/549)
Updating files: 73% (401/549)
Updating files: 74% (407/549)
Updating files: 75% (412/549)
Updating files: 76% (418/549)
Updating files: 77% (423/549)
Updating files: 78% (429/549)
Updating files: 79% (434/549)
Updating files: 80% (440/549)
Updating files: 81% (445/549)
Updating files: 82% (451/549)
Updating files: 83% (456/549)
Updating files: 84% (462/549)
Updating files: 85% (467/549)
Updating files: 86% (473/549)
Updating files: 87% (478/549)
Updating files: 88% (484/549)
Updating files: 89% (489/549)
Updating files: 90% (495/549)
Updating files: 91% (500/549)
Updating files: 92% (506/549)
Updating files: 93% (511/549)
Updating files: 94% (517/549)
Updating files: 95% (522/549)
Updating files: 96% (528/549)
Updating files: 97% (533/549)
Updating files: 98% (539/549)
Updating files: 99% (544/549)
Updating files: 100% (549/549)
Updating files: 100% (549/549), done.
#24 62.70 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#24 62.70
#24 62.70 You are in 'detached HEAD' state. You can look around, make experimental
#24 62.70 changes and commit them, and you can discard any commits you make in this
#24 62.70 state without impacting any branches by switching back to a branch.
#24 62.70
#24 62.70 If you want to create a new branch to retain commits you create, you may
#24 62.70 do so (now or later) by using -c with the switch command. Example:
#24 62.70
#24 62.70 git switch -c <new-branch-name>
#24 62.70
#24 62.70 Or undo this operation with:
#24 62.70
#24 62.70 git switch -
#24 62.70
#24 62.70 Turn off this advice by setting config variable advice.detachedHead to false
#24 62.70
#24 62.70 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#24 80.86 configure: Configuring OCaml version 4.14.2
#24 81.07 checking build system type... riscv64-unknown-linux-gnu
#24 83.61 checking host system type... riscv64-unknown-linux-gnu
#24 83.62 checking target system type... riscv64-unknown-linux-gnu
#24 83.65 checking for ld... ld
#24 83.69 checking how to print strings... printf
#24 83.79 checking for gcc... gcc
#24 84.75 checking whether the C compiler works... yes
#24 87.28 checking for C compiler default output file name... a.out
#24 87.33 checking for suffix of executables...
#24 89.31 checking whether we are cross compiling...
#24 ...
#13 [internal] load build context
#13 transferring context: 272.79MB 732.5s
#13 transferring context: 272.79MB 732.5s done
#13 ...
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 89.31 checking whether we are cross compiling... no
#24 92.70 checking for suffix of object files... o
#24 94.43 checking whether we are using the GNU C compiler... yes
#24 95.75 checking whether gcc accepts -g... yes
#24 96.96 checking for gcc option to accept ISO C89... none needed
#24 99.63 checking for a sed that does not truncate output... /usr/bin/sed
#24 99.91 checking for grep that handles long lines and -e... /usr/bin/grep
#24 100.1 checking for egrep... /usr/bin/grep -E
#24 100.2 checking for fgrep... /usr/bin/grep -F
#24 100.2 checking for ld used by gcc... ld
#24 100.3 checking if the linker (ld) is GNU ld... yes
#24 100.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#24 100.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#24 101.6 checking whether ln -s works... yes
#24 101.6 checking the maximum length of command line arguments... 1572864
#24 ...
#13 [internal] load build context
#13 DONE 744.6s
#24 [stage-0 7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#24 101.9 checking how to convert riscv64-unknown-linux-gnu file names to riscv64-unknown-linux-gnu format... func_convert_file_noop
#24 101.9 checking how to convert riscv64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#24 101.9 checking for ld option to reload object files... -r
#24 101.9 checking for objdump... objdump
#24 101.9 checking how to recognize dependent libraries... pass_all
#24 101.9 checking for dlltool... no
#24 101.9 checking how to associate runtime and link libraries... printf %s\n
#24 102.0 checking for ar... ar
#24 102.0 checking for archiver @FILE support... @
#24 103.4 checking for strip... strip
#24 103.4 checking for ranlib... ranlib
#24 103.5 checking for gawk... no
#24 103.5 checking for mawk... mawk
#24 103.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
#24 106.7 checking for sysroot... no
#24 106.7 checking for a working dd... /usr/bin/dd
#24 106.9 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#24 107.1 checking for mt... no
#24 107.1 checking if : is a manifest tool... no
#24 107.2 checking how to run the C preprocessor... gcc -E
#24 109.5 checking for ANSI C header files... yes
#24 116.2 checking for sys/types.h... yes
#24 117.7 checking for sys/stat.h... yes
#24 119.1 checking for stdlib.h... yes
#24 120.6 checking for string.h... yes
#24 122.1 checking for memory.h... yes
#24 123.7 checking for strings.h... yes
#24 125.4 checking for inttypes.h...
#24 CANCELED
Dockerfile:76
--------------------
74 | RUN git config --global user.email "docker@example.com"
75 | RUN git config --global user.name "Docker"
76 | >>> COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
77 | RUN opam-sandbox-disable
78 | RUN opam init -k git -a /home/opam/opam-repository --bare
--------------------
ERROR: failed to build: failed to solve: invalid user index: -1
docker-build failed with exit-code 1
2026-06-06 04:21.49: Job failed: Failed: Build failed