Organisationskit-ty-katewaylaunchb0ae9d (master)ubuntu-25.04-4.14_opam-2.4

ubuntu-25.04-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-09-16 10:10.59: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/waylaunch.git" -b "master" && cd "waylaunch" && git reset --hard b0ae9dbb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d
# ubuntu-25.04-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 waylaunch.opam ./
RUN opam pin add -yn waylaunch.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-09-16 10:10.59: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d-ubuntu-25.04-4.14_opam-2.4-8c5a94fa0e520531852ac583e81d8100"
2025-09-16 10:10.59: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)
(comment ubuntu-25.04-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src waylaunch.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn waylaunch.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-09-16 10:10.59: Waiting for resource in pool OCluster
2025-09-16 10:26.03: Waiting for worker…
2025-09-16 10:26.10: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'
HEAD is now at b0ae9db Mark waylaunch as only available on Linux
Synchronizing submodule url for 'bindings/bemenu'
Cleared directory 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) unregistered for path 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) registered for path 'bindings/bemenu'
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'


(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d' locally
docker.io/ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d: Pulling from ocaml/opam
60fb2420030a: Pulling fs layer
30a5b9bffc59: Pulling fs layer
e76e7b0fd035: Pulling fs layer
87fd98c989d0: Pulling fs layer
fc31fa993861: Pulling fs layer
c75b71d41442: Pulling fs layer
9f08a6d6f6f5: Pulling fs layer
3dfc106a9c15: Pulling fs layer
1c3a6d2a01a7: Pulling fs layer
2d648021ecec: Pulling fs layer
ffcf097292c2: Pulling fs layer
fc31fa993861: Waiting
e1bcef442ada: Pulling fs layer
61993b76460e: Pulling fs layer
929a57e31854: Pulling fs layer
1c3a6d2a01a7: Waiting
c75b71d41442: Waiting
826e2c54b1a9: Pulling fs layer
eec17caf12a0: Pulling fs layer
9f08a6d6f6f5: Waiting
ffcf097292c2: Waiting
9259e842febf: Pulling fs layer
3dfc106a9c15: Waiting
ae77b4e577af: Pulling fs layer
61c1d61eb8ba: Pulling fs layer
d7a0435c7be4: Pulling fs layer
4f4fb700ef54: Pulling fs layer
67b39cdc1121: Pulling fs layer
217bd9b7b99f: Pulling fs layer
1c96670814d1: Pulling fs layer
929a57e31854: Waiting
ccd441a4e677: Pulling fs layer
9e7324b47fd8: Pulling fs layer
87fd98c989d0: Waiting
0ec34067023b: Pulling fs layer
eec17caf12a0: Waiting
33125ff80400: Pulling fs layer
61993b76460e: Waiting
b383373ace10: Pulling fs layer
67b39cdc1121: Waiting
447883287ba9: Pulling fs layer
cb78f5b619b6: Pulling fs layer
1c96670814d1: Waiting
d7a0435c7be4: Waiting
d52ede671661: Pulling fs layer
fa458c0e5391: Pulling fs layer
4f4fb700ef54: Waiting
eef4f5a958fd: Pulling fs layer
61c1d61eb8ba: Waiting
450c30b71c71: Pulling fs layer
447883287ba9: Waiting
2d3751651883: Pulling fs layer
9e7324b47fd8: Waiting
6d7ce401ccd8: Pulling fs layer
33125ff80400: Waiting
0ec34067023b: Waiting
fa458c0e5391: Waiting
31c1aa1ff3db: Pulling fs layer
a1655bb63c33: Pulling fs layer
8d725d821777: Pulling fs layer
91c567e53ac8: Pulling fs layer
d52ede671661: Waiting
3c95a1616c24: Pulling fs layer
eef4f5a958fd: Waiting
bd55d20213f1: Pulling fs layer
450c30b71c71: Waiting
6d7ce401ccd8: Waiting
a1655bb63c33: Waiting
3c95a1616c24: Waiting
8d725d821777: Waiting
cb78f5b619b6: Waiting
2d3751651883: Waiting
31c1aa1ff3db: Waiting
217bd9b7b99f: Waiting
bd55d20213f1: Waiting
e76e7b0fd035: Verifying Checksum
e76e7b0fd035: Download complete
30a5b9bffc59: Verifying Checksum
30a5b9bffc59: Download complete
fc31fa993861: Verifying Checksum
fc31fa993861: Download complete
87fd98c989d0: Verifying Checksum
87fd98c989d0: Download complete
60fb2420030a: Download complete
9f08a6d6f6f5: Verifying Checksum
9f08a6d6f6f5: Download complete
3dfc106a9c15: Verifying Checksum
3dfc106a9c15: Download complete
c75b71d41442: Verifying Checksum
c75b71d41442: Download complete
1c3a6d2a01a7: Verifying Checksum
1c3a6d2a01a7: Download complete
60fb2420030a: Pull complete
30a5b9bffc59: Pull complete
e76e7b0fd035: Pull complete
ffcf097292c2: Verifying Checksum
ffcf097292c2: Download complete
2d648021ecec: Verifying Checksum
2d648021ecec: Download complete
e1bcef442ada: Verifying Checksum
e1bcef442ada: Download complete
929a57e31854: Verifying Checksum
929a57e31854: Download complete
61993b76460e: Verifying Checksum
61993b76460e: Download complete
826e2c54b1a9: Download complete
eec17caf12a0: Verifying Checksum
eec17caf12a0: Download complete
9259e842febf: Download complete
87fd98c989d0: Pull complete
ae77b4e577af: Verifying Checksum
ae77b4e577af: Download complete
61c1d61eb8ba: Verifying Checksum
61c1d61eb8ba: Download complete
d7a0435c7be4: Verifying Checksum
d7a0435c7be4: Download complete
fc31fa993861: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
67b39cdc1121: Verifying Checksum
67b39cdc1121: Download complete
217bd9b7b99f: Download complete
ccd441a4e677: Verifying Checksum
ccd441a4e677: Download complete
1c96670814d1: Download complete
9e7324b47fd8: Verifying Checksum
9e7324b47fd8: Download complete
33125ff80400: Verifying Checksum
33125ff80400: Download complete
0ec34067023b: Verifying Checksum
0ec34067023b: Download complete
b383373ace10: Verifying Checksum
b383373ace10: Download complete
447883287ba9: Verifying Checksum
447883287ba9: Download complete
cb78f5b619b6: Verifying Checksum
cb78f5b619b6: Download complete
d52ede671661: Verifying Checksum
d52ede671661: Download complete
fa458c0e5391: Verifying Checksum
fa458c0e5391: Download complete
450c30b71c71: Download complete
6d7ce401ccd8: Download complete
31c1aa1ff3db: Download complete
a1655bb63c33: Download complete
2d3751651883: Verifying Checksum
2d3751651883: Download complete
91c567e53ac8: Verifying Checksum
91c567e53ac8: Download complete
c75b71d41442: Pull complete
9f08a6d6f6f5: Pull complete
3c95a1616c24: Verifying Checksum
3c95a1616c24: Download complete
3dfc106a9c15: Pull complete
bd55d20213f1: Verifying Checksum
bd55d20213f1: Download complete
1c3a6d2a01a7: Pull complete
2d648021ecec: Pull complete
ffcf097292c2: Pull complete
e1bcef442ada: Pull complete
61993b76460e: Pull complete
929a57e31854: Pull complete
826e2c54b1a9: Pull complete
eec17caf12a0: Pull complete
eef4f5a958fd: Verifying Checksum
eef4f5a958fd: Download complete
9259e842febf: Pull complete
ae77b4e577af: Pull complete
61c1d61eb8ba: Pull complete
d7a0435c7be4: Pull complete
4f4fb700ef54: Pull complete
67b39cdc1121: Pull complete
217bd9b7b99f: Pull complete
1c96670814d1: Pull complete
ccd441a4e677: Pull complete
9e7324b47fd8: Pull complete
0ec34067023b: Pull complete
33125ff80400: Pull complete
b383373ace10: Pull complete
447883287ba9: Pull complete
cb78f5b619b6: Pull complete
d52ede671661: Pull complete
fa458c0e5391: Pull complete
eef4f5a958fd: Pull complete
450c30b71c71: Pull complete
2d3751651883: Pull complete
6d7ce401ccd8: Pull complete
31c1aa1ff3db: Pull complete
a1655bb63c33: Pull complete
8d725d821777: Verifying Checksum
8d725d821777: Download complete
8d725d821777: Pull complete
91c567e53ac8: Pull complete
3c95a1616c24: Pull complete
bd55d20213f1: Pull complete
Digest: sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d
Status: Downloaded newer image for ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d
2025-09-16 10:26.10 ---> using "6445603d95b4d6f8a0cc4b067867ad8502c05bb39a118c7268888ef8cc2c4e36" from cache


/: (comment ubuntu-25.04-4.14_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-16 10:26.10 ---> using "7ad150f251741d606ac6503f344d72dcc5bd5f313a2335d5eee3c014aa99bfe6" from cache


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


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


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-16 10:26.10 ---> using "55855347ad7177e52ea1253facff35ea156ea33e15ee3e13029c016c8647e07c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-16 10:26.10 ---> using "dbe66741533320c831c671504bf8635a0466b82af65054bfe9bd11ea91bdcafc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-16 10:26.10 ---> using "5ce0f42df606e17f242ff81fc5c610c3e8f7106af10cefe63952863c569c99c4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
854fc71d55..7949ff40d8  master     -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc


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


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


/src: (copy (src waylaunch.opam) (dst ./))
2025-09-16 10:26.11 ---> saved as "750d10cc486f82df6a98ef1487016b9367f589011cbd30746e118ab02abd7998"


/src: (run (network host)
(shell "opam pin add -yn waylaunch.dev './'"))
[waylaunch.dev] synchronised (file:///src)
waylaunch is now pinned to file:///src (version dev)
2025-09-16 10:26.14 ---> saved as "62ad13c5ccbdde999b75d00a96e91118d9b6b9fc8a68751bb79edca773f20c1c"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 10:26.15 ---> saved as "7881f9ea13d0da223829326e865aaa1ad8059e8df286ebdda87a8fb253a34a99"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [267 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:4 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [150 kB]
- Get:5 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [49.0 kB]
- Get:6 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [230 kB]
- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [49.2 kB]
- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [260 kB]
- Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [404 kB]
- Get:12 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [240 kB]
- Fetched 2028 kB in 1s (2137 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
libcairo2-dev libpango1.0-dev libwayland-dev libxkbcommon-dev pkg-config wayland-protocols


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "libpango1.0-dev" "libwayland-dev" "libxkbcommon-dev" "pkg-config" "wayland-protocols"
- 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 ... 16503 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.3) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking python3.13-minimal (3.13.3-1ubuntu0.3) ...
- Setting up libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.3) ...
- Setting up python3.13-minimal (3.13.3-1ubuntu0.3) ...
- 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 ... 16828 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.3-1_amd64.deb ...
- Unpacking python3-minimal (3.13.3-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_2025b-1ubuntu1.1_all.deb ...
- Unpacking tzdata (2025b-1ubuntu1.1) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../3-libpython3.13-stdlib_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.3) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../4-python3.13_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking python3.13 (3.13.3-1ubuntu0.3) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.13.3-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up python3-minimal (3.13.3-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 ... 17795 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.13.3-1_amd64.deb ...
- Unpacking python3 (3.13.3-1) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../001-libglib2.0-0t64_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../002-gir1.2-glib-2.0_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../003-libelf1t64_0.192-4ubuntu1_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4ubuntu1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../004-libfribidi0_1.0.16-1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../005-libglib2.0-data_2.84.1-1ubuntu0.1_all.deb ...
- Unpacking libglib2.0-data (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-0.4ubuntu0.3_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.3) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../007-shared-mime-info_2.4-5build1_amd64.deb ...
- Unpacking shared-mime-info (2.4-5build1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../008-xdg-user-dirs_0.18-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../009-xkb-data_2.42-1ubuntu1_all.deb ...
- Unpacking xkb-data (2.42-1ubuntu1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../010-libpng16-16t64_1.6.47-1.1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.47-1.1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../011-libxkbcommon0_1.7.0-2_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.7.0-2) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../012-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../013-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../014-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 .../015-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../016-fontconfig-config_2.15.0-2.2ubuntu1_amd64.deb ...
- Unpacking fontconfig-config (2.15.0-2.2ubuntu1) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../017-libfontconfig1_2.15.0-2.2ubuntu1_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.2ubuntu1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../018-fontconfig_2.15.0-2.2ubuntu1_amd64.deb ...
- Unpacking fontconfig (2.15.0-2.2ubuntu1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../019-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 .../020-libxcb-render0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../021-libxcb-shm0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../022-libxrender1_1%3a0.9.10-1.1build1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1build1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../023-libcairo2_1.18.4-1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-1) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../024-libcairo-gobject2_1.18.4-1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.4-1) ...
- Selecting previously unselected package gir1.2-freedesktop:amd64.
- Preparing to unpack .../025-gir1.2-freedesktop_1.84.0-1_amd64.deb ...
- Unpacking gir1.2-freedesktop:amd64 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-glib-2.0-dev:amd64.
- Preparing to unpack .../026-gir1.2-glib-2.0-dev_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking gir1.2-glib-2.0-dev:amd64 (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package gir1.2-freedesktop-dev:amd64.
- Preparing to unpack .../027-gir1.2-freedesktop-dev_1.84.0-1_amd64.deb ...
- Unpacking gir1.2-freedesktop-dev:amd64 (1.84.0-1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../028-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 .../029-libharfbuzz0b_10.2.0-1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (10.2.0-1) ...
- Selecting previously unselected package libharfbuzz-gobject0:amd64.
- Preparing to unpack .../030-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 .../031-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 .../032-libthai-data_0.1.29-2build1_all.deb ...
- Unpacking libthai-data (0.1.29-2build1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../033-libdatrie1_0.2.13-3build1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-3build1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../034-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 .../035-libpango-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../036-libpangoft2-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../037-libpangocairo-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../038-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 .../039-libpangoxft-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangoxft-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package gir1.2-pango-1.0:amd64.
- Preparing to unpack .../040-gir1.2-pango-1.0_1.56.3-1_amd64.deb ...
- Unpacking gir1.2-pango-1.0:amd64 (1.56.3-1) ...
- Selecting previously unselected package native-architecture.
- Preparing to unpack .../041-native-architecture_0.2.6_all.deb ...
- Unpacking native-architecture (0.2.6) ...
- Selecting previously unselected package libgirepository-2.0-0:amd64.
- Preparing to unpack .../042-libgirepository-2.0-0_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking libgirepository-2.0-0:amd64 (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package girepository-tools:amd64.
- Preparing to unpack .../043-girepository-tools_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking girepository-tools:amd64 (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package libicu76:amd64.
- Preparing to unpack .../044-libicu76_76.1-1ubuntu2_amd64.deb ...
- Unpacking libicu76:amd64 (76.1-1ubuntu2) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../045-icu-devtools_76.1-1ubuntu2_amd64.deb ...
- Unpacking icu-devtools (76.1-1ubuntu2) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../046-libbrotli-dev_1.1.0-2build4_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2build4) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../047-libbz2-dev_1.0.8-6_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6) ...
- Selecting previously unselected package liblzo2-2:amd64.
- Preparing to unpack .../048-liblzo2-2_2.10-3_amd64.deb ...
- Unpacking liblzo2-2:amd64 (2.10-3) ...
- Selecting previously unselected package libcairo-script-interpreter2:amd64.
- Preparing to unpack .../049-libcairo-script-interpreter2_1.18.4-1_amd64.deb ...
- Unpacking libcairo-script-interpreter2:amd64 (1.18.4-1) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../050-libexpat1-dev_2.7.1-1_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.7.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../051-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../052-libpng-dev_1.6.47-1.1_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.47-1.1) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../053-libfreetype-dev_2.13.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.13.3+dfsg-1) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../054-uuid-dev_2.40.2-14ubuntu1.1_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.40.2-14ubuntu1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../055-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../056-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../057-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../058-libfontconfig-dev_2.15.0-2.2ubuntu1_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.15.0-2.2ubuntu1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../059-libffi-dev_3.4.7-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.7-1) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../060-libblkid-dev_2.40.2-14ubuntu1.1_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.40.2-14ubuntu1.1) ...
- Selecting previously unselected package libsepol-dev:amd64.
- Preparing to unpack .../061-libsepol-dev_3.7-1_amd64.deb ...
- Unpacking libsepol-dev:amd64 (3.7-1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../062-libpcre2-16-0_10.45-1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.45-1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../063-libpcre2-32-0_10.45-1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.45-1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../064-libpcre2-posix3_10.45-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.45-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../065-libpcre2-dev_10.45-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.45-1) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../066-libselinux1-dev_3.7-3ubuntu3_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.7-3ubuntu3) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../067-libmount-dev_2.40.2-14ubuntu1.1_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.40.2-14ubuntu1.1) ...
- Selecting previously unselected package libsysprof-capture-4-dev:amd64.
- Preparing to unpack .../068-libsysprof-capture-4-dev_48.0-2_amd64.deb ...
- Unpacking libsysprof-capture-4-dev:amd64 (48.0-2) ...
- Selecting previously unselected package libgio-2.0-dev:amd64.
- Preparing to unpack .../069-libgio-2.0-dev_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking libgio-2.0-dev:amd64 (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../070-libglib2.0-bin_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking libglib2.0-bin (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package python3-packaging.
- Preparing to unpack .../071-python3-packaging_24.2-1_all.deb ...
- Unpacking python3-packaging (24.2-1) ...
- Selecting previously unselected package libgio-2.0-dev-bin.
- Preparing to unpack .../072-libgio-2.0-dev-bin_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking libgio-2.0-dev-bin (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../073-libglib2.0-dev-bin_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../074-libglib2.0-dev_2.84.1-1ubuntu0.1_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.84.1-1ubuntu0.1) ...
- Selecting previously unselected package libpixman-1-dev:amd64.
- Preparing to unpack .../075-libpixman-1-dev_0.44.0-3_amd64.deb ...
- Unpacking libpixman-1-dev:amd64 (0.44.0-3) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../076-x11-common_1%3a7.7+23ubuntu4_all.deb ...
- Unpacking x11-common (1:7.7+23ubuntu4) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../077-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 .../078-libsm6_2%3a1.2.4-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.4-1) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../079-libice-dev_2%3a1.1.1-1_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.1.1-1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../080-libsm-dev_2%3a1.2.4-1_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.4-1) ...
- Selecting previously unselected package libxcb-render0-dev:amd64.
- Preparing to unpack .../081-libxcb-render0-dev_1.17.0-2_amd64.deb ...
- Unpacking libxcb-render0-dev:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxcb-shm0-dev:amd64.
- Preparing to unpack .../082-libxcb-shm0-dev_1.17.0-2_amd64.deb ...
- Unpacking libxcb-shm0-dev:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../083-libxext-dev_2%3a1.3.4-1build2_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-1build2) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../084-libxrender-dev_1%3a0.9.10-1.1build1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1.1build1) ...
- Selecting previously unselected package libcairo2-dev:amd64.
- Preparing to unpack .../085-libcairo2-dev_1.18.4-1_amd64.deb ...
- Unpacking libcairo2-dev:amd64 (1.18.4-1) ...
- Selecting previously unselected package libdatrie-dev:amd64.
- Preparing to unpack .../086-libdatrie-dev_0.2.13-3build1_amd64.deb ...
- Unpacking libdatrie-dev:amd64 (0.2.13-3build1) ...
- Selecting previously unselected package libfribidi-dev:amd64.
- Preparing to unpack .../087-libfribidi-dev_1.0.16-1_amd64.deb ...
- Unpacking libfribidi-dev:amd64 (1.0.16-1) ...
- Selecting previously unselected package libgraphite2-dev:amd64.
- Preparing to unpack .../088-libgraphite2-dev_1.3.14-2ubuntu1_amd64.deb ...
- Unpacking libgraphite2-dev:amd64 (1.3.14-2ubuntu1) ...
- Selecting previously unselected package libharfbuzz-cairo0:amd64.
- Preparing to unpack .../089-libharfbuzz-cairo0_10.2.0-1_amd64.deb ...
- Unpacking libharfbuzz-cairo0:amd64 (10.2.0-1) ...
- Selecting previously unselected package libharfbuzz-icu0:amd64.
- Preparing to unpack .../090-libharfbuzz-icu0_10.2.0-1_amd64.deb ...
- Unpacking libharfbuzz-icu0:amd64 (10.2.0-1) ...
- Selecting previously unselected package libharfbuzz-subset0:amd64.
- Preparing to unpack .../091-libharfbuzz-subset0_10.2.0-1_amd64.deb ...
- Unpacking libharfbuzz-subset0:amd64 (10.2.0-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../092-libicu-dev_76.1-1ubuntu2_amd64.deb ...
- Unpacking libicu-dev:amd64 (76.1-1ubuntu2) ...
- Selecting previously unselected package libharfbuzz-dev:amd64.
- Preparing to unpack .../093-libharfbuzz-dev_10.2.0-1_amd64.deb ...
- Unpacking libharfbuzz-dev:amd64 (10.2.0-1) ...
- Selecting previously unselected package libthai-dev:amd64.
- Preparing to unpack .../094-libthai-dev_0.1.29-2build1_amd64.deb ...
- Unpacking libthai-dev:amd64 (0.1.29-2build1) ...
- Selecting previously unselected package libxft-dev:amd64.
- Preparing to unpack .../095-libxft-dev_2.3.6-1build1_amd64.deb ...
- Unpacking libxft-dev:amd64 (2.3.6-1build1) ...
- Selecting previously unselected package pango1.0-tools.
- Preparing to unpack .../096-pango1.0-tools_1.56.3-1_amd64.deb ...
- Unpacking pango1.0-tools (1.56.3-1) ...
- Selecting previously unselected package libpango1.0-dev:amd64.
- Preparing to unpack .../097-libpango1.0-dev_1.56.3-1_amd64.deb ...
- Unpacking libpango1.0-dev:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../098-libpng-tools_1.6.47-1.1_amd64.deb ...
- Unpacking libpng-tools (1.6.47-1.1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../099-libwayland-client0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../100-libwayland-cursor0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../101-libwayland-egl1_1.23.1-3_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../102-libwayland-server0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libxkbcommon-dev:amd64.
- Preparing to unpack .../103-libxkbcommon-dev_1.7.0-2_amd64.deb ...
- Unpacking libxkbcommon-dev:amd64 (1.7.0-2) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../104-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../105-libwayland-bin_1.23.1-3_amd64.deb ...
- Unpacking libwayland-bin (1.23.1-3) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../106-libwayland-dev_1.23.1-3_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.23.1-3) ...
- Selecting previously unselected package wayland-protocols.
- Preparing to unpack .../107-wayland-protocols_1.41-1_all.deb ...
- Unpacking wayland-protocols (1.41-1) ...
- Setting up media-types (13.0.0) ...
- Setting up libgraphite2-3:amd64 (1.3.14-2ubuntu1) ...
- Setting up libpixman-1-0:amd64 (0.44.0-3) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libwayland-server0:amd64 (1.23.1-3) ...
- Setting up libpixman-1-dev:amd64 (0.44.0-3) ...
- Setting up native-architecture (0.2.6) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1build1) ...
- Setting up libdatrie1:amd64 (0.2.13-3build1) ...
- Setting up xdg-user-dirs (0.18-2) ...
- Setting up libxcb-render0:amd64 (1.17.0-2) ...
- Setting up x11-common (1:7.7+23ubuntu4) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up xkb-data (2.42-1ubuntu1) ...
- Setting up liblzo2-2:amd64 (2.10-3) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2) ...
- Setting up libffi-dev:amd64 (3.4.7-1) ...
- Setting up libpcre2-16-0:amd64 (10.45-1) ...
- Setting up libelf1t64:amd64 (0.192-4ubuntu1) ...
- Setting up tzdata (2025b-1ubuntu1.1) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Tue Sep 16 11:27:13 BST 2025.
- Universal Time is now:  Tue Sep 16 10:27:13 UTC 2025.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libsysprof-capture-4-dev:amd64 (48.0-2) ...
- Setting up libxcb-shm0-dev:amd64 (1.17.0-2) ...
- Setting up libgraphite2-dev:amd64 (1.3.14-2ubuntu1) ...
- Setting up libpcre2-32-0:amd64 (10.45-1) ...
- Setting up libglib2.0-0t64:amd64 (2.84.1-1ubuntu0.1) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.84.1-1ubuntu0.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libexpat1-dev:amd64 (2.7.1-1) ...
- Setting up uuid-dev:amd64 (2.40.2-14ubuntu1.1) ...
- Setting up libfribidi0:amd64 (1.0.16-1) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.47-1.1) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up libsepol-dev:amd64 (3.7-1) ...
- Setting up libxcb-render0-dev:amd64 (1.17.0-2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up gir1.2-glib-2.0:amd64 (2.84.1-1ubuntu0.1) ...
- Setting up libxext-dev:amd64 (2:1.3.4-1build2) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Setting up libpcre2-posix3:amd64 (10.45-1) ...
- Setting up wayland-protocols (1.41-1) ...
- Setting up gir1.2-glib-2.0-dev:amd64 (2.84.1-1ubuntu0.1) ...
- Setting up libthai-data (0.1.29-2build1) ...
- Setting up libwayland-egl1:amd64 (1.23.1-3) ...
- Setting up libicu76:amd64 (76.1-1ubuntu2) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1.1build1) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.3) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.3) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2build4) ...
- Setting up libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up libbz2-dev:amd64 (1.0.8-6) ...
- Setting up libxkbcommon0:amd64 (1.7.0-2) ...
- Setting up libwayland-client0:amd64 (1.23.1-3) ...
- Setting up libblkid-dev:amd64 (2.40.2-14ubuntu1.1) ...
- Setting up libice6:amd64 (2:1.1.1-1) ...
- Setting up libpcre2-dev:amd64 (10.45-1) ...
- Setting up libice-dev:amd64 (2:1.1.1-1) ...
- Setting up libpng-tools (1.6.47-1.1) ...
- Setting up python3.13 (3.13.3-1ubuntu0.3) ...
- Setting up libgirepository-2.0-0:amd64 (2.84.1-1ubuntu0.1) ...
- Setting up libselinux1-dev:amd64 (3.7-3ubuntu3) ...
- Setting up fontconfig-config (2.15.0-2.2ubuntu1) ...
- Setting up libfribidi-dev:amd64 (1.0.16-1) ...
- Setting up libxkbcommon-dev:amd64 (1.7.0-2) ...
- Setting up libpng-dev:amd64 (1.6.47-1.1) ...
- Setting up libglib2.0-bin (2.84.1-1ubuntu0.1) ...
- Setting up python3 (3.13.3-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libthai0:amd64 (0.1.29-2build1) ...
- Setting up libwayland-bin (1.23.1-3) ...
- Setting up python3-packaging (24.2-1) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Setting up shared-mime-info (2.4-5build1) ...
- Setting up icu-devtools (76.1-1ubuntu2) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libdatrie-dev:amd64 (0.2.13-3build1) ...
- Setting up libwayland-cursor0:amd64 (1.23.1-3) ...
- Setting up libharfbuzz0b:amd64 (10.2.0-1) ...
- Setting up libfontconfig1:amd64 (2.15.0-2.2ubuntu1) ...
- Setting up libsm6:amd64 (2:1.2.4-1) ...
- Setting up libicu-dev:amd64 (76.1-1ubuntu2) ...
- Setting up libmount-dev:amd64 (2.40.2-14ubuntu1.1) ...
- Setting up fontconfig (2.15.0-2.2ubuntu1) ...
- Regenerating fonts cache...
- done.
- Setting up libgio-2.0-dev-bin (2.84.1-1ubuntu0.1) ...
- Setting up libxft2:amd64 (2.3.6-1build1) ...
- Setting up libgio-2.0-dev:amd64 (2.84.1-1ubuntu0.1) ...
- Setting up libharfbuzz-icu0:amd64 (10.2.0-1) ...
- Setting up girepository-tools:amd64 (2.84.1-1ubuntu0.1) ...
- Setting up libsm-dev:amd64 (2:1.2.4-1) ...
- Setting up libpango-1.0-0:amd64 (1.56.3-1) ...
- Setting up libharfbuzz-gobject0:amd64 (10.2.0-1) ...
- Setting up libwayland-dev:amd64 (1.23.1-3) ...
- Setting up libcairo2:amd64 (1.18.4-1) ...
- Setting up libfreetype-dev:amd64 (2.13.3+dfsg-1) ...
- Setting up libharfbuzz-cairo0:amd64 (10.2.0-1) ...
- Setting up libthai-dev:amd64 (0.1.29-2build1) ...
- Setting up libharfbuzz-subset0:amd64 (10.2.0-1) ...
- Setting up libcairo-gobject2:amd64 (1.18.4-1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.56.3-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.56.3-1) ...
- Setting up libcairo-script-interpreter2:amd64 (1.18.4-1) ...
- Setting up libglib2.0-dev-bin (2.84.1-1ubuntu0.1) ...
- Setting up gir1.2-freedesktop:amd64 (1.84.0-1) ...
- Setting up libpangoxft-1.0-0:amd64 (1.56.3-1) ...
- Setting up libfontconfig-dev:amd64 (2.15.0-2.2ubuntu1) ...
- Setting up pango1.0-tools (1.56.3-1) ...
- Setting up gir1.2-harfbuzz-0.0:amd64 (10.2.0-1) ...
- Setting up gir1.2-pango-1.0:amd64 (1.56.3-1) ...
- Setting up libglib2.0-dev:amd64 (2.84.1-1ubuntu0.1) ...
- Setting up gir1.2-freedesktop-dev:amd64 (1.84.0-1) ...
- Setting up libcairo2-dev:amd64 (1.18.4-1) ...
- Setting up libxft-dev:amd64 (2.3.6-1build1) ...
- Setting up libharfbuzz-dev:amd64 (10.2.0-1) ...
- Setting up libpango1.0-dev:amd64 (1.56.3-1) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.1) ...
2025-09-16 10:27.22 ---> saved as "06e763773cf94c3db8c0d4d22f2ec5d7ada9f756819dd26fd980b8e201f7a9eb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 18 packages
- install astring                0.8.5
- install bos                    0.2.1
- install conf-cairo             1
- install conf-libwayland        1
- install conf-pango             1
- install conf-pkg-config        4
- install conf-wayland-protocols 1
- install conf-xkbcommon         1
- install csexp                  1.5.2
- install dune                   3.20.2
- install dune-configurator      3.20.2
- install fmt                    0.11.0
- install fpath                  0.7.3
- install logs                   0.9.0
- install ocamlbuild             0.16.1
- install ocamlfind              1.9.8
- install rresult                0.7.0
- install topkg                  1.1.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed conf-cairo.1
-> installed conf-pango.1
-> installed conf-wayland-protocols.1
-> installed conf-xkbcommon.1
-> retrieved logs.0.9.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-libwayland.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-16 10:28.04 ---> saved as "e6d97d1891729a29a24f1fb44e727683504ec682f02a401603ec44d67efea7bd"


/src: (copy (src .) (dst /src))
2025-09-16 10:28.05 ---> saved as "46e947233baf8b08d503c6d20a9ca4a14179050f3e16f2678e5d226d3491d7bb"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-16 10:28.06 ---> saved as "0635cca0224d7805043a9b5a9cd17f82a157fe13b9a8b23f0c40590c99c65d4b"
Job succeeded
2025-09-16 10:28.07: Job succeeded