Build:
- 0
2026-03-02 19:36.03: New job: test obelisk.0.3.0 with dune.3.22.0~alpha0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
on debian-13-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
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 dune.3.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall dune.3.22.0~alpha0; \
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" != 'dune.3.22.0~alpha0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall obelisk.0.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" != 'obelisk.0.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test obelisk.0.3.0) || true
RUN opam reinstall --with-test --verbose obelisk.0.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" != 'obelisk.0.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-03-02 19:36.03: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-dune.3.22.0~alpha0-obelisk.0.3.0-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 19:36.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
(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 dune.3.22.0~alpha0 3.22.0~alpha0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune.3.22.0~alpha0;\
\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\" != 'dune.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall obelisk.0.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\" != 'obelisk.0.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"))
(run (network host)
(shell "(opam reinstall --with-test obelisk.0.3.0) || true"))
(run (shell "opam reinstall --with-test --verbose obelisk.0.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\" != 'obelisk.0.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-03-02 19:36.03: Waiting for resource in pool OCluster
2026-03-03 08:09.07: Waiting for worker…
2026-03-03 08:11.21: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 94% (17373/18363)
Updating files: 95% (17445/18363)
Updating files: 96% (17629/18363)
Updating files: 97% (17813/18363)
Updating files: 98% (17996/18363)
Updating files: 99% (18180/18363)
Updating files: 100% (18363/18363)
Updating files: 100% (18363/18363), done.
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha0/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha0/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha0/opam | 40 ++++++++++++
.../dune-build-info.3.22.0~alpha0/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha0/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha0/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha0/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha0/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha0/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha0/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha0/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha0/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha0/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha0/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha0/opam | 39 +++++++++++
18 files changed, 797 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c' locally
docker.io/ocaml/opam@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c: Pulling from ocaml/opam
ef235bf1a09a: Already exists
58b06b604a42: Already exists
b55f23c32d5a: Already exists
aa415425edb7: Already exists
c4f39ed7469c: Already exists
ca248a2fdd5e: Already exists
74109c509b2f: Already exists
18c2fa2271cb: Already exists
37d4d41661a2: Already exists
0b2f35f78814: Already exists
e65f29522a9a: Already exists
603a51b67573: Already exists
89b2faa02f16: Already exists
e5f11471afd4: Already exists
d7b0e5daa224: Already exists
7bec4d50f3b2: Already exists
d3a70ed71f1c: Already exists
90de03d9b27a: Already exists
a28f685cf2db: Already exists
5bb5e02041c7: Already exists
74f9af816199: Already exists
74c2f6cb4138: Already exists
4f4fb700ef54: Already exists
5ce9bdcb2952: Already exists
bf18c14e9b34: Already exists
bb4b67501479: Already exists
89e7ed0468f5: Already exists
640077527026: Already exists
363b481ff012: Already exists
437bd8bc3ce9: Already exists
2bcf3429833a: Already exists
3e5fe21454e9: Already exists
f3afb11ae499: Already exists
c3a5b88f5e5f: Already exists
124a1dc355b1: Already exists
0a9982d37abd: Already exists
9b8b724665ed: Already exists
f81507befe71: Already exists
7984e4546bf9: Already exists
3579b890ab6e: Already exists
e83772930ba8: Already exists
ae210f88246e: Already exists
e035ef68bd1a: Already exists
10a755270a5b: Already exists
ba9bc7232694: Already exists
d6bc4e91a30f: Already exists
a3c4c8a1f4e2: Already exists
845ad49c4ca0: Already exists
Digest: sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
Status: Downloaded newer image for ocaml/opam@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
2026-03-03 08:11.23 ---> using "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-03 08:11.23 ---> using "7a3442ad99cd957e3ce65df65cad40aee4354c6d524c7813b8b589bc410c187e" from cache
/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-03-03 08:11.23 ---> using "4214446d06a5b764dff5167574d07a5b4441731262795df63d7a3c5f64e1a189" from cache
/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_64 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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-03 08:11.23 ---> using "8bf276ecf196c09ac4fb294f887dce47d9744c212aabbbad5d313f0a4179272a" from cache
/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-03-03 08:11.23 ---> using "c04e3f046c8eaf07d3d8f4b30debe47a6f7742bcdbfbfeb4d464149613cd35cd" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 08:11.24 ---> using "eec15e3492f38e67613d1a01ad00877a9a3ba45d19f73e6250e19cd2bda0a34c" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-03 08:11.24 ---> using "b219e5557ed366603222e74c0319619404e73f91801374c46bc0615017490834" from cache
/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 amd64 Packages [113 kB]
- Fetched 203 kB in 0s (1287 kB/s)
- Reading package lists...
-
2026-03-03 08:11.24 ---> using "411e66a2e15299fe700f96de3484c141af0207f3778de7985d9b3b9532bed7f1" from cache
/home/opam: (run (shell "opam pin add -k version -yn dune.3.22.0~alpha0 3.22.0~alpha0"))
dune is now pinned to version 3.22.0~alpha0
2026-03-03 08:11.24 ---> using "2f9d235ba473e057f7f5361d0a2909273f5e0fdc881489604942445353473ef7" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune.3.22.0~alpha0;\
\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\" != 'dune.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune.3.22.0~alpha0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install dune 3.22.0~alpha0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0~alpha0 (cached)
-> installed dune.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 08:11.24 ---> using "f408636eb0246d657c1391cb7970d0cd4140119dfc0439ba4e0d991b34b6c9dc" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall obelisk.0.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\" != 'obelisk.0.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"))
obelisk.0.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install menhir 20260209 [required by obelisk]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install obelisk 0.3.0
- install ocamlbuild 0.16.1 [required by obelisk]
- install ocamlfind 1.9.8 [required by obelisk]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved obelisk.0.3.0 (cached)
-> installed menhirCST.20260209
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed menhir.20260209
-> installed obelisk.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 08:11.50 ---> saved as "6c7f67caf354bc4b44a92a0faf73473e0245eeff4b8116880a565cc9a9e2de6a"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test obelisk.0.3.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile obelisk 0.3.0
=== install 1 package
- install conf-texlive 2 [required by obelisk]
The following system packages will first need to be installed:
texlive-latex-base
<><> 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" "texlive-latex-base"
- Preconfiguring packages ...
- Selecting previously unselected package libdbus-1-3:amd64.
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../000-libdbus-1-3_1.16.2-2_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../001-dbus-bin_1.16.2-2_amd64.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../002-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 .../003-dbus-daemon_1.16.2-2_amd64.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../004-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 .../005-dbus_1.16.2-2_amd64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package poppler-data.
- Preparing to unpack .../006-poppler-data_0.4.12-1_all.deb ...
- Unpacking poppler-data (0.4.12-1) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../007-sensible-utils_0.0.25_all.deb ...
- Unpacking sensible-utils (0.0.25) ...
- Selecting previously unselected package libtext-charwidth-perl:amd64.
- Preparing to unpack .../008-libtext-charwidth-perl_0.04-11+b4_amd64.deb ...
- Unpacking libtext-charwidth-perl:amd64 (0.04-11+b4) ...
- Selecting previously unselected package libtext-wrapi18n-perl.
- Preparing to unpack .../009-libtext-wrapi18n-perl_0.06-10_all.deb ...
- Unpacking libtext-wrapi18n-perl (0.06-10) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../010-ucf_3.0052_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0052) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../011-libpng16-16t64_1.6.48-1+deb13u3_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.48-1+deb13u3) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../012-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Selecting previously unselected package libfontenc1:amd64.
- Preparing to unpack .../013-libfontenc1_1%3a1.1.8-1+b2_amd64.deb ...
- Unpacking libfontenc1:amd64 (1:1.1.8-1+b2) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../014-x11-common_1%3a7.7+24+deb13u1_all.deb ...
- Unpacking x11-common (1:7.7+24+deb13u1) ...
- Selecting previously unselected package xfonts-encodings.
- Preparing to unpack .../015-xfonts-encodings_1%3a1.0.4-2.2_all.deb ...
- Unpacking xfonts-encodings (1:1.0.4-2.2) ...
- Selecting previously unselected package xfonts-utils.
- Preparing to unpack .../016-xfonts-utils_1%3a7.7+7_amd64.deb ...
- Unpacking xfonts-utils (1:7.7+7) ...
- Selecting previously unselected package fonts-urw-base35.
- Preparing to unpack .../017-fonts-urw-base35_20200910-8_all.deb ...
- Unpacking fonts-urw-base35 (20200910-8) ...
- Selecting previously unselected package libgs-common.
- Preparing to unpack .../018-libgs-common_10.05.1~dfsg-1+deb13u1_all.deb ...
- Unpacking libgs-common (10.05.1~dfsg-1+deb13u1) ...
- Selecting previously unselected package libgs10-common.
- Preparing to unpack .../019-libgs10-common_10.05.1~dfsg-1+deb13u1_all.deb ...
- Unpacking libgs10-common (10.05.1~dfsg-1+deb13u1) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../020-libavahi-common-data_0.8-16_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-16) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../021-libavahi-common3_0.8-16_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-16) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../022-libavahi-client3_0.8-16_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-16) ...
- Selecting previously unselected package libcups2t64:amd64.
- Preparing to unpack .../023-libcups2t64_2.4.10-3+deb13u2_amd64.deb ...
- Unpacking libcups2t64:amd64 (2.4.10-3+deb13u2) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../024-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 .../025-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../026-fontconfig-config_2.15.0-2.3_amd64.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../027-libfontconfig1_2.15.0-2.3_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.3) ...
- Selecting previously unselected package libidn12:amd64.
- Preparing to unpack .../028-libidn12_1.43-1_amd64.deb ...
- Unpacking libidn12:amd64 (1.43-1) ...
- Selecting previously unselected package libijs-0.35:amd64.
- Preparing to unpack .../029-libijs-0.35_0.35-15.2_amd64.deb ...
- Unpacking libijs-0.35:amd64 (0.35-15.2) ...
- Selecting previously unselected package libjbig2dec0:amd64.
- Preparing to unpack .../030-libjbig2dec0_0.20-1+b3_amd64.deb ...
- Unpacking libjbig2dec0:amd64 (0.20-1+b3) ...
- Selecting previously unselected package libjpeg62-turbo:amd64.
- Preparing to unpack .../031-libjpeg62-turbo_1%3a2.1.5-4_amd64.deb ...
- Unpacking libjpeg62-turbo:amd64 (1:2.1.5-4) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../032-liblcms2-2_2.16-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.16-2) ...
- Selecting previously unselected package libopenjp2-7:amd64.
- Preparing to unpack .../033-libopenjp2-7_2.5.3-2.1~deb13u1_amd64.deb ...
- Unpacking libopenjp2-7:amd64 (2.5.3-2.1~deb13u1) ...
- Selecting previously unselected package libpaper2:amd64.
- Preparing to unpack .../034-libpaper2_2.2.5-0.3+b2_amd64.deb ...
- Unpacking libpaper2:amd64 (2.2.5-0.3+b2) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../035-libdeflate0_1.23-2_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../036-libjbig0_2.1-6.1+b2_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1+b2) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../037-liblerc4_4.0.0+ds-5_amd64.deb ...
- Unpacking liblerc4:amd64 (4.0.0+ds-5) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../038-libsharpyuv0_1.5.0-0.1_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libwebp7:amd64.
- Preparing to unpack .../039-libwebp7_1.5.0-0.1_amd64.deb ...
- Unpacking libwebp7:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:amd64.
- Preparing to unpack .../040-libtiff6_4.7.0-3+deb13u1_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../041-libice6_2%3a1.1.1-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.1.1-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../042-libsm6_2%3a1.2.6-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.6-1) ...
- Selecting previously unselected package libxt6t64:amd64.
- Preparing to unpack .../043-libxt6t64_1%3a1.2.1-1.2+b2_amd64.deb ...
- Unpacking libxt6t64:amd64 (1:1.2.1-1.2+b2) ...
- Selecting previously unselected package libgs10:amd64.
- Preparing to unpack .../044-libgs10_10.05.1~dfsg-1+deb13u1_amd64.deb ...
- Unpacking libgs10:amd64 (10.05.1~dfsg-1+deb13u1) ...
- Selecting previously unselected package libkpathsea6:amd64.
- Preparing to unpack .../045-libkpathsea6_2024.20240313.70630+ds-6_amd64.deb ...
- Unpacking libkpathsea6:amd64 (2024.20240313.70630+ds-6) ...
- Selecting previously unselected package libpotrace0:amd64.
- Preparing to unpack .../046-libpotrace0_1.16-2+b2_amd64.deb ...
- Unpacking libpotrace0:amd64 (1.16-2+b2) ...
- Selecting previously unselected package libwoff1:amd64.
- Preparing to unpack .../047-libwoff1_1.0.2-2+b2_amd64.deb ...
- Unpacking libwoff1:amd64 (1.0.2-2+b2) ...
- Selecting previously unselected package dvisvgm.
- Preparing to unpack .../048-dvisvgm_3.4.4+ds-1_amd64.deb ...
- Unpacking dvisvgm (3.4.4+ds-1) ...
- Selecting previously unselected package fonts-droid-fallback.
- Preparing to unpack .../049-fonts-droid-fallback_1%3a8.1.0r7-1~1.gbp36536b_all.deb ...
- Unpacking fonts-droid-fallback (1:8.1.0r7-1~1.gbp36536b) ...
- Selecting previously unselected package fonts-lmodern.
- Preparing to unpack .../050-fonts-lmodern_2.005-1_all.deb ...
- Unpacking fonts-lmodern (2.005-1) ...
- Selecting previously unselected package fonts-noto-mono.
- Preparing to unpack .../051-fonts-noto-mono_20201225-2_all.deb ...
- Unpacking fonts-noto-mono (20201225-2) ...
- Selecting previously unselected package libauthen-sasl-perl.
- Preparing to unpack .../052-libauthen-sasl-perl_2.1700-1_all.deb ...
- Unpacking libauthen-sasl-perl (2.1700-1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../053-libpixman-1-0_0.44.0-3_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../054-libxcb-render0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../055-libxcb-shm0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../056-libxrender1_1%3a0.9.12-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../057-libcairo2_1.18.4-1+b1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-1+b1) ...
- Selecting previously unselected package libclone-perl:amd64.
- Preparing to unpack .../058-libclone-perl_0.47-1+b1_amd64.deb ...
- Unpacking libclone-perl:amd64 (0.47-1+b1) ...
- Selecting previously unselected package libdata-dump-perl.
- Preparing to unpack .../059-libdata-dump-perl_1.25-1_all.deb ...
- Unpacking libdata-dump-perl (1.25-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../060-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../061-libdrm2_2.4.124-2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.124-2) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../062-libdrm-amdgpu1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../063-libpciaccess0_0.17-3+b3_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-3+b3) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../064-libdrm-intel1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../065-libwayland-server0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../066-libelf1t64_0.192-4_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../067-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../068-libz3-4_4.13.3-1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.13.3-1) ...
- Selecting previously unselected package libllvm19:amd64.
- Preparing to unpack .../069-libllvm19_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking libllvm19:amd64 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../070-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../071-libsensors5_1%3a3.6.2-2_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.2-2) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../072-libx11-xcb1_2%3a1.8.12-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.12-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../073-libxcb-dri3-0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../074-libxcb-present0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../075-libxcb-randr0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../076-libxcb-sync1_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../077-libxcb-xfixes0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../078-libxshmfence1_1.3.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3.3-1) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../079-mesa-libgallium_25.0.7-2_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (25.0.7-2) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../080-libgbm1_25.0.7-2_amd64.deb ...
- Unpacking libgbm1:amd64 (25.0.7-2) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../081-libwayland-client0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../082-libegl-mesa0_25.0.7-2_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (25.0.7-2) ...
- Selecting previously unselected package libencode-locale-perl.
- Preparing to unpack .../083-libencode-locale-perl_1.05-3_all.deb ...
- Unpacking libencode-locale-perl (1.05-3) ...
- Selecting previously unselected package libipc-system-simple-perl.
- Preparing to unpack .../084-libipc-system-simple-perl_1.30-2_all.deb ...
- Unpacking libipc-system-simple-perl (1.30-2) ...
- Selecting previously unselected package libfile-basedir-perl.
- Preparing to unpack .../085-libfile-basedir-perl_0.09-2_all.deb ...
- Unpacking libfile-basedir-perl (0.09-2) ...
- Selecting previously unselected package liburi-perl.
- Preparing to unpack .../086-liburi-perl_5.30-1_all.deb ...
- Unpacking liburi-perl (5.30-1) ...
- Selecting previously unselected package libfile-desktopentry-perl.
- Preparing to unpack .../087-libfile-desktopentry-perl_0.22-3_all.deb ...
- Unpacking libfile-desktopentry-perl (0.22-3) ...
- Selecting previously unselected package libtimedate-perl.
- Preparing to unpack .../088-libtimedate-perl_2.3300-2_all.deb ...
- Unpacking libtimedate-perl (2.3300-2) ...
- Selecting previously unselected package libhttp-date-perl.
- Preparing to unpack .../089-libhttp-date-perl_6.06-1_all.deb ...
- Unpacking libhttp-date-perl (6.06-1) ...
- Selecting previously unselected package libfile-listing-perl.
- Preparing to unpack .../090-libfile-listing-perl_6.16-1_all.deb ...
- Unpacking libfile-listing-perl (6.16-1) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../091-libglib2.0-0t64_2.84.4-3~deb13u2_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../092-shared-mime-info_2.4-5+b2_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libfile-mimeinfo-perl.
- Preparing to unpack .../093-libfile-mimeinfo-perl_0.35-1_all.deb ...
- Unpacking libfile-mimeinfo-perl (0.35-1) ...
- Selecting previously unselected package libfont-afm-perl.
- Preparing to unpack .../094-libfont-afm-perl_1.20-4_all.deb ...
- Unpacking libfont-afm-perl (1.20-4) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../095-libglvnd0_1.7.0-1+b2_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../096-libxcb-glx0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../097-libxxf86vm1_1%3a1.1.4-1+b4_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b4) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../098-libvulkan1_1.4.309.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.4.309.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../099-libgl1-mesa-dri_25.0.7-2_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (25.0.7-2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../100-libglx-mesa0_25.0.7-2_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (25.0.7-2) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../101-libglx0_1.7.0-1+b2_amd64.deb ...
- Unpacking libglx0:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../102-libgl1_1.7.0-1+b2_amd64.deb ...
- Unpacking libgl1:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../103-libgles2_1.7.0-1+b2_amd64.deb ...
- Unpacking libgles2:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../104-libglib2.0-data_2.84.4-3~deb13u2_all.deb ...
- Unpacking libglib2.0-data (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../105-libgraphite2-3_1.3.14-2+b1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-2+b1) ...
- Selecting previously unselected package libgumbo3:amd64.
- Preparing to unpack .../106-libgumbo3_0.13.0+dfsg-2_amd64.deb ...
- Unpacking libgumbo3:amd64 (0.13.0+dfsg-2) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../107-libharfbuzz0b_10.2.0-1+b1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Selecting previously unselected package libhtml-tagset-perl.
- Preparing to unpack .../108-libhtml-tagset-perl_3.24-1_all.deb ...
- Unpacking libhtml-tagset-perl (3.24-1) ...
- Selecting previously unselected package libhtml-parser-perl:amd64.
- Preparing to unpack .../109-libhtml-parser-perl_3.83-1+b2_amd64.deb ...
- Unpacking libhtml-parser-perl:amd64 (3.83-1+b2) ...
- Selecting previously unselected package libio-html-perl.
- Preparing to unpack .../110-libio-html-perl_1.004-3_all.deb ...
- Unpacking libio-html-perl (1.004-3) ...
- Selecting previously unselected package liblwp-mediatypes-perl.
- Preparing to unpack .../111-liblwp-mediatypes-perl_6.04-2_all.deb ...
- Unpacking liblwp-mediatypes-perl (6.04-2) ...
- Selecting previously unselected package libhttp-message-perl.
- Preparing to unpack .../112-libhttp-message-perl_7.00-2_all.deb ...
- Unpacking libhttp-message-perl (7.00-2) ...
- Selecting previously unselected package libhtml-form-perl.
- Preparing to unpack .../113-libhtml-form-perl_6.12-1_all.deb ...
- Unpacking libhtml-form-perl (6.12-1) ...
- Selecting previously unselected package libhtml-tree-perl.
- Preparing to unpack .../114-libhtml-tree-perl_5.07-3_all.deb ...
- Unpacking libhtml-tree-perl (5.07-3) ...
- Selecting previously unselected package libhtml-format-perl.
- Preparing to unpack .../115-libhtml-format-perl_2.16-2_all.deb ...
- Unpacking libhtml-format-perl (2.16-2) ...
- Selecting previously unselected package libhttp-cookies-perl.
- Preparing to unpack .../116-libhttp-cookies-perl_6.11-1_all.deb ...
- Unpacking libhttp-cookies-perl (6.11-1) ...
- Selecting previously unselected package libhttp-daemon-perl.
- Preparing to unpack .../117-libhttp-daemon-perl_6.16-1_all.deb ...
- Unpacking libhttp-daemon-perl (6.16-1) ...
- Selecting previously unselected package libhttp-negotiate-perl.
- Preparing to unpack .../118-libhttp-negotiate-perl_6.01-2_all.deb ...
- Unpacking libhttp-negotiate-perl (6.01-2) ...
- Selecting previously unselected package libicu76:amd64.
- Preparing to unpack .../119-libicu76_76.1-4_amd64.deb ...
- Unpacking libicu76:amd64 (76.1-4) ...
- Selecting previously unselected package libio-compress-brotli-perl.
- Preparing to unpack .../120-libio-compress-brotli-perl_0.004001-2+b3_amd64.deb ...
- Unpacking libio-compress-brotli-perl (0.004001-2+b3) ...
- Selecting previously unselected package perl-openssl-defaults:amd64.
- Preparing to unpack .../121-perl-openssl-defaults_7+b2_amd64.deb ...
- Unpacking perl-openssl-defaults:amd64 (7+b2) ...
- Selecting previously unselected package libnet-ssleay-perl:amd64.
- Preparing to unpack .../122-libnet-ssleay-perl_1.94-3_amd64.deb ...
- Unpacking libnet-ssleay-perl:amd64 (1.94-3) ...
- Selecting previously unselected package libio-socket-ssl-perl.
- Preparing to unpack .../123-libio-socket-ssl-perl_2.089-1_all.deb ...
- Unpacking libio-socket-ssl-perl (2.089-1) ...
- Selecting previously unselected package libio-stringy-perl.
- Preparing to unpack .../124-libio-stringy-perl_2.113-2_all.deb ...
- Unpacking libio-stringy-perl (2.113-2) ...
- Selecting previously unselected package libnet-http-perl.
- Preparing to unpack .../125-libnet-http-perl_6.23-1_all.deb ...
- Unpacking libnet-http-perl (6.23-1) ...
- Selecting previously unselected package libtry-tiny-perl.
- Preparing to unpack .../126-libtry-tiny-perl_0.32-1_all.deb ...
- Unpacking libtry-tiny-perl (0.32-1) ...
- Selecting previously unselected package libwww-robotrules-perl.
- Preparing to unpack .../127-libwww-robotrules-perl_6.02-1_all.deb ...
- Unpacking libwww-robotrules-perl (6.02-1) ...
- Selecting previously unselected package libwww-perl.
- Preparing to unpack .../128-libwww-perl_6.78-1_all.deb ...
- Unpacking libwww-perl (6.78-1) ...
- Selecting previously unselected package liblwp-protocol-https-perl.
- Preparing to unpack .../129-liblwp-protocol-https-perl_6.14-1_all.deb ...
- Unpacking liblwp-protocol-https-perl (6.14-1) ...
- Selecting previously unselected package libnet-smtp-ssl-perl.
- Preparing to unpack .../130-libnet-smtp-ssl-perl_1.04-2_all.deb ...
- Unpacking libnet-smtp-ssl-perl (1.04-2) ...
- Selecting previously unselected package libmailtools-perl.
- Preparing to unpack .../131-libmailtools-perl_2.22-1_all.deb ...
- Unpacking libmailtools-perl (2.22-1) ...
- Selecting previously unselected package libmpfi0:amd64.
- Preparing to unpack .../132-libmpfi0_1.5.4+ds-4_amd64.deb ...
- Unpacking libmpfi0:amd64 (1.5.4+ds-4) ...
- Selecting previously unselected package libmujs3:amd64.
- Preparing to unpack .../133-libmujs3_1.3.6-1_amd64.deb ...
- Unpacking libmujs3:amd64 (1.3.6-1) ...
- Selecting previously unselected package libmupdf25.1.
- Preparing to unpack .../134-libmupdf25.1_1.25.1+ds1-6_amd64.deb ...
- Unpacking libmupdf25.1 (1.25.1+ds1-6) ...
- Selecting previously unselected package libxml-parser-perl.
- Preparing to unpack .../135-libxml-parser-perl_2.47-1+b3_amd64.deb ...
- Unpacking libxml-parser-perl (2.47-1+b3) ...
- Selecting previously unselected package libxml-twig-perl.
- Preparing to unpack .../136-libxml-twig-perl_1%3a3.52-3_all.deb ...
- Unpacking libxml-twig-perl (1:3.52-3) ...
- Selecting previously unselected package libnet-dbus-perl.
- Preparing to unpack .../137-libnet-dbus-perl_1.2.0-2+b3_amd64.deb ...
- Unpacking libnet-dbus-perl (1.2.0-2+b3) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../138-libpaper-utils_2.2.5-0.3+b2_amd64.deb ...
- Unpacking libpaper-utils (2.2.5-0.3+b2) ...
- Selecting previously unselected package libptexenc1:amd64.
- Preparing to unpack .../139-libptexenc1_2024.20240313.70630+ds-6_amd64.deb ...
- Unpacking libptexenc1:amd64 (2024.20240313.70630+ds-6) ...
- Selecting previously unselected package libsynctex2:amd64.
- Preparing to unpack .../140-libsynctex2_2024.20240313.70630+ds-6_amd64.deb ...
- Unpacking libsynctex2:amd64 (2024.20240313.70630+ds-6) ...
- Selecting previously unselected package libteckit0:amd64.
- Preparing to unpack .../141-libteckit0_2.5.12+ds1-1+b1_amd64.deb ...
- Unpacking libteckit0:amd64 (2.5.12+ds1-1+b1) ...
- Selecting previously unselected package libtexlua53-5:amd64.
- Preparing to unpack .../142-libtexlua53-5_2024.20240313.70630+ds-6_amd64.deb ...
- Unpacking libtexlua53-5:amd64 (2024.20240313.70630+ds-6) ...
- Selecting previously unselected package libtext-iconv-perl:amd64.
- Preparing to unpack .../143-libtext-iconv-perl_1.7-8+b4_amd64.deb ...
- Unpacking libtext-iconv-perl:amd64 (1.7-8+b4) ...
- Selecting previously unselected package libtie-ixhash-perl.
- Preparing to unpack .../144-libtie-ixhash-perl_1.23-4_all.deb ...
- Unpacking libtie-ixhash-perl (1.23-4) ...
- Selecting previously unselected package libx11-protocol-perl.
- Preparing to unpack .../145-libx11-protocol-perl_0.56-9_all.deb ...
- Unpacking libx11-protocol-perl (0.56-9) ...
- Selecting previously unselected package libxmu6:amd64.
- Preparing to unpack .../146-libxmu6_2%3a1.1.3-3+b4_amd64.deb ...
- Unpacking libxmu6:amd64 (2:1.1.3-3+b4) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../147-libxpm4_1%3a3.5.17-1+b3_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.17-1+b3) ...
- Selecting previously unselected package libxaw7:amd64.
- Preparing to unpack .../148-libxaw7_2%3a1.0.16-1_amd64.deb ...
- Unpacking libxaw7:amd64 (2:1.0.16-1) ...
- Selecting previously unselected package libxcb-shape0:amd64.
- Preparing to unpack .../149-libxcb-shape0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-shape0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../150-libxcomposite1_1%3a0.4.6-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.6-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../151-libxfixes3_1%3a6.0.0-2+b4_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../152-libxcursor1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../153-libxft2_2.3.6-1+b4_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1+b4) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../154-libxi6_2%3a1.8.2-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../155-libxinerama1_2%3a1.1.4-3+b4_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3+b4) ...
- Selecting previously unselected package libxkbfile1:amd64.
- Preparing to unpack .../156-libxkbfile1_1%3a1.1.0-1+b4_amd64.deb ...
- Unpacking libxkbfile1:amd64 (1:1.1.0-1+b4) ...
- Selecting previously unselected package libxml-xpathengine-perl.
- Preparing to unpack .../157-libxml-xpathengine-perl_0.14-2_all.deb ...
- Unpacking libxml-xpathengine-perl (0.14-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../158-libxrandr2_2%3a1.5.4-1+b3_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../159-libxtst6_2%3a1.2.5-1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../160-libxv1_2%3a1.0.11-1.1+b3_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1.1+b3) ...
- Selecting previously unselected package libxxf86dga1:amd64.
- Preparing to unpack .../161-libxxf86dga1_2%3a1.1.5-1+b3_amd64.deb ...
- Unpacking libxxf86dga1:amd64 (2:1.1.5-1+b3) ...
- Selecting previously unselected package libzzip-0-13t64:amd64.
- Preparing to unpack .../162-libzzip-0-13t64_0.13.78+dfsg.1-0.1_amd64.deb ...
- Unpacking libzzip-0-13t64:amd64 (0.13.78+dfsg.1-0.1) ...
- Selecting previously unselected package tex-common.
- Preparing to unpack .../163-tex-common_6.19_all.deb ...
- Unpacking tex-common (6.19) ...
- Selecting previously unselected package lmodern.
- Preparing to unpack .../164-lmodern_2.005-1_all.deb ...
- Unpacking lmodern (2.005-1) ...
- Selecting previously unselected package luit.
- Preparing to unpack .../165-luit_2.0.20240910-1_amd64.deb ...
- Adding 'diversion of /usr/bin/luit to /usr/bin/luit.x11-utils by luit'
- Adding 'diversion of /usr/share/man/man1/luit.1.gz to /usr/share/man/man1/luit.x11-utils.1.gz by luit'
- Unpacking luit (2.0.20240910-1) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../166-mesa-vulkan-drivers_25.0.7-2_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (25.0.7-2) ...
- Selecting previously unselected package mupdf-tools.
- Preparing to unpack .../167-mupdf-tools_1.25.1+ds1-6_amd64.deb ...
- Unpacking mupdf-tools (1.25.1+ds1-6) ...
- Selecting previously unselected package t1utils.
- Preparing to unpack .../168-t1utils_1.41-4_amd64.deb ...
- Unpacking t1utils (1.41-4) ...
- Selecting previously unselected package texlive-binaries.
- Preparing to unpack .../169-texlive-binaries_2024.20240313.70630+ds-6_amd64.deb ...
- Unpacking texlive-binaries (2024.20240313.70630+ds-6) ...
- Selecting previously unselected package xdg-utils.
- Preparing to unpack .../170-xdg-utils_1.2.1-2_all.deb ...
- Unpacking xdg-utils (1.2.1-2) ...
- Selecting previously unselected package texlive-base.
- Preparing to unpack .../171-texlive-base_2024.20250309-1_all.deb ...
- Unpacking texlive-base (2024.20250309-1) ...
- Selecting previously unselected package texlive-latex-base.
- Preparing to unpack .../172-texlive-latex-base_2024.20250309-1_all.deb ...
- Unpacking texlive-latex-base (2024.20250309-1) ...
- Selecting previously unselected package x11-utils.
- Preparing to unpack .../173-x11-utils_7.7+7_amd64.deb ...
- Unpacking x11-utils (7.7+7) ...
- Selecting previously unselected package x11-xserver-utils.
- Preparing to unpack .../174-x11-xserver-utils_7.7+11_amd64.deb ...
- Unpacking x11-xserver-utils (7.7+11) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../175-xdg-user-dirs_0.18-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../176-libegl1_1.7.0-1+b2_amd64.deb ...
- Unpacking libegl1:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package zutty.
- Preparing to unpack .../177-zutty_0.16.2.20241020+dfsg1-1_amd64.deb ...
- Unpacking zutty (0.16.2.20241020+dfsg1-1) ...
- Setting up libtext-iconv-perl:amd64 (1.7-8+b4) ...
- Setting up libgraphite2-3:amd64 (1.3.14-2+b1) ...
- Setting up libxcb-dri3-0:amd64 (1.17.0-2+b1) ...
- Setting up liblcms2-2:amd64 (2.16-2) ...
- Setting up libpixman-1-0:amd64 (0.44.0-3) ...
- Setting up libtext-charwidth-perl:amd64 (0.04-11+b4) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1) ...
- Setting up libwayland-server0:amd64 (1.23.1-3) ...
- Setting up libx11-xcb1:amd64 (2:1.8.12-1) ...
- Setting up libpciaccess0:amd64 (0.17-3+b3) ...
- Setting up luit (2.0.20240910-1) ...
- Setting up libtie-ixhash-perl (1.23-4) ...
- Setting up libxcb-xfixes0:amd64 (1.17.0-2+b1) ...
- Setting up liblerc4:amd64 (4.0.0+ds-5) ...
- Setting up fonts-noto-mono (20201225-2) ...
- Setting up libxpm4:amd64 (1:3.5.17-1+b3) ...
- Setting up libxi6:amd64 (2:1.8.2-1) ...
- Setting up libfont-afm-perl (1.20-4) ...
- Setting up libwoff1:amd64 (1.0.2-2+b2) ...
- Setting up libxrender1:amd64 (1:0.9.12-1) ...
- Setting up libmujs3:amd64 (1.3.6-1) ...
- Setting up xdg-user-dirs (0.18-2) ...
- Setting up libxcb-render0:amd64 (1.17.0-2+b1) ...
- Setting up libclone-perl:amd64 (0.47-1+b1) ...
- Setting up libglvnd0:amd64 (1.7.0-1+b2) ...
- Setting up libio-stringy-perl (2.113-2) ...
- Setting up libhtml-tagset-perl (3.24-1) ...
- Setting up libijs-0.35:amd64 (0.35-15.2) ...
- Setting up libauthen-sasl-perl (2.1700-1) ...
- Setting up libxcb-glx0:amd64 (1.17.0-2+b1) ...
- Setting up libgs-common (10.05.1~dfsg-1+deb13u1) ...
- Setting up liblwp-mediatypes-perl (6.04-2) ...
- Setting up libxcb-shape0:amd64 (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 libtry-tiny-perl (0.32-1) ...
- Setting up libsensors-config (1:3.6.2-2) ...
- Setting up libxxf86dga1:amd64 (2:1.1.5-1+b3) ...
- Setting up libdeflate0:amd64 (1.23-2) ...
- Setting up perl-openssl-defaults:amd64 (7+b2) ...
- Setting up libencode-locale-perl (1.05-3) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ...
- Setting up libtext-wrapi18n-perl (0.06-10) ...
- Setting up libjbig0:amd64 (2.1-6.1+b2) ...
- Setting up libelf1t64:amd64 (0.192-4) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b4) ...
- Setting up poppler-data (0.4.12-1) ...
- Setting up libxcb-present0:amd64 (1.17.0-2+b1) ...
- Setting up libfontenc1:amd64 (1:1.1.8-1+b2) ...
- Setting up libz3-4:amd64 (4.13.3-1) ...
- Setting up libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...
- Setting up libgles2:amd64 (1.7.0-1+b2) ...
- Setting up libjpeg62-turbo:amd64 (1:2.1.5-4) ...
- Setting up libzzip-0-13t64:amd64 (0.13.78+dfsg.1-0.1) ...
- Setting up libdata-dump-perl (1.25-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2+b4) ...
- Setting up libxcb-sync1:amd64 (1.17.0-2+b1) ...
- Setting up libjbig2dec0:amd64 (0.20-1+b3) ...
- Setting up libipc-system-simple-perl (1.30-2) ...
- Setting up libteckit0:amd64 (2.5.12+ds1-1+b1) ...
- Setting up libxml-xpathengine-perl (0.14-2) ...
- Setting up libavahi-common-data:amd64 (0.8-16) ...
- Setting up libdbus-1-3:amd64 (1.16.2-2) ...
- Setting up libio-compress-brotli-perl (0.004001-2+b3) ...
- Setting up xfonts-encodings (1:1.0.4-2.2) ...
- Setting up t1utils (1.41-4) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3+b4) ...
- Setting up libtexlua53-5:amd64 (2024.20240313.70630+ds-6) ...
- Setting up libxv1:amd64 (2:1.0.11-1.1+b3) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.48-1+deb13u3) ...
- Setting up libgumbo3:amd64 (0.13.0+dfsg-2) ...
- Setting up libidn12:amd64 (1.43-1) ...
- Setting up libio-html-perl (1.004-3) ...
- Setting up libxrandr2:amd64 (2:1.5.4-1+b3) ...
- Setting up libmpfi0:amd64 (1.5.4+ds-4) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up libsensors5:amd64 (1:3.6.2-2) ...
- Setting up libkpathsea6:amd64 (2024.20240313.70630+ds-6) ...
- Setting up libvulkan1:amd64 (1.4.309.0-1) ...
- Setting up libwebp7:amd64 (1.5.0-0.1) ...
- Setting up libtimedate-perl (2.3300-2) ...
- Setting up sensible-utils (0.0.25) ...
- Setting up libxshmfence1:amd64 (1.3.3-1) ...
- Setting up libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2+b1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up fonts-lmodern (2.005-1) ...
- Setting up libopenjp2-7:amd64 (2.5.3-2.1~deb13u1) ...
- Setting up fonts-droid-fallback (1:8.1.0r7-1~1.gbp36536b) ...
- Setting up libicu76:amd64 (76.1-4) ...
- Setting up libxkbfile1:amd64 (1:1.1.0-1+b4) ...
- Setting up libpaper2:amd64 (2.2.5-0.3+b2) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up xdg-utils (1.2.1-2) ...
- update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
- Setting up liburi-perl (5.30-1) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libx11-protocol-perl (0.56-9) ...
- Setting up libsynctex2:amd64 (2024.20240313.70630+ds-6) ...
- Setting up libpotrace0:amd64 (1.16-2+b2) ...
- Setting up libwayland-client0:amd64 (1.23.1-3) ...
- Setting up libnet-ssleay-perl:amd64 (1.94-3) ...
- Setting up libllvm19:amd64 (1:19.1.7-3+b1) ...
- Setting up libice6:amd64 (2:1.1.1-1) ...
- Setting up libhttp-date-perl (6.06-1) ...
- Setting up libfile-basedir-perl (0.09-2) ...
- Setting up libfile-listing-perl (6.16-1) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libxtst6:amd64 (2:1.2.5-1) ...
- Setting up libxcursor1:amd64 (1:1.2.3-1) ...
- Setting up libavahi-common3:amd64 (0.8-16) ...
- Setting up libnet-http-perl (6.23-1) ...
- Setting up dbus-daemon (1.16.2-2) ...
- Setting up libpaper-utils (2.2.5-0.3+b2) ...
- Setting up libptexenc1:amd64 (2024.20240313.70630+ds-6) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
- 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 ucf (3.0052) ...
- Setting up libfile-desktopentry-perl (0.22-3) ...
- Setting up libwww-robotrules-perl (6.02-1) ...
- Setting up libdrm2:amd64 (2.4.124-2) ...
- Setting up libhtml-parser-perl:amd64 (3.83-1+b2) ...
- Setting up libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Setting up libfontconfig1:amd64 (2.15.0-2.3) ...
- Setting up libsm6:amd64 (2:1.2.6-1) ...
- Setting up libavahi-client3:amd64 (0.8-16) ...
- Setting up libio-socket-ssl-perl (2.089-1) ...
- Setting up libhttp-message-perl (7.00-2) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Setting up libhtml-form-perl (6.12-1) ...
- Setting up mesa-vulkan-drivers:amd64 (25.0.7-2) ...
- Setting up libfile-mimeinfo-perl (0.35-1) ...
- Setting up libhttp-negotiate-perl (6.01-2) ...
- Setting up libxft2:amd64 (2.3.6-1+b4) ...
- Setting up libhttp-cookies-perl (6.11-1) ...
- Setting up libhtml-tree-perl (5.07-3) ...
- Setting up libdrm-intel1:amd64 (2.4.124-2) ...
- Setting up libmupdf25.1 (1.25.1+ds1-6) ...
- Setting up libhtml-format-perl (2.16-2) ...
- Setting up xfonts-utils (1:7.7+7) ...
- Setting up mupdf-tools (1.25.1+ds1-6) ...
- Setting up libcairo2:amd64 (1.18.4-1+b1) ...
- Setting up tex-common (6.19) ...
- update-language: texlive-base not installed and configured, doing nothing!
- Setting up libnet-smtp-ssl-perl (1.04-2) ...
- Setting up libmailtools-perl (2.22-1) ...
- Setting up libxt6t64:amd64 (1:1.2.1-1.2+b2) ...
- Setting up libhttp-daemon-perl (6.16-1) ...
- Setting up lmodern (2.005-1) ...
- Setting up libcups2t64:amd64 (2.4.10-3+deb13u2) ...
- Setting up mesa-libgallium:amd64 (25.0.7-2) ...
- Setting up libxmu6:amd64 (2:1.1.3-3+b4) ...
- Setting up libgbm1:amd64 (25.0.7-2) ...
- Setting up libgl1-mesa-dri:amd64 (25.0.7-2) ...
- Setting up libxaw7:amd64 (2:1.0.16-1) ...
- Setting up fonts-urw-base35 (20200910-8) ...
- Setting up x11-xserver-utils (7.7+11) ...
- Setting up libegl-mesa0:amd64 (25.0.7-2) ...
- Setting up texlive-binaries (2024.20240313.70630+ds-6) ...
- update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode
- update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode
- Setting up libegl1:amd64 (1.7.0-1+b2) ...
- Setting up texlive-base (2024.20250309-1) ...
- tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps
- tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg
- tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper
- tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/tex-ini-files/pdftexconfig.tex
- Setting up libgs10-common (10.05.1~dfsg-1+deb13u1) ...
- Setting up libglx-mesa0:amd64 (25.0.7-2) ...
- Setting up libglx0:amd64 (1.7.0-1+b2) ...
- Setting up libgl1:amd64 (1.7.0-1+b2) ...
- Setting up texlive-latex-base (2024.20250309-1) ...
- Setting up zutty (0.16.2.20241020+dfsg1-1) ...
- update-alternatives: using /usr/bin/zutty to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
- Setting up x11-utils (7.7+7) ...
- Setting up libgs10:amd64 (10.05.1~dfsg-1+deb13u1) ...
- Setting up dvisvgm (3.4.4+ds-1) ...
- Setting up liblwp-protocol-https-perl (6.14-1) ...
- Setting up libwww-perl (6.78-1) ...
- Setting up libxml-parser-perl (2.47-1+b3) ...
- Setting up libxml-twig-perl (1:3.52-3) ...
- Setting up libnet-dbus-perl (1.2.0-2+b3) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
- Processing triggers for tex-common (6.19) ...
- Running updmap-sys. This may take some time...
- done.
- Running mktexlsr /var/lib/texmf ... done.
- Building format(s) --all.
- This may take some time...
- done.
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-texlive.2
-> retrieved obelisk.0.3.0 (https://opam.ocaml.org/cache)
-> removed obelisk.0.3.0
[ERROR] The compilation of obelisk.0.3.0 failed at "make tests".
#=== ERROR while compiling obelisk.0.3.0 ======================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/obelisk.0.3.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make tests
# exit-code 2
# env-file ~/.opam/log/obelisk-7-0ee775.env
# output-file ~/.opam/log/obelisk-7-0ee775.out
### output ###
# + ocamlfind ocamlc -config
# + ocamlfind ocamlc -config
# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0/tests'
# Default mode. Testing compcert.mly ok
# Testing lutin.mly ok
# Testing menhir.mly ok
# Testing ocaml.mly ok
# Testing zelus.mly ok
#
# Latex tabular mode.
# Testing compcert.mly ok
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# make[1]: *** [Makefile:41: tabular] Error 1
# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0/tests'
# make: *** [Makefile:54: tests] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build obelisk 0.3.0
+-
+- The following changes have been performed
| - remove obelisk 0.3.0
| - install conf-texlive 2
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260303081151.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2026-03-03 08:13.28 ---> saved as "a5daa448eeb8708c8dbd97fa2f11f7a6102b63c270ab2a2b7490a13f34fbe9d8"
/home/opam: (run (shell "opam reinstall --with-test --verbose obelisk.0.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\" != 'obelisk.0.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"))
obelisk.0.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install obelisk 0.3.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3: [obelisk.0.3.0: extract]
-> retrieved obelisk.0.3.0 (cached)
Processing 2/3: [obelisk: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt -I +unix unix.cmxa -I /home/opam/.opam/5.4/lib/ocamlbuild /home/opam/.opam/5.4/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/5.4/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package str -modules src/main.ml > src/main.ml.depends
- + ocamlfind ocamldep -package str -modules src/genericPrinter.ml > src/genericPrinter.ml.depends
- + ocamlfind ocamldep -package str -modules src/common.ml > src/common.ml.depends
- + ocamlfind ocamldep -package str -modules src/extendedAst.mli > src/extendedAst.mli.depends
- + ocamlfind ocamldep -package str -modules src/helper.mli > src/helper.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/common.cmo src/common.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/extendedAst.cmi src/extendedAst.mli
- + ocamlfind ocamldep -package str -modules src/printer.mli > src/printer.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/helper.cmi src/helper.mli
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/printer.cmi src/printer.mli
- + /home/opam/.opam/5.4/bin/ocamllex.opt -q src/lexer.mll
- + ocamlfind ocamldep -package str -modules src/lexer.ml > src/lexer.ml.depends
- + menhir --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/parser.mly > src/parser.mly.depends
- + ocamlfind ocamldep -package str -modules src/ast.mli > src/ast.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/ast.cmi src/ast.mli
- + menhir --ocamlc 'ocamlfind ocamlc -package str -I src -I src/helpers' --infer src/parser.mly
- + ocamlfind ocamldep -package str -modules src/parser.mli > src/parser.mli.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/parser.cmi src/parser.mli
- + ocamlfind ocamldep -package str -modules src/normalize.ml > src/normalize.ml.depends
- + ocamlfind ocamldep -package str -modules src/options.ml > src/options.ml.depends
- + ocamlfind ocamldep -package str -modules src/position.ml > src/position.ml.depends
- + ocamlfind ocamldep -package str -modules src/printers.ml > src/printers.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/default.ml > src/helpers/default.ml.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/genericPrinter.cmo src/genericPrinter.ml
- + ocamlfind ocamldep -package str -modules src/helpers/miniHelper.ml > src/helpers/miniHelper.ml.depends
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/miniHelper.cmo src/helpers/miniHelper.ml
- + ocamlfind ocamldep -package str -modules src/helpers/html.ml > src/helpers/html.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/latexBacknaur.ml > src/helpers/latexBacknaur.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/miniLatex.ml > src/helpers/miniLatex.ml.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/options.cmo src/options.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/miniLatex.cmo src/helpers/miniLatex.ml
- + ocamlfind ocamldep -package str -modules src/helpers/latexSyntax.ml > src/helpers/latexSyntax.ml.depends
- + ocamlfind ocamldep -package str -modules src/helpers/latexTabular.ml > src/helpers/latexTabular.ml.depends
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/default.cmo src/helpers/default.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/html.cmo src/helpers/html.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexBacknaur.cmo src/helpers/latexBacknaur.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexSyntax.cmo src/helpers/latexSyntax.ml
- + ocamlfind ocamlc -c -package str -I src/helpers -I src -o src/helpers/latexTabular.cmo src/helpers/latexTabular.ml
- + ocamlfind ocamldep -package str -modules src/reduce.ml > src/reduce.ml.depends
- + ocamlfind ocamldep -package str -modules src/scan.ml > src/scan.ml.depends
- + ocamlfind ocamldep -package str -modules src/transform.ml > src/transform.ml.depends
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/lexer.cmo src/lexer.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/normalize.cmo src/normalize.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/position.cmo src/position.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/printers.cmo src/printers.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/reduce.cmo src/reduce.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/scan.cmo src/scan.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/transform.cmo src/transform.ml
- + ocamlfind ocamlc -c -package str -I src -I src/helpers -o src/main.cmo src/main.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/common.cmx src/common.ml
- + ocamlfind ocamldep -package str -modules src/parser.ml > src/parser.ml.depends
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/parser.cmx src/parser.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/genericPrinter.cmx src/genericPrinter.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/miniHelper.cmx src/helpers/miniHelper.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/options.cmx src/options.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/miniLatex.cmx src/helpers/miniLatex.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/default.cmx src/helpers/default.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/html.cmx src/helpers/html.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexBacknaur.cmx src/helpers/latexBacknaur.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexSyntax.cmx src/helpers/latexSyntax.ml
- + ocamlfind ocamlopt -c -package str -I src/helpers -I src -o src/helpers/latexTabular.cmx src/helpers/latexTabular.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/lexer.cmx src/lexer.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/normalize.cmx src/normalize.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/position.cmx src/position.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/printers.cmx src/printers.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/reduce.cmx src/reduce.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/scan.cmx src/scan.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/transform.cmx src/transform.ml
- + ocamlfind ocamlopt -c -package str -I src -I src/helpers -o src/main.cmx src/main.ml
- + ocamlfind ocamlopt -linkpkg -package str -I src -I src/helpers src/common.cmx src/genericPrinter.cmx src/helpers/miniHelper.cmx src/helpers/default.cmx src/helpers/html.cmx src/options.cmx src/helpers/miniLatex.cmx src/helpers/latexBacknaur.cmx src/helpers/latexSyntax.cmx src/helpers/latexTabular.cmx src/parser.cmx src/lexer.cmx src/normalize.cmx src/position.cmx src/printers.cmx src/reduce.cmx src/scan.cmx src/transform.cmx src/main.cmx -o src/main.native
Processing 2/3: [obelisk: make tests]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "tests" (CWD=/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamlc -config
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0/tests'
- Default mode. Testing compcert.mly ok
- Testing lutin.mly ok
- Testing menhir.mly ok
- Testing ocaml.mly ok
- Testing zelus.mly ok
-
- Latex tabular mode.
- Testing compcert.mly ok
- This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
- restricted \write18 enabled.
- entering extended mode
- This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
- restricted \write18 enabled.
- entering extended mode
- This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
- restricted \write18 enabled.
- entering extended mode
- This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
- restricted \write18 enabled.
- entering extended mode
- This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
- restricted \write18 enabled.
- entering extended mode
- make[1]: *** [Makefile:41: tabular] Error 1
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0/tests'
- make: *** [Makefile:54: tests] Error 2
[ERROR] The compilation of obelisk.0.3.0 failed at "make tests".
#=== ERROR while compiling obelisk.0.3.0 ======================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/obelisk.0.3.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make tests
# exit-code 2
# env-file ~/.opam/log/obelisk-7-d6af57.env
# output-file ~/.opam/log/obelisk-7-d6af57.out
### output ###
# + ocamlfind ocamlc -config
# + ocamlfind ocamlc -config
# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0/tests'
# Default mode. Testing compcert.mly ok
# Testing lutin.mly ok
# Testing menhir.mly ok
# Testing ocaml.mly ok
# Testing zelus.mly ok
#
# Latex tabular mode.
# Testing compcert.mly ok
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2025/dev/Debian) (preloaded format=pdflatex)
# restricted \write18 enabled.
# entering extended mode
# make[1]: *** [Makefile:41: tabular] Error 1
# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/obelisk.0.3.0/tests'
# make: *** [Makefile:54: tests] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build obelisk 0.3.0
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose obelisk.0.3.0' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose obelisk.0.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" != 'obelisk.0.3.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-03-03 08:13.46: Job failed: Failed: Build failed
2026-03-03 08:13.46: Log analysis:
2026-03-03 08:13.46: >>>
[ERROR] The compilation of obelisk.0.3.0 failed at "make tests".
(score = 20)
2026-03-03 08:13.46: >>>
[ERROR] The compilation of obelisk.0.3.0 failed at "make tests".
(score = 20)
2026-03-03 08:13.46: The compilation of obelisk.0.3.0 failed at "make tests".