Organisationssanettetsdl-ttf822b80 ()ubuntu-24.04-4.14_opam-2.5

ubuntu-24.04-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-01-11 08:28.22: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (822b800c61c2ed95c87e343ffbd55719a7a1867f) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 822b800c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
# ubuntu-24.04-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.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 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.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


2026-01-11 08:28.22: Using cache hint "sanette/tsdl-ttf-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d-ubuntu-24.04-4.14_opam-2.5-03fcf221f11ee9734aeecfaa6a7ca4ec"
2026-01-11 08:28.22: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)
(comment ubuntu-24.04-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl-ttf.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.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 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.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.5 --depext-only -y tsdl-ttf.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"))
)


2026-01-11 08:28.22: Waiting for resource in pool OCluster
2026-01-11 08:28.23: Waiting for worker…
2026-01-11 08:28.41: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 822b800 changelog


(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)
2026-01-11 08:28.42 ---> using "8e09f142ca4c8b9565a6c3a204c9c7517ea1af6e151cb81a7b7a04b2b0967b6a" from cache


/: (comment ubuntu-24.04-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-11 08:28.42 ---> using "f325c0c2183638b636db8a2f91be5e39de6f57e84d62e0ce8dc9a6251900cc44" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-11 08:28.42 ---> using "df24b76d0250e0ea71ceefb6d8f72a47d0814044fd65d400c9e0d48210be8513" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-11 08:28.42 ---> using "780cd0436a1463041a6e02c287c8134bac0bb8a0263f925bee9e6eed14cef8fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-11 08:28.42 ---> using "cee6b822f8c3b2846ee95a2109a23189a410379c16461e164d03506cd1852976" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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.4.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)
2026-01-11 08:28.42 ---> using "870f83ebb7b181dc104f2d7ebc008cab71e8c86ef2dd4479196a24f2bc2c5f53" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-01-11 08:28.42 ---> using "9d9ecc7883745ea58f2d2eb796987c361687b45f1a38046faf23f0f1f2626c33" from cache


/src: (run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2026-01-11 08:28.42 ---> using "3c9237d608ba146f481784e70cb12638a491fcdc4a43ad6c08a692c063cd9f9e" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-11 08:28.42 ---> using "a4c4cb7cc736566ea59ec3efd653ecaa026aa688d7ee7c5b43488690ccc2d647" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.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 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.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.5 --depext-only -y tsdl-ttf.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1188 kB]
- Get:3 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1762 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:5 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2905 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1955 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2137 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3064 kB]
- Fetched 13.4 MB in 1s (9173 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.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:
libffi-dev libsdl2-dev libsdl2-ttf-dev pkg-config


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-ttf-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.12-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 ... 16335 files and directories currently installed.)
- Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb ...
- Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.9) ...
- Selecting previously unselected package python3.12-minimal.
- Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb ...
- Unpacking python3.12-minimal (3.12.3-1ubuntu0.9) ...
- Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.9) ...
- Setting up python3.12-minimal (3.12.3-1ubuntu0.9) ...
- 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 ... 16646 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2.1_amd64.deb ...
- Unpacking python3-minimal (3.12.3-0ubuntu2.1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_10.1.0_all.deb ...
- Unpacking media-types (10.1.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2025b-0ubuntu0.24.04.1_all.deb ...
- Unpacking tzdata (2025b-0ubuntu0.24.04.1) ...
- Selecting previously unselected package libpython3.12-stdlib:amd64.
- Preparing to unpack .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.9_amd64.deb ...
- Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.9) ...
- Selecting previously unselected package python3.12.
- Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.9_amd64.deb ...
- Unpacking python3.12 (3.12.3-1ubuntu0.9) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.12.3-0ubuntu2.1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ...
- Setting up python3-minimal (3.12.3-0ubuntu2.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 ... 17609 files and directories currently installed.)
- Preparing to unpack .../0-python3_3.12.3-0ubuntu2.1_amd64.deb ...
- Unpacking python3 (3.12.3-0ubuntu2.1) ...
- Selecting previously unselected package libargon2-1:amd64.
- Preparing to unpack .../1-libargon2-1_0~20190702+dfsg-4build1_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20190702+dfsg-4build1) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.2_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.2) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../3-libjson-c5_0.17-1build1_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.17-1build1) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../4-libcryptsetup12_2%3a2.7.0-1ubuntu4.2_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.2) ...
- Selecting previously unselected package libfdisk1:amd64.
- Preparing to unpack .../5-libfdisk1_2.39.3-9ubuntu6.4_amd64.deb ...
- Unpacking libfdisk1:amd64 (2.39.3-9ubuntu6.4) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../6-libkmod2_31+20240202-2ubuntu7.1_amd64.deb ...
- Unpacking libkmod2:amd64 (31+20240202-2ubuntu7.1) ...
- Selecting previously unselected package libsystemd-shared:amd64.
- Preparing to unpack .../7-libsystemd-shared_255.4-1ubuntu8.12_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.12) ...
- Selecting previously unselected package systemd-dev.
- Preparing to unpack .../8-systemd-dev_255.4-1ubuntu8.12_all.deb ...
- Unpacking systemd-dev (255.4-1ubuntu8.12) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../9-systemd_255.4-1ubuntu8.12_amd64.deb ...
- Unpacking systemd (255.4-1ubuntu8.12) ...
- Setting up libargon2-1:amd64 (0~20190702+dfsg-4build1) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.2) ...
- Setting up libjson-c5:amd64 (0.17-1build1) ...
- Setting up libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.2) ...
- Setting up libfdisk1:amd64 (2.39.3-9ubuntu6.4) ...
- Setting up libkmod2:amd64 (31+20240202-2ubuntu7.1) ...
- Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.12) ...
- Setting up systemd-dev (255.4-1ubuntu8.12) ...
- Setting up systemd (255.4-1ubuntu8.12) ...
- 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/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:22: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:23: 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
- /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:30: 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.
- 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 ... 18650 files and directories currently installed.)
- Preparing to unpack .../000-systemd-sysv_255.4-1ubuntu8.12_amd64.deb ...
- Unpacking systemd-sysv (255.4-1ubuntu8.12) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../001-sgml-base_1.31_all.deb ...
- Unpacking sgml-base (1.31) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../002-libdbus-1-3_1.14.10-4ubuntu4.1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../003-dbus-bin_1.14.10-4ubuntu4.1_amd64.deb ...
- Unpacking dbus-bin (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../004-dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../005-dbus-daemon_1.14.10-4ubuntu4.1_amd64.deb ...
- Unpacking dbus-daemon (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../006-dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../007-dbus_1.14.10-4ubuntu4.1_amd64.deb ...
- Unpacking dbus (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../008-libpam-systemd_255.4-1ubuntu8.12_amd64.deb ...
- Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.12) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../009-dbus-user-session_1.14.10-4ubuntu4.1_amd64.deb ...
- Unpacking dbus-user-session (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../010-dmsetup_2%3a1.02.185-3ubuntu3.2_amd64.deb ...
- Unpacking dmsetup (2:1.02.185-3ubuntu3.2) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../011-libglib2.0-0t64_2.80.0-6ubuntu3.6_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.6) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../012-gir1.2-glib-2.0_2.80.0-6ubuntu3.6_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.6) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../013-libgirepository-1.0-1_1.80.1-1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.80.1-1) ...
- Selecting previously unselected package gir1.2-girepository-2.0:amd64.
- Preparing to unpack .../014-gir1.2-girepository-2.0_1.80.1-1_amd64.deb ...
- Unpacking gir1.2-girepository-2.0:amd64 (1.80.1-1) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../015-libelf1t64_0.190-1.1ubuntu0.1_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.190-1.1ubuntu0.1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../016-libfribidi0_1.0.13-3build1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.13-3build1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../017-libglib2.0-data_2.80.0-6ubuntu3.6_all.deb ...
- Unpacking libglib2.0-data (2.80.0-6ubuntu3.6) ...
- Selecting previously unselected package libicu74:amd64.
- Preparing to unpack .../018-libicu74_74.2-1ubuntu3.1_amd64.deb ...
- Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../019-libnss-systemd_255.4-1ubuntu8.12_amd64.deb ...
- Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.12) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../020-libxml2_2.9.14+dfsg-1.3ubuntu3.6_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.6) ...
- Selecting previously unselected package python3-dbus.
- Preparing to unpack .../021-python3-dbus_1.3.2-5build3_amd64.deb ...
- Unpacking python3-dbus (1.3.2-5build3) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../022-python3-gi_3.48.2-1_amd64.deb ...
- Unpacking python3-gi (3.48.2-1) ...
- Selecting previously unselected package networkd-dispatcher.
- Preparing to unpack .../023-networkd-dispatcher_2.2.4-1_all.deb ...
- Unpacking networkd-dispatcher (2.2.4-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../024-shared-mime-info_2.4-4_amd64.deb ...
- Unpacking shared-mime-info (2.4-4) ...
- Selecting previously unselected package systemd-resolved.
- Preparing to unpack .../025-systemd-resolved_255.4-1ubuntu8.12_amd64.deb ...
- Unpacking systemd-resolved (255.4-1ubuntu8.12) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../026-systemd-timesyncd_255.4-1ubuntu8.12_amd64.deb ...
- Unpacking systemd-timesyncd (255.4-1ubuntu8.12) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../027-xdg-user-dirs_0.18-1build1_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-1build1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../028-xkb-data_2.41-2ubuntu1.1_all.deb ...
- Unpacking xkb-data (2.41-2ubuntu1.1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../029-libdrm-common_2.4.122-1~ubuntu0.24.04.2_all.deb ...
- Unpacking libdrm-common (2.4.122-1~ubuntu0.24.04.2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../030-libdrm2_2.4.122-1~ubuntu0.24.04.2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.122-1~ubuntu0.24.04.2) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../031-libsensors-config_1%3a3.6.0-9build1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-9build1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../032-libsensors5_1%3a3.6.0-9build1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-9build1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../033-libxkbcommon0_1.6.0-1build1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.6.0-1build1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../034-libgdk-pixbuf2.0-common_2.42.10+dfsg-3ubuntu3.2_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.2) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../035-libgdk-pixbuf-2.0-0_2.42.10+dfsg-3ubuntu3.2_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.2) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../036-gtk-update-icon-cache_3.24.41-4ubuntu1.3_amd64.deb ...
- Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.3) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../037-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package humanity-icon-theme.
- Preparing to unpack .../038-humanity-icon-theme_0.6.16_all.deb ...
- Unpacking humanity-icon-theme (0.6.16) ...
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS" failed with exit status 137
2026-01-11 08:41.06: Job failed: Failed: Build failed