(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 ubuntu-25.10-ocaml-4.14/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:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
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 "\"ubuntu-25.10\""; 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:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121-camlp5-buildscripts.0.07-d950ec257351a2d586e81a5b4815cdaf7be65f34"
2026-05-23 21:42.42: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)
(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 \"\\\"ubuntu-25.10\\\"\"; 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.43: 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:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121' locally
docker.io/ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121: Pulling from ocaml/opam
16c195d4c5e9: Already exists
5d5ae59f12bf: Pulling fs layer
2a1bdaff57b1: Pulling fs layer
4f0da68efc03: Pulling fs layer
ddae77db6783: Pulling fs layer
fdb5e27abf0f: Pulling fs layer
93a3171e4fee: Pulling fs layer
dbf7af4bbc5e: Pulling fs layer
5f7df1a633be: Pulling fs layer
91c5054ad467: Pulling fs layer
f85e33539fc1: Pulling fs layer
ddae77db6783: Waiting
60715424f1f3: Pulling fs layer
3d928beeeddb: Pulling fs layer
93a3171e4fee: Waiting
ad721eb63d8e: Pulling fs layer
fdb5e27abf0f: Waiting
6423a1c6a219: Pulling fs layer
5b5461462268: Pulling fs layer
5f7df1a633be: Waiting
dbf7af4bbc5e: Waiting
d0115271718d: Pulling fs layer
91c5054ad467: Waiting
f85e33539fc1: Waiting
60715424f1f3: Waiting
9fd788776761: Pulling fs layer
6423a1c6a219: Waiting
5b5461462268: Waiting
ee0541408fb9: Pulling fs layer
3d928beeeddb: Waiting
3710803c65d7: Pulling fs layer
ee0541408fb9: Waiting
ce2c52193d43: Pulling fs layer
4f4fb700ef54: Pulling fs layer
a2f980d0b98b: Pulling fs layer
3710803c65d7: Waiting
ce2c52193d43: Waiting
d0115271718d: Waiting
4f4fb700ef54: Waiting
410070a2f222: Pulling fs layer
a2f980d0b98b: Waiting
d3816a848673: Pulling fs layer
410070a2f222: Waiting
7c855ca71d74: Pulling fs layer
1528501eaf16: Pulling fs layer
7c855ca71d74: Waiting
9fd788776761: Waiting
23228c2200ea: Pulling fs layer
1528501eaf16: Waiting
54f128346b20: Pulling fs layer
d3816a848673: Waiting
23228c2200ea: Waiting
76cf7939a21f: Pulling fs layer
54f128346b20: Waiting
ebfcf91f683f: Pulling fs layer
aba3e293a4a1: Pulling fs layer
5f6c0c42c902: Pulling fs layer
ebfcf91f683f: Waiting
aba3e293a4a1: Waiting
266bc6609d9e: Pulling fs layer
9ba70185e826: Pulling fs layer
266bc6609d9e: Waiting
892f7eadbfc9: Pulling fs layer
81c302137335: Pulling fs layer
a255dc714083: Pulling fs layer
9ba70185e826: Waiting
892f7eadbfc9: Waiting
a255dc714083: Waiting
da091890895b: Pulling fs layer
40fc735d2330: Pulling fs layer
da091890895b: Waiting
e17b0673218b: Pulling fs layer
228a2a4b38bc: Pulling fs layer
832881162d49: Pulling fs layer
e17b0673218b: Waiting
295fec493822: Pulling fs layer
228a2a4b38bc: Waiting
832881162d49: Waiting
295fec493822: Waiting
ad721eb63d8e: Waiting
40fc735d2330: Waiting
81c302137335: Waiting
5f6c0c42c902: Waiting
76cf7939a21f: Waiting
5d5ae59f12bf: Verifying Checksum
5d5ae59f12bf: Download complete
5d5ae59f12bf: Pull complete
2a1bdaff57b1: Download complete
2a1bdaff57b1: Pull complete
ddae77db6783: Verifying Checksum
ddae77db6783: Download complete
93a3171e4fee: Verifying Checksum
93a3171e4fee: Download complete
4f0da68efc03: Verifying Checksum
4f0da68efc03: Download complete
4f0da68efc03: Pull complete
ddae77db6783: Pull complete
fdb5e27abf0f: Verifying Checksum
fdb5e27abf0f: Download complete
dbf7af4bbc5e: Verifying Checksum
dbf7af4bbc5e: Download complete
5f7df1a633be: Verifying Checksum
5f7df1a633be: Download complete
f85e33539fc1: Verifying Checksum
f85e33539fc1: Download complete
60715424f1f3: Verifying Checksum
60715424f1f3: Download complete
91c5054ad467: Verifying Checksum
91c5054ad467: Download complete
3d928beeeddb: Verifying Checksum
3d928beeeddb: Download complete
5b5461462268: Download complete
6423a1c6a219: Verifying Checksum
6423a1c6a219: Download complete
d0115271718d: Download complete
9fd788776761: Download complete
ad721eb63d8e: Verifying Checksum
ad721eb63d8e: Download complete
ce2c52193d43: Download complete
3710803c65d7: Verifying Checksum
3710803c65d7: Download complete
ee0541408fb9: Verifying Checksum
ee0541408fb9: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a2f980d0b98b: Verifying Checksum
a2f980d0b98b: Download complete
d3816a848673: Verifying Checksum
d3816a848673: Download complete
410070a2f222: Download complete
7c855ca71d74: Download complete
54f128346b20: Verifying Checksum
54f128346b20: Download complete
1528501eaf16: Verifying Checksum
1528501eaf16: Download complete
76cf7939a21f: Verifying Checksum
76cf7939a21f: Download complete
23228c2200ea: Download complete
5f6c0c42c902: Verifying Checksum
5f6c0c42c902: Download complete
ebfcf91f683f: Verifying Checksum
ebfcf91f683f: Download complete
aba3e293a4a1: Verifying Checksum
aba3e293a4a1: Download complete
266bc6609d9e: Verifying Checksum
266bc6609d9e: Download complete
892f7eadbfc9: Verifying Checksum
892f7eadbfc9: Download complete
a255dc714083: Verifying Checksum
a255dc714083: Download complete
da091890895b: Download complete
fdb5e27abf0f: Pull complete
93a3171e4fee: Pull complete
dbf7af4bbc5e: Pull complete
5f7df1a633be: Pull complete
91c5054ad467: Pull complete
f85e33539fc1: Pull complete
60715424f1f3: Pull complete
3d928beeeddb: Pull complete
ad721eb63d8e: Pull complete
6423a1c6a219: Pull complete
5b5461462268: Pull complete
d0115271718d: Pull complete
9fd788776761: Pull complete
ee0541408fb9: Pull complete
3710803c65d7: Pull complete
ce2c52193d43: Pull complete
4f4fb700ef54: Pull complete
a2f980d0b98b: Pull complete
410070a2f222: Pull complete
d3816a848673: Pull complete
7c855ca71d74: Pull complete
1528501eaf16: Pull complete
23228c2200ea: Pull complete
54f128346b20: Pull complete
76cf7939a21f: Pull complete
ebfcf91f683f: Pull complete
aba3e293a4a1: Pull complete
5f6c0c42c902: Pull complete
266bc6609d9e: Pull complete
9ba70185e826: Verifying Checksum
9ba70185e826: Download complete
81c302137335: Verifying Checksum
81c302137335: Download complete
228a2a4b38bc: Verifying Checksum
228a2a4b38bc: Download complete
832881162d49: Verifying Checksum
832881162d49: Download complete
295fec493822: Verifying Checksum
295fec493822: Download complete
9ba70185e826: Pull complete
892f7eadbfc9: Pull complete
81c302137335: Pull complete
a255dc714083: Pull complete
da091890895b: Pull complete
40fc735d2330: Verifying Checksum
40fc735d2330: Download complete
40fc735d2330: Pull complete
e17b0673218b: Verifying Checksum
e17b0673218b: Download complete
e17b0673218b: Pull complete
228a2a4b38bc: Pull complete
832881162d49: Pull complete
295fec493822: Pull complete
Digest: sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
Status: Downloaded newer image for ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
2026-05-23 21:43.18 ---> using "7d42f7b527b21a50e9c485d51cd4562c3b21cb305a289008a67ad4a1619765d8" 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.18 ---> using "66e269269fc04e360f44757317087996d95a70738a4e87899f92486c0181a42a" 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.
[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
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-05-23 21:43.18 ---> using "a443fd58d77ff0ed64a335cf4e7817096dda541bf2a9247400cadbd6aac44908" 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=ubuntu os-version=25.10
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-05-23 21:43.18 ---> using "31d00ecd04fe6af944ea53b9a41509b33406b913a5475ed7fabcabe2102a2fe1" 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.18 ---> using "bc7ddaeb70fde709cc55cc88ac819ed10edb11fb8aad4c3f282eb1002cc196d7" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-23 21:43.30 ---> saved as "219c8e440f7ae83e5c96870e8246f69ea50017152393f51378fec05e0235d37f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-23 21:43.41 ---> saved as "5dc8327d4dcdd4be4df67159151a992dea3edf8a0d6593de79543e833f609730"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [19.3 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [287 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [397 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [318 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [542 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [404 kB]
- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [323 kB]
- Get:12 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.9 kB]
- Fetched 2717 kB in 1s (3599 kB/s)
- Reading package lists...
-
2026-05-23 21:43.43 ---> saved as "8ee1f080604e7a666eefa5504526c795691f4ba2d8ab35795a4ccfd4d4eb694b"
/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.44 ---> saved as "ad1a8b4ef6b0770dd9552a0f161f209fdde2e191f05e275e488358b754f6e1a3"
/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 \"\\\"ubuntu-25.10\\\"\"; 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 ...
- Selecting previously unselected package libpython3.13-minimal: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 ... 18712 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.7-1ubuntu0.4_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.7-1ubuntu0.4) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.7-1ubuntu0.4_amd64.deb ...
- Unpacking python3.13-minimal (3.13.7-1ubuntu0.4) ...
- Setting up libpython3.13-minimal:amd64 (3.13.7-1ubuntu0.4) ...
- Setting up python3.13-minimal (3.13.7-1ubuntu0.4) ...
- 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 ... 19037 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.7-1_amd64.deb ...
- Unpacking python3-minimal (3.13.7-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2026a-0ubuntu0.25.10.1_all.deb ...
- Unpacking tzdata (2026a-0ubuntu0.25.10.1) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../3-libpython3.13-stdlib_3.13.7-1ubuntu0.4_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.7-1ubuntu0.4) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../4-python3.13_3.13.7-1ubuntu0.4_amd64.deb ...
- Unpacking python3.13 (3.13.7-1ubuntu0.4) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.13.7-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.7-1) ...
- Setting up python3-minimal (3.13.7-1) ...
- Selecting previously unselected package python3.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20007 files and directories currently installed.)
- Preparing to unpack .../python3_3.13.7-1_amd64.deb ...
- Unpacking python3 (3.13.7-1) ...
- Selecting previously unselected package libsystemd-shared:amd64.
- Preparing to unpack .../libsystemd-shared_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (257.9-0ubuntu2.4) ...
- Setting up libsystemd-shared:amd64 (257.9-0ubuntu2.4) ...
- Selecting previously unselected package systemd.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20036 files and directories currently installed.)
- Preparing to unpack .../systemd_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking systemd (257.9-0ubuntu2.4) ...
- Setting up systemd (257.9-0ubuntu2.4) ...
- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
- Initializing machine ID from random generator.
- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
- /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd.conf:21: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:26: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:27: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal': No such process
- Creating group 'systemd-journal' with GID 999.
- Creating group 'systemd-network' with GID 998.
- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
- Selecting previously unselected package systemd-sysv.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20929 files and directories currently installed.)
- Preparing to unpack .../000-systemd-sysv_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking systemd-sysv (257.9-0ubuntu2.4) ...
- Selecting previously unselected package python3-numpy-dev:amd64.
- Preparing to unpack .../001-python3-numpy-dev_1%3a2.2.4+ds-1ubuntu1_amd64.deb ...
- Unpacking python3-numpy-dev:amd64 (1:2.2.4+ds-1ubuntu1) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../002-libblas3_3.12.1-6build1_amd64.deb ...
- Unpacking libblas3:amd64 (3.12.1-6build1) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../003-libgfortran5_15.2.0-4ubuntu4_amd64.deb ...
- Unpacking libgfortran5:amd64 (15.2.0-4ubuntu4) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../004-liblapack3_3.12.1-6build1_amd64.deb ...
- Unpacking liblapack3:amd64 (3.12.1-6build1) ...
- Selecting previously unselected package python3-numpy.
- Preparing to unpack .../005-python3-numpy_1%3a2.2.4+ds-1ubuntu1_amd64.deb ...
- Unpacking python3-numpy (1:2.2.4+ds-1ubuntu1) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../006-libdbus-1-3_1.16.2-2ubuntu2_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.16.2-2ubuntu2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../007-dbus-bin_1.16.2-2ubuntu2_amd64.deb ...
- Unpacking dbus-bin (1.16.2-2ubuntu2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../008-dbus-session-bus-common_1.16.2-2ubuntu2_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2ubuntu2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../009-dbus-daemon_1.16.2-2ubuntu2_amd64.deb ...
- Unpacking dbus-daemon (1.16.2-2ubuntu2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../010-dbus-system-bus-common_1.16.2-2ubuntu2_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2ubuntu2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../011-dbus_1.16.2-2ubuntu2_amd64.deb ...
- Unpacking dbus (1.16.2-2ubuntu2) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../012-libpam-systemd_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking libpam-systemd:amd64 (257.9-0ubuntu2.4) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../013-dbus-user-session_1.16.2-2ubuntu2_amd64.deb ...
- Unpacking dbus-user-session (1.16.2-2ubuntu2) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../014-libdevmapper1.02.1_2%3a1.02.205-2ubuntu2_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.205-2ubuntu2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../015-dmsetup_2%3a1.02.205-2ubuntu2_amd64.deb ...
- Unpacking dmsetup (2:1.02.205-2ubuntu2) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../016-libglib2.0-0t64_2.86.0-2ubuntu0.3_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.86.0-2ubuntu0.3) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../017-gir1.2-glib-2.0_2.86.0-2ubuntu0.3_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (2.86.0-2ubuntu0.3) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../018-libgirepository-1.0-1_1.84.0-1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-girepository-2.0:amd64.
- Preparing to unpack .../019-gir1.2-girepository-2.0_1.84.0-1_amd64.deb ...
- Unpacking gir1.2-girepository-2.0:amd64 (1.84.0-1) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../020-libjson-c5_0.18+ds-1_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.18+ds-1) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../021-libcryptsetup12_2%3a2.8.0-1ubuntu2_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.8.0-1ubuntu2) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../022-libfribidi0_1.0.16-1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../023-libglib2.0-data_2.86.0-2ubuntu0.3_all.deb ...
- Unpacking libglib2.0-data (2.86.0-2ubuntu0.3) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../024-libkmod2_34.2-2ubuntu1.1_amd64.deb ...
- Unpacking libkmod2:amd64 (34.2-2ubuntu1.1) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../025-libnss-systemd_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking libnss-systemd:amd64 (257.9-0ubuntu2.4) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../026-libxml2-16_2.14.5+dfsg-0.2ubuntu0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.14.5+dfsg-0.2ubuntu0.1) ...
- Selecting previously unselected package linux-sysctl-defaults.
- Preparing to unpack .../027-linux-sysctl-defaults_4.14ubuntu2_all.deb ...
- Unpacking linux-sysctl-defaults (4.14ubuntu2) ...
- Selecting previously unselected package python3-dbus.
- Preparing to unpack .../028-python3-dbus_1.4.0-1_amd64.deb ...
- Unpacking python3-dbus (1.4.0-1) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../029-python3-gi_3.50.0-7_amd64.deb ...
- Unpacking python3-gi (3.50.0-7) ...
- Selecting previously unselected package networkd-dispatcher.
- Preparing to unpack .../030-networkd-dispatcher_2.2.4-1.1_all.deb ...
- Unpacking networkd-dispatcher (2.2.4-1.1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../031-shared-mime-info_2.4-5build2_amd64.deb ...
- Unpacking shared-mime-info (2.4-5build2) ...
- Selecting previously unselected package systemd-cryptsetup.
- Preparing to unpack .../032-systemd-cryptsetup_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking systemd-cryptsetup (257.9-0ubuntu2.4) ...
- Selecting previously unselected package systemd-resolved.
- Preparing to unpack .../033-systemd-resolved_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking systemd-resolved (257.9-0ubuntu2.4) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../034-xdg-user-dirs_0.18-3_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-3) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../035-xkb-data_2.42-1ubuntu1_all.deb ...
- Unpacking xkb-data (2.42-1ubuntu1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../036-libpng16-16t64_1.6.50-1ubuntu0.5_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.50-1ubuntu0.5) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../037-libxkbcommon0_1.7.0-2.1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.7.0-2.1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../038-libgdk-pixbuf2.0-common_2.42.12+dfsg-5ubuntu0.1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-5ubuntu0.1) ...
- Selecting previously unselected package libjpeg-turbo8:amd64.
- Preparing to unpack .../039-libjpeg-turbo8_2.1.5-4ubuntu2_amd64.deb ...
- Unpacking libjpeg-turbo8:amd64 (2.1.5-4ubuntu2) ...
- Selecting previously unselected package libjpeg8:amd64.
- Preparing to unpack .../040-libjpeg8_8c-2ubuntu11_amd64.deb ...
- Unpacking libjpeg8:amd64 (8c-2ubuntu11) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../041-libdeflate0_1.23-2_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../042-libjbig0_2.1-6.1ubuntu2_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1ubuntu2) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../043-liblerc4_4.0.0+ds-5ubuntu1_amd64.deb ...
- Unpacking liblerc4:amd64 (4.0.0+ds-5ubuntu1) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../044-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 .../045-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 .../046-libtiff6_4.7.0-3ubuntu3.1_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.0-3ubuntu3.1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../047-libgdk-pixbuf-2.0-0_2.42.12+dfsg-5ubuntu0.1_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-5ubuntu0.1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../048-gtk-update-icon-cache_4.20.1+ds-2_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.20.1+ds-2) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../049-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 .../050-adwaita-icon-theme_49.0-1_all.deb ...
- Unpacking adwaita-icon-theme (49.0-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../051-at-spi2-common_2.57.1-1_all.deb ...
- Unpacking at-spi2-common (2.57.1-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../052-libxi6_2%3a1.8.2-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-1) ...
- Selecting previously unselected package libatspi2.0-0t64:amd64.
- Preparing to unpack .../053-libatspi2.0-0t64_2.57.1-1_amd64.deb ...
- Unpacking libatspi2.0-0t64:amd64 (2.57.1-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../054-x11-common_1%3a7.7+24ubuntu1_all.deb ...
- Unpacking x11-common (1:7.7+24ubuntu1) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../055-libxtst6_2%3a1.2.5-1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../056-libdconf1_0.40.0-5willsync1_amd64.deb ...
- Unpacking libdconf1:amd64 (0.40.0-5willsync1) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../057-dconf-service_0.40.0-5willsync1_amd64.deb ...
- Unpacking dconf-service (0.40.0-5willsync1) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../058-dconf-gsettings-backend_0.40.0-5willsync1_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.40.0-5willsync1) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../059-gsettings-desktop-schemas_49.0-1ubuntu1_all.deb ...
- Unpacking gsettings-desktop-schemas (49.0-1ubuntu1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../060-at-spi2-core_2.57.1-1_amd64.deb ...
- Unpacking at-spi2-core (2.57.1-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../061-libfreetype6_2.13.3+dfsg-1ubuntu0.1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.13.3+dfsg-1ubuntu0.1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../062-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 .../063-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fonts-liberation.
- Preparing to unpack .../064-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 .../065-fontconfig-config_2.15.0-2.3ubuntu1_amd64.deb ...
- Unpacking fontconfig-config (2.15.0-2.3ubuntu1) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../066-libfontconfig1_2.15.0-2.3ubuntu1_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.3ubuntu1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../067-fontconfig_2.15.0-2.3ubuntu1_amd64.deb ...
- Unpacking fontconfig (2.15.0-2.3ubuntu1) ...
- Selecting previously unselected package fonts-liberation-sans-narrow.
- Preparing to unpack .../068-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 libatk1.0-0t64:amd64.
- Preparing to unpack .../069-libatk1.0-0t64_2.57.1-1_amd64.deb ...
- Unpacking libatk1.0-0t64:amd64 (2.57.1-1) ...
- Selecting previously unselected package gir1.2-atk-1.0:amd64.
- Preparing to unpack .../070-gir1.2-atk-1.0_2.57.1-1_amd64.deb ...
- Unpacking gir1.2-atk-1.0:amd64 (2.57.1-1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../071-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 .../072-libxcb-render0_1.17.0-2build1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2build1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../073-libxcb-shm0_1.17.0-2build1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2build1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../074-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 .../075-libcairo2_1.18.4-1build1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-1build1) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../076-libcairo-gobject2_1.18.4-1build1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.4-1build1) ...
- Selecting previously unselected package gir1.2-freedesktop:amd64.
- Preparing to unpack .../077-gir1.2-freedesktop_1.84.0-1_amd64.deb ...
- Unpacking gir1.2-freedesktop:amd64 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64.
- Preparing to unpack .../078-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-5ubuntu0.1_amd64.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.42.12+dfsg-5ubuntu0.1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../079-libgraphite2-3_1.3.14-2ubuntu1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-2ubuntu1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../080-libharfbuzz0b_10.2.0-1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (10.2.0-1) ...
- Selecting previously unselected package libharfbuzz-gobject0:amd64.
- Preparing to unpack .../081-libharfbuzz-gobject0_10.2.0-1_amd64.deb ...
- Unpacking libharfbuzz-gobject0:amd64 (10.2.0-1) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
- Preparing to unpack .../082-gir1.2-harfbuzz-0.0_10.2.0-1_amd64.deb ...
- Unpacking gir1.2-harfbuzz-0.0:amd64 (10.2.0-1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../083-libthai-data_0.1.29-2build1_all.deb ...
- Unpacking libthai-data (0.1.29-2build1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../084-libdatrie1_0.2.13-4_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-4) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../085-libthai0_0.1.29-2build1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-2build1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../086-libpango-1.0-0_1.56.3-1build1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.56.3-1build1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../087-libpangoft2-1.0-0_1.56.3-1build1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.56.3-1build1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../088-libpangocairo-1.0-0_1.56.3-1build1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.56.3-1build1) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../089-libxft2_2.3.6-1build1_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1build1) ...
- Selecting previously unselected package libpangoxft-1.0-0:amd64.
- Preparing to unpack .../090-libpangoxft-1.0-0_1.56.3-1build1_amd64.deb ...
- Unpacking libpangoxft-1.0-0:amd64 (1.56.3-1build1) ...
- Selecting previously unselected package gir1.2-pango-1.0:amd64.
- Preparing to unpack .../091-gir1.2-pango-1.0_1.56.3-1build1_amd64.deb ...
- Unpacking gir1.2-pango-1.0:amd64 (1.56.3-1build1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:amd64.
- Preparing to unpack .../092-libatk-bridge2.0-0t64_2.57.1-1_amd64.deb ...
- Unpacking libatk-bridge2.0-0t64:amd64 (2.57.1-1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../093-liblcms2-2_2.16-2ubuntu0.2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.16-2ubuntu0.2) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../094-libcolord2_1.4.7-3build1_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.7-3build1) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../095-libavahi-common-data_0.8-16ubuntu3.2_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-16ubuntu3.2) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../096-libavahi-common3_0.8-16ubuntu3.2_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-16ubuntu3.2) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../097-libavahi-client3_0.8-16ubuntu3.2_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-16ubuntu3.2) ...
- Selecting previously unselected package libcups2t64:amd64.
- Preparing to unpack .../098-libcups2t64_2.4.12-0ubuntu3.5_amd64.deb ...
- Unpacking libcups2t64:amd64 (2.4.12-0ubuntu3.5) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../099-libepoxy0_1.5.10-2_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-2) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../100-libwayland-client0_1.24.0-1build1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.24.0-1build1) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../101-libwayland-cursor0_1.24.0-1build1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.24.0-1build1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../102-libwayland-egl1_1.24.0-1build1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.24.0-1build1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../103-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 .../104-libxfixes3_1%3a6.0.0-2build1_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2build1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../105-libxcursor1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../106-libxdamage1_1%3a1.1.6-1build1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.6-1build1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../107-libxinerama1_2%3a1.1.4-3build1_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3build1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../108-libxrandr2_2%3a1.5.4-1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../109-libgtk-3-common_3.24.50-1ubuntu2_all.deb ...
- Unpacking libgtk-3-common (3.24.50-1ubuntu2) ...
- Selecting previously unselected package libgtk-3-0t64:amd64.
- Preparing to unpack .../110-libgtk-3-0t64_3.24.50-1ubuntu2_amd64.deb ...
- Unpacking libgtk-3-0t64:amd64 (3.24.50-1ubuntu2) ...
- Selecting previously unselected package gir1.2-gtk-3.0:amd64.
- Preparing to unpack .../111-gir1.2-gtk-3.0_3.24.50-1ubuntu2_amd64.deb ...
- Unpacking gir1.2-gtk-3.0:amd64 (3.24.50-1ubuntu2) ...
- Selecting previously unselected package libann0.
- Preparing to unpack .../112-libann0_1.1.2+doc-9build1_amd64.deb ...
- Unpacking libann0 (1.1.2+doc-9build1) ...
- Selecting previously unselected package libcdt5:amd64.
- Preparing to unpack .../113-libcdt5_2.42.4-3build2_amd64.deb ...
- Unpacking libcdt5:amd64 (2.42.4-3build2) ...
- Selecting previously unselected package libcgraph6:amd64.
- Preparing to unpack .../114-libcgraph6_2.42.4-3build2_amd64.deb ...
- Unpacking libcgraph6:amd64 (2.42.4-3build2) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../115-libaom3_3.12.1-1_amd64.deb ...
- Unpacking libaom3:amd64 (3.12.1-1) ...
- Selecting previously unselected package libheif-plugin-aomdec:amd64.
- Preparing to unpack .../116-libheif-plugin-aomdec_1.20.2-1ubuntu0.3_amd64.deb ...
- Unpacking libheif-plugin-aomdec:amd64 (1.20.2-1ubuntu0.3) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../117-libheif1_1.20.2-1ubuntu0.3_amd64.deb ...
- Unpacking libheif1:amd64 (1.20.2-1ubuntu0.3) ...
- Selecting previously unselected package libimagequant0:amd64.
- Preparing to unpack .../118-libimagequant0_2.18.0-1build1_amd64.deb ...
- Unpacking libimagequant0:amd64 (2.18.0-1build1) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../119-libxpm4_1%3a3.5.17-1build2_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.17-1build2) ...
- Selecting previously unselected package libgd3:amd64.
- Preparing to unpack .../120-libgd3_2.3.3-13ubuntu1_amd64.deb ...
- Unpacking libgd3:amd64 (2.3.3-13ubuntu1) ...
- Selecting previously unselected package libgts-0.7-5t64:amd64.
- Preparing to unpack .../121-libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_amd64.deb ...
- Unpacking libgts-0.7-5t64:amd64 (0.7.6+darcs121130-5.2build1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../122-libltdl7_2.5.4-4build1_amd64.deb ...
- Unpacking libltdl7:amd64 (2.5.4-4build1) ...
- Selecting previously unselected package libpathplan4:amd64.
- Preparing to unpack .../123-libpathplan4_2.42.4-3build2_amd64.deb ...
- Unpacking libpathplan4:amd64 (2.42.4-3build2) ...
- Selecting previously unselected package libgvc6.
- Preparing to unpack .../124-libgvc6_2.42.4-3build2_amd64.deb ...
- Unpacking libgvc6 (2.42.4-3build2) ...
- Selecting previously unselected package libgvpr2:amd64.
- Preparing to unpack .../125-libgvpr2_2.42.4-3build2_amd64.deb ...
- Unpacking libgvpr2:amd64 (2.42.4-3build2) ...
- Selecting previously unselected package liblab-gamut1:amd64.
- Preparing to unpack .../126-liblab-gamut1_2.42.4-3build2_amd64.deb ...
- Unpacking liblab-gamut1:amd64 (2.42.4-3build2) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../127-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 .../128-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 .../129-libxt6t64_1%3a1.2.1-1.3_amd64.deb ...
- Unpacking libxt6t64:amd64 (1:1.2.1-1.3) ...
- Selecting previously unselected package libxmu6:amd64.
- Preparing to unpack .../130-libxmu6_2%3a1.1.3-3build3_amd64.deb ...
- Unpacking libxmu6:amd64 (2:1.1.3-3build3) ...
- Selecting previously unselected package libxaw7:amd64.
- Preparing to unpack .../131-libxaw7_2%3a1.0.16-1_amd64.deb ...
- Unpacking libxaw7:amd64 (2:1.0.16-1) ...
- Selecting previously unselected package graphviz.
- Preparing to unpack .../132-graphviz_2.42.4-3build2_amd64.deb ...
- Unpacking graphviz (2.42.4-3build2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../133-libgdk-pixbuf2.0-bin_2.42.12+dfsg-5ubuntu0.1_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-5ubuntu0.1) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../134-libgtk-3-bin_3.24.50-1ubuntu2_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.50-1ubuntu2) ...
- Selecting previously unselected package libgts-bin.
- Preparing to unpack .../135-libgts-bin_0.7.6+darcs121130-5.2build1_amd64.deb ...
- Unpacking libgts-bin (0.7.6+darcs121130-5.2build1) ...
- Selecting previously unselected package libheif-plugin-aomenc:amd64.
- Preparing to unpack .../136-libheif-plugin-aomenc_1.20.2-1ubuntu0.3_amd64.deb ...
- Unpacking libheif-plugin-aomenc:amd64 (1.20.2-1ubuntu0.3) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../137-librsvg2-2_2.60.0+dfsg-1build1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.60.0+dfsg-1build1) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../138-librsvg2-common_2.60.0+dfsg-1build1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.60.0+dfsg-1build1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../139-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package python3-cairo.
- Preparing to unpack .../140-python3-cairo_1.27.0-2_amd64.deb ...
- Unpacking python3-cairo (1.27.0-2) ...
- Selecting previously unselected package python3-gi-cairo.
- Preparing to unpack .../141-python3-gi-cairo_3.50.0-7_amd64.deb ...
- Unpacking python3-gi-cairo (3.50.0-7) ...
- Selecting previously unselected package python3-packaging.
- Preparing to unpack .../142-python3-packaging_25.0-1_all.deb ...
- Unpacking python3-packaging (25.0-1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../143-systemd-timesyncd_257.9-0ubuntu2.4_amd64.deb ...
- Unpacking systemd-timesyncd (257.9-0ubuntu2.4) ...
- Selecting previously unselected package xdot.
- Preparing to unpack .../144-xdot_1.4-1_all.deb ...
- Unpacking xdot (1.4-1) ...
- Setting up media-types (13.0.0) ...
- Setting up libgraphite2-3:amd64 (1.3.14-2ubuntu1) ...
- Setting up liblcms2-2:amd64 (2.16-2ubuntu0.2) ...
- Setting up libpixman-1-0:amd64 (0.44.0-3) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1) ...
- Setting up libaom3:amd64 (3.12.1-1) ...
- Setting up systemd-sysv (257.9-0ubuntu2.4) ...
- Setting up libxdamage1:amd64 (1:1.1.6-1build1) ...
- Setting up liblerc4:amd64 (4.0.0+ds-5ubuntu1) ...
- Setting up libxpm4:amd64 (1:3.5.17-1build2) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:amd64 (2:1.8.2-1) ...
- Setting up libxrender1:amd64 (1:0.9.12-1) ...
- Setting up libdatrie1:amd64 (0.2.13-4) ...
- Setting up xdg-user-dirs (0.18-3) ...
- Created symlink '/etc/systemd/user/graphical-session-pre.target.wants/xdg-user-dirs.service' → '/usr/lib/systemd/user/xdg-user-dirs.service'.
- Setting up libxcb-render0:amd64 (1.17.0-2build1) ...
- Setting up libxml2-16:amd64 (2.14.5+dfsg-0.2ubuntu0.1) ...
- Setting up liblab-gamut1:amd64 (2.42.4-3build2) ...
- Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-5ubuntu0.1) ...
- Setting up x11-common (1:7.7+24ubuntu1) ...
- 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) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libnss-systemd:amd64 (257.9-0ubuntu2.4) ...
- Setting up xkb-data (2.42-1ubuntu1) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2build1) ...
- Setting up libjbig0:amd64 (2.1-6.1ubuntu2) ...
- Setting up tzdata (2026a-0ubuntu0.25.10.1) ...
-
- Current default time zone: 'Europe/London'
- Local time is now: Sat May 23 22:44:07 BST 2026.
- Universal Time is now: Sat May 23 21:44:07 UTC 2026.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
-
- Setting up libglib2.0-0t64:amd64 (2.86.0-2ubuntu0.3) ...
- Setting up libblas3:amd64 (3.12.1-6build1) ...
- 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.86.0-2ubuntu0.3) ...
- Setting up linux-sysctl-defaults (4.14ubuntu2) ...
- Setting up libepoxy0:amd64 (1.5.10-2) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2build1) ...
- Setting up libpathplan4:amd64 (2.42.4-3build2) ...
- Setting up libavahi-common-data:amd64 (0.8-16ubuntu3.2) ...
- Setting up libann0 (1.1.2+doc-9build1) ...
- Setting up libdbus-1-3:amd64 (1.16.2-2ubuntu2) ...
- Setting up libfribidi0:amd64 (1.0.16-1) ...
- Setting up shared-mime-info (2.4-5build2) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3build1) ...
- Setting up libimagequant0:amd64 (2.18.0-1build1) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.50-1ubuntu0.5) ...
- Setting up python3-numpy-dev:amd64 (1:2.2.4+ds-1ubuntu1) ...
- Setting up systemd-timesyncd (257.9-0ubuntu2.4) ...
- Creating group 'systemd-timesync' with GID 997.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
- Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
- Setting up libxrandr2:amd64 (2:1.5.4-1) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up gir1.2-glib-2.0:amd64 (2.86.0-2ubuntu0.3) ...
- Setting up libjpeg-turbo8:amd64 (2.1.5-4ubuntu2) ...
- Setting up libltdl7:amd64 (2.5.4-4build1) ...
- Setting up libgfortran5:amd64 (15.2.0-4ubuntu4) ...
- Setting up libwebp7:amd64 (1.5.0-0.1) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.205-2ubuntu2) ...
- Setting up dmsetup (2:1.02.205-2ubuntu2) ...
- Setting up at-spi2-common (2.57.1-1) ...
- Setting up dbus-session-bus-common (1.16.2-2ubuntu2) ...
- Setting up fonts-liberation (1:2.1.5-3) ...
- Setting up libthai-data (0.1.29-2build1) ...
- Setting up libgirepository-1.0-1:amd64 (1.84.0-1) ...
- Setting up libgts-0.7-5t64:amd64 (0.7.6+darcs121130-5.2build1) ...
- Setting up libcdt5:amd64 (2.42.4-3build2) ...
- Setting up libcgraph6:amd64 (2.42.4-3build2) ...
- Setting up libwayland-egl1:amd64 (1.24.0-1build1) ...
- Setting up fonts-liberation-sans-narrow (1:1.07.6-4) ...
- Setting up dbus-system-bus-common (1.16.2-2ubuntu2) ...
- Creating group 'messagebus' with GID 996.
- Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996.
- Setting up libxcomposite1:amd64 (1:0.4.6-1) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.7-1ubuntu0.4) ...
- Setting up libjson-c5:amd64 (0.18+ds-1) ...
- Setting up dbus-bin (1.16.2-2ubuntu2) ...
- Setting up libkmod2:amd64 (34.2-2ubuntu1.1) ...
- Setting up libpython3-stdlib:amd64 (3.13.7-1) ...
- Setting up libxkbcommon0:amd64 (1.7.0-2.1) ...
- Setting up libwayland-client0:amd64 (1.24.0-1build1) ...
- Setting up libjpeg8:amd64 (8c-2ubuntu11) ...
- Setting up libgts-bin (0.7.6+darcs121130-5.2build1) ...
- Setting up libice6:amd64 (2:1.1.1-1) ...
- Setting up liblapack3:amd64 (3.12.1-6build1) ...
- 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.57.1-1) ...
- Setting up python3.13 (3.13.7-1ubuntu0.4) ...
- Setting up gir1.2-atk-1.0:amd64 (2.57.1-1) ...
- Setting up fontconfig-config (2.15.0-2.3ubuntu1) ...
- 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-16ubuntu3.2) ...
- Setting up python3 (3.13.7-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up dbus-daemon (1.16.2-2ubuntu2) ...
- Setting up libcolord2:amd64 (1.4.7-3build1) ...
- Setting up libdconf1:amd64 (0.40.0-5willsync1) ...
- Setting up libthai0:amd64 (0.1.29-2build1) ...
- Setting up python3-packaging (25.0-1) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1ubuntu0.1) ...
- Setting up gir1.2-girepository-2.0:amd64 (1.84.0-1) ...
- Setting up libatspi2.0-0t64:amd64 (2.57.1-1) ...
- Setting up dbus (1.16.2-2ubuntu2) ...
- Setting up python3-gi (3.50.0-7) ...
- Setting up python3-numpy (1:2.2.4+ds-1ubuntu1) ...
- Setting up libgvpr2:amd64 (2.42.4-3build2) ...
- Setting up libtiff6:amd64 (4.7.0-3ubuntu3.1) ...
- Setting up libwayland-cursor0:amd64 (1.24.0-1build1) ...
- Setting up libpam-systemd:amd64 (257.9-0ubuntu2.4) ...
- Setting up libharfbuzz0b:amd64 (10.2.0-1) ...
- Setting up libcryptsetup12:amd64 (2:2.8.0-1ubuntu2) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-5ubuntu0.1) ...
- Setting up libfontconfig1:amd64 (2.15.0-2.3ubuntu1) ...
- Setting up libsm6:amd64 (2:1.2.6-1) ...
- Setting up libavahi-client3:amd64 (0.8-16ubuntu3.2) ...
- Setting up systemd-resolved (257.9-0ubuntu2.4) ...
- Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
- mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
- Cannot take a backup of /etc/resolv.conf.
- ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
- Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
- Creating group 'systemd-resolve' with GID 995.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 995 and GID 995.
- Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service' → '/usr/lib/systemd/system/systemd-resolved.service'.
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.service' → '/usr/lib/systemd/system/systemd-resolved.service'.
- Setting up libatk-bridge2.0-0t64:amd64 (2.57.1-1) ...
- Setting up gtk-update-icon-cache (4.20.1+ds-2) ...
- Setting up fontconfig (2.15.0-2.3ubuntu1) ...
- Regenerating fonts cache...
- done.
- Setting up python3-dbus (1.4.0-1) ...
- Setting up libxft2:amd64 (2.3.6-1build1) ...
- Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.42.12+dfsg-5ubuntu0.1) ...
- Setting up libpango-1.0-0:amd64 (1.56.3-1build1) ...
- Setting up libharfbuzz-gobject0:amd64 (10.2.0-1) ...
- Setting up libcairo2:amd64 (1.18.4-1build1) ...
- Setting up dbus-user-session (1.16.2-2ubuntu2) ...
- Setting up systemd-cryptsetup (257.9-0ubuntu2.4) ...
- Setting up adwaita-icon-theme (49.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 libxt6t64:amd64 (1:1.2.1-1.3) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-5ubuntu0.1) ...
- Setting up libcairo-gobject2:amd64 (1.18.4-1build1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.56.3-1build1) ...
- Setting up libcups2t64:amd64 (2.4.12-0ubuntu3.5) ...
- Setting up libpangocairo-1.0-0:amd64 (1.56.3-1build1) ...
- Setting up networkd-dispatcher (2.2.4-1.1) ...
- Created symlink '/etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service' → '/usr/lib/systemd/system/networkd-dispatcher.service'.
- Setting up libxmu6:amd64 (2:1.1.3-3build3) ...
- Setting up gir1.2-freedesktop:amd64 (1.84.0-1) ...
- Setting up python3-cairo (1.27.0-2) ...
- Setting up libpangoxft-1.0-0:amd64 (1.56.3-1build1) ...
- Setting up dconf-service (0.40.0-5willsync1) ...
- Setting up libxaw7:amd64 (2:1.0.16-1) ...
- Setting up gir1.2-harfbuzz-0.0:amd64 (10.2.0-1) ...
- Setting up librsvg2-2:amd64 (2.60.0+dfsg-1build1) ...
- Setting up gir1.2-pango-1.0:amd64 (1.56.3-1build1) ...
- Setting up librsvg2-common:amd64 (2.60.0+dfsg-1build1) ...
- Setting up python3-gi-cairo (3.50.0-7) ...
- Setting up dconf-gsettings-backend:amd64 (0.40.0-5willsync1) ...
- Setting up libgtk-3-common (3.24.50-1ubuntu2) ...
- Setting up gsettings-desktop-schemas (49.0-1ubuntu1) ...
- Setting up libgtk-3-0t64:amd64 (3.24.50-1ubuntu2) ...
- Setting up at-spi2-core (2.57.1-1) ...
- Setting up gir1.2-gtk-3.0:amd64 (3.24.50-1ubuntu2) ...
- Setting up libgtk-3-bin (3.24.50-1ubuntu2) ...
- Setting up libheif-plugin-aomdec:amd64 (1.20.2-1ubuntu0.3) ...
- Setting up libheif1:amd64 (1.20.2-1ubuntu0.3) ...
- Setting up libgd3:amd64 (2.3.3-13ubuntu1) ...
- Setting up libgvc6 (2.42.4-3build2) ...
- Setting up graphviz (2.42.4-3build2) ...
- Setting up xdot (1.4-1) ...
- Setting up libheif-plugin-aomenc:amd64 (1.20.2-1ubuntu0.3) ...
- Processing triggers for libc-bin (2.42-0ubuntu3.1) ...
- Processing triggers for systemd (257.9-0ubuntu2.4) ...
- Processing triggers for procps (2:4.0.4-8ubuntu3) ...
- grep: /proc/1/environ: Permission denied
- procps: Applying updated sysctl configuration
- sysctl: setting key "kernel.core_pattern", ignoring: Read-only file system
- sysctl: setting key "kernel.unprivileged_userns_clone", ignoring: Read-only file system
- sysctl: setting key "kernel.sysrq", ignoring: Read-only file system
- sysctl: setting key "kernel.core_uses_pid", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.default.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.docker0.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno1.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno2.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno3.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno4.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.enp130s0f0.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.enp130s0f1.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.lo.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.default.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.docker0.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno1.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno2.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno3.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno4.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.enp130s0f0.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.enp130s0f1.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.lo.accept_source_route", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.default.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.docker0.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno1.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno2.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno3.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.eno4.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.enp130s0f0.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.enp130s0f1.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.lo.promote_secondaries", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.ping_group_range", ignoring: Read-only file system
- sysctl: setting key "net.core.default_qdisc", ignoring: Read-only file system
- sysctl: setting key "fs.protected_hardlinks", ignoring: Read-only file system
- sysctl: setting key "fs.protected_symlinks", ignoring: Read-only file system
- sysctl: setting key "fs.protected_regular", ignoring: Read-only file system
- sysctl: setting key "fs.protected_fifos", ignoring: Read-only file system
- sysctl: setting key "vm.max_map_count", ignoring: Read-only file system
- sysctl: setting key "kernel.pid_max", ignoring: Read-only file system
- sysctl: setting key "net.core.default_qdisc", ignoring: Read-only file system
- sysctl: setting key "kernel.printk", ignoring: Read-only file system
- sysctl: setting key "net.ipv6.conf.all.use_tempaddr", ignoring: Read-only file system
- sysctl: setting key "net.ipv6.conf.default.use_tempaddr", ignoring: Read-only file system
- sysctl: setting key "kernel.kptr_restrict", ignoring: Read-only file system
- sysctl: setting key "kernel.sysrq", ignoring: Read-only file system
- sysctl: setting key "vm.max_map_count", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.default.rp_filter", ignoring: Read-only file system
- sysctl: setting key "net.ipv4.conf.all.rp_filter", ignoring: Read-only file system
- sysctl: setting key "kernel.yama.ptrace_scope", ignoring: Read-only file system
- sysctl: setting key "vm.mmap_min_addr", ignoring: Read-only file system
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-5ubuntu0.1) ...
<><> 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.54 ---> saved as "077c82aaf8fe306d39dc220981e1e8feeee3eacbd7bb0b58cfda471f962f77ac"
Job succeeded
2026-05-23 21:45.01: Job succeeded