Organisationssanettetsdl-ttfe05c75 ()debian-13-5.4_riscv64_opam-2.5

debian-13-5.4_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-05 17:35.03: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (e05c75aa7b19c674eb56bd6b4440b421637be3d2) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard e05c75aa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
# debian-13-5.4_riscv64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-05 17:35.03: Using cache hint "sanette/tsdl-ttf-ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb-debian-13-5.4_riscv64_opam-2.5-2a4e0424cf05520836b57cee2eec5d8e"
2026-04-05 17:35.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)
(comment debian-13-5.4_riscv64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl-ttf.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-05 17:35.03: Waiting for resource in pool OCluster
2026-04-05 17:35.03: Waiting for worker…
2026-04-05 17:36.42: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
HEAD is now at c62c2a8 fmt
HEAD is now at e05c75a test


(from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb' locally
docker.io/ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb: Pulling from ocaml/opam
3be247472b67: Pulling fs layer
1130a6599d48: Pulling fs layer
4563094dc5bf: Pulling fs layer
fe576e939753: Pulling fs layer
796ec56fee5d: Pulling fs layer
ae1dbdab64f3: Pulling fs layer
54ebe7f31159: Pulling fs layer
9c74968441d6: Pulling fs layer
8ff00744bcbe: Pulling fs layer
beefc92ce96c: Pulling fs layer
13c3a23afc45: Pulling fs layer
3ad6f94d2ab3: Pulling fs layer
22575fc2056a: Pulling fs layer
079151a0f1cd: Pulling fs layer
3121107eb638: Pulling fs layer
0fa7697d3886: Pulling fs layer
b01afbafdb23: Pulling fs layer
fe576e939753: Waiting
f1fca7591d59: Pulling fs layer
796ec56fee5d: Waiting
ae1dbdab64f3: Waiting
54ebe7f31159: Waiting
9c74968441d6: Waiting
8ff00744bcbe: Waiting
3ad6f94d2ab3: Waiting
22575fc2056a: Waiting
079151a0f1cd: Waiting
beefc92ce96c: Waiting
f0f274f772f6: Pulling fs layer
13c3a23afc45: Waiting
9ce5599383df: Pulling fs layer
3121107eb638: Waiting
3794f582ed46: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0fa7697d3886: Waiting
a98d5511bfa4: Pulling fs layer
b01afbafdb23: Waiting
f0f274f772f6: Waiting
9ce5599383df: Waiting
f1fca7591d59: Waiting
3794f582ed46: Waiting
4f4fb700ef54: Waiting
644d5d83146e: Pulling fs layer
736a3abf8060: Pulling fs layer
a98d5511bfa4: Waiting
fcf7694b8ff7: Pulling fs layer
23acdcf20d0c: Pulling fs layer
736a3abf8060: Waiting
ca82e2abed2b: Pulling fs layer
644d5d83146e: Waiting
fcf7694b8ff7: Waiting
23acdcf20d0c: Waiting
7e0ab658accc: Pulling fs layer
ca82e2abed2b: Waiting
7e0ab658accc: Waiting
f0d1ebb4aea1: Pulling fs layer
ebc9ee3f3ea8: Pulling fs layer
730afd2601cb: Pulling fs layer
f0d1ebb4aea1: Waiting
62485c2f91d4: Pulling fs layer
e018d49283ab: Pulling fs layer
ebc9ee3f3ea8: Waiting
e070b48b5cf1: Pulling fs layer
730afd2601cb: Waiting
6158a39b48ff: Pulling fs layer
62485c2f91d4: Waiting
e018d49283ab: Waiting
989b36477d41: Pulling fs layer
e070b48b5cf1: Waiting
6158a39b48ff: Waiting
a2020f8fe115: Pulling fs layer
989b36477d41: Waiting
c382453fc245: Pulling fs layer
a2020f8fe115: Waiting
a96fccb405ba: Pulling fs layer
c382453fc245: Waiting
48f4eab97ee7: Pulling fs layer
a96fccb405ba: Waiting
0c16dce1868e: Pulling fs layer
48f4eab97ee7: Waiting
0c16dce1868e: Waiting
3523be22c1ac: Pulling fs layer
a9761b50840d: Pulling fs layer
7b0a2713f29f: Pulling fs layer
db782875bfc3: Pulling fs layer
3523be22c1ac: Waiting
a9761b50840d: Waiting
7b0a2713f29f: Waiting
664ae43875a8: Pulling fs layer
db782875bfc3: Waiting
664ae43875a8: Waiting
1130a6599d48: Verifying Checksum
1130a6599d48: Download complete
4563094dc5bf: Verifying Checksum
4563094dc5bf: Download complete
796ec56fee5d: Verifying Checksum
796ec56fee5d: Download complete
fe576e939753: Verifying Checksum
fe576e939753: Download complete
3be247472b67: Download complete
54ebe7f31159: Verifying Checksum
54ebe7f31159: Download complete
9c74968441d6: Verifying Checksum
9c74968441d6: Download complete
8ff00744bcbe: Download complete
beefc92ce96c: Verifying Checksum
beefc92ce96c: Download complete
13c3a23afc45: Verifying Checksum
13c3a23afc45: Download complete
3ad6f94d2ab3: Verifying Checksum
3ad6f94d2ab3: Download complete
22575fc2056a: Verifying Checksum
22575fc2056a: Download complete
079151a0f1cd: Verifying Checksum
079151a0f1cd: Download complete
3121107eb638: Verifying Checksum
3121107eb638: Download complete
b01afbafdb23: Verifying Checksum
b01afbafdb23: Download complete
0fa7697d3886: Verifying Checksum
0fa7697d3886: Download complete
f1fca7591d59: Verifying Checksum
f1fca7591d59: Download complete
f0f274f772f6: Verifying Checksum
f0f274f772f6: Download complete
9ce5599383df: Verifying Checksum
9ce5599383df: Download complete
3794f582ed46: Verifying Checksum
3794f582ed46: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a98d5511bfa4: Verifying Checksum
a98d5511bfa4: Download complete
736a3abf8060: Verifying Checksum
736a3abf8060: Download complete
644d5d83146e: Verifying Checksum
644d5d83146e: Download complete
fcf7694b8ff7: Verifying Checksum
fcf7694b8ff7: Download complete
23acdcf20d0c: Verifying Checksum
23acdcf20d0c: Download complete
ca82e2abed2b: Verifying Checksum
ca82e2abed2b: Download complete
7e0ab658accc: Verifying Checksum
7e0ab658accc: Download complete
f0d1ebb4aea1: Verifying Checksum
f0d1ebb4aea1: Download complete
ebc9ee3f3ea8: Verifying Checksum
ebc9ee3f3ea8: Download complete
730afd2601cb: Verifying Checksum
730afd2601cb: Download complete
e018d49283ab: Verifying Checksum
e018d49283ab: Download complete
62485c2f91d4: Verifying Checksum
62485c2f91d4: Download complete
6158a39b48ff: Verifying Checksum
6158a39b48ff: Download complete
3be247472b67: Pull complete
1130a6599d48: Pull complete
4563094dc5bf: Pull complete
fe576e939753: Pull complete
796ec56fee5d: Pull complete
989b36477d41: Verifying Checksum
989b36477d41: Download complete
e070b48b5cf1: Verifying Checksum
e070b48b5cf1: Download complete
a2020f8fe115: Verifying Checksum
a2020f8fe115: Download complete
c382453fc245: Verifying Checksum
c382453fc245: Download complete
a96fccb405ba: Verifying Checksum
a96fccb405ba: Download complete
48f4eab97ee7: Verifying Checksum
48f4eab97ee7: Download complete
0c16dce1868e: Verifying Checksum
0c16dce1868e: Download complete
3523be22c1ac: Verifying Checksum
3523be22c1ac: Download complete
7b0a2713f29f: Verifying Checksum
7b0a2713f29f: Download complete
db782875bfc3: Download complete
664ae43875a8: Verifying Checksum
664ae43875a8: Download complete
a9761b50840d: Verifying Checksum
a9761b50840d: Download complete
ae1dbdab64f3: Verifying Checksum
ae1dbdab64f3: Download complete
ae1dbdab64f3: Pull complete
54ebe7f31159: Pull complete
9c74968441d6: Pull complete
8ff00744bcbe: Pull complete
beefc92ce96c: Pull complete
13c3a23afc45: Pull complete
3ad6f94d2ab3: Pull complete
22575fc2056a: Pull complete
079151a0f1cd: Pull complete
3121107eb638: Pull complete
0fa7697d3886: Pull complete
b01afbafdb23: Pull complete
f1fca7591d59: Pull complete
f0f274f772f6: Pull complete
9ce5599383df: Pull complete
3794f582ed46: Pull complete
4f4fb700ef54: Pull complete
a98d5511bfa4: Pull complete
644d5d83146e: Pull complete
736a3abf8060: Pull complete
fcf7694b8ff7: Pull complete
23acdcf20d0c: Pull complete
ca82e2abed2b: Pull complete
7e0ab658accc: Pull complete
f0d1ebb4aea1: Pull complete
ebc9ee3f3ea8: Pull complete
730afd2601cb: Pull complete
62485c2f91d4: Pull complete
e018d49283ab: Pull complete
e070b48b5cf1: Pull complete
6158a39b48ff: Pull complete
989b36477d41: Pull complete
a2020f8fe115: Pull complete
c382453fc245: Pull complete
a96fccb405ba: Pull complete
48f4eab97ee7: Pull complete
0c16dce1868e: Pull complete
3523be22c1ac: Pull complete
a9761b50840d: Pull complete
7b0a2713f29f: Pull complete
db782875bfc3: Pull complete
664ae43875a8: Pull complete
Digest: sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
Status: Downloaded newer image for ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
2026-04-05 17:36.44 ---> using "e0905cb4ea77c127c2496da0afb75340dc772dd47ed162b86bc55e06e6af136a" from cache


/: (comment debian-13-5.4_riscv64_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-05 17:36.44 ---> using "678184416a598483bd3e16c53def6d123ed7dc6797cbe0ea3c6b0a3dbcdc7bd5" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 17:36.44 ---> using "ad7ed4390d364d59a28a0fd9fbdf3b2736407d154db8cc6883b591d30340507d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-05 17:36.44 ---> using "045609221492a2388bb503a2166fe9e945abd6f25f13d0ab21aa83754ab14aed" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-05 17:36.44 ---> using "4f94c0140991a32313ae5fd6ef2a17627880235ae274410ce5cec7b38666b910" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 17:36.44 ---> using "f200d47183ba804c47ab142ffe34cd5e8d4aa34f2a7ff072fd16036a60f79bac" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-04-05 17:36.46 ---> saved as "bdae6447dc66c9643ced0ac53556c53a7771346fbef508652bdbd3c6ebf6e59d"


/src: (run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2026-04-05 17:36.54 ---> saved as "01c23b19a1047327acbc1a3abc7c0cf2fd56b9a93660c5f3525eb191fc0cca62"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-05 17:36.54 ---> saved as "81ffb15ea7fa61ea74ab83271f8d2ac474a93fd58626f97436b064efe4cf33b6"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main riscv64 Packages [9380 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [113 kB]
- Fetched 9724 kB in 5s (1934 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
libffi-dev libsdl2-dev libsdl2-ttf-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-ttf-dev" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package libseccomp2:riscv64.
- (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 ... 20732 files and directories currently installed.)
- Preparing to unpack .../libseccomp2_2.6.0-2_riscv64.deb ...
- Unpacking libseccomp2:riscv64 (2.6.0-2) ...
- Selecting previously unselected package libsystemd-shared:riscv64.
- Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_riscv64.deb ...
- Unpacking libsystemd-shared:riscv64 (257.9-1~deb13u1) ...
- Setting up libseccomp2:riscv64 (2.6.0-2) ...
- Setting up libsystemd-shared:riscv64 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd.
- (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 ... 20746 files and directories currently installed.)
- Preparing to unpack .../systemd_257.9-1~deb13u1_riscv64.deb ...
- Unpacking systemd (257.9-1~deb13u1) ...
- Setting up systemd (257.9-1~deb13u1) ...
- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
- Initializing machine ID from random generator.
- Creating group 'systemd-journal' with GID 999.
- Creating group 'systemd-network' with GID 998.
- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
- Selecting previously unselected package systemd-sysv.
- (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 ... 21679 files and directories currently installed.)
- Preparing to unpack .../0-systemd-sysv_257.9-1~deb13u1_riscv64.deb ...
- Unpacking systemd-sysv (257.9-1~deb13u1) ...
- Selecting previously unselected package libdbus-1-3:riscv64.
- Preparing to unpack .../1-libdbus-1-3_1.16.2-2_riscv64.deb ...
- Unpacking libdbus-1-3:riscv64 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../2-dbus-bin_1.16.2-2_riscv64.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../3-dbus-session-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.16.2-2_riscv64.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../5-dbus-system-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../6-dbus_1.16.2-2_riscv64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package libpython3.13-minimal:riscv64.
- Preparing to unpack .../7-libpython3.13-minimal_3.13.5-2_riscv64.deb ...
- Unpacking libpython3.13-minimal:riscv64 (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../8-python3.13-minimal_3.13.5-2_riscv64.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:riscv64 (3.13.5-2) ...
- Setting up python3.13-minimal (3.13.5-2) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 22096 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_riscv64.deb ...
- Unpacking python3-minimal (3.13.5-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:riscv64.
- Preparing to unpack .../3-libreadline8t64_8.2-6_riscv64.deb ...
- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8.2 to /lib/riscv64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8.2 to /lib/riscv64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:riscv64 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:riscv64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_riscv64.deb ...
- Unpacking libpython3.13-stdlib:riscv64 (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_riscv64.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:riscv64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_riscv64.deb ...
- Unpacking libpython3-stdlib:riscv64 (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-1) ...
- Selecting previously unselected package python3.
- (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 ... 22582 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.13.5-1_riscv64.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package libnss-systemd:riscv64.
- Preparing to unpack .../001-libnss-systemd_257.9-1~deb13u1_riscv64.deb ...
- Unpacking libnss-systemd:riscv64 (257.9-1~deb13u1) ...
- Selecting previously unselected package libpam-systemd:riscv64.
- Preparing to unpack .../002-libpam-systemd_257.9-1~deb13u1_riscv64.deb ...
- Unpacking libpam-systemd:riscv64 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../003-systemd-timesyncd_257.9-1~deb13u1_riscv64.deb ...
- Unpacking systemd-timesyncd (257.9-1~deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../004-libgdk-pixbuf2.0-common_2.42.12+dfsg-4_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ...
- Selecting previously unselected package libglib2.0-0t64:riscv64.
- Preparing to unpack .../005-libglib2.0-0t64_2.84.4-3~deb13u2_riscv64.deb ...
- Unpacking libglib2.0-0t64:riscv64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libxml2:riscv64.
- Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_riscv64.deb ...
- Unpacking libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../007-shared-mime-info_2.4-5+b2_riscv64.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libjpeg62-turbo:riscv64.
- Preparing to unpack .../008-libjpeg62-turbo_1%3a2.1.5-4_riscv64.deb ...
- Unpacking libjpeg62-turbo:riscv64 (1:2.1.5-4) ...
- Selecting previously unselected package libpng16-16t64:riscv64.
- Preparing to unpack .../009-libpng16-16t64_1.6.48-1+deb13u4_riscv64.deb ...
- Unpacking libpng16-16t64:riscv64 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libdeflate0:riscv64.
- Preparing to unpack .../010-libdeflate0_1.23-2_riscv64.deb ...
- Unpacking libdeflate0:riscv64 (1.23-2) ...
- Selecting previously unselected package libjbig0:riscv64.
- Preparing to unpack .../011-libjbig0_2.1-6.1+b2_riscv64.deb ...
- Unpacking libjbig0:riscv64 (2.1-6.1+b2) ...
- Selecting previously unselected package liblerc4:riscv64.
- Preparing to unpack .../012-liblerc4_4.0.0+ds-5_riscv64.deb ...
- Unpacking liblerc4:riscv64 (4.0.0+ds-5) ...
- Selecting previously unselected package libsharpyuv0:riscv64.
- Preparing to unpack .../013-libsharpyuv0_1.5.0-0.1_riscv64.deb ...
- Unpacking libsharpyuv0:riscv64 (1.5.0-0.1) ...
- Selecting previously unselected package libwebp7:riscv64.
- Preparing to unpack .../014-libwebp7_1.5.0-0.1_riscv64.deb ...
- Unpacking libwebp7:riscv64 (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:riscv64.
- Preparing to unpack .../015-libtiff6_4.7.0-3+deb13u1_riscv64.deb ...
- Unpacking libtiff6:riscv64 (4.7.0-3+deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:riscv64.
- Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4_riscv64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:riscv64 (2.42.12+dfsg-4) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../017-gtk-update-icon-cache_4.18.6+ds-2_riscv64.deb ...
- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
- Unpacking gtk-update-icon-cache (4.18.6+ds-2) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../018-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../019-adwaita-icon-theme_48.1-1_all.deb ...
- Unpacking adwaita-icon-theme (48.1-1) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../020-alsa-topology-conf_1.2.5.1-3_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-3) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../021-libasound2-data_1.2.14-1_all.deb ...
- Unpacking libasound2-data (1.2.14-1) ...
- Selecting previously unselected package libasound2t64:riscv64.
- Preparing to unpack .../022-libasound2t64_1.2.14-1_riscv64.deb ...
- Unpacking libasound2t64:riscv64 (1.2.14-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../023-alsa-ucm-conf_1.2.14-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.14-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../024-at-spi2-common_2.56.2-1+deb13u1_all.deb ...
- Unpacking at-spi2-common (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libxi6:riscv64.
- Preparing to unpack .../025-libxi6_2%3a1.8.2-1_riscv64.deb ...
- Unpacking libxi6:riscv64 (2:1.8.2-1) ...
- Selecting previously unselected package libatspi2.0-0t64:riscv64.
- Preparing to unpack .../026-libatspi2.0-0t64_2.56.2-1+deb13u1_riscv64.deb ...
- Unpacking libatspi2.0-0t64:riscv64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../027-x11-common_1%3a7.7+24+deb13u1_all.deb ...
- Unpacking x11-common (1:7.7+24+deb13u1) ...
- Selecting previously unselected package libxtst6:riscv64.
- Preparing to unpack .../028-libxtst6_2%3a1.2.5-1_riscv64.deb ...
- Unpacking libxtst6:riscv64 (2:1.2.5-1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../029-dbus-user-session_1.16.2-2_riscv64.deb ...
- Unpacking dbus-user-session (1.16.2-2) ...
- Selecting previously unselected package libdconf1:riscv64.
- Preparing to unpack .../030-libdconf1_0.40.0-5_riscv64.deb ...
- Unpacking libdconf1:riscv64 (0.40.0-5) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../031-dconf-service_0.40.0-5_riscv64.deb ...
- Unpacking dconf-service (0.40.0-5) ...
- Selecting previously unselected package dconf-gsettings-backend:riscv64.
- Preparing to unpack .../032-dconf-gsettings-backend_0.40.0-5_riscv64.deb ...
- Unpacking dconf-gsettings-backend:riscv64 (0.40.0-5) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../033-gsettings-desktop-schemas_48.0-1_all.deb ...
- Unpacking gsettings-desktop-schemas (48.0-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../034-at-spi2-core_2.56.2-1+deb13u1_riscv64.deb ...
- Unpacking at-spi2-core (2.56.2-1+deb13u1) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../035-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package libdevmapper1.02.1:riscv64.
- Preparing to unpack .../036-libdevmapper1.02.1_2%3a1.02.205-2_riscv64.deb ...
- Unpacking libdevmapper1.02.1:riscv64 (2:1.02.205-2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../037-dmsetup_2%3a1.02.205-2_riscv64.deb ...
- Unpacking dmsetup (2:1.02.205-2) ...
- Selecting previously unselected package libfreetype6:riscv64.
- Preparing to unpack .../038-libfreetype6_2.13.3+dfsg-1+deb13u1_riscv64.deb ...
- Unpacking libfreetype6:riscv64 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../039-fonts-dejavu-mono_2.37-8_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../040-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../041-fontconfig-config_2.15.0-2.3_riscv64.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:riscv64.
- Preparing to unpack .../042-libfontconfig1_2.15.0-2.3_riscv64.deb ...
- Unpacking libfontconfig1:riscv64 (2.15.0-2.3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../043-fontconfig_2.15.0-2.3_riscv64.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package gir1.2-glib-2.0:riscv64.
- Preparing to unpack .../044-gir1.2-glib-2.0_2.84.4-3~deb13u2_riscv64.deb ...
- Unpacking gir1.2-glib-2.0:riscv64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libpixman-1-0:riscv64.
- Preparing to unpack .../045-libpixman-1-0_0.44.0-3_riscv64.deb ...
- Unpacking libpixman-1-0:riscv64 (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:riscv64.
- Preparing to unpack .../046-libxcb-render0_1.17.0-2+b1_riscv64.deb ...
- Unpacking libxcb-render0:riscv64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:riscv64.
- Preparing to unpack .../047-libxcb-shm0_1.17.0-2+b1_riscv64.deb ...
- Unpacking libxcb-shm0:riscv64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:riscv64.
- Preparing to unpack .../048-libxrender1_1%3a0.9.12-1_riscv64.deb ...
- Unpacking libxrender1:riscv64 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:riscv64.
- Preparing to unpack .../049-libcairo2_1.18.4-1+b1_riscv64.deb ...
- Unpacking libcairo2:riscv64 (1.18.4-1+b1) ...
- Selecting previously unselected package libcairo-gobject2:riscv64.
- Preparing to unpack .../050-libcairo-gobject2_1.18.4-1+b1_riscv64.deb ...
- Unpacking libcairo-gobject2:riscv64 (1.18.4-1+b1) ...
- Selecting previously unselected package gir1.2-freedesktop:riscv64.
- Preparing to unpack .../051-gir1.2-freedesktop_1.84.0-1_riscv64.deb ...
- Unpacking gir1.2-freedesktop:riscv64 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-glib-2.0-dev:riscv64.
- Preparing to unpack .../052-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_riscv64.deb ...
- Unpacking gir1.2-glib-2.0-dev:riscv64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package gir1.2-freedesktop-dev:riscv64.
- Preparing to unpack .../053-gir1.2-freedesktop-dev_1.84.0-1_riscv64.deb ...
- Unpacking gir1.2-freedesktop-dev:riscv64 (1.84.0-1) ...
- Selecting previously unselected package libgraphite2-3:riscv64.
- Preparing to unpack .../054-libgraphite2-3_1.3.14-2+b1_riscv64.deb ...
- Unpacking libgraphite2-3:riscv64 (1.3.14-2+b1) ...
- Selecting previously unselected package libharfbuzz0b:riscv64.
- Preparing to unpack .../055-libharfbuzz0b_10.2.0-1+b1_riscv64.deb ...
- Unpacking libharfbuzz0b:riscv64 (10.2.0-1+b1) ...
- Selecting previously unselected package libharfbuzz-gobject0:riscv64.
- Preparing to unpack .../056-libharfbuzz-gobject0_10.2.0-1+b1_riscv64.deb ...
- Unpacking libharfbuzz-gobject0:riscv64 (10.2.0-1+b1) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:riscv64.
- Preparing to unpack .../057-gir1.2-harfbuzz-0.0_10.2.0-1+b1_riscv64.deb ...
- Unpacking gir1.2-harfbuzz-0.0:riscv64 (10.2.0-1+b1) ...
- Selecting previously unselected package libibus-1.0-5:riscv64.
- Preparing to unpack .../058-libibus-1.0-5_1.5.32-2_riscv64.deb ...
- Unpacking libibus-1.0-5:riscv64 (1.5.32-2) ...
- Selecting previously unselected package gir1.2-ibus-1.0:riscv64.
- Preparing to unpack .../059-gir1.2-ibus-1.0_1.5.32-2_riscv64.deb ...
- Unpacking gir1.2-ibus-1.0:riscv64 (1.5.32-2) ...
- Selecting previously unselected package native-architecture.
- Preparing to unpack .../060-native-architecture_0.2.6_all.deb ...
- Unpacking native-architecture (0.2.6) ...
- Selecting previously unselected package libgirepository-2.0-0:riscv64.
- Preparing to unpack .../061-libgirepository-2.0-0_2.84.4-3~deb13u2_riscv64.deb ...
- Unpacking libgirepository-2.0-0:riscv64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package girepository-tools:riscv64.
- Preparing to unpack .../062-girepository-tools_2.84.4-3~deb13u2_riscv64.deb ...
- Unpacking girepository-tools:riscv64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libicu76:riscv64.
- Preparing to unpack .../063-libicu76_76.1-4_riscv64.deb ...
- Unpacking libicu76:riscv64 (76.1-4) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../064-icu-devtools_76.1-4_riscv64.deb ...
- Unpacking icu-devtools (76.1-4) ...
- Selecting previously unselected package libasound2-dev:riscv64.
- Preparing to unpack .../065-libasound2-dev_1.2.14-1_riscv64.deb ...
- Unpacking libasound2-dev:riscv64 (1.2.14-1) ...
- Selecting previously unselected package libasyncns0:riscv64.
- Preparing to unpack .../066-libasyncns0_0.8-6+b5_riscv64.deb ...
- Unpacking libasyncns0:riscv64 (0.8-6+b5) ...
- Selecting previously unselected package libatk1.0-0t64:riscv64.
- Preparing to unpack .../067-libatk1.0-0t64_2.56.2-1+deb13u1_riscv64.deb ...
- Unpacking libatk1.0-0t64:riscv64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:riscv64.
- Preparing to unpack .../068-libatk-bridge2.0-0t64_2.56.2-1+deb13u1_riscv64.deb ...
- Unpacking libatk-bridge2.0-0t64:riscv64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libavahi-common-data:riscv64.
- Preparing to unpack .../069-libavahi-common-data_0.8-16_riscv64.deb ...
- Unpacking libavahi-common-data:riscv64 (0.8-16) ...
- Selecting previously unselected package libavahi-common3:riscv64.
- Preparing to unpack .../070-libavahi-common3_0.8-16_riscv64.deb ...
- Unpacking libavahi-common3:riscv64 (0.8-16) ...
- Selecting previously unselected package libavahi-client3:riscv64.
- Preparing to unpack .../071-libavahi-client3_0.8-16_riscv64.deb ...
- Unpacking libavahi-client3:riscv64 (0.8-16) ...
- Selecting previously unselected package uuid-dev:riscv64.
- Preparing to unpack .../072-uuid-dev_2.41-5_riscv64.deb ...
- Unpacking uuid-dev:riscv64 (2.41-5) ...
- Selecting previously unselected package libblkid-dev:riscv64.
- Preparing to unpack .../073-libblkid-dev_2.41-5_riscv64.deb ...
- Unpacking libblkid-dev:riscv64 (2.41-5) ...
- Selecting previously unselected package libbrotli-dev:riscv64.
- Preparing to unpack .../074-libbrotli-dev_1.1.0-2+b7_riscv64.deb ...
- Unpacking libbrotli-dev:riscv64 (1.1.0-2+b7) ...
- Selecting previously unselected package libbz2-dev:riscv64.
- Preparing to unpack .../075-libbz2-dev_1.0.8-6_riscv64.deb ...
- Unpacking libbz2-dev:riscv64 (1.0.8-6) ...
- Selecting previously unselected package libcloudproviders0:riscv64.
- Preparing to unpack .../076-libcloudproviders0_0.3.6-2_riscv64.deb ...
- Unpacking libcloudproviders0:riscv64 (0.3.6-2) ...
- Selecting previously unselected package liblcms2-2:riscv64.
- Preparing to unpack .../077-liblcms2-2_2.16-2_riscv64.deb ...
- Unpacking liblcms2-2:riscv64 (2.16-2) ...
- Selecting previously unselected package libcolord2:riscv64.
- Preparing to unpack .../078-libcolord2_1.4.7-3_riscv64.deb ...
- Unpacking libcolord2:riscv64 (1.4.7-3) ...
- Selecting previously unselected package libjson-c5:riscv64.
- Preparing to unpack .../079-libjson-c5_0.18+ds-1_riscv64.deb ...
- Unpacking libjson-c5:riscv64 (0.18+ds-1) ...
- Selecting previously unselected package libcryptsetup12:riscv64.
- Preparing to unpack .../080-libcryptsetup12_2%3a2.7.5-2_riscv64.deb ...
- Unpacking libcryptsetup12:riscv64 (2:2.7.5-2) ...
- Selecting previously unselected package libcups2t64:riscv64.
- Preparing to unpack .../081-libcups2t64_2.4.10-3+deb13u2_riscv64.deb ...
- Unpacking libcups2t64:riscv64 (2.4.10-3+deb13u2) ...
- Selecting previously unselected package libdatrie1:riscv64.
- Preparing to unpack .../082-libdatrie1_0.2.13-3+b1_riscv64.deb ...
- Unpacking libdatrie1:riscv64 (0.2.13-3+b1) ...
- Selecting previously unselected package libdav1d7:riscv64.
- Preparing to unpack .../083-libdav1d7_1.5.1-1_riscv64.deb ...
- Unpacking libdav1d7:riscv64 (1.5.1-1) ...
- Selecting previously unselected package libsystemd-dev:riscv64.
- Preparing to unpack .../084-libsystemd-dev_257.9-1~deb13u1_riscv64.deb ...
- Unpacking libsystemd-dev:riscv64 (257.9-1~deb13u1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../085-libpkgconf3_1.8.1-4_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../086-pkgconf-bin_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../087-pkgconf_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-4) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../088-sgml-base_1.31+nmu1_all.deb ...
- Unpacking sgml-base (1.31+nmu1) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../089-xml-core_0.19_all.deb ...
- Unpacking xml-core (0.19) ...
- Selecting previously unselected package libdbus-1-dev:riscv64.
- Preparing to unpack .../090-libdbus-1-dev_1.16.2-2_riscv64.deb ...
- Unpacking libdbus-1-dev:riscv64 (1.16.2-2) ...
- Selecting previously unselected package libwayland-client0:riscv64.
- Preparing to unpack .../091-libwayland-client0_1.23.1-3_riscv64.deb ...
- Unpacking libwayland-client0:riscv64 (1.23.1-3) ...
- Selecting previously unselected package libdecor-0-0:riscv64.
- Preparing to unpack .../092-libdecor-0-0_0.2.2-2_riscv64.deb ...
- Unpacking libdecor-0-0:riscv64 (0.2.2-2) ...
- Selecting previously unselected package libwayland-server0:riscv64.
- Preparing to unpack .../093-libwayland-server0_1.23.1-3_riscv64.deb ...
- Unpacking libwayland-server0:riscv64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-cursor0:riscv64.
- Preparing to unpack .../094-libwayland-cursor0_1.23.1-3_riscv64.deb ...
- Unpacking libwayland-cursor0:riscv64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-egl1:riscv64.
- Preparing to unpack .../095-libwayland-egl1_1.23.1-3_riscv64.deb ...
- Unpacking libwayland-egl1:riscv64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../096-libwayland-bin_1.23.1-3_riscv64.deb ...
- Unpacking libwayland-bin (1.23.1-3) ...
- Selecting previously unselected package libffi-dev:riscv64.
- Preparing to unpack .../097-libffi-dev_3.4.8-2_riscv64.deb ...
- Unpacking libffi-dev:riscv64 (3.4.8-2) ...
- Selecting previously unselected package libwayland-dev:riscv64.
- Preparing to unpack .../098-libwayland-dev_1.23.1-3_riscv64.deb ...
- Unpacking libwayland-dev:riscv64 (1.23.1-3) ...
- Selecting previously unselected package libdecor-0-dev:riscv64.
- Preparing to unpack .../099-libdecor-0-dev_0.2.2-2_riscv64.deb ...
- Unpacking libdecor-0-dev:riscv64 (0.2.2-2) ...
- Selecting previously unselected package libepoxy0:riscv64.
- Preparing to unpack .../100-libepoxy0_1.5.10-2_riscv64.deb ...
- Unpacking libepoxy0:riscv64 (1.5.10-2) ...
- Selecting previously unselected package libfribidi0:riscv64.
- Preparing to unpack .../101-libfribidi0_1.0.16-1_riscv64.deb ...
- Unpacking libfribidi0:riscv64 (1.0.16-1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../102-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libthai0:riscv64.
- Preparing to unpack .../103-libthai0_0.1.29-2+b1_riscv64.deb ...
- Unpacking libthai0:riscv64 (0.1.29-2+b1) ...
- Selecting previously unselected package libpango-1.0-0:riscv64.
- Preparing to unpack .../104-libpango-1.0-0_1.56.3-1_riscv64.deb ...
- Unpacking libpango-1.0-0:riscv64 (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:riscv64.
- Preparing to unpack .../105-libpangoft2-1.0-0_1.56.3-1_riscv64.deb ...
- Unpacking libpangoft2-1.0-0:riscv64 (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:riscv64.
- Preparing to unpack .../106-libpangocairo-1.0-0_1.56.3-1_riscv64.deb ...
- Unpacking libpangocairo-1.0-0:riscv64 (1.56.3-1) ...
- Selecting previously unselected package libxcomposite1:riscv64.
- Preparing to unpack .../107-libxcomposite1_1%3a0.4.6-1_riscv64.deb ...
- Unpacking libxcomposite1:riscv64 (1:0.4.6-1) ...
- Selecting previously unselected package libxfixes3:riscv64.
- Preparing to unpack .../108-libxfixes3_1%3a6.0.0-2+b4_riscv64.deb ...
- Unpacking libxfixes3:riscv64 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor1:riscv64.
2026-04-05 17:39.19: Cancelling: Auto-cancelling job because it is no longer needed
- Preparing to unpack .../109-libxcursor1_1%3a1.2.3-1_riscv64.deb ...
- Unpacking libxcursor1:riscv64 (1:1.2.3-1) ...
- Selecting previously unselected package libxdamage1:riscv64.
- Preparing to unpack .../110-libxdamage1_1%3a1.1.6-1+b2_riscv64.deb ...
- Unpacking libxdamage1:riscv64 (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxinerama1:riscv64.
- Preparing to unpack .../111-libxinerama1_2%3a1.1.4-3+b4_riscv64.deb ...
- Unpacking libxinerama1:riscv64 (2:1.1.4-3+b4) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../112-xkb-data_2.42-1_all.deb ...
- Unpacking xkb-data (2.42-1) ...
- Selecting previously unselected package libxkbcommon0:riscv64.
- Preparing to unpack .../113-libxkbcommon0_1.7.0-2_riscv64.deb ...
- Unpacking libxkbcommon0:riscv64 (1.7.0-2) ...
- Selecting previously unselected package libxrandr2:riscv64.
- Preparing to unpack .../114-libxrandr2_2%3a1.5.4-1+b3_riscv64.deb ...
- Unpacking libxrandr2:riscv64 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../115-libgtk-3-common_3.24.49-3_all.deb ...
- Unpacking libgtk-3-common (3.24.49-3) ...
Job cancelled