(for PR #29950)
2026-05-23 21:42.42: New job: build camlp5-buildscripts.0.07, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29950/head (d950ec257351a2d586e81a5b4815cdaf7be65f34)
on debian-unstable-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/29950/head" && git reset --hard d950ec25
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3
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 camlp5-buildscripts.0.07 0.07
RUN opam reinstall camlp5-buildscripts.0.07; \
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-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'camlp5-buildscripts.0.07' && 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-05-23 21:42.42: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3-camlp5-buildscripts.0.07-d950ec257351a2d586e81a5b4815cdaf7be65f34"
2026-05-23 21:42.42: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3)
(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 camlp5-buildscripts.0.07 0.07"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlp5-buildscripts.0.07;\
\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-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camlp5-buildscripts.0.07' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-23 21:42.42: Waiting for resource in pool OCluster
2026-05-23 21:42.42: Waiting for worker…
2026-05-23 21:42.42: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..d950ec2573
Fast-forward
.../camlp5-buildscripts.0.07/opam | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 packages/camlp5-buildscripts/camlp5-buildscripts.0.07/opam
(from ocaml/opam:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3' locally
docker.io/ocaml/opam@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3: Pulling from ocaml/opam
6396b26de0b9: Pulling fs layer
8c82bcadd3a0: Pulling fs layer
ca9ba9b6a990: Pulling fs layer
dfbd3066f125: Pulling fs layer
a3bc130db4a1: Pulling fs layer
cf60c98b3dbc: Pulling fs layer
d1500e13335b: Pulling fs layer
55554ae4fedf: Pulling fs layer
a3bc130db4a1: Waiting
9b57e5080160: Pulling fs layer
cf60c98b3dbc: Waiting
2b35ff6cb6b7: Pulling fs layer
ea4ee44b05d8: Pulling fs layer
55554ae4fedf: Waiting
f2476a9ff551: Pulling fs layer
d1500e13335b: Waiting
dfbd3066f125: Waiting
9b57e5080160: Waiting
0ce778c03b0d: Pulling fs layer
2b35ff6cb6b7: Waiting
ea4ee44b05d8: Waiting
82dd3c03dd21: Pulling fs layer
f2476a9ff551: Waiting
3bc42f891c9f: Pulling fs layer
0ce778c03b0d: Waiting
82dd3c03dd21: Waiting
faf6bc77cdfd: Pulling fs layer
3bc42f891c9f: Waiting
300378a7a8a6: Pulling fs layer
faf6bc77cdfd: Waiting
e3dc1b219159: Pulling fs layer
ff2eb9f80099: Pulling fs layer
300378a7a8a6: Waiting
e3dc1b219159: Waiting
efba89bd5ac4: Pulling fs layer
ff2eb9f80099: Waiting
998970eba85f: Pulling fs layer
4f4fb700ef54: Pulling fs layer
efba89bd5ac4: Waiting
2c8894103979: Pulling fs layer
52f259cf9b36: Pulling fs layer
4f4fb700ef54: Waiting
233ccfca7f44: Pulling fs layer
998970eba85f: Waiting
2c8894103979: Waiting
52f259cf9b36: Waiting
e0fd7439447b: Pulling fs layer
233ccfca7f44: Waiting
b68a95ae0828: Pulling fs layer
e0fd7439447b: Waiting
994a2d45df13: Pulling fs layer
b68a95ae0828: Waiting
92ed7b928883: Pulling fs layer
994a2d45df13: Waiting
86c4fb2c5b4b: Pulling fs layer
97d86ccfdf58: Pulling fs layer
92ed7b928883: Waiting
33e6928b9b0a: Pulling fs layer
59967a26da68: Pulling fs layer
97d86ccfdf58: Waiting
86c4fb2c5b4b: Waiting
33e6928b9b0a: Waiting
fa0f5ef65631: Pulling fs layer
59967a26da68: Waiting
3ff43863ede4: Pulling fs layer
859ff2a7f156: Pulling fs layer
fa0f5ef65631: Waiting
b9f443d7cd73: Pulling fs layer
3ff43863ede4: Waiting
859ff2a7f156: Waiting
d41719d01204: Pulling fs layer
53fef9fc4072: Pulling fs layer
6e6a6a28af0f: Pulling fs layer
eda6fb5e3553: Pulling fs layer
b9f443d7cd73: Waiting
d41719d01204: Waiting
6e6a6a28af0f: Waiting
53fef9fc4072: Waiting
b9e5014d4569: Pulling fs layer
eda6fb5e3553: Waiting
b7e5894afc31: Pulling fs layer
abd5f9200da3: Pulling fs layer
59c76792e0f3: Pulling fs layer
b7e5894afc31: Waiting
abd5f9200da3: Waiting
b9e5014d4569: Waiting
ed9a8a5ff63b: Pulling fs layer
bea5a088c1dc: Pulling fs layer
59c76792e0f3: Waiting
ed9a8a5ff63b: Waiting
bea5a088c1dc: Waiting
8c82bcadd3a0: Verifying Checksum
8c82bcadd3a0: Download complete
ca9ba9b6a990: Verifying Checksum
ca9ba9b6a990: Download complete
a3bc130db4a1: Verifying Checksum
a3bc130db4a1: Download complete
dfbd3066f125: Verifying Checksum
dfbd3066f125: Download complete
6396b26de0b9: Verifying Checksum
6396b26de0b9: Download complete
d1500e13335b: Verifying Checksum
d1500e13335b: Download complete
55554ae4fedf: Verifying Checksum
55554ae4fedf: Download complete
2b35ff6cb6b7: Verifying Checksum
2b35ff6cb6b7: Download complete
cf60c98b3dbc: Verifying Checksum
cf60c98b3dbc: Download complete
6396b26de0b9: Pull complete
8c82bcadd3a0: Pull complete
ca9ba9b6a990: Pull complete
f2476a9ff551: Verifying Checksum
f2476a9ff551: Download complete
ea4ee44b05d8: Verifying Checksum
ea4ee44b05d8: Download complete
0ce778c03b0d: Verifying Checksum
0ce778c03b0d: Download complete
9b57e5080160: Verifying Checksum
9b57e5080160: Download complete
82dd3c03dd21: Verifying Checksum
82dd3c03dd21: Download complete
dfbd3066f125: Pull complete
300378a7a8a6: Verifying Checksum
300378a7a8a6: Download complete
e3dc1b219159: Download complete
3bc42f891c9f: Verifying Checksum
3bc42f891c9f: Download complete
a3bc130db4a1: Pull complete
efba89bd5ac4: Download complete
998970eba85f: Download complete
ff2eb9f80099: Verifying Checksum
ff2eb9f80099: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
52f259cf9b36: Verifying Checksum
52f259cf9b36: Download complete
233ccfca7f44: Verifying Checksum
233ccfca7f44: Download complete
2c8894103979: Verifying Checksum
2c8894103979: Download complete
b68a95ae0828: Verifying Checksum
b68a95ae0828: Download complete
e0fd7439447b: Verifying Checksum
e0fd7439447b: Download complete
994a2d45df13: Verifying Checksum
994a2d45df13: Download complete
86c4fb2c5b4b: Verifying Checksum
86c4fb2c5b4b: Download complete
97d86ccfdf58: Verifying Checksum
97d86ccfdf58: Download complete
92ed7b928883: Download complete
59967a26da68: Verifying Checksum
59967a26da68: Download complete
33e6928b9b0a: Verifying Checksum
33e6928b9b0a: Download complete
859ff2a7f156: Download complete
fa0f5ef65631: Download complete
d41719d01204: Verifying Checksum
d41719d01204: Download complete
53fef9fc4072: Verifying Checksum
53fef9fc4072: Download complete
6e6a6a28af0f: Download complete
3ff43863ede4: Verifying Checksum
3ff43863ede4: Download complete
b9f443d7cd73: Verifying Checksum
b9f443d7cd73: Download complete
eda6fb5e3553: Verifying Checksum
eda6fb5e3553: Download complete
b9e5014d4569: Verifying Checksum
b9e5014d4569: Download complete
b7e5894afc31: Verifying Checksum
b7e5894afc31: Download complete
59c76792e0f3: Download complete
ed9a8a5ff63b: Verifying Checksum
ed9a8a5ff63b: Download complete
bea5a088c1dc: Verifying Checksum
bea5a088c1dc: Download complete
cf60c98b3dbc: Pull complete
d1500e13335b: Pull complete
55554ae4fedf: Pull complete
9b57e5080160: Pull complete
abd5f9200da3: Verifying Checksum
abd5f9200da3: Download complete
2b35ff6cb6b7: Pull complete
ea4ee44b05d8: Pull complete
f2476a9ff551: Pull complete
0ce778c03b0d: Pull complete
82dd3c03dd21: Pull complete
3bc42f891c9f: Pull complete
faf6bc77cdfd: Pull complete
300378a7a8a6: Pull complete
e3dc1b219159: Pull complete
ff2eb9f80099: Pull complete
efba89bd5ac4: Pull complete
998970eba85f: Pull complete
4f4fb700ef54: Pull complete
2c8894103979: Pull complete
52f259cf9b36: Pull complete
233ccfca7f44: Pull complete
e0fd7439447b: Pull complete
b68a95ae0828: Pull complete
994a2d45df13: Pull complete
92ed7b928883: Pull complete
86c4fb2c5b4b: Pull complete
97d86ccfdf58: Pull complete
33e6928b9b0a: Pull complete
59967a26da68: Pull complete
fa0f5ef65631: Pull complete
3ff43863ede4: Pull complete
859ff2a7f156: Pull complete
b9f443d7cd73: Pull complete
d41719d01204: Pull complete
53fef9fc4072: Pull complete
6e6a6a28af0f: Pull complete
eda6fb5e3553: Pull complete
b9e5014d4569: Pull complete
b7e5894afc31: Pull complete
abd5f9200da3: Pull complete
59c76792e0f3: Pull complete
ed9a8a5ff63b: Pull complete
bea5a088c1dc: Pull complete
Digest: sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3
Status: Downloaded newer image for ocaml/opam@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3
2026-05-23 21:43.06 ---> using "214726b4256dd04c71eebff93480488bfcfeda404c49219664bc842ffd3e4ee6" 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-05-23 21:43.06 ---> using "3658aaf66f6a19fb20d4c486c7dc1402c0a0cf9d5f64fc17222462d395514c64" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-23 21:43.06 ---> using "2509cc8cebdbd4e71aff13a23a127eaa380e3383c75cd5945224c71305c8d239" 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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=unknown
# 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-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.1
2026-05-23 21:43.06 ---> using "a53a792dd2e3dcbabf6256e6dd03d603249ff766586988516ad4309f53e8782a" 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-05-23 21:43.06 ---> using "ec537234cc32f5619878a8524baa8c30d70ed67696dd59025cc551b282ed7b1d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-23 21:43.16 ---> saved as "83a684f5b56208fd4a6698a606cb5da458341026c76d277f9f7c9694d7b8ee36"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-23 21:43.27 ---> saved as "e85da7c46b26247f9827fe043ac208c66fcd509353cba3337e814e5fc40d879c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-23-2035.26-F-2026-05-17-0200.29.pdiff [426 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-23-2035.26-F-2026-05-17-0200.29.pdiff [426 kB]
- Fetched 679 kB in 3s (198 kB/s)
- Reading package lists...
-
2026-05-23 21:43.32 ---> saved as "101a2d687327dff0ed478e9bb16b456b53278e718fe841db287721556f278218"
/home/opam: (run (shell "opam pin add -k version -yn camlp5-buildscripts.0.07 0.07"))
camlp5-buildscripts is now pinned to version 0.07
2026-05-23 21:43.33 ---> saved as "f185654dc83097d8b260cbd8e1b2970e843f870c801895ae6cedde77febe1c1e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlp5-buildscripts.0.07;\
\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-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camlp5-buildscripts.0.07' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
camlp5-buildscripts.0.07 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
- install astring 0.8.5 [required by bos]
- install bos 0.3.0 [required by camlp5-buildscripts]
- install camlp-streams 5.0.1 [required by not-ocamlfind]
- install camlp5-buildscripts 0.07 (pinned)
- install conf-m4 1 [required by not-ocamlfind]
- install conf-which 1 [required by not-ocamlfind]
- install dune 3.23.1 [required by re]
- install fmt 0.11.0 [required by camlp5-buildscripts]
- install fpath 0.7.3 [required by bos]
- install logs 0.10.0 [required by bos]
- install not-ocamlfind 0.14 [required by camlp5-buildscripts]
- install ocamlbuild 0.16.1 [required by bos]
- install ocamlfind 1.9.8 [required by bos, not-ocamlfind]
- install ocamlgraph 2.2.0 [required by not-ocamlfind]
- install re 1.14.0 [required by camlp5-buildscripts]
- install rresult 0.7.0 [required by camlp5-buildscripts]
- install topkg 1.1.1 [required by bos]
The following system packages will first need to be installed:
m4 xdot
<><> 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" "m4" "xdot"
- Preconfiguring packages ...
- (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 ... 21826 files and directories currently installed.)
- Preparing to unpack .../systemd-timesyncd_261~rc1-1_amd64.deb ...
- Unpacking systemd-timesyncd (261~rc1-1) over (260.1-1) ...
- Preparing to unpack .../systemd-cryptsetup_261~rc1-1_amd64.deb ...
- Unpacking systemd-cryptsetup (261~rc1-1) over (260.1-1) ...
- Preparing to unpack .../libsystemd-shared_261~rc1-1_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (261~rc1-1) over (260.1-1) ...
- Setting up libsystemd-shared:amd64 (261~rc1-1) ...
- (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 ... 21829 files and directories currently installed.)
- Preparing to unpack .../systemd_261~rc1-1_amd64.deb ...
- Unpacking systemd (261~rc1-1) over (260.1-1) ...
- Preparing to unpack .../libsystemd0_261~rc1-1_amd64.deb ...
- Unpacking libsystemd0:amd64 (261~rc1-1) over (260.1-1) ...
- Setting up libsystemd0:amd64 (261~rc1-1) ...
- Setting up systemd (261~rc1-1) ...
- Installing new version of config file /etc/systemd/system.conf ...
- Installing new version of config file /etc/systemd/user.conf ...
- Creating group 'systemd-imds' with GID 993.
- Creating user 'systemd-imds' (systemd Instance Metadata) with UID 993 and GID 993.
- 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 ... 21881 files and directories currently installed.)
- Preparing to unpack .../systemd-sysv_261~rc1-1_amd64.deb ...
- Unpacking systemd-sysv (261~rc1-1) ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- Preparing to unpack .../libpython3.13-minimal_3.13.12-1_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.12-1) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.12-1_amd64.deb ...
- Unpacking python3.13-minimal (3.13.12-1) ...
- Setting up libpython3.13-minimal:amd64 (3.13.12-1) ...
- Setting up python3.13-minimal (3.13.12-1) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22220 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.9-3+b1_amd64.deb ...
- Unpacking python3-minimal (3.13.9-3+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_14.0.0_all.deb ...
- Unpacking media-types (14.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.3-4_all.deb ...
- Unpacking readline-common (8.3-4) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../3-libreadline8t64_8.3-4_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.3-4) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.12-1_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.12-1) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.12-1_amd64.deb ...
- Unpacking python3.13 (3.13.12-1) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.9-3+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.9-3+b1) ...
- Setting up python3-minimal (3.13.9-3+b1) ...
- Selecting previously unselected package python3.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22709 files and directories currently installed.)
- Preparing to unpack .../0-python3_3.13.9-3+b1_amd64.deb ...
- Unpacking python3 (3.13.9-3+b1) ...
- Selecting previously unselected package python3-numpy-dev:amd64.
- Preparing to unpack .../1-python3-numpy-dev_1%3a2.4.4+ds-2_amd64.deb ...
- Unpacking python3-numpy-dev:amd64 (1:2.4.4+ds-2) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../2-libblas3_3.12.1-7+b2_amd64.deb ...
- Unpacking libblas3:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../3-libgfortran5_16.1.0-1_amd64.deb ...
- Unpacking libgfortran5:amd64 (16.1.0-1) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../4-liblapack3_3.12.1-7+b2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package python3-numpy.
- Preparing to unpack .../5-python3-numpy_1%3a2.4.4+ds-2_amd64.deb ...
- Unpacking python3-numpy (1:2.4.4+ds-2) ...
- Preparing to unpack .../6-libudev1_261~rc1-1_amd64.deb ...
- Unpacking libudev1:amd64 (261~rc1-1) over (260.1-1) ...
- Setting up libudev1:amd64 (261~rc1-1) ...
- Selecting previously unselected package libproc2-0: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 ... 23777 files and directories currently installed.)
- Preparing to unpack .../000-libproc2-0_2%3a4.0.4-9+b2_amd64.deb ...
- Unpacking libproc2-0:amd64 (2:4.0.4-9+b2) ...
- Selecting previously unselected package procps.
- Preparing to unpack .../001-procps_2%3a4.0.4-9+b2_amd64.deb ...
- Unpacking procps (2:4.0.4-9+b2) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../002-libnss-systemd_261~rc1-1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (261~rc1-1) ...
- Preparing to unpack .../003-dbus-system-bus-common_1.16.2-5_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-5) over (1.16.2-4) ...
- Selecting previously unselected package dbus-broker.
- Preparing to unpack .../004-dbus-broker_37-5_amd64.deb ...
- Unpacking dbus-broker (37-5) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../005-libpam-systemd_261~rc1-1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (261~rc1-1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../006-libpng16-16t64_1.6.58-1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.58-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../007-libfreetype6_2.14.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.14.3+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../008-fonts-dejavu-mono_2.37-9_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-9) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../009-fonts-dejavu-core_2.37-9_all.deb ...
- Unpacking fonts-dejavu-core (2.37-9) ...
- Selecting previously unselected package fonts-liberation.
- Preparing to unpack .../010-fonts-liberation_1%3a2.1.5-3_all.deb ...
- Unpacking fonts-liberation (1:2.1.5-3) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../011-fontconfig-config_2.17.1-5_amd64.deb ...
- Unpacking fontconfig-config (2.17.1-5) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../012-libfontconfig1_2.17.1-5_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.17.1-5) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../013-libpixman-1-0_0.46.4-1+b2_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.46.4-1+b2) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../014-libxcb-render0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../015-libxcb-shm0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../016-libxrender1_1%3a0.9.12-1+b2_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1+b2) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../017-libcairo2_1.18.4-3+b1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-3+b1) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../018-libglib2.0-0t64_2.88.1-2_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.88.1-2) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../019-libsharpyuv0_1.5.0-0.1+b2_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../020-libde265-0_1.0.18-1_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.18-1) ...
- Selecting previously unselected package libheif-plugin-libde265:amd64.
- Preparing to unpack .../021-libheif-plugin-libde265_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-libde265:amd64 (1.21.2-4) ...
- Selecting previously unselected package libdav1d7:amd64.
- Preparing to unpack .../022-libdav1d7_1.5.3-1+b2_amd64.deb ...
- Unpacking libdav1d7:amd64 (1.5.3-1+b2) ...
- Selecting previously unselected package libheif-plugin-dav1d:amd64.
- Preparing to unpack .../023-libheif-plugin-dav1d_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-dav1d:amd64 (1.21.2-4) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../024-libheif1_1.21.2-4_amd64.deb ...
- Unpacking libheif1:amd64 (1.21.2-4) ...
- Selecting previously unselected package libhwy1t64:amd64.
- Preparing to unpack .../025-libhwy1t64_1.3.0-2+b1_amd64.deb ...
- Unpacking libhwy1t64:amd64 (1.3.0-2+b1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../026-liblcms2-2_2.19.1-1_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.19.1-1) ...
- Selecting previously unselected package libjxl0.11:amd64.
- Preparing to unpack .../027-libjxl0.11_0.11.2-3_amd64.deb ...
- Unpacking libjxl0.11:amd64 (0.11.2-3) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../028-libcairo-gobject2_1.18.4-3+b1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.4-3+b1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../029-fontconfig_2.17.1-5_amd64.deb ...
- Unpacking fontconfig (2.17.1-5) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../030-libfribidi0_1.0.16-5+b1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-5+b1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../031-libgraphite2-3_1.3.14-13_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-13) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../032-libharfbuzz0b_12.3.2-2+b2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../033-libthai-data_0.1.30-1_all.deb ...
- Unpacking libthai-data (0.1.30-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../034-libdatrie1_0.2.14-1+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.14-1+b1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../035-libthai0_0.1.30-1+b1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.30-1+b1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../036-libpango-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../037-libpangoft2-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../038-libpangocairo-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../039-libxml2-16_2.15.2+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../040-librsvg2-2_2.62.1+dfsg-1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.62.1+dfsg-1) ...
- Selecting previously unselected package glycin-loaders.
- Preparing to unpack .../041-glycin-loaders_2.1.2+ds-2_amd64.deb ...
- Unpacking glycin-loaders (2.1.2+ds-2) ...
- Selecting previously unselected package libglycin-2-0:amd64.
- Preparing to unpack .../042-libglycin-2-0_2.1.2+ds-2_amd64.deb ...
- Unpacking libglycin-2-0:amd64 (2.1.2+ds-2) ...
- Selecting previously unselected package glycin-thumbnailers.
- Preparing to unpack .../043-glycin-thumbnailers_2.1.2+ds-2_amd64.deb ...
- Unpacking glycin-thumbnailers (2.1.2+ds-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../044-libgdk-pixbuf2.0-common_2.44.6+dfsg-2_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.44.6+dfsg-2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../045-shared-mime-info_2.4-5+b3_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b3) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../046-libgdk-pixbuf-2.0-0_2.44.6+dfsg-2_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../047-gtk-update-icon-cache_4.22.4+ds-1_amd64.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.22.4+ds-1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../048-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 .../049-adwaita-icon-theme_50.0-1_all.deb ...
- Unpacking adwaita-icon-theme (50.0-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../050-at-spi2-common_2.60.3-1_all.deb ...
- Unpacking at-spi2-common (2.60.3-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../051-libxi6_2%3a1.8.2-2+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-2+b1) ...
- Selecting previously unselected package libxres1:amd64.
- Preparing to unpack .../052-libxres1_2%3a1.2.1-2_amd64.deb ...
- Unpacking libxres1:amd64 (2:1.2.1-2) ...
- Selecting previously unselected package libatspi2.0-0t64:amd64.
- Preparing to unpack .../053-libatspi2.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatspi2.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../054-x11-common_1%3a7.7+26_all.deb ...
- Unpacking x11-common (1:7.7+26) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../055-libxtst6_2%3a1.2.5-1+b2_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1+b2) ...
- Preparing to unpack .../056-dbus-session-bus-common_1.16.2-5_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-5) over (1.16.2-4) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../057-dbus-user-session_1.16.2-5_amd64.deb ...
- Unpacking dbus-user-session (1.16.2-5) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../058-libdconf1_0.49.0-4+b1_amd64.deb ...
- Unpacking libdconf1:amd64 (0.49.0-4+b1) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../059-dconf-service_0.49.0-4+b1_amd64.deb ...
- Unpacking dconf-service (0.49.0-4+b1) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../060-dconf-gsettings-backend_0.49.0-4+b1_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.49.0-4+b1) ...
- Selecting previously unselected package user-session-migration.
- Preparing to unpack .../061-user-session-migration_0.5.1_amd64.deb ...
- Unpacking user-session-migration (0.5.1) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../062-gsettings-desktop-schemas_50.1-2_all.deb ...
- Unpacking gsettings-desktop-schemas (50.1-2) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../063-at-spi2-core_2.60.3-1_amd64.deb ...
- Unpacking at-spi2-core (2.60.3-1) ...
- Selecting previously unselected package fonts-liberation-sans-narrow.
- Preparing to unpack .../064-fonts-liberation-sans-narrow_1%3a1.07.6-4_all.deb ...
- Unpacking fonts-liberation-sans-narrow (1:1.07.6-4) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../065-gir1.2-glib-2.0_2.88.1-2_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (2.88.1-2) ...
- Selecting previously unselected package libatk1.0-0t64:amd64.
- Preparing to unpack .../066-libatk1.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatk1.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package gir1.2-atk-1.0:amd64.
- Preparing to unpack .../067-gir1.2-atk-1.0_2.60.3-1_amd64.deb ...
- Unpacking gir1.2-atk-1.0:amd64 (2.60.3-1) ...
- Selecting previously unselected package gir1.2-freedesktop:amd64.
- Preparing to unpack .../068-gir1.2-freedesktop_1.86.0-6+b1_amd64.deb ...
- Unpacking gir1.2-freedesktop:amd64 (1.86.0-6+b1) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64.
- Preparing to unpack .../069-gir1.2-gdkpixbuf-2.0_2.44.6+dfsg-2_amd64.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.44.6+dfsg-2) ...
- Selecting previously unselected package libgirepository-2.0-0:amd64.
- Preparing to unpack .../070-libgirepository-2.0-0_2.88.1-2_amd64.deb ...
- Unpacking libgirepository-2.0-0:amd64 (2.88.1-2) ...
- Selecting previously unselected package gir1.2-girepository-3.0:amd64.
- Preparing to unpack .../071-gir1.2-girepository-3.0_2.88.1-2_amd64.deb ...
- Unpacking gir1.2-girepository-3.0:amd64 (2.88.1-2) ...
- Selecting previously unselected package libharfbuzz-gobject0:amd64.
- Preparing to unpack .../072-libharfbuzz-gobject0_12.3.2-2+b2_amd64.deb ...
- Unpacking libharfbuzz-gobject0:amd64 (12.3.2-2+b2) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
- Preparing to unpack .../073-gir1.2-harfbuzz-0.0_12.3.2-2+b2_amd64.deb ...
- Unpacking gir1.2-harfbuzz-0.0:amd64 (12.3.2-2+b2) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../074-libxft2_2.3.6-1+b5_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1+b5) ...
- Selecting previously unselected package libpangoxft-1.0-0:amd64.
- Preparing to unpack .../075-libpangoxft-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpangoxft-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package gir1.2-pango-1.0:amd64.
- Preparing to unpack .../076-gir1.2-pango-1.0_1.57.1-2_amd64.deb ...
- Unpacking gir1.2-pango-1.0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:amd64.
- Preparing to unpack .../077-libatk-bridge2.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatk-bridge2.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package libcloudproviders0:amd64.
- Preparing to unpack .../078-libcloudproviders0_0.4.0-2+b1_amd64.deb ...
- Unpacking libcloudproviders0:amd64 (0.4.0-2+b1) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../079-libcolord2_1.4.8-3_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.8-3) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../080-libavahi-common-data_0.8-18_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-18) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../081-libavahi-common3_0.8-18_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-18) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../082-libavahi-client3_0.8-18_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-18) ...
- Selecting previously unselected package libcups2t64:amd64.
- Preparing to unpack .../083-libcups2t64_2.4.18-1_amd64.deb ...
- Unpacking libcups2t64:amd64 (2.4.18-1) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../084-libepoxy0_1.5.10-2+b2_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-2+b2) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../085-libwayland-client0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../086-libwayland-cursor0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../087-libwayland-egl1_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../088-libxcomposite1_1%3a0.4.6-1+b2_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.6-1+b2) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../089-libxfixes3_1%3a6.0.0-2+b5_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2+b5) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../090-libxcursor1_1%3a1.2.3-1+b2_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1+b2) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../091-libxdamage1_1%3a1.1.7-1+b1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.7-1+b1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../092-libxinerama1_2%3a1.1.4-3+b5_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3+b5) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../093-xkb-data_2.47-1_all.deb ...
- Unpacking xkb-data (2.47-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../094-libxkbcommon0_1.13.1-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.13.1-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../095-libxrandr2_2%3a1.5.4-1+b4_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1+b4) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../096-libgtk-3-common_3.24.52-1_all.deb ...
- Unpacking libgtk-3-common (3.24.52-1) ...
- Selecting previously unselected package libgtk-3-0t64:amd64.
- Preparing to unpack .../097-libgtk-3-0t64_3.24.52-1_amd64.deb ...
- Unpacking libgtk-3-0t64:amd64 (3.24.52-1) ...
- Selecting previously unselected package gir1.2-gtk-3.0:amd64.
- Preparing to unpack .../098-gir1.2-gtk-3.0_3.24.52-1_amd64.deb ...
- Unpacking gir1.2-gtk-3.0:amd64 (3.24.52-1) ...
- Selecting previously unselected package libcdt6:amd64.
- Preparing to unpack .../099-libcdt6_14.1.2-1+b1_amd64.deb ...
- Unpacking libcdt6:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package libcgraph8:amd64.
- Preparing to unpack .../100-libcgraph8_14.1.2-1+b1_amd64.deb ...
- Unpacking libcgraph8:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../101-libltdl7_2.5.4-11_amd64.deb ...
- Unpacking libltdl7:amd64 (2.5.4-11) ...
- Selecting previously unselected package libpathplan4:amd64.
- Preparing to unpack .../102-libpathplan4_14.1.2-1+b1_amd64.deb ...
- Unpacking libpathplan4:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package libxdot4:amd64.
- Preparing to unpack .../103-libxdot4_14.1.2-1+b1_amd64.deb ...
- Unpacking libxdot4:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package libgvc7:amd64.
- Preparing to unpack .../104-libgvc7_14.1.2-1+b1_amd64.deb ...
- Unpacking libgvc7:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package libgvpr2:amd64.
- Preparing to unpack .../105-libgvpr2_14.1.2-1+b1_amd64.deb ...
- Unpacking libgvpr2:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../106-libaom3_3.13.1-2+b1_amd64.deb ...
- Unpacking libaom3:amd64 (3.13.1-2+b1) ...
- Selecting previously unselected package libabsl20260107:amd64.
- Preparing to unpack .../107-libabsl20260107_20260107.0-5_amd64.deb ...
- Unpacking libabsl20260107:amd64 (20260107.0-5) ...
- Selecting previously unselected package libgav1-2:amd64.
- Preparing to unpack .../108-libgav1-2_0.20.0-2+b1_amd64.deb ...
- Unpacking libgav1-2:amd64 (0.20.0-2+b1) ...
- Selecting previously unselected package librav1e0.8:amd64.
- Preparing to unpack .../109-librav1e0.8_0.8.1-10_amd64.deb ...
- Unpacking librav1e0.8:amd64 (0.8.1-10) ...
- Selecting previously unselected package libsvtav1enc4:amd64.
- Preparing to unpack .../110-libsvtav1enc4_4.1.0+dfsg-1_amd64.deb ...
- Unpacking libsvtav1enc4:amd64 (4.1.0+dfsg-1) ...
- Selecting previously unselected package libjpeg62-turbo:amd64.
- Preparing to unpack .../111-libjpeg62-turbo_1%3a3.1.3-4_amd64.deb ...
- Unpacking libjpeg62-turbo:amd64 (1:3.1.3-4) ...
- Selecting previously unselected package libyuv0:amd64.
- Preparing to unpack .../112-libyuv0_0.0.1922.20260106-1+b1_amd64.deb ...
- Unpacking libyuv0:amd64 (0.0.1922.20260106-1+b1) ...
- Selecting previously unselected package libavif16:amd64.
- Preparing to unpack .../113-libavif16_1.4.1-1+b1_amd64.deb ...
- Unpacking libavif16:amd64 (1.4.1-1+b1) ...
- Selecting previously unselected package libimagequant0:amd64.
- Preparing to unpack .../114-libimagequant0_4.4.1-1+b2_amd64.deb ...
- Unpacking libimagequant0:amd64 (4.4.1-1+b2) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../115-libdeflate0_1.23-2+b2_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2+b2) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../116-libjbig0_2.1-6.1+b3_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1+b3) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../117-liblerc4_4.1.0+ds-1_amd64.deb ...
- Unpacking liblerc4:amd64 (4.1.0+ds-1) ...
- Selecting previously unselected package libwebp7:amd64.
- Preparing to unpack .../118-libwebp7_1.5.0-0.1+b2_amd64.deb ...
- Unpacking libwebp7:amd64 (1.5.0-0.1+b2) ...
- Selecting previously unselected package libtiff6:amd64.
- Preparing to unpack .../119-libtiff6_4.7.1-2_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.1-2) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../120-libxpm4_1%3a3.5.19-1_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.19-1) ...
- Selecting previously unselected package libgd3:amd64.
- Preparing to unpack .../121-libgd3_2.3.3-13+b2_amd64.deb ...
- Unpacking libgd3:amd64 (2.3.3-13+b2) ...
- Selecting previously unselected package libgvplugin-gd8:amd64.
- Preparing to unpack .../122-libgvplugin-gd8_14.1.2-1+b1_amd64.deb ...
- Unpacking libgvplugin-gd8:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package libgvplugin-pango8:amd64.
- Preparing to unpack .../123-libgvplugin-pango8_14.1.2-1+b1_amd64.deb ...
- Unpacking libgvplugin-pango8:amd64 (14.1.2-1+b1) ...
- Selecting previously unselected package graphviz.
- Preparing to unpack .../124-graphviz_14.1.2-1+b1_amd64.deb ...
- Unpacking graphviz (14.1.2-1+b1) ...
- Selecting previously unselected package libibus-1.0-5:amd64.
- Preparing to unpack .../125-libibus-1.0-5_1.5.34-1_amd64.deb ...
- Unpacking libibus-1.0-5:amd64 (1.5.34-1) ...
- Selecting previously unselected package ibus-gtk3:amd64.
- Preparing to unpack .../126-ibus-gtk3_1.5.34-1_amd64.deb ...
- Unpacking ibus-gtk3:amd64 (1.5.34-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../127-libglib2.0-data_2.88.1-2_all.deb ...
- Unpacking libglib2.0-data (2.88.1-2) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../128-libgtk-3-bin_3.24.52-1_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.52-1) ...
- Selecting previously unselected package libheif-plugin-aomenc:amd64.
- Preparing to unpack .../129-libheif-plugin-aomenc_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-aomenc:amd64 (1.21.2-4) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../130-libnuma1_2.0.19-1+b2_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1+b2) ...
- Selecting previously unselected package libx265-215:amd64.
- Preparing to unpack .../131-libx265-215_4.1-4+b2_amd64.deb ...
- Unpacking libx265-215:amd64 (4.1-4+b2) ...
- Selecting previously unselected package libheif-plugin-x265:amd64.
- Preparing to unpack .../132-libheif-plugin-x265_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-x265:amd64 (1.21.2-4) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../133-librsvg2-common_2.62.1+dfsg-1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.62.1+dfsg-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../134-m4_1.4.21-1_amd64.deb ...
- Unpacking m4 (1.4.21-1) ...
- Selecting previously unselected package psmisc.
- Preparing to unpack .../135-psmisc_23.7-2_amd64.deb ...
- Unpacking psmisc (23.7-2) ...
- Selecting previously unselected package python3-cairo.
- Preparing to unpack .../136-python3-cairo_1.27.0-2+b1_amd64.deb ...
- Unpacking python3-cairo (1.27.0-2+b1) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../137-python3-gi_3.56.3-1_amd64.deb ...
- Unpacking python3-gi (3.56.3-1) ...
- Selecting previously unselected package python3-gi-cairo.
- Preparing to unpack .../138-python3-gi-cairo_3.56.3-1_amd64.deb ...
- Unpacking python3-gi-cairo (3.56.3-1) ...
- Selecting previously unselected package python3-packaging.
- Preparing to unpack .../139-python3-packaging_26.0-1_all.deb ...
- Unpacking python3-packaging (26.0-1) ...
- Selecting previously unselected package systemd-userdbd.
- Preparing to unpack .../140-systemd-userdbd_261~rc1-1_amd64.deb ...
- Unpacking systemd-userdbd (261~rc1-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../141-xdg-user-dirs_0.20-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.20-1) ...
- Selecting previously unselected package xdot.
- Preparing to unpack .../142-xdot_1.6-1_all.deb ...
- Unpacking xdot (1.6-1) ...
- Setting up libhwy1t64:amd64 (1.3.0-2+b1) ...
- Setting up media-types (14.0.0) ...
- Setting up libxdot4:amd64 (14.1.2-1+b1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-13) ...
- Setting up liblcms2-2:amd64 (2.19.1-1) ...
- Setting up libcdt6:amd64 (14.1.2-1+b1) ...
- Setting up libpixman-1-0:amd64 (0.46.4-1+b2) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
- Setting up libaom3:amd64 (3.13.1-2+b1) ...
- Setting up systemd-sysv (261~rc1-1) ...
- Setting up libxdamage1:amd64 (1:1.1.7-1+b1) ...
- Setting up liblerc4:amd64 (4.1.0+ds-1) ...
- Setting up libxpm4:amd64 (1:3.5.19-1) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:amd64 (2:1.8.2-2+b1) ...
- Setting up libxrender1:amd64 (1:0.9.12-1+b2) ...
- Setting up libdatrie1:amd64 (0.2.14-1+b1) ...
- Setting up xdg-user-dirs (0.20-1) ...
- Created symlink '/etc/systemd/user/graphical-session-pre.target.wants/xdg-user-dirs.service' → '/usr/lib/systemd/user/xdg-user-dirs.service'.
- Setting up psmisc (23.7-2) ...
- Setting up libxcb-render0:amd64 (1.17.0-2+b2) ...
- Setting up libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Setting up libgdk-pixbuf2.0-common (2.44.6+dfsg-2) ...
- Setting up x11-common (1:7.7+26) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libdeflate0:amd64 (1.23-2+b2) ...
- Setting up m4 (1.4.21-1) ...
- Setting up libnss-systemd:amd64 (261~rc1-1) ...
- Setting up xkb-data (2.47-1) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Setting up libjbig0:amd64 (2.1-6.1+b3) ...
- Setting up librav1e0.8:amd64 (0.8.1-10) ...
- Setting up libglib2.0-0t64:amd64 (2.88.1-2) ...
- Setting up libblas3:amd64 (3.12.1-7+b2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libglib2.0-data (2.88.1-2) ...
- Setting up libjpeg62-turbo:amd64 (1:3.1.3-4) ...
- Setting up systemd-cryptsetup (261~rc1-1) ...
- Setting up libepoxy0:amd64 (1.5.10-2+b2) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2+b5) ...
- Setting up libpathplan4:amd64 (14.1.2-1+b1) ...
- Setting up libavahi-common-data:amd64 (0.8-18) ...
- Setting up libfribidi0:amd64 (1.0.16-5+b1) ...
- Setting up shared-mime-info (2.4-5+b3) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3+b5) ...
- Setting up libimagequant0:amd64 (4.4.1-1+b2) ...
- Setting up libproc2-0:amd64 (2:4.0.4-9+b2) ...
- Setting up fonts-dejavu-mono (2.37-9) ...
- Setting up libpng16-16t64:amd64 (1.6.58-1) ...
- Setting up python3-numpy-dev:amd64 (1:2.4.4+ds-2) ...
- Setting up systemd-timesyncd (261~rc1-1) ...
- Setting up libxrandr2:amd64 (2:1.5.4-1+b4) ...
- Setting up fonts-dejavu-core (2.37-9) ...
- Setting up gir1.2-glib-2.0:amd64 (2.88.1-2) ...
- Setting up libltdl7:amd64 (2.5.4-11) ...
- Setting up libsvtav1enc4:amd64 (4.1.0+dfsg-1) ...
- Setting up libgfortran5:amd64 (16.1.0-1) ...
- Setting up libcgraph8:amd64 (14.1.2-1+b1) ...
- Setting up libwebp7:amd64 (1.5.0-0.1+b2) ...
- Setting up libnuma1:amd64 (2.0.19-1+b2) ...
- Setting up libgvpr2:amd64 (14.1.2-1+b1) ...
- Setting up libdav1d7:amd64 (1.5.3-1+b2) ...
- Setting up at-spi2-common (2.60.3-1) ...
- Setting up libtiff6:amd64 (4.7.1-2) ...
- Setting up dbus-session-bus-common (1.16.2-5) ...
- Setting up procps (2:4.0.4-9+b2) ...
- Setting up fonts-liberation (1:2.1.5-3) ...
- Setting up libpam-systemd:amd64 (261~rc1-1) ...
- Setting up libthai-data (0.1.30-1) ...
- Setting up libabsl20260107:amd64 (20260107.0-5) ...
- Setting up libwayland-egl1:amd64 (1.24.0-2+b2) ...
- Setting up fonts-liberation-sans-narrow (1:1.07.6-4) ...
- Setting up dbus-system-bus-common (1.16.2-5) ...
- Setting up libde265-0:amd64 (1.0.18-1) ...
- Setting up libx265-215:amd64 (4.1-4+b2) ...
- Setting up libyuv0:amd64 (0.0.1922.20260106-1+b1) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1+b2) ...
- Setting up libjxl0.11:amd64 (0.11.2-3) ...
- Setting up readline-common (8.3-4) ...
- Setting up libxres1:amd64 (2:1.2.1-2) ...
- Setting up libxkbcommon0:amd64 (1.13.1-1) ...
- Setting up libwayland-client0:amd64 (1.24.0-2+b2) ...
- Setting up systemd-userdbd (261~rc1-1) ...
- Created symlink '/etc/systemd/system/sockets.target.wants/systemd-userdbd.socket' → '/usr/lib/systemd/system/systemd-userdbd.socket'.
- Setting up liblapack3:amd64 (3.12.1-7+b2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libatk1.0-0t64:amd64 (2.60.3-1) ...
- Setting up user-session-migration (0.5.1) ...
- Created symlink '/etc/systemd/user/graphical-session-pre.target.wants/user-session-migration.service' → '/usr/lib/systemd/user/user-session-migration.service'.
- Setting up libgirepository-2.0-0:amd64 (2.88.1-2) ...
- Setting up gir1.2-atk-1.0:amd64 (2.60.3-1) ...
- Setting up fontconfig-config (2.17.1-5) ...
- Setting up libxtst6:amd64 (2:1.2.5-1+b2) ...
- Setting up libxcursor1:amd64 (1:1.2.3-1+b2) ...
- Setting up libibus-1.0-5:amd64 (1.5.34-1) ...
- Setting up libavahi-common3:amd64 (0.8-18) ...
- Setting up libcloudproviders0:amd64 (0.4.0-2+b1) ...
- Setting up gir1.2-girepository-3.0:amd64 (2.88.1-2) ...
- Setting up libcolord2:amd64 (1.4.8-3) ...
- Setting up libdconf1:amd64 (0.49.0-4+b1) ...
- Setting up libthai0:amd64 (0.1.30-1+b1) ...
- Setting up libfreetype6:amd64 (2.14.3+dfsg-1) ...
- Setting up libatspi2.0-0t64:amd64 (2.60.3-1) ...
- Setting up libgvc7:amd64 (14.1.2-1+b1) ...
- Setting up libreadline8t64:amd64 (8.3-4) ...
- Setting up libgav1-2:amd64 (0.20.0-2+b1) ...
- Setting up libwayland-cursor0:amd64 (1.24.0-2+b2) ...
- Setting up libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Setting up dbus-broker (37-5) ...
- Created symlink '/etc/systemd/user/dbus.service' → '/usr/lib/systemd/user/dbus-broker.service'.
- Created symlink '/etc/systemd/system/dbus.service' → '/usr/lib/systemd/system/dbus-broker.service'.
- Setting up libfontconfig1:amd64 (2.17.1-5) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.12-1) ...
- Setting up libavahi-client3:amd64 (0.8-18) ...
- Setting up libpython3-stdlib:amd64 (3.13.9-3+b1) ...
- Setting up libatk-bridge2.0-0t64:amd64 (2.60.3-1) ...
- Setting up fontconfig (2.17.1-5) ...
- Regenerating fonts cache...
- done.
- Setting up libavif16:amd64 (1.4.1-1+b1) ...
- Setting up libxft2:amd64 (2.3.6-1+b5) ...
- Setting up python3.13 (3.13.12-1) ...
- Setting up libpango-1.0-0:amd64 (1.57.1-2) ...
- Setting up python3 (3.13.9-3+b1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up libharfbuzz-gobject0:amd64 (12.3.2-2+b2) ...
- Setting up libcairo2:amd64 (1.18.4-3+b1) ...
- Setting up dbus-user-session (1.16.2-5) ...
- Setting up python3-packaging (26.0-1) ...
- Setting up python3-gi (3.56.3-1) ...
- Setting up python3-numpy (1:2.4.4+ds-2) ...
- Setting up libcairo-gobject2:amd64 (1.18.4-3+b1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.57.1-2) ...
- Setting up ibus-gtk3:amd64 (1.5.34-1) ...
- Setting up libcups2t64:amd64 (2.4.18-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.57.1-2) ...
- Setting up gir1.2-freedesktop:amd64 (1.86.0-6+b1) ...
- Setting up python3-cairo (1.27.0-2+b1) ...
- Setting up libpangoxft-1.0-0:amd64 (1.57.1-2) ...
- Setting up libgvplugin-pango8:amd64 (14.1.2-1+b1) ...
- Setting up dconf-service (0.49.0-4+b1) ...
- Setting up gir1.2-harfbuzz-0.0:amd64 (12.3.2-2+b2) ...
- Setting up gir1.2-pango-1.0:amd64 (1.57.1-2) ...
- Setting up python3-gi-cairo (3.56.3-1) ...
- Setting up dconf-gsettings-backend:amd64 (0.49.0-4+b1) ...
- Setting up libgtk-3-common (3.24.52-1) ...
- Setting up gsettings-desktop-schemas (50.1-2) ...
- Setting up at-spi2-core (2.60.3-1) ...
- Setting up libheif-plugin-libde265:amd64 (1.21.2-4) ...
- Setting up librsvg2-2:amd64 (2.62.1+dfsg-1) ...
- Setting up libheif-plugin-dav1d:amd64 (1.21.2-4) ...
- Setting up libheif1:amd64 (1.21.2-4) ...
- Setting up libgd3:amd64 (2.3.3-13+b2) ...
- Setting up glycin-loaders (2.1.2+ds-2) ...
- Setting up libglycin-2-0:amd64 (2.1.2+ds-2) ...
- Setting up libheif-plugin-x265:amd64 (1.21.2-4) ...
- Setting up libheif-plugin-aomenc:amd64 (1.21.2-4) ...
- Setting up libgvplugin-gd8:amd64 (14.1.2-1+b1) ...
- Setting up glycin-thumbnailers (2.1.2+ds-2) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
- Setting up graphviz (14.1.2-1+b1) ...
- Setting up gtk-update-icon-cache (4.22.4+ds-1) ...
- Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.44.6+dfsg-2) ...
- Setting up adwaita-icon-theme (50.0-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 libgtk-3-0t64:amd64 (3.24.52-1) ...
- Setting up librsvg2-common:amd64 (2.62.1+dfsg-1) ...
- Setting up gir1.2-gtk-3.0:amd64 (3.24.52-1) ...
- Setting up libgtk-3-bin (3.24.52-1) ...
- Setting up xdot (1.6-1) ...
- Processing triggers for libc-bin (2.42-16) ...
- Processing triggers for systemd (261~rc1-1) ...
- Processing triggers for dbus (1.16.2-4) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved bos.0.3.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlp5-buildscripts.0.07 (https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.07.tar.gz)
-> installed conf-which.1
-> installed conf-m4.1
-> retrieved dune.3.23.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved not-ocamlfind.0.14 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.3.0
-> installed dune.3.23.1
-> installed camlp-streams.5.0.1
-> installed re.1.14.0
-> installed ocamlgraph.2.2.0
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.07
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 21:44.52 ---> saved as "e3d77a6f690b33ea90fd9b54e930cbfcb0e0fe862d74d8fac411036f43d6cc03"
Job succeeded
2026-05-23 21:44.57: Job succeeded