- github
- ocaml
- opam-repository
- 04bb69
- extras,x86_32-ocaml-5.4,ffmpeg-avcodec.1.3.0
(not at the head of any monitored branch or PR)
2026-04-13 14:55.06: New job: build ffmpeg-avcodec.1.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
on debian-13-ocaml-5.4/i386
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29703/head" && git reset --hard 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ffmpeg-avcodec.1.3.0 1.3.0
RUN opam reinstall ffmpeg-avcodec.1.3.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ffmpeg-avcodec.1.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-13 14:55.06: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb-ffmpeg-avcodec.1.3.0-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.06: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb)
(shell /usr/bin/linux32 /bin/sh -c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn ffmpeg-avcodec.1.3.0 1.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avcodec.1.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ffmpeg-avcodec.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-13 14:55.06: Waiting for resource in pool OCluster
2026-04-13 15:58.24: Waiting for worker…
2026-04-13 16:01.18: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
packages/ffmpeg-av/ffmpeg-av.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam | 51 ++++++++++++++++++++++
.../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg/ffmpeg.1.3.0/opam | 44 +++++++++++++++++++
.../liquidsoap-core/liquidsoap-core.2.2.0/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.2/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.3/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.4-1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.5/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.3.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.2/opam | 2 +-
17 files changed, 406 insertions(+), 9 deletions(-)
create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb' locally
docker.io/ocaml/opam@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb: Pulling from ocaml/opam
a59dab062b6e: Pulling fs layer
4c235f9505d7: Pulling fs layer
2fd1e3aa020e: Pulling fs layer
a3ffcc28d7c3: Pulling fs layer
061b92ac769b: Pulling fs layer
b76f3d7c2af7: Pulling fs layer
66cd1ae705c1: Pulling fs layer
a3ffcc28d7c3: Waiting
9ac7fe9595c0: Pulling fs layer
061b92ac769b: Waiting
b76f3d7c2af7: Waiting
a1013b12591b: Pulling fs layer
66cd1ae705c1: Waiting
9ac7fe9595c0: Waiting
c0856ae5c8d4: Pulling fs layer
a1013b12591b: Waiting
2764f83aed88: Pulling fs layer
c0856ae5c8d4: Waiting
893b77e8a916: Pulling fs layer
2764f83aed88: Waiting
3d20196a830c: Pulling fs layer
893b77e8a916: Waiting
3d20196a830c: Waiting
ca6160c3741c: Pulling fs layer
c9a674e94918: Pulling fs layer
ca6160c3741c: Waiting
238881b0392b: Pulling fs layer
c9a674e94918: Waiting
3e665f7165f7: Pulling fs layer
238881b0392b: Waiting
3e665f7165f7: Waiting
5f40d4708a45: Pulling fs layer
2947e4d19816: Pulling fs layer
5f40d4708a45: Waiting
3a8fb23bb980: Pulling fs layer
2947e4d19816: Waiting
92669fcd8348: Pulling fs layer
3a8fb23bb980: Waiting
4f4fb700ef54: Pulling fs layer
92669fcd8348: Waiting
0a31b13e66a5: Pulling fs layer
4f4fb700ef54: Waiting
694767fb237d: Pulling fs layer
0a31b13e66a5: Waiting
0d2988982386: Pulling fs layer
694767fb237d: Waiting
ed5e56d1e3fa: Pulling fs layer
0d2988982386: Waiting
82f429e96ca4: Pulling fs layer
d87cbffcc7bd: Pulling fs layer
ed5e56d1e3fa: Waiting
82f429e96ca4: Waiting
de8b16f76673: Pulling fs layer
d87cbffcc7bd: Waiting
5806d8c9d3b4: Pulling fs layer
de8b16f76673: Waiting
d989ea0e37d7: Pulling fs layer
5806d8c9d3b4: Waiting
644b8f5f3fcb: Pulling fs layer
d989ea0e37d7: Waiting
95f25e02036b: Pulling fs layer
644b8f5f3fcb: Waiting
0c0ebd0d8440: Pulling fs layer
a1ee4cc749f0: Pulling fs layer
0c0ebd0d8440: Waiting
95f25e02036b: Waiting
9053ed7febc6: Pulling fs layer
b5713a5a315b: Pulling fs layer
2abf82d9c339: Pulling fs layer
a1ee4cc749f0: Waiting
9053ed7febc6: Waiting
b5713a5a315b: Waiting
d114ea9e0492: Pulling fs layer
2fd9c0ba772e: Pulling fs layer
2abf82d9c339: Waiting
d114ea9e0492: Waiting
47decbc7905c: Pulling fs layer
2fd9c0ba772e: Waiting
be7e286a7f37: Pulling fs layer
8535ad9522db: Pulling fs layer
be7e286a7f37: Waiting
47decbc7905c: Waiting
8535ad9522db: Waiting
18c4f11b473d: Pulling fs layer
f286d164ede4: Pulling fs layer
b7307529b20a: Pulling fs layer
18c4f11b473d: Waiting
f286d164ede4: Waiting
a318cf4a28f3: Pulling fs layer
b7307529b20a: Waiting
a318cf4a28f3: Waiting
2fd1e3aa020e: Verifying Checksum
2fd1e3aa020e: Download complete
4c235f9505d7: Download complete
061b92ac769b: Download complete
a59dab062b6e: Verifying Checksum
a59dab062b6e: Download complete
66cd1ae705c1: Verifying Checksum
66cd1ae705c1: Download complete
a59dab062b6e: Pull complete
4c235f9505d7: Pull complete
2fd1e3aa020e: Pull complete
9ac7fe9595c0: Verifying Checksum
9ac7fe9595c0: Download complete
a1013b12591b: Verifying Checksum
a1013b12591b: Download complete
c0856ae5c8d4: Verifying Checksum
c0856ae5c8d4: Download complete
2764f83aed88: Verifying Checksum
2764f83aed88: Download complete
b76f3d7c2af7: Verifying Checksum
b76f3d7c2af7: Download complete
893b77e8a916: Verifying Checksum
893b77e8a916: Download complete
3d20196a830c: Verifying Checksum
3d20196a830c: Download complete
c9a674e94918: Verifying Checksum
c9a674e94918: Download complete
ca6160c3741c: Verifying Checksum
ca6160c3741c: Download complete
238881b0392b: Download complete
3e665f7165f7: Verifying Checksum
3e665f7165f7: Download complete
5f40d4708a45: Verifying Checksum
5f40d4708a45: Download complete
2947e4d19816: Verifying Checksum
2947e4d19816: Download complete
3a8fb23bb980: Verifying Checksum
3a8fb23bb980: Download complete
92669fcd8348: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
0a31b13e66a5: Download complete
694767fb237d: Download complete
0d2988982386: Verifying Checksum
0d2988982386: Download complete
ed5e56d1e3fa: Verifying Checksum
ed5e56d1e3fa: Download complete
82f429e96ca4: Verifying Checksum
82f429e96ca4: Download complete
d87cbffcc7bd: Download complete
de8b16f76673: Verifying Checksum
de8b16f76673: Download complete
5806d8c9d3b4: Download complete
d989ea0e37d7: Verifying Checksum
d989ea0e37d7: Download complete
644b8f5f3fcb: Download complete
95f25e02036b: Verifying Checksum
95f25e02036b: Download complete
0c0ebd0d8440: Verifying Checksum
9053ed7febc6: Verifying Checksum
9053ed7febc6: Download complete
a1ee4cc749f0: Verifying Checksum
a1ee4cc749f0: Download complete
2abf82d9c339: Verifying Checksum
2abf82d9c339: Download complete
d114ea9e0492: Verifying Checksum
d114ea9e0492: Download complete
a3ffcc28d7c3: Download complete
2fd9c0ba772e: Download complete
47decbc7905c: Verifying Checksum
47decbc7905c: Download complete
be7e286a7f37: Verifying Checksum
be7e286a7f37: Download complete
a3ffcc28d7c3: Pull complete
061b92ac769b: Pull complete
8535ad9522db: Verifying Checksum
8535ad9522db: Download complete
f286d164ede4: Verifying Checksum
f286d164ede4: Download complete
b7307529b20a: Verifying Checksum
a318cf4a28f3: Download complete
b76f3d7c2af7: Pull complete
66cd1ae705c1: Pull complete
9ac7fe9595c0: Pull complete
a1013b12591b: Pull complete
c0856ae5c8d4: Pull complete
18c4f11b473d: Download complete
2764f83aed88: Pull complete
893b77e8a916: Pull complete
3d20196a830c: Pull complete
ca6160c3741c: Pull complete
c9a674e94918: Pull complete
238881b0392b: Pull complete
3e665f7165f7: Pull complete
5f40d4708a45: Pull complete
2947e4d19816: Pull complete
3a8fb23bb980: Pull complete
92669fcd8348: Pull complete
4f4fb700ef54: Pull complete
0a31b13e66a5: Pull complete
694767fb237d: Pull complete
0d2988982386: Pull complete
ed5e56d1e3fa: Pull complete
82f429e96ca4: Pull complete
d87cbffcc7bd: Pull complete
de8b16f76673: Pull complete
5806d8c9d3b4: Pull complete
d989ea0e37d7: Pull complete
644b8f5f3fcb: Pull complete
95f25e02036b: Pull complete
0c0ebd0d8440: Pull complete
b5713a5a315b: Verifying Checksum
b5713a5a315b: Download complete
a1ee4cc749f0: Pull complete
9053ed7febc6: Pull complete
b5713a5a315b: Pull complete
2abf82d9c339: Pull complete
d114ea9e0492: Pull complete
2fd9c0ba772e: Pull complete
47decbc7905c: Pull complete
be7e286a7f37: Pull complete
8535ad9522db: Pull complete
18c4f11b473d: Pull complete
f286d164ede4: Pull complete
b7307529b20a: Pull complete
a318cf4a28f3: Pull complete
Digest: sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb
Status: Downloaded newer image for ocaml/opam@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb
2026-04-13 16:03.57 ---> saved as "505eaca43cb756952b53ca9d7a2deedd80d9d9e53a2f2d3997cb909dcff398a9"
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 16:03.57 ---> saved as "db3b645e407ea093aa101ced4f5965b6ecd6ba70142f951531a40847c4871995"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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-13 16:04.40 ---> saved as "e504b978a9a9b841ebdc88af7f7b6f05b5435fe402353a48d43964a2450128b0"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_32 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native false
# ocaml:native-tools false
# ocaml:native-dynlink false
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1+bytecode-only
2026-04-13 16:04.41 ---> saved as "b43233f673f3c7de39e730f32c050a69ceeda90ff08b283e818a376d3d8d9837"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-13 16:04.49 ---> saved as "041aec0e0bd92cad9f4b08b5cb738b69637288be648b7c65af92802994ff1ee9"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 16:04.56 ---> saved as "b7a02c39a3b8cfadf1e9ca945da2d28201c3eebdfe09dadea0ec85437fba21f8"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 16:05.28 ---> saved as "2c4f88216b4dd06b604c36e46096bde425d70456b5ebc2fb175d478654273778"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main i386 Packages [115 kB]
- Fetched 206 kB in 0s (909 kB/s)
- Reading package lists...
-
2026-04-13 16:05.30 ---> saved as "d244962d07ab606aaa997429c2c8653a9a7b5e9926412f64f0801ca8f08f0b69"
/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-avcodec.1.3.0 1.3.0"))
ffmpeg-avcodec is now pinned to version 1.3.0
2026-04-13 16:05.31 ---> saved as "18067c0b6cb21e627ecee84364a9ac3f0b1d36c98ae13646b62b0f3c1da8de1a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avcodec.1.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ffmpeg-avcodec.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ffmpeg-avcodec.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install conf-ffmpeg 1 [required by ffmpeg-avcodec]
- install conf-pkg-config 4 [required by ffmpeg-avcodec]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.1 [required by ffmpeg-avcodec]
- install dune-configurator 3.22.1 [required by ffmpeg-avcodec]
- install ffmpeg-avcodec 1.3.0 (pinned)
- install ffmpeg-avutil 1.3.0 [required by ffmpeg-avcodec]
The following system packages will first need to be installed:
libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libavcodec-dev" "libavdevice-dev" "libavfilter-dev" "libavformat-dev" "libavutil-dev" "libswresample-dev" "libswscale-dev" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package libsystemd-shared:i386.
- (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 ... 20624 files and directories currently installed.)
- Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_i386.deb ...
- Unpacking libsystemd-shared:i386 (257.9-1~deb13u1) ...
- Setting up libsystemd-shared:i386 (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 ... 20632 files and directories currently installed.)
- Preparing to unpack .../systemd_257.9-1~deb13u1_i386.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 ... 21564 files and directories currently installed.)
- Preparing to unpack .../000-systemd-sysv_257.9-1~deb13u1_i386.deb ...
- Unpacking systemd-sysv (257.9-1~deb13u1) ...
- Selecting previously unselected package libdbus-1-3:i386.
- Preparing to unpack .../001-libdbus-1-3_1.16.2-2_i386.deb ...
- Unpacking libdbus-1-3:i386 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../002-dbus-bin_1.16.2-2_i386.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../003-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 .../004-dbus-daemon_1.16.2-2_i386.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../005-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 .../006-dbus_1.16.2-2_i386.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package libnss-systemd:i386.
- Preparing to unpack .../007-libnss-systemd_257.9-1~deb13u1_i386.deb ...
- Unpacking libnss-systemd:i386 (257.9-1~deb13u1) ...
- Selecting previously unselected package libpam-systemd:i386.
- Preparing to unpack .../008-libpam-systemd_257.9-1~deb13u1_i386.deb ...
- Unpacking libpam-systemd:i386 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../009-systemd-timesyncd_257.9-1~deb13u1_i386.deb ...
- Unpacking systemd-timesyncd (257.9-1~deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../010-libgdk-pixbuf2.0-common_2.42.12+dfsg-4+deb13u1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libglib2.0-0t64:i386.
- Preparing to unpack .../011-libglib2.0-0t64_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libglib2.0-0t64:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libxml2:i386.
- Preparing to unpack .../012-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_i386.deb ...
- Unpacking libxml2:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../013-shared-mime-info_2.4-5+b2_i386.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libjpeg62-turbo:i386.
- Preparing to unpack .../014-libjpeg62-turbo_1%3a2.1.5-4_i386.deb ...
- Unpacking libjpeg62-turbo:i386 (1:2.1.5-4) ...
- Selecting previously unselected package libpng16-16t64:i386.
- Preparing to unpack .../015-libpng16-16t64_1.6.48-1+deb13u4_i386.deb ...
- Unpacking libpng16-16t64:i386 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libdeflate0:i386.
- Preparing to unpack .../016-libdeflate0_1.23-2_i386.deb ...
- Unpacking libdeflate0:i386 (1.23-2) ...
- Selecting previously unselected package libjbig0:i386.
- Preparing to unpack .../017-libjbig0_2.1-6.1+b2_i386.deb ...
- Unpacking libjbig0:i386 (2.1-6.1+b2) ...
- Selecting previously unselected package liblerc4:i386.
- Preparing to unpack .../018-liblerc4_4.0.0+ds-5_i386.deb ...
- Unpacking liblerc4:i386 (4.0.0+ds-5) ...
- Selecting previously unselected package libsharpyuv0:i386.
- Preparing to unpack .../019-libsharpyuv0_1.5.0-0.1_i386.deb ...
- Unpacking libsharpyuv0:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libwebp7:i386.
- Preparing to unpack .../020-libwebp7_1.5.0-0.1_i386.deb ...
- Unpacking libwebp7:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:i386.
- Preparing to unpack .../021-libtiff6_4.7.0-3+deb13u2_i386.deb ...
- Unpacking libtiff6:i386 (4.7.0-3+deb13u2) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:i386.
- Preparing to unpack .../022-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4+deb13u1_i386.deb ...
- Unpacking libgdk-pixbuf-2.0-0:i386 (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../023-gtk-update-icon-cache_4.18.6+ds-2_i386.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 .../024-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 .../025-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 .../026-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 .../027-libasound2-data_1.2.14-1_all.deb ...
- Unpacking libasound2-data (1.2.14-1) ...
- Selecting previously unselected package libasound2t64:i386.
- Preparing to unpack .../028-libasound2t64_1.2.14-1_i386.deb ...
- Unpacking libasound2t64:i386 (1.2.14-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../029-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 .../030-at-spi2-common_2.56.2-1+deb13u1_all.deb ...
- Unpacking at-spi2-common (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libxi6:i386.
- Preparing to unpack .../031-libxi6_2%3a1.8.2-1_i386.deb ...
- Unpacking libxi6:i386 (2:1.8.2-1) ...
- Selecting previously unselected package libatspi2.0-0t64:i386.
- Preparing to unpack .../032-libatspi2.0-0t64_2.56.2-1+deb13u1_i386.deb ...
- Unpacking libatspi2.0-0t64:i386 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../033-x11-common_1%3a7.7+24+deb13u1_all.deb ...
- Unpacking x11-common (1:7.7+24+deb13u1) ...
- Selecting previously unselected package libxtst6:i386.
- Preparing to unpack .../034-libxtst6_2%3a1.2.5-1_i386.deb ...
- Unpacking libxtst6:i386 (2:1.2.5-1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../035-dbus-user-session_1.16.2-2_i386.deb ...
- Unpacking dbus-user-session (1.16.2-2) ...
- Selecting previously unselected package libdconf1:i386.
- Preparing to unpack .../036-libdconf1_0.40.0-5_i386.deb ...
- Unpacking libdconf1:i386 (0.40.0-5) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../037-dconf-service_0.40.0-5_i386.deb ...
- Unpacking dconf-service (0.40.0-5) ...
- Selecting previously unselected package dconf-gsettings-backend:i386.
- Preparing to unpack .../038-dconf-gsettings-backend_0.40.0-5_i386.deb ...
- Unpacking dconf-gsettings-backend:i386 (0.40.0-5) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../039-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 .../040-at-spi2-core_2.56.2-1+deb13u1_i386.deb ...
- Unpacking at-spi2-core (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libdevmapper1.02.1:i386.
- Preparing to unpack .../041-libdevmapper1.02.1_2%3a1.02.205-2_i386.deb ...
- Unpacking libdevmapper1.02.1:i386 (2:1.02.205-2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../042-dmsetup_2%3a1.02.205-2_i386.deb ...
- Unpacking dmsetup (2:1.02.205-2) ...
- Selecting previously unselected package libfreetype6:i386.
- Preparing to unpack .../043-libfreetype6_2.13.3+dfsg-1+deb13u1_i386.deb ...
- Unpacking libfreetype6:i386 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../044-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 .../045-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../046-fontconfig-config_2.15.0-2.3_i386.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:i386.
- Preparing to unpack .../047-libfontconfig1_2.15.0-2.3_i386.deb ...
- Unpacking libfontconfig1:i386 (2.15.0-2.3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../048-fontconfig_2.15.0-2.3_i386.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package libva2:i386.
- Preparing to unpack .../049-libva2_2.22.0-3_i386.deb ...
- Unpacking libva2:i386 (2.22.0-3) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../050-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:i386.
- Preparing to unpack .../051-libdrm2_2.4.124-2_i386.deb ...
- Unpacking libdrm2:i386 (2.4.124-2) ...
- Selecting previously unselected package libpciaccess0:i386.
- Preparing to unpack .../052-libpciaccess0_0.17-3+b3_i386.deb ...
- Unpacking libpciaccess0:i386 (0.17-3+b3) ...
- Selecting previously unselected package libdrm-intel1:i386.
- Preparing to unpack .../053-libdrm-intel1_2.4.124-2_i386.deb ...
- Unpacking libdrm-intel1:i386 (2.4.124-2) ...
- Selecting previously unselected package i965-va-driver:i386.
- Preparing to unpack .../054-i965-va-driver_2.4.1+dfsg1-2_i386.deb ...
- Unpacking i965-va-driver:i386 (2.4.1+dfsg1-2) ...
- Selecting previously unselected package libigdgmm12:i386.
- Preparing to unpack .../055-libigdgmm12_22.7.2+ds1-1_i386.deb ...
- Unpacking libigdgmm12:i386 (22.7.2+ds1-1) ...
- Selecting previously unselected package intel-media-va-driver:i386.
- Preparing to unpack .../056-intel-media-va-driver_25.2.3+dfsg1-1_i386.deb ...
- Unpacking intel-media-va-driver:i386 (25.2.3+dfsg1-1) ...
- Selecting previously unselected package libgpg-error0:i386.
- Preparing to unpack .../057-libgpg-error0_1.51-4_i386.deb ...
- Unpacking libgpg-error0:i386 (1.51-4) ...
- Selecting previously unselected package libgcrypt20:i386.
- Preparing to unpack .../058-libgcrypt20_1.11.0-7_i386.deb ...
- Unpacking libgcrypt20:i386 (1.11.0-7) ...
- Selecting previously unselected package libaacs0:i386.
- Preparing to unpack .../059-libaacs0_0.11.1-4+b1_i386.deb ...
- Unpacking libaacs0:i386 (0.11.1-4+b1) ...
- Selecting previously unselected package libaom3:i386.
- Preparing to unpack .../060-libaom3_3.12.1-1_i386.deb ...
- Unpacking libaom3:i386 (3.12.1-1) ...
- Selecting previously unselected package libfribidi0:i386.
- Preparing to unpack .../061-libfribidi0_1.0.16-1_i386.deb ...
- Unpacking libfribidi0:i386 (1.0.16-1) ...
- Selecting previously unselected package libgraphite2-3:i386.
- Preparing to unpack .../062-libgraphite2-3_1.3.14-2+b1_i386.deb ...
- Unpacking libgraphite2-3:i386 (1.3.14-2+b1) ...
- Selecting previously unselected package libharfbuzz0b:i386.
- Preparing to unpack .../063-libharfbuzz0b_10.2.0-1+b1_i386.deb ...
- Unpacking libharfbuzz0b:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package libunibreak6:i386.
- Preparing to unpack .../064-libunibreak6_6.1-3_i386.deb ...
- Unpacking libunibreak6:i386 (6.1-3) ...
- Selecting previously unselected package libass9:i386.
- Preparing to unpack .../065-libass9_1%3a0.17.3-1+b1_i386.deb ...
- Unpacking libass9:i386 (1:0.17.3-1+b1) ...
- Selecting previously unselected package libasyncns0:i386.
- Preparing to unpack .../066-libasyncns0_0.8-6+b5_i386.deb ...
- Unpacking libasyncns0:i386 (0.8-6+b5) ...
- Selecting previously unselected package libatk1.0-0t64:i386.
- Preparing to unpack .../067-libatk1.0-0t64_2.56.2-1+deb13u1_i386.deb ...
- Unpacking libatk1.0-0t64:i386 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:i386.
- Preparing to unpack .../068-libatk-bridge2.0-0t64_2.56.2-1+deb13u1_i386.deb ...
- Unpacking libatk-bridge2.0-0t64:i386 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libavahi-common-data:i386.
- Preparing to unpack .../069-libavahi-common-data_0.8-16_i386.deb ...
- Unpacking libavahi-common-data:i386 (0.8-16) ...
- Selecting previously unselected package libavahi-common3:i386.
- Preparing to unpack .../070-libavahi-common3_0.8-16_i386.deb ...
- Unpacking libavahi-common3:i386 (0.8-16) ...
- Selecting previously unselected package libavahi-client3:i386.
- Preparing to unpack .../071-libavahi-client3_0.8-16_i386.deb ...
- Unpacking libavahi-client3:i386 (0.8-16) ...
- Selecting previously unselected package libraw1394-11:i386.
- Preparing to unpack .../072-libraw1394-11_2.1.2-2+b2_i386.deb ...
- Unpacking libraw1394-11:i386 (2.1.2-2+b2) ...
- Selecting previously unselected package libavc1394-0:i386.
- Preparing to unpack .../073-libavc1394-0_0.5.4-5+b2_i386.deb ...
- Unpacking libavc1394-0:i386 (0.5.4-5+b2) ...
- Selecting previously unselected package libva-drm2:i386.
- Preparing to unpack .../074-libva-drm2_2.22.0-3_i386.deb ...
- Unpacking libva-drm2:i386 (2.22.0-3) ...
- Selecting previously unselected package libx11-xcb1:i386.
- Preparing to unpack .../075-libx11-xcb1_2%3a1.8.12-1_i386.deb ...
- Unpacking libx11-xcb1:i386 (2:1.8.12-1) ...
- Selecting previously unselected package libxcb-dri3-0:i386.
- Preparing to unpack .../076-libxcb-dri3-0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-dri3-0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxfixes3:i386.
- Preparing to unpack .../077-libxfixes3_1%3a6.0.0-2+b4_i386.deb ...
- Unpacking libxfixes3:i386 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libva-x11-2:i386.
- Preparing to unpack .../078-libva-x11-2_2.22.0-3_i386.deb ...
- Unpacking libva-x11-2:i386 (2.22.0-3) ...
- Selecting previously unselected package libvdpau1:i386.
- Preparing to unpack .../079-libvdpau1_1.5-3+b1_i386.deb ...
- Unpacking libvdpau1:i386 (1.5-3+b1) ...
- Selecting previously unselected package ocl-icd-libopencl1:i386.
- Preparing to unpack .../080-ocl-icd-libopencl1_2.3.3-1_i386.deb ...
- Unpacking ocl-icd-libopencl1:i386 (2.3.3-1) ...
- Selecting previously unselected package libavutil59:i386.
- Preparing to unpack .../081-libavutil59_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavutil59:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libpixman-1-0:i386.
- Preparing to unpack .../082-libpixman-1-0_0.44.0-3_i386.deb ...
- Unpacking libpixman-1-0:i386 (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:i386.
- Preparing to unpack .../083-libxcb-render0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-render0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:i386.
- Preparing to unpack .../084-libxcb-shm0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-shm0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:i386.
- Preparing to unpack .../085-libxrender1_1%3a0.9.12-1_i386.deb ...
- Unpacking libxrender1:i386 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:i386.
- Preparing to unpack .../086-libcairo2_1.18.4-1+b1_i386.deb ...
- Unpacking libcairo2:i386 (1.18.4-1+b1) ...
- Selecting previously unselected package libcodec2-1.2:i386.
- Preparing to unpack .../087-libcodec2-1.2_1.2.0-3_i386.deb ...
- Unpacking libcodec2-1.2:i386 (1.2.0-3) ...
- Selecting previously unselected package libdav1d7:i386.
- Preparing to unpack .../088-libdav1d7_1.5.1-1_i386.deb ...
- Unpacking libdav1d7:i386 (1.5.1-1) ...
- Selecting previously unselected package libgsm1:i386.
- Preparing to unpack .../089-libgsm1_1.0.22-1+b2_i386.deb ...
- Unpacking libgsm1:i386 (1.0.22-1+b2) ...
- Selecting previously unselected package libhwy1t64:i386.
- Preparing to unpack .../090-libhwy1t64_1.2.0-2+b2_i386.deb ...
- Unpacking libhwy1t64:i386 (1.2.0-2+b2) ...
- Selecting previously unselected package liblcms2-2:i386.
- Preparing to unpack .../091-liblcms2-2_2.16-2_i386.deb ...
- Unpacking liblcms2-2:i386 (2.16-2) ...
- Selecting previously unselected package libjxl0.11:i386.
- Preparing to unpack .../092-libjxl0.11_0.11.1-4_i386.deb ...
- Unpacking libjxl0.11:i386 (0.11.1-4) ...
- Selecting previously unselected package libmp3lame0:i386.
- Preparing to unpack .../093-libmp3lame0_3.100-6+b3_i386.deb ...
- Unpacking libmp3lame0:i386 (3.100-6+b3) ...
- Selecting previously unselected package libopenjp2-7:i386.
- Preparing to unpack .../094-libopenjp2-7_2.5.3-2.1~deb13u1_i386.deb ...
- Unpacking libopenjp2-7:i386 (2.5.3-2.1~deb13u1) ...
- Selecting previously unselected package libopus0:i386.
- Preparing to unpack .../095-libopus0_1.5.2-2_i386.deb ...
- Unpacking libopus0:i386 (1.5.2-2) ...
- Selecting previously unselected package librav1e0.7:i386.
- Preparing to unpack .../096-librav1e0.7_0.7.1-9+b2_i386.deb ...
- Unpacking librav1e0.7:i386 (0.7.1-9+b2) ...
- Selecting previously unselected package libcairo-gobject2:i386.
- Preparing to unpack .../097-libcairo-gobject2_1.18.4-1+b1_i386.deb ...
- Unpacking libcairo-gobject2:i386 (1.18.4-1+b1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../098-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libdatrie1:i386.
- Preparing to unpack .../099-libdatrie1_0.2.13-3+b1_i386.deb ...
- Unpacking libdatrie1:i386 (0.2.13-3+b1) ...
- Selecting previously unselected package libthai0:i386.
- Preparing to unpack .../100-libthai0_0.1.29-2+b1_i386.deb ...
- Unpacking libthai0:i386 (0.1.29-2+b1) ...
- Selecting previously unselected package libpango-1.0-0:i386.
- Preparing to unpack .../101-libpango-1.0-0_1.56.3-1_i386.deb ...
- Unpacking libpango-1.0-0:i386 (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:i386.
- Preparing to unpack .../102-libpangoft2-1.0-0_1.56.3-1_i386.deb ...
- Unpacking libpangoft2-1.0-0:i386 (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:i386.
- Preparing to unpack .../103-libpangocairo-1.0-0_1.56.3-1_i386.deb ...
- Unpacking libpangocairo-1.0-0:i386 (1.56.3-1) ...
- Selecting previously unselected package librsvg2-2:i386.
- Preparing to unpack .../104-librsvg2-2_2.60.0+dfsg-1_i386.deb ...
- Unpacking librsvg2-2:i386 (2.60.0+dfsg-1) ...
- Selecting previously unselected package libshine3:i386.
- Preparing to unpack .../105-libshine3_3.1.1-2+b2_i386.deb ...
- Unpacking libshine3:i386 (3.1.1-2+b2) ...
- Selecting previously unselected package libsnappy1v5:i386.
- Preparing to unpack .../106-libsnappy1v5_1.2.2-1_i386.deb ...
- Unpacking libsnappy1v5:i386 (1.2.2-1) ...
- Selecting previously unselected package libspeex1:i386.
- Preparing to unpack .../107-libspeex1_1.2.1-3_i386.deb ...
- Unpacking libspeex1:i386 (1.2.1-3) ...
- Selecting previously unselected package libsvtav1enc2:i386.
- Preparing to unpack .../108-libsvtav1enc2_2.3.0+dfsg-1_i386.deb ...
- Unpacking libsvtav1enc2:i386 (2.3.0+dfsg-1) ...
- Selecting previously unselected package libsoxr0:i386.
- Preparing to unpack .../109-libsoxr0_0.1.3-4+b2_i386.deb ...
- Unpacking libsoxr0:i386 (0.1.3-4+b2) ...
- Selecting previously unselected package libswresample5:i386.
- Preparing to unpack .../110-libswresample5_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libswresample5:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libtheoradec1:i386.
- Preparing to unpack .../111-libtheoradec1_1.2.0~alpha1+dfsg-6_i386.deb ...
- Unpacking libtheoradec1:i386 (1.2.0~alpha1+dfsg-6) ...
- Selecting previously unselected package libogg0:i386.
- Preparing to unpack .../112-libogg0_1.3.5-3+b2_i386.deb ...
- Unpacking libogg0:i386 (1.3.5-3+b2) ...
- Selecting previously unselected package libtheoraenc1:i386.
- Preparing to unpack .../113-libtheoraenc1_1.2.0~alpha1+dfsg-6_i386.deb ...
- Unpacking libtheoraenc1:i386 (1.2.0~alpha1+dfsg-6) ...
- Selecting previously unselected package libtwolame0:i386.
- Preparing to unpack .../114-libtwolame0_0.4.0-2+b2_i386.deb ...
- Unpacking libtwolame0:i386 (0.4.0-2+b2) ...
- Selecting previously unselected package libvorbis0a:i386.
- Preparing to unpack .../115-libvorbis0a_1.3.7-3_i386.deb ...
- Unpacking libvorbis0a:i386 (1.3.7-3) ...
- Selecting previously unselected package libvorbisenc2:i386.
- Preparing to unpack .../116-libvorbisenc2_1.3.7-3_i386.deb ...
- Unpacking libvorbisenc2:i386 (1.3.7-3) ...
- Selecting previously unselected package libvpx9:i386.
- Preparing to unpack .../117-libvpx9_1.15.0-2.1+deb13u1_i386.deb ...
- Unpacking libvpx9:i386 (1.15.0-2.1+deb13u1) ...
- Selecting previously unselected package libwebpmux3:i386.
- Preparing to unpack .../118-libwebpmux3_1.5.0-0.1_i386.deb ...
- Unpacking libwebpmux3:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libx264-164:i386.
- Preparing to unpack .../119-libx264-164_2%3a0.164.3108+git31e19f9-2+b1_i386.deb ...
- Unpacking libx264-164:i386 (2:0.164.3108+git31e19f9-2+b1) ...
- Selecting previously unselected package libnuma1:i386.
- Preparing to unpack .../120-libnuma1_2.0.19-1_i386.deb ...
- Unpacking libnuma1:i386 (2.0.19-1) ...
- Selecting previously unselected package libx265-215:i386.
- Preparing to unpack .../121-libx265-215_4.1-2_i386.deb ...
- Unpacking libx265-215:i386 (4.1-2) ...
- Selecting previously unselected package libxvidcore4:i386.
- Preparing to unpack .../122-libxvidcore4_2%3a1.3.7-1+b2_i386.deb ...
- Unpacking libxvidcore4:i386 (2:1.3.7-1+b2) ...
- Selecting previously unselected package libzvbi-common.
- Preparing to unpack .../123-libzvbi-common_0.2.44-1_all.deb ...
- Unpacking libzvbi-common (0.2.44-1) ...
- Selecting previously unselected package libzvbi0t64:i386.
- Preparing to unpack .../124-libzvbi0t64_0.2.44-1_i386.deb ...
- Unpacking libzvbi0t64:i386 (0.2.44-1) ...
- Selecting previously unselected package libavcodec61:i386.
- Preparing to unpack .../125-libavcodec61_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavcodec61:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libavutil-dev:i386.
- Preparing to unpack .../126-libavutil-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavutil-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libswresample-dev:i386.
- Preparing to unpack .../127-libswresample-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libswresample-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libavcodec-dev:i386.
- Preparing to unpack .../128-libavcodec-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavcodec-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libudfread0:i386.
- Preparing to unpack .../129-libudfread0_1.1.2-1+b2_i386.deb ...
- Unpacking libudfread0:i386 (1.1.2-1+b2) ...
- Selecting previously unselected package libbluray2:i386.
- Preparing to unpack .../130-libbluray2_1%3a1.3.4-1+b2_i386.deb ...
- Unpacking libbluray2:i386 (1:1.3.4-1+b2) ...
- Selecting previously unselected package libchromaprint1:i386.
- Preparing to unpack .../131-libchromaprint1_1.5.1-7_i386.deb ...
- Unpacking libchromaprint1:i386 (1.5.1-7) ...
- Selecting previously unselected package libdvdread8t64:i386.
- Preparing to unpack .../132-libdvdread8t64_6.1.3-2_i386.deb ...
- Unpacking libdvdread8t64:i386 (6.1.3-2) ...
- Selecting previously unselected package libdvdnav4:i386.
- Preparing to unpack .../133-libdvdnav4_6.1.1-3+b1_i386.deb ...
- Unpacking libdvdnav4:i386 (6.1.1-3+b1) ...
- Selecting previously unselected package libgme0:i386.
- Preparing to unpack .../134-libgme0_0.6.3-7+b2_i386.deb ...
- Unpacking libgme0:i386 (0.6.3-7+b2) ...
- Selecting previously unselected package libmpg123-0t64:i386.
- Preparing to unpack .../135-libmpg123-0t64_1.32.10-1+deb13u1_i386.deb ...
- Unpacking libmpg123-0t64:i386 (1.32.10-1+deb13u1) ...
- Selecting previously unselected package libvorbisfile3:i386.
- Preparing to unpack .../136-libvorbisfile3_1.3.7-3_i386.deb ...
- Unpacking libvorbisfile3:i386 (1.3.7-3) ...
- Selecting previously unselected package libopenmpt0t64:i386.
- Preparing to unpack .../137-libopenmpt0t64_0.7.13-1+b1_i386.deb ...
- Unpacking libopenmpt0t64:i386 (0.7.13-1+b1) ...
- Selecting previously unselected package librabbitmq4:i386.
- Preparing to unpack .../138-librabbitmq4_0.15.0-1_i386.deb ...
- Unpacking librabbitmq4:i386 (0.15.0-1) ...
- Selecting previously unselected package libcjson1:i386.
- Preparing to unpack .../139-libcjson1_1.7.18-3.1+deb13u1_i386.deb ...
- Unpacking libcjson1:i386 (1.7.18-3.1+deb13u1) ...
- Selecting previously unselected package libmbedcrypto16:i386.
- Preparing to unpack .../140-libmbedcrypto16_3.6.5-0.1~deb13u1_i386.deb ...
- Unpacking libmbedcrypto16:i386 (3.6.5-0.1~deb13u1) ...
- Selecting previously unselected package librist4:i386.
- Preparing to unpack .../141-librist4_0.2.11+dfsg-1_i386.deb ...
- Unpacking librist4:i386 (0.2.11+dfsg-1) ...
- Selecting previously unselected package libsrt1.5-gnutls:i386.
- Preparing to unpack .../142-libsrt1.5-gnutls_1.5.4-1_i386.deb ...
- Unpacking libsrt1.5-gnutls:i386 (1.5.4-1) ...
- Selecting previously unselected package libssh-4:i386.
- Preparing to unpack .../143-libssh-4_0.11.2-1+deb13u1_i386.deb ...
- Unpacking libssh-4:i386 (0.11.2-1+deb13u1) ...
- Selecting previously unselected package libnorm1t64:i386.
- Preparing to unpack .../144-libnorm1t64_1.5.9+dfsg-3.1+b2_i386.deb ...
- Unpacking libnorm1t64:i386 (1.5.9+dfsg-3.1+b2) ...
- Selecting previously unselected package libpgm-5.3-0t64:i386.
- Preparing to unpack .../145-libpgm-5.3-0t64_5.3.128~dfsg-2.1+b1_i386.deb ...
- Unpacking libpgm-5.3-0t64:i386 (5.3.128~dfsg-2.1+b1) ...
- Selecting previously unselected package libsodium23:i386.
- Preparing to unpack .../146-libsodium23_1.0.18-1+deb13u1_i386.deb ...
- Unpacking libsodium23:i386 (1.0.18-1+deb13u1) ...
- Selecting previously unselected package libzmq5:i386.
- Preparing to unpack .../147-libzmq5_4.3.5-1+b3_i386.deb ...
- Unpacking libzmq5:i386 (4.3.5-1+b3) ...
- Selecting previously unselected package libavformat61:i386.
- Preparing to unpack .../148-libavformat61_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavformat61:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libbs2b0:i386.
- Preparing to unpack .../149-libbs2b0_3.1.0+dfsg-8+b1_i386.deb ...
- Unpacking libbs2b0:i386 (3.1.0+dfsg-8+b1) ...
- Selecting previously unselected package libflite1:i386.
- Preparing to unpack .../150-libflite1_2.2-7_i386.deb ...
- Unpacking libflite1:i386 (2.2-7) ...
- Selecting previously unselected package libserd-0-0:i386.
- Preparing to unpack .../151-libserd-0-0_0.32.4-1_i386.deb ...
- Unpacking libserd-0-0:i386 (0.32.4-1) ...
- Selecting previously unselected package libzix-0-0:i386.
- Preparing to unpack .../152-libzix-0-0_0.6.2-1_i386.deb ...
- Unpacking libzix-0-0:i386 (0.6.2-1) ...
- Selecting previously unselected package libsord-0-0:i386.
- Preparing to unpack .../153-libsord-0-0_0.16.18-1_i386.deb ...
- Unpacking libsord-0-0:i386 (0.16.18-1) ...
- Selecting previously unselected package libsratom-0-0:i386.
- Preparing to unpack .../154-libsratom-0-0_0.6.18-1_i386.deb ...
- Unpacking libsratom-0-0:i386 (0.6.18-1) ...
- Selecting previously unselected package liblilv-0-0:i386.
- Preparing to unpack .../155-liblilv-0-0_0.24.26-1_i386.deb ...
- Unpacking liblilv-0-0:i386 (0.24.26-1) ...
- Selecting previously unselected package libmysofa1:i386.
- Preparing to unpack .../156-libmysofa1_1.3.3+dfsg-1_i386.deb ...
- Unpacking libmysofa1:i386 (1.3.3+dfsg-1) ...
- Selecting previously unselected package libvulkan1:i386.
- Preparing to unpack .../157-libvulkan1_1.4.309.0-1_i386.deb ...
- Unpacking libvulkan1:i386 (1.4.309.0-1) ...
- Selecting previously unselected package libplacebo349:i386.
- Preparing to unpack .../158-libplacebo349_7.349.0-3_i386.deb ...
- Unpacking libplacebo349:i386 (7.349.0-3) ...
- Selecting previously unselected package libblas3:i386.
- Preparing to unpack .../159-libblas3_3.12.1-6_i386.deb ...
- Unpacking libblas3:i386 (3.12.1-6) ...
- Selecting previously unselected package libgfortran5:i386.
- Preparing to unpack .../160-libgfortran5_14.2.0-19_i386.deb ...
- Unpacking libgfortran5:i386 (14.2.0-19) ...
- Selecting previously unselected package liblapack3:i386.
- Preparing to unpack .../161-liblapack3_3.12.1-6_i386.deb ...
- Unpacking liblapack3:i386 (3.12.1-6) ...
- Selecting previously unselected package libflac14:i386.
- Preparing to unpack .../162-libflac14_1.5.0+ds-2_i386.deb ...
- Unpacking libflac14:i386 (1.5.0+ds-2) ...
- Selecting previously unselected package libsndfile1:i386.
- Preparing to unpack .../163-libsndfile1_1.2.2-2+deb13u1_i386.deb ...
- Unpacking libsndfile1:i386 (1.2.2-2+deb13u1) ...
- Selecting previously unselected package libpulse0:i386.
- Preparing to unpack .../164-libpulse0_17.0+dfsg1-2+b1_i386.deb ...
- Unpacking libpulse0:i386 (17.0+dfsg1-2+b1) ...
- Selecting previously unselected package libsphinxbase3t64:i386.
- Preparing to unpack .../165-libsphinxbase3t64_0.8+5prealpha+1-21+b1_i386.deb ...
- Unpacking libsphinxbase3t64:i386 (0.8+5prealpha+1-21+b1) ...
- Selecting previously unselected package libpocketsphinx3:i386.
- Preparing to unpack .../166-libpocketsphinx3_0.8+5prealpha+1-15+b4_i386.deb ...
- Unpacking libpocketsphinx3:i386 (0.8+5prealpha+1-15+b4) ...
- Selecting previously unselected package libpostproc58:i386.
- Preparing to unpack .../167-libpostproc58_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libpostproc58:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libfftw3-double3:i386.
- Preparing to unpack .../168-libfftw3-double3_3.3.10-2+b1_i386.deb ...
- Unpacking libfftw3-double3:i386 (3.3.10-2+b1) ...
- Selecting previously unselected package libsamplerate0:i386.
- Preparing to unpack .../169-libsamplerate0_0.2.2-4+b2_i386.deb ...
- Unpacking libsamplerate0:i386 (0.2.2-4+b2) ...
- Selecting previously unselected package librubberband2:i386.
- Preparing to unpack .../170-librubberband2_3.3.0+dfsg-2+b3_i386.deb ...
- Unpacking librubberband2:i386 (3.3.0+dfsg-2+b3) ...
- Selecting previously unselected package libswscale8:i386.
- Preparing to unpack .../171-libswscale8_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libswscale8:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libvidstab1.1:i386.
- Preparing to unpack .../172-libvidstab1.1_1.1.0-2+b2_i386.deb ...
- Unpacking libvidstab1.1:i386 (1.1.0-2+b2) ...
- Selecting previously unselected package libzimg2:i386.
- Preparing to unpack .../173-libzimg2_3.0.5+ds1-1+b2_i386.deb ...
- Unpacking libzimg2:i386 (3.0.5+ds1-1+b2) ...
- Selecting previously unselected package libavfilter10:i386.
- Preparing to unpack .../174-libavfilter10_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavfilter10:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libslang2:i386.
- Preparing to unpack .../175-libslang2_2.3.3-5+b2_i386.deb ...
- Unpacking libslang2:i386 (2.3.3-5+b2) ...
- Selecting previously unselected package libcaca0:i386.
- Preparing to unpack .../176-libcaca0_0.99.beta20-5_i386.deb ...
- Unpacking libcaca0:i386 (0.99.beta20-5) ...
- Selecting previously unselected package libcdio19t64:i386.
- Preparing to unpack .../177-libcdio19t64_2.2.0-4_i386.deb ...
- Unpacking libcdio19t64:i386 (2.2.0-4) ...
- Selecting previously unselected package libcdio-cdda2t64:i386.
- Preparing to unpack .../178-libcdio-cdda2t64_10.2+2.0.2-1+b1_i386.deb ...
- Unpacking libcdio-cdda2t64:i386 (10.2+2.0.2-1+b1) ...
- Selecting previously unselected package libcdio-paranoia2t64:i386.
- Preparing to unpack .../179-libcdio-paranoia2t64_10.2+2.0.2-1+b1_i386.deb ...
- Unpacking libcdio-paranoia2t64:i386 (10.2+2.0.2-1+b1) ...
- Selecting previously unselected package libusb-1.0-0:i386.
- Preparing to unpack .../180-libusb-1.0-0_2%3a1.0.28-1_i386.deb ...
- Unpacking libusb-1.0-0:i386 (2:1.0.28-1) ...
- Selecting previously unselected package libdc1394-25:i386.
- Preparing to unpack .../181-libdc1394-25_2.2.6-5_i386.deb ...
- Unpacking libdc1394-25:i386 (2.2.6-5) ...
- Selecting previously unselected package libglvnd0:i386.
- Preparing to unpack .../182-libglvnd0_1.7.0-1+b2_i386.deb ...
- Unpacking libglvnd0:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libxcb-glx0:i386.
- Preparing to unpack .../183-libxcb-glx0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-glx0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-present0:i386.
- Preparing to unpack .../184-libxcb-present0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-present0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-xfixes0:i386.
- Preparing to unpack .../185-libxcb-xfixes0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-xfixes0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxxf86vm1:i386.
- Preparing to unpack .../186-libxxf86vm1_1%3a1.1.4-1+b4_i386.deb ...
- Unpacking libxxf86vm1:i386 (1:1.1.4-1+b4) ...
- Selecting previously unselected package libdrm-amdgpu1:i386.
- Preparing to unpack .../187-libdrm-amdgpu1_2.4.124-2_i386.deb ...
- Unpacking libdrm-amdgpu1:i386 (2.4.124-2) ...
- Selecting previously unselected package libelf1t64:i386.
- Preparing to unpack .../188-libelf1t64_0.192-4_i386.deb ...
- Unpacking libelf1t64:i386 (0.192-4) ...
- Selecting previously unselected package libz3-4:i386.
- Preparing to unpack .../189-libz3-4_4.13.3-1_i386.deb ...
- Unpacking libz3-4:i386 (4.13.3-1) ...
- Selecting previously unselected package libllvm19:i386.
- Preparing to unpack .../190-libllvm19_1%3a19.1.7-3+b1_i386.deb ...
- Unpacking libllvm19:i386 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../191-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:i386.
- Preparing to unpack .../192-libsensors5_1%3a3.6.2-2_i386.deb ...
- Unpacking libsensors5:i386 (1:3.6.2-2) ...
- Selecting previously unselected package libxcb-randr0:i386.
- Preparing to unpack .../193-libxcb-randr0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-randr0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-sync1:i386.
- Preparing to unpack .../194-libxcb-sync1_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-sync1:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxshmfence1:i386.
- Preparing to unpack .../195-libxshmfence1_1.3.3-1_i386.deb ...
- Unpacking libxshmfence1:i386 (1.3.3-1) ...
- Selecting previously unselected package mesa-libgallium:i386.
- Preparing to unpack .../196-mesa-libgallium_25.0.7-2_i386.deb ...
- Unpacking mesa-libgallium:i386 (25.0.7-2) ...
- Selecting previously unselected package libwayland-server0:i386.
- Preparing to unpack .../197-libwayland-server0_1.23.1-3_i386.deb ...
- Unpacking libwayland-server0:i386 (1.23.1-3) ...
- Selecting previously unselected package libgbm1:i386.
- Preparing to unpack .../198-libgbm1_25.0.7-2_i386.deb ...
- Unpacking libgbm1:i386 (25.0.7-2) ...
- Selecting previously unselected package libgl1-mesa-dri:i386.
- Preparing to unpack .../199-libgl1-mesa-dri_25.0.7-2_i386.deb ...
- Unpacking libgl1-mesa-dri:i386 (25.0.7-2) ...
- Selecting previously unselected package libglx-mesa0:i386.
- Preparing to unpack .../200-libglx-mesa0_25.0.7-2_i386.deb ...
- Unpacking libglx-mesa0:i386 (25.0.7-2) ...
- Selecting previously unselected package libglx0:i386.
- Preparing to unpack .../201-libglx0_1.7.0-1+b2_i386.deb ...
- Unpacking libglx0:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libgl1:i386.
- Preparing to unpack .../202-libgl1_1.7.0-1+b2_i386.deb ...
- Unpacking libgl1:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libiec61883-0:i386.
- Preparing to unpack .../203-libiec61883-0_1.2.0-7_i386.deb ...
- Unpacking libiec61883-0:i386 (1.2.0-7) ...
- Selecting previously unselected package libjack-jackd2-0:i386.
- Preparing to unpack .../204-libjack-jackd2-0_1.9.22~dfsg-4_i386.deb ...
- Unpacking libjack-jackd2-0:i386 (1.9.22~dfsg-4) ...
- Selecting previously unselected package libopenal-data.
- Preparing to unpack .../205-libopenal-data_1%3a1.24.2-1_all.deb ...
- Unpacking libopenal-data (1:1.24.2-1) ...
- Selecting previously unselected package libopenal1:i386.
- Preparing to unpack .../206-libopenal1_1%3a1.24.2-1_i386.deb ...
- Unpacking libopenal1:i386 (1:1.24.2-1) ...
- Selecting previously unselected package libwayland-client0:i386.
- Preparing to unpack .../207-libwayland-client0_1.23.1-3_i386.deb ...
- Unpacking libwayland-client0:i386 (1.23.1-3) ...
- Selecting previously unselected package libdecor-0-0:i386.
- Preparing to unpack .../208-libdecor-0-0_0.2.2-2_i386.deb ...
- Unpacking libdecor-0-0:i386 (0.2.2-2) ...
- Selecting previously unselected package libwayland-cursor0:i386.
- Preparing to unpack .../209-libwayland-cursor0_1.23.1-3_i386.deb ...
- Unpacking libwayland-cursor0:i386 (1.23.1-3) ...
- Selecting previously unselected package libwayland-egl1:i386.
- Preparing to unpack .../210-libwayland-egl1_1.23.1-3_i386.deb ...
- Unpacking libwayland-egl1:i386 (1.23.1-3) ...
- Selecting previously unselected package libxcursor1:i386.
- Preparing to unpack .../211-libxcursor1_1%3a1.2.3-1_i386.deb ...
- Unpacking libxcursor1:i386 (1:1.2.3-1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../212-xkb-data_2.42-1_all.deb ...
- Unpacking xkb-data (2.42-1) ...
- Selecting previously unselected package libxkbcommon0:i386.
- Preparing to unpack .../213-libxkbcommon0_1.7.0-2_i386.deb ...
- Unpacking libxkbcommon0:i386 (1.7.0-2) ...
- Selecting previously unselected package libxrandr2:i386.
- Preparing to unpack .../214-libxrandr2_2%3a1.5.4-1+b3_i386.deb ...
- Unpacking libxrandr2:i386 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libxss1:i386.
- Preparing to unpack .../215-libxss1_1%3a1.2.3-1+b3_i386.deb ...
- Unpacking libxss1:i386 (1:1.2.3-1+b3) ...
- Selecting previously unselected package libsdl2-2.0-0:i386.
- Preparing to unpack .../216-libsdl2-2.0-0_2.32.4+dfsg-1_i386.deb ...
- Unpacking libsdl2-2.0-0:i386 (2.32.4+dfsg-1) ...
- Selecting previously unselected package libxcb-shape0:i386.
- Preparing to unpack .../217-libxcb-shape0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-shape0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxv1:i386.
- Preparing to unpack .../218-libxv1_2%3a1.0.11-1.1+b3_i386.deb ...
- Unpacking libxv1:i386 (2:1.0.11-1.1+b3) ...
- Selecting previously unselected package libavdevice61:i386.
- Preparing to unpack .../219-libavdevice61_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavdevice61:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libavformat-dev:i386.
- Preparing to unpack .../220-libavformat-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavformat-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libpostproc-dev:i386.
- Preparing to unpack .../221-libpostproc-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libpostproc-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libswscale-dev:i386.
- Preparing to unpack .../222-libswscale-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libswscale-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libavfilter-dev:i386.
- Preparing to unpack .../223-libavfilter-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavfilter-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libavdevice-dev:i386.
- Preparing to unpack .../224-libavdevice-dev_7%3a7.1.3-0+deb13u1_i386.deb ...
- Unpacking libavdevice-dev:i386 (7:7.1.3-0+deb13u1) ...
- Selecting previously unselected package libbdplus0:i386.
- Preparing to unpack .../225-libbdplus0_0.2.0-4+b1_i386.deb ...
- Unpacking libbdplus0:i386 (0.2.0-4+b1) ...
- Selecting previously unselected package libcloudproviders0:i386.
- Preparing to unpack .../226-libcloudproviders0_0.3.6-2_i386.deb ...
- Unpacking libcloudproviders0:i386 (0.3.6-2) ...
- Selecting previously unselected package libcolord2:i386.
- Preparing to unpack .../227-libcolord2_1.4.7-3_i386.deb ...
- Unpacking libcolord2:i386 (1.4.7-3) ...
- Selecting previously unselected package libjson-c5:i386.
- Preparing to unpack .../228-libjson-c5_0.18+ds-1_i386.deb ...
- Unpacking libjson-c5:i386 (0.18+ds-1) ...
- Selecting previously unselected package libcryptsetup12:i386.
- Preparing to unpack .../229-libcryptsetup12_2%3a2.7.5-2_i386.deb ...
- Unpacking libcryptsetup12:i386 (2:2.7.5-2) ...
- Selecting previously unselected package libcups2t64:i386.
- Preparing to unpack .../230-libcups2t64_2.4.10-3+deb13u2_i386.deb ...
- Unpacking libcups2t64:i386 (2.4.10-3+deb13u2) ...
- Selecting previously unselected package libepoxy0:i386.
- Preparing to unpack .../231-libepoxy0_1.5.10-2_i386.deb ...
- Unpacking libepoxy0:i386 (1.5.10-2) ...
- Selecting previously unselected package libxcomposite1:i386.
- Preparing to unpack .../232-libxcomposite1_1%3a0.4.6-1_i386.deb ...
- Unpacking libxcomposite1:i386 (1:0.4.6-1) ...
- Selecting previously unselected package libxdamage1:i386.
- Preparing to unpack .../233-libxdamage1_1%3a1.1.6-1+b2_i386.deb ...
- Unpacking libxdamage1:i386 (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxinerama1:i386.
- Preparing to unpack .../234-libxinerama1_2%3a1.1.4-3+b4_i386.deb ...
- Unpacking libxinerama1:i386 (2:1.1.4-3+b4) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../235-libgtk-3-common_3.24.49-3_all.deb ...
- Unpacking libgtk-3-common (3.24.49-3) ...
- Selecting previously unselected package libgtk-3-0t64:i386.
- Preparing to unpack .../236-libgtk-3-0t64_3.24.49-3_i386.deb ...
- Unpacking libgtk-3-0t64:i386 (3.24.49-3) ...
- Selecting previously unselected package libdecor-0-plugin-1-gtk:i386.
- Preparing to unpack .../237-libdecor-0-plugin-1-gtk_0.2.2-2_i386.deb ...
- Unpacking libdecor-0-plugin-1-gtk:i386 (0.2.2-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../238-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4+deb13u1_i386.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../239-libglib2.0-data_2.84.4-3~deb13u2_all.deb ...
- Unpacking libglib2.0-data (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libgpg-error-l10n.
- Preparing to unpack .../240-libgpg-error-l10n_1.51-4_all.deb ...
- Unpacking libgpg-error-l10n (1.51-4) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../241-libgtk-3-bin_3.24.49-3_i386.deb ...
- Unpacking libgtk-3-bin (3.24.49-3) ...
- Selecting previously unselected package libkmod2:i386.
- Preparing to unpack .../242-libkmod2_34.2-2_i386.deb ...
- Unpacking libkmod2:i386 (34.2-2) ...
- Selecting previously unselected package libpkgconf3:i386.
- Preparing to unpack .../243-libpkgconf3_1.8.1-4_i386.deb ...
- Unpacking libpkgconf3:i386 (1.8.1-4) ...
- Selecting previously unselected package librsvg2-common:i386.
- Preparing to unpack .../244-librsvg2-common_2.60.0+dfsg-1_i386.deb ...
- Unpacking librsvg2-common:i386 (2.60.0+dfsg-1) ...
- Selecting previously unselected package libvdpau-va-gl1:i386.
- Preparing to unpack .../245-libvdpau-va-gl1_0.4.2-2_i386.deb ...
- Unpacking libvdpau-va-gl1:i386 (0.4.2-2) ...
- Selecting previously unselected package mesa-va-drivers:i386.
- Preparing to unpack .../246-mesa-va-drivers_25.0.7-2_i386.deb ...
- Unpacking mesa-va-drivers:i386 (25.0.7-2) ...
- Selecting previously unselected package mesa-vdpau-drivers:i386.
- Preparing to unpack .../247-mesa-vdpau-drivers_25.0.7-2_i386.deb ...
- Unpacking mesa-vdpau-drivers:i386 (25.0.7-2) ...
- Selecting previously unselected package mesa-vulkan-drivers:i386.
- Preparing to unpack .../248-mesa-vulkan-drivers_25.0.7-2_i386.deb ...
- Unpacking mesa-vulkan-drivers:i386 (25.0.7-2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../249-pkgconf-bin_1.8.1-4_i386.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:i386.
- Preparing to unpack .../250-pkgconf_1.8.1-4_i386.deb ...
- Unpacking pkgconf:i386 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:i386.
- Preparing to unpack .../251-pkg-config_1.8.1-4_i386.deb ...
- Unpacking pkg-config:i386 (1.8.1-4) ...
- Selecting previously unselected package pocketsphinx-en-us.
- Preparing to unpack .../252-pocketsphinx-en-us_0.8+5prealpha+1-15_all.deb ...
- Unpacking pocketsphinx-en-us (0.8+5prealpha+1-15) ...
- Selecting previously unselected package systemd-cryptsetup.
- Preparing to unpack .../253-systemd-cryptsetup_257.9-1~deb13u1_i386.deb ...
- Unpacking systemd-cryptsetup (257.9-1~deb13u1) ...
- Selecting previously unselected package va-driver-all:i386.
- Preparing to unpack .../254-va-driver-all_2.22.0-3_i386.deb ...
- Unpacking va-driver-all:i386 (2.22.0-3) ...
- Selecting previously unselected package vdpau-driver-all:i386.
- Preparing to unpack .../255-vdpau-driver-all_1.5-3+b1_i386.deb ...
- Unpacking vdpau-driver-all:i386 (1.5-3+b1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../256-xdg-user-dirs_0.18-2_i386.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Setting up libgme0:i386 (0.6.3-7+b2) ...
- Setting up libchromaprint1:i386 (1.5.1-7) ...
- Setting up libhwy1t64:i386 (1.2.0-2+b2) ...
- Setting up libgraphite2-3:i386 (1.3.14-2+b1) ...
- Setting up libxcb-dri3-0:i386 (1.17.0-2+b1) ...
- Setting up liblcms2-2:i386 (2.16-2) ...
- Setting up libpixman-1-0:i386 (0.44.0-3) ...
- Setting up libdvdread8t64:i386 (6.1.3-2) ...
- Setting up libudfread0:i386 (1.1.2-1+b2) ...
- Setting up libnorm1t64:i386 (1.5.9+dfsg-3.1+b2) ...
- Setting up libsharpyuv0:i386 (1.5.0-0.1) ...
- Setting up libwayland-server0:i386 (1.23.1-3) ...
- Setting up libaom3:i386 (3.12.1-1) ...
- Setting up libx11-xcb1:i386 (2:1.8.12-1) ...
- Setting up libpciaccess0:i386 (0.17-3+b3) ...
- Setting up librabbitmq4:i386 (0.15.0-1) ...
- Setting up systemd-sysv (257.9-1~deb13u1) ...
- Setting up libraw1394-11:i386 (2.1.2-2+b2) ...
- Setting up libsodium23:i386 (1.0.18-1+deb13u1) ...
- Setting up libxdamage1:i386 (1:1.1.6-1+b2) ...
- Setting up libxcb-xfixes0:i386 (1.17.0-2+b1) ...
- Setting up libogg0:i386 (1.3.5-3+b2) ...
- Setting up liblerc4:i386 (4.0.0+ds-5) ...
- Setting up libspeex1:i386 (1.2.1-3) ...
- Setting up libshine3:i386 (3.1.1-2+b2) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:i386 (2:1.8.2-1) ...
- Setting up libx264-164:i386 (2:0.164.3108+git31e19f9-2+b1) ...
- Setting up libtwolame0:i386 (0.4.0-2+b2) ...
- Setting up libgpg-error0:i386 (1.51-4) ...
- Setting up libxrender1:i386 (1:0.9.12-1) ...
- Setting up libdatrie1:i386 (0.2.13-3+b1) ...
- Setting up xdg-user-dirs (0.18-2) ...
- Setting up libgsm1:i386 (1.0.22-1+b2) ...
- Setting up libxcb-render0:i386 (1.17.0-2+b1) ...
- Setting up libsoxr0:i386 (0.1.3-4+b2) ...
- Setting up libzix-0-0:i386 (0.6.2-1) ...
- Setting up libglvnd0:i386 (1.7.0-1+b2) ...
- Setting up libcodec2-1.2:i386 (1.2.0-3) ...
- Setting up libxcb-glx0:i386 (1.17.0-2+b1) ...
- Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...
- Setting up libmysofa1:i386 (1.3.3+dfsg-1) ...
- Setting up libxcb-shape0:i386 (1.17.0-2+b1) ...
- Setting up x11-common (1:7.7+24+deb13u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.6.2-2) ...
- Setting up libcdio19t64:i386 (2.2.0-4) ...
- Setting up libdeflate0:i386 (1.23-2) ...
- Setting up libgcrypt20:i386 (1.11.0-7) ...
- Setting up libnss-systemd:i386 (257.9-1~deb13u1) ...
- Setting up xkb-data (2.42-1) ...
- Setting up libxcb-shm0:i386 (1.17.0-2+b1) ...
- Setting up libigdgmm12:i386 (22.7.2+ds1-1) ...
- Setting up libmpg123-0t64:i386 (1.32.10-1+deb13u1) ...
- Setting up libcjson1:i386 (1.7.18-3.1+deb13u1) ...
- Setting up libxvidcore4:i386 (2:1.3.7-1+b2) ...
- Setting up libjbig0:i386 (2.1-6.1+b2) ...
- Setting up libelf1t64:i386 (0.192-4) ...
- Setting up libxxf86vm1:i386 (1:1.1.4-1+b4) ...
- Setting up libsnappy1v5:i386 (1.2.2-1) ...
- Setting up libcdio-cdda2t64:i386 (10.2+2.0.2-1+b1) ...
- Setting up libxcb-present0:i386 (1.17.0-2+b1) ...
- Setting up libasound2-data (1.2.14-1) ...
- Setting up libpgm-5.3-0t64:i386 (5.3.128~dfsg-2.1+b1) ...
- Setting up libtheoraenc1:i386 (1.2.0~alpha1+dfsg-6) ...
- Setting up libz3-4:i386 (4.13.3-1) ...
- Setting up libglib2.0-0t64:i386 (2.84.4-3~deb13u2) ...
- Setting up libblas3:i386 (3.12.1-6) ...
- update-alternatives: using /usr/lib/i386-linux-gnu/blas/libblas.so.3 to provide /usr/lib/i386-linux-gnu/libblas.so.3 (libblas.so.3-i386-linux-gnu) in auto mode
- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...
- Setting up libpkgconf3:i386 (1.8.1-4) ...
- Setting up libasound2t64:i386 (1.2.14-1) ...
- Setting up libjpeg62-turbo:i386 (1:2.1.5-4) ...
- Setting up libslang2:i386 (2.3.3-5+b2) ...
- Setting up libva2:i386 (2.22.0-3) ...
- Setting up libsvtav1enc2:i386 (2.3.0+dfsg-1) ...
- Setting up libepoxy0:i386 (1.5.10-2) ...
- Setting up libxfixes3:i386 (1:6.0.0-2+b4) ...
- Setting up libxcb-sync1:i386 (1.17.0-2+b1) ...
- Setting up libavahi-common-data:i386 (0.8-16) ...
- Setting up libdbus-1-3:i386 (1.16.2-2) ...
- Setting up libfribidi0:i386 (1.0.16-1) ...
- Setting up libopus0:i386 (1.5.2-2) ...
- Setting up libxinerama1:i386 (2:1.1.4-3+b4) ...
- Setting up libcdio-paranoia2t64:i386 (10.2+2.0.2-1+b1) ...
- Setting up intel-media-va-driver:i386 (25.2.3+dfsg1-1) ...
- Setting up libxv1:i386 (2:1.0.11-1.1+b3) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:i386 (1.6.48-1+deb13u4) ...
- Setting up systemd-timesyncd (257.9-1~deb13u1) ...
- Creating group 'systemd-timesync' with GID 997.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
- Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
- Setting up libvorbis0a:i386 (1.3.7-3) ...
- Setting up libxrandr2:i386 (2:1.5.4-1+b3) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up libflac14:i386 (1.5.0+ds-2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsensors5:i386 (1:3.6.2-2) ...
- Setting up libaacs0:i386 (0.11.1-4+b1) ...
- Setting up pocketsphinx-en-us (0.8+5prealpha+1-15) ...
- Setting up libfftw3-double3:i386 (3.3.10-2+b1) ...
- Setting up libssh-4:i386 (0.11.2-1+deb13u1) ...
- Setting up libgfortran5:i386 (14.2.0-19) ...
- Setting up libvulkan1:i386 (1.4.309.0-1) ...
- Setting up libwebp7:i386 (1.5.0-0.1) ...
- Setting up libbdplus0:i386 (0.2.0-4+b1) ...
- Setting up libnuma1:i386 (2.0.19-1) ...
- Setting up libvidstab1.1:i386 (1.1.0-2+b2) ...
- Setting up libvpx9:i386 (1.15.0-2.1+deb13u1) ...
- Setting up libsrt1.5-gnutls:i386 (1.5.4-1) ...
- Setting up alsa-topology-conf (1.2.5.1-3) ...
- Setting up libflite1:i386 (2.2-7) ...
- Setting up libdav1d7:i386 (1.5.1-1) ...
- Setting up ocl-icd-libopencl1:i386 (2.3.3-1) ...
- Setting up libasyncns0:i386 (0.8-6+b5) ...
- Setting up libxshmfence1:i386 (1.3.3-1) ...
- Setting up at-spi2-common (2.56.2-1+deb13u1) ...
- Setting up libvdpau1:i386 (1.5-3+b1) ...
- Setting up libtiff6:i386 (4.7.0-3+deb13u2) ...
- Setting up libbs2b0:i386 (3.1.0+dfsg-8+b1) ...
- Setting up libxcb-randr0:i386 (1.17.0-2+b1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up librav1e0.7:i386 (0.7.1-9+b2) ...
- Setting up libzimg2:i386 (3.0.5+ds1-1+b2) ...
- Setting up libopenjp2-7:i386 (2.5.3-2.1~deb13u1) ...
- Setting up libopenal-data (1:1.24.2-1) ...
- Setting up libthai-data (0.1.29-2) ...
- Setting up libunibreak6:i386 (6.1-3) ...
- Setting up libwayland-egl1:i386 (1.23.1-3) ...
- Setting up libxss1:i386 (1:1.2.3-1+b3) ...
- Setting up libusb-1.0-0:i386 (2:1.0.28-1) ...
- Setting up libmbedcrypto16:i386 (3.6.5-0.1~deb13u1) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Creating group 'messagebus' with GID 996.
- Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996.
- Setting up libx265-215:i386 (4.1-2) ...
- Setting up libsamplerate0:i386 (0.2.2-4+b2) ...
- Setting up libwebpmux3:i386 (1.5.0-0.1) ...
- Setting up libgpg-error-l10n (1.51-4) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxcomposite1:i386 (1:0.4.6-1) ...
- Setting up libjxl0.11:i386 (0.11.1-4) ...
- Setting up libjson-c5:i386 (0.18+ds-1) ...
- Setting up libxml2:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libzvbi-common (0.2.44-1) ...
- Setting up libmp3lame0:i386 (3.100-6+b3) ...
- Setting up libvorbisenc2:i386 (1.3.7-3) ...
- Setting up libkmod2:i386 (34.2-2) ...
- Setting up libdvdnav4:i386 (6.1.1-3+b1) ...
- Setting up libiec61883-0:i386 (1.2.0-7) ...
- Setting up libserd-0-0:i386 (0.32.4-1) ...
- Setting up libxkbcommon0:i386 (1.7.0-2) ...
- Setting up libwayland-client0:i386 (1.23.1-3) ...
- Setting up libavc1394-0:i386 (0.5.4-5+b2) ...
- Setting up mesa-vdpau-drivers:i386 (25.0.7-2) ...
- Setting up libllvm19:i386 (1:19.1.7-3+b1) ...
- Setting up liblapack3:i386 (3.12.1-6) ...
- update-alternatives: using /usr/lib/i386-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/i386-linux-gnu/liblapack.so.3 (liblapack.so.3-i386-linux-gnu) in auto mode
- Setting up libatk1.0-0t64:i386 (2.56.2-1+deb13u1) ...
- Setting up libzmq5:i386 (4.3.5-1+b3) ...
- Setting up libcaca0:i386 (0.99.beta20-5) ...
- Setting up libzvbi0t64:i386 (0.2.44-1) ...
- Setting up alsa-ucm-conf (1.2.14-1) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libxtst6:i386 (2:1.2.5-1) ...
- Setting up libxcursor1:i386 (1:1.2.3-1) ...
- Setting up libavahi-common3:i386 (0.8-16) ...
- Setting up libcloudproviders0:i386 (0.3.6-2) ...
- Setting up libopenal1:i386 (1:1.24.2-1) ...
- Setting up dbus-daemon (1.16.2-2) ...
- Setting up libcolord2:i386 (1.4.7-3) ...
- Setting up pkgconf:i386 (1.8.1-4) ...
- Setting up librist4:i386 (0.2.11+dfsg-1) ...
- Setting up libdconf1:i386 (0.40.0-5) ...
- Setting up libthai0:i386 (0.1.29-2+b1) ...
- Setting up libvorbisfile3:i386 (1.3.7-3) ...
- Setting up libfreetype6:i386 (2.13.3+dfsg-1+deb13u1) ...
- Setting up libatspi2.0-0t64:i386 (2.56.2-1+deb13u1) ...
- Setting up dbus (1.16.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.4-5+b2) ...
- Setting up libplacebo349:i386 (7.349.0-3) ...
- Setting up libdc1394-25:i386 (2.2.6-5) ...
- Setting up pkg-config:i386 (1.8.1-4) ...
- Setting up librubberband2:i386 (3.3.0+dfsg-2+b3) ...
- Setting up libjack-jackd2-0:i386 (1.9.22~dfsg-4) ...
- Setting up libdrm2:i386 (2.4.124-2) ...
- Setting up libva-drm2:i386 (2.22.0-3) ...
- Setting up libsord-0-0:i386 (0.16.18-1) ...
- Setting up libwayland-cursor0:i386 (1.23.1-3) ...
- Setting up libsratom-0-0:i386 (0.6.18-1) ...
- Setting up libpam-systemd:i386 (257.9-1~deb13u1) ...
- Setting up libdecor-0-0:i386 (0.2.2-2) ...
- Setting up libharfbuzz0b:i386 (10.2.0-1+b1) ...
- Setting up libgdk-pixbuf-2.0-0:i386 (2.42.12+dfsg-4+deb13u1) ...
- Setting up libfontconfig1:i386 (2.15.0-2.3) ...
- Setting up libsndfile1:i386 (1.2.2-2+deb13u1) ...
- Setting up libbluray2:i386 (1:1.3.4-1+b2) ...
- Setting up libva-x11-2:i386 (2.22.0-3) ...
- Setting up liblilv-0-0:i386 (0.24.26-1) ...
- Setting up libopenmpt0t64:i386 (0.7.13-1+b1) ...
- Setting up libavahi-client3:i386 (0.8-16) ...
- Setting up libdrm-amdgpu1:i386 (2.4.124-2) ...
- Setting up libatk-bridge2.0-0t64:i386 (2.56.2-1+deb13u1) ...
- Setting up mesa-vulkan-drivers:i386 (25.0.7-2) ...
- Setting up gtk-update-icon-cache (4.18.6+ds-2) ...
- Setting up fontconfig (2.15.0-2.3) ...
- Regenerating fonts cache...
- done.
- Setting up libpulse0:i386 (17.0+dfsg1-2+b1) ...
- Setting up libpango-1.0-0:i386 (1.56.3-1) ...
- Setting up libdrm-intel1:i386 (2.4.124-2) ...
- Setting up libavutil59:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libcairo2:i386 (1.18.4-1+b1) ...
- Setting up libpostproc58:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libsphinxbase3t64:i386 (0.8+5prealpha+1-21+b1) ...
- Setting up dbus-user-session (1.16.2-2) ...
- Setting up libswresample5:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libswscale8:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libass9:i386 (1:0.17.3-1+b1) ...
- Setting up libtheoradec1:i386 (1.2.0~alpha1+dfsg-6) ...
- Setting up adwaita-icon-theme (48.1-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...
- Setting up libcairo-gobject2:i386 (1.18.4-1+b1) ...
- Setting up libpangoft2-1.0-0:i386 (1.56.3-1) ...
- Setting up libcups2t64:i386 (2.4.10-3+deb13u2) ...
- Setting up i965-va-driver:i386 (2.4.1+dfsg1-2) ...
- Setting up libpangocairo-1.0-0:i386 (1.56.3-1) ...
- Setting up libavutil-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up mesa-libgallium:i386 (25.0.7-2) ...
- Setting up libgbm1:i386 (25.0.7-2) ...
- Setting up libswresample-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libpostproc-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libgl1-mesa-dri:i386 (25.0.7-2) ...
- Setting up dconf-service (0.40.0-5) ...
- Setting up librsvg2-2:i386 (2.60.0+dfsg-1) ...
- Setting up libpocketsphinx3:i386 (0.8+5prealpha+1-15+b4) ...
- Setting up libswscale-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libavcodec61:i386 (7:7.1.3-0+deb13u1) ...
- Setting up librsvg2-common:i386 (2.60.0+dfsg-1) ...
- Setting up mesa-va-drivers:i386 (25.0.7-2) ...
- Setting up libsdl2-2.0-0:i386 (2.32.4+dfsg-1) ...
- Setting up libglx-mesa0:i386 (25.0.7-2) ...
- Setting up libglx0:i386 (1.7.0-1+b2) ...
- Setting up dconf-gsettings-backend:i386 (0.40.0-5) ...
- Setting up libavcodec-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libavformat61:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libgl1:i386 (1.7.0-1+b2) ...
- Setting up va-driver-all:i386 (2.22.0-3) ...
- Setting up libavfilter10:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libvdpau-va-gl1:i386 (0.4.2-2) ...
- Setting up libgtk-3-common (3.24.49-3) ...
- Setting up gsettings-desktop-schemas (48.0-1) ...
- Setting up libavdevice61:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libavformat-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libgtk-3-0t64:i386 (3.24.49-3) ...
- Setting up vdpau-driver-all:i386 (1.5-3+b1) ...
- Setting up at-spi2-core (2.56.2-1+deb13u1) ...
- Setting up libdecor-0-plugin-1-gtk:i386 (0.2.2-2) ...
- Setting up libavfilter-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up libgtk-3-bin (3.24.49-3) ...
- Setting up libavdevice-dev:i386 (7:7.1.3-0+deb13u1) ...
- Setting up dmsetup (2:1.02.205-2) ...
- Setting up libdevmapper1.02.1:i386 (2:1.02.205-2) ...
- Setting up libcryptsetup12:i386 (2:2.7.5-2) ...
- Setting up systemd-cryptsetup (257.9-1~deb13u1) ...
- Processing triggers for procps (2:4.0.4-9) ...
- grep: /proc/1/environ: Permission denied
- procps: Applying updated sysctl configuration
- sysctl: permission denied on key "kernel.core_pattern"
- sysctl: permission denied on key "kernel.unprivileged_userns_clone"
- sysctl: permission denied on key "kernel.sysrq"
- sysctl: permission denied on key "kernel.core_uses_pid"
- sysctl: permission denied on key "net.ipv4.conf.default.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f1.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f1.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f1.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring
- sysctl: permission denied on key "net.core.default_qdisc", ignoring
- sysctl: permission denied on key "fs.protected_hardlinks"
- sysctl: permission denied on key "fs.protected_symlinks"
- sysctl: permission denied on key "fs.protected_regular"
- sysctl: permission denied on key "fs.protected_fifos"
- sysctl: permission denied on key "vm.max_map_count"
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
- Processing triggers for libgdk-pixbuf-2.0-0:i386 (2.42.12+dfsg-4+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-ffmpeg.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)
-> retrieved ffmpeg-avcodec.1.3.0, ffmpeg-avutil.1.3.0 (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
-> installed ffmpeg-avutil.1.3.0
-> installed ffmpeg-avcodec.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 16:10.08 ---> saved as "8885b1db658deb3aadfb5e73cf6a62294d194cf3bd166bf2466c1cc2c4130b0a"
Job succeeded
2026-04-13 16:10.13: Job succeeded