Organisationssanettebogueae01b5 ()alpine-3.22-5.4_opam-2.4

alpine-3.22-5.4_opam-2.4

Link Copied
Code Copied

Logs

2026-01-05 18:17.49: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (ae01b571c710869d79c93f4515d4846fc6556b60) (linux-x86_64:alpine-3.22-5.4_opam-2.4)
Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard ae01b571
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
# alpine-3.22-5.4_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.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-05 18:17.49: Using cache hint "sanette/bogue-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66-alpine-3.22-5.4_opam-2.4-98a9d951f093a65158f774ee6e7ee402"
2026-01-05 18:17.49: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66)
(comment alpine-3.22-5.4_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")
(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 bogue.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-05 18:17.49: Waiting for resource in pool OCluster
2026-01-05 18:17.49: Waiting for worker…
2026-01-05 18:17.51: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at ae01b57 fix install


(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66' locally
docker.io/ocaml/opam@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66: Pulling from ocaml/opam
2d35ebdb57d9: Already exists
f63fa0955e1c: Already exists
d1aff334d2ef: Already exists
dd7ef0713d60: Already exists
1cb85b1771c1: Already exists
b3e3cbca8fe5: Already exists
e20f2edd147c: Already exists
2a81809d2792: Already exists
44d45904e0bf: Already exists
e4766861c56b: Already exists
781637641c53: Already exists
7a3635ad3eff: Already exists
a17b51910e9e: Already exists
ebefb05f3452: Already exists
7516504988c4: Already exists
6de436e58aaa: Already exists
6de436e58aaa: Already exists
c95d51a1d4cc: Already exists
4f4fb700ef54: Already exists
958c68e99d31: Already exists
3276c8259ea4: Already exists
dc258c8006b5: Already exists
762484f20604: Already exists
e420826a58be: Already exists
21ebbf1cf394: Already exists
fcab148fc6b3: Already exists
0a5763305413: Already exists
0bb0efb41734: Already exists
99400a979ef1: Already exists
57e03fc374af: Already exists
e6ea8c92b8c1: Already exists
5a22d79cf5c8: Pulling fs layer
6a9a0d422609: Pulling fs layer
68439d778116: Pulling fs layer
3d406935f5b2: Pulling fs layer
c13ead8bd9c1: Pulling fs layer
d66e8882c1fe: Pulling fs layer
60d0ca65b3af: Pulling fs layer
a78ec84347da: Pulling fs layer
bb1d15e7eedf: Pulling fs layer
5a22d79cf5c8: Waiting
75d5cb23d48b: Pulling fs layer
68439d778116: Waiting
3d406935f5b2: Waiting
12b7f17bd730: Pulling fs layer
c13ead8bd9c1: Waiting
568b87493d7a: Pulling fs layer
6a9a0d422609: Waiting
bb1d15e7eedf: Waiting
d66e8882c1fe: Waiting
75d5cb23d48b: Waiting
a78ec84347da: Waiting
60d0ca65b3af: Waiting
568b87493d7a: Waiting
6a9a0d422609: Download complete
68439d778116: Verifying Checksum
68439d778116: Download complete
3d406935f5b2: Verifying Checksum
3d406935f5b2: Download complete
c13ead8bd9c1: Download complete
d66e8882c1fe: Verifying Checksum
60d0ca65b3af: Verifying Checksum
60d0ca65b3af: Download complete
a78ec84347da: Verifying Checksum
a78ec84347da: Download complete
bb1d15e7eedf: Verifying Checksum
bb1d15e7eedf: Download complete
75d5cb23d48b: Download complete
12b7f17bd730: Verifying Checksum
12b7f17bd730: Download complete
568b87493d7a: Verifying Checksum
568b87493d7a: Download complete
5a22d79cf5c8: Verifying Checksum
5a22d79cf5c8: Download complete
5a22d79cf5c8: Pull complete
6a9a0d422609: Pull complete
68439d778116: Pull complete
3d406935f5b2: Pull complete
c13ead8bd9c1: Pull complete
d66e8882c1fe: Pull complete
60d0ca65b3af: Pull complete
a78ec84347da: Pull complete
bb1d15e7eedf: Pull complete
75d5cb23d48b: Pull complete
12b7f17bd730: Pull complete
568b87493d7a: Pull complete
Digest: sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
Status: Downloaded newer image for ocaml/opam@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
2026-01-05 18:17.53 ---> using "d0327f940a3c6a061e0c402e9328a78119d7dfd715a32de8de339388ce4c3eef" from cache


/: (comment alpine-3.22-5.4_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"))
2026-01-05 18:17.53 ---> using "5dee9b950486dfb3089cc431b3d79d731cac566432611d92e2af71d796efa3f6" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-05 18:17.53 ---> using "2201c82fbbea424d8922cfff96a8636118d76b7d777b2668dd0c8a0002190b0e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2026-01-05 18:17.53 ---> using "0a4c323c7414f4e6678e49268fcc6862031004115b008dfc46899f1c4fb8b11a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-05 18:17.53 ---> using "157d49f864f4b916c270d9ecb2d620b36de25c8cc3e7177a0dc6f45bc76f3840" 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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..e3e2b0426d  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-05 18:17.53 ---> using "4d7cb0a6422c357918900d555b6f16ab8249d0099a9d58bc7c8055393cbc21a8" from cache


/src: (copy (src bogue.opam) (dst ./))
2026-01-05 18:17.53 ---> saved as "cc8861f6eee69e265e312877b749deb33a9292334d9e9a38c249c269bebb7190"


/src: (run (network host)
(shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2026-01-05 18:17.55 ---> saved as "00bc9fd7d3aab00c8f1dcb00a6b72f446387c5db68ff80b5aa6cc18825a1d2ab"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-05 18:17.56 ---> saved as "ac6517ff0042a6042ed74f63f1e8dbfc37eb2e3d29d46cf569a46cf8146d376f"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")


/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 bogue.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20251224-545-gcdddd11b985 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20251224-544-g347f552dd5f [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20251224-546-g19e96b6384c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60643 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 sdl2-dev sdl2_image-dev sdl2_ttf-dev


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


+ /usr/bin/sudo "apk" "add" "libffi-dev" "sdl2-dev" "sdl2_image-dev" "sdl2_ttf-dev"
- (1/110) Installing linux-headers (6.14.2-r0)
- ERROR: linux-headers-6.14.2-r0: temporary error (try again later)
- (2/110) Installing libffi-dev (3.4.8-r0)
- (3/110) Installing sdl2 (2.32.8-r0)
- (4/110) Installing hwdata-pci (0.395-r0)
- (5/110) Installing libpciaccess (0.18.1-r0)
- (6/110) Installing libdrm (2.4.124-r0)
- (7/110) Installing libpciaccess-dev (0.18.1-r0)
- (8/110) Installing libdrm-dev (2.4.124-r0)
- (9/110) Installing libxext (1.3.6-r2)
- (10/110) Installing libxext-dev (1.3.6-r2)
- (11/110) Installing libxdamage (1.1.6-r5)
- (12/110) Installing libxfixes (6.0.1-r4)
- (13/110) Installing libxfixes-dev (6.0.1-r4)
- (14/110) Installing libxdamage-dev (1.1.6-r5)
- (15/110) Installing libxshmfence (1.3.3-r0)
- (16/110) Installing libxshmfence-dev (1.3.3-r0)
- (17/110) Installing libxml2 (2.13.9-r0)
- (18/110) Installing llvm20-libs (20.1.8-r0)
- (19/110) Installing spirv-tools (1.4.313.0-r0)
- (20/110) Installing libelf (0.193-r0)
- (21/110) Installing wayland-libs-server (1.23.1-r3)
- (22/110) Installing mesa (25.1.9-r0)
- (23/110) Installing mesa-gbm (25.1.9-r0)
- (24/110) Installing wayland-libs-client (1.23.1-r3)
- (25/110) Installing mesa-egl (25.1.9-r0)
- (26/110) Installing libxxf86vm (1.1.6-r0)
- (27/110) Installing mesa-gl (25.1.9-r0)
- (28/110) Installing mesa-gles (25.1.9-r0)
- (29/110) Installing clang20-headers (20.1.8-r0)
- (30/110) Installing libclc (20.1.8-r0)
- (31/110) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (32/110) Installing clang20-libs (20.1.8-r0)
- (33/110) Installing mesa-rusticl (25.1.9-r0)
- (34/110) Installing mesa-xatracker (25.1.9-r0)
- (35/110) Installing libxxf86vm-dev (1.1.6-r0)
- (36/110) Installing mesa-dev (25.1.9-r0)
- (37/110) Installing sdl2-dev (2.32.8-r0)
- (38/110) Installing sdl2_image (2.8.6-r0)
- (39/110) Installing sdl2_image-dev (2.8.6-r0)
- (40/110) Installing libpng (1.6.53-r0)
- (41/110) Installing freetype (2.13.3-r0)
- (42/110) Installing bzip2-dev (1.0.8-r6)
- (43/110) Installing brotli (1.1.0-r2)
- (44/110) Installing brotli-dev (1.1.0-r2)
- (45/110) Installing zlib-dev (1.3.1-r2)
- (46/110) Installing libpng-dev (1.6.53-r0)
- (47/110) Installing freetype-dev (2.13.3-r0)
- (48/110) Installing libxrender (0.9.12-r0)
- (49/110) Installing fontconfig (2.15.0-r3)
- (50/110) Installing pixman (0.46.4-r0)
- (51/110) Installing cairo (1.18.4-r0)
- (52/110) Installing libintl (0.24.1-r0)
- (53/110) Installing libeconf (0.6.3-r0)
- (54/110) Installing libblkid (2.41-r9)
- (55/110) Installing libmount (2.41-r9)
- (56/110) Installing glib (2.84.4-r0)
- (57/110) Installing graphite2 (1.3.14-r6)
- (58/110) Installing harfbuzz (11.2.1-r0)
- (59/110) Installing harfbuzz-cairo (11.2.1-r0)
- (60/110) Installing harfbuzz-gobject (11.2.1-r0)
- (61/110) Installing icu-data-en (76.1-r1)
- Executing icu-data-en-76.1-r1.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (62/110) Installing icu-libs (76.1-r1)
- (63/110) Installing harfbuzz-icu (11.2.1-r0)
- (64/110) Installing harfbuzz-subset (11.2.1-r0)
- (65/110) Installing cairo-tools (1.18.4-r0)
- (66/110) Installing expat (2.7.3-r0)
- (67/110) Installing expat-dev (2.7.3-r0)
- (68/110) Installing fontconfig-dev (2.15.0-r3)
- (69/110) Installing libxrender-dev (0.9.12-r0)
- (70/110) Installing pixman-dev (0.46.4-r0)
- (71/110) Installing util-macros (1.20.1-r0)
- (72/110) Installing xcb-util (0.4.1-r3)
- (73/110) Installing xcb-util-dev (0.4.1-r3)
- (74/110) Installing cairo-gobject (1.18.4-r0)
- (75/110) Installing libxml2-utils (2.13.9-r0)
- (76/110) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (77/110) Installing libxslt (1.1.43-r3)
- (78/110) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (79/110) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (80/110) Installing docbook-xsl (1.79.2-r11)
- (81/110) Installing gettext-asprintf (0.24.1-r0)
- (82/110) Installing gettext-libs (0.24.1-r0)
- (83/110) Installing gettext-envsubst (0.24.1-r0)
- (84/110) Installing gettext (0.24.1-r0)
- (85/110) Installing gettext-dev (0.24.1-r0)
- (86/110) Installing py3-parsing (3.2.3-r0)
- (87/110) Installing py3-parsing-pyc (3.2.3-r0)
- (88/110) Installing py3-packaging (25.0-r0)
- (89/110) Installing py3-packaging-pyc (25.0-r0)
- (90/110) Installing bsd-compat-headers (0.7.2-r6)
- (91/110) Installing libedit (20250104.3.1-r1)
- (92/110) Installing libedit-dev (20250104.3.1-r1)
- (93/110) Installing libpcre2-16 (10.46-r0)
- (94/110) Installing libpcre2-32 (10.46-r0)
- (95/110) Installing pcre2-dev (10.46-r0)
- (96/110) Installing libuuid (2.41-r9)
- (97/110) Installing libfdisk (2.41-r9)
- (98/110) Installing liblastlog2 (2.41-r9)
- (99/110) Installing libsmartcols (2.41-r9)
- (100/110) Installing sqlite (3.49.2-r1)
- (101/110) Installing sqlite-dev (3.49.2-r1)
- (102/110) Installing util-linux-dev (2.41-r9)
- (103/110) Installing glib-dev (2.84.4-r0)
- (104/110) Installing cairo-dev (1.18.4-r0)
- (105/110) Installing graphite2-dev (1.3.14-r6)
- (106/110) Installing icu (76.1-r1)
- (107/110) Installing icu-dev (76.1-r1)
- (108/110) Installing harfbuzz-dev (11.2.1-r0)
- (109/110) Installing sdl2_ttf (2.24.0-r0)
- (110/110) Installing sdl2_ttf-dev (2.24.0-r0)
- Executing busybox-1.37.0-r20.trigger
- Executing glib-2.84.4-r0.trigger
- No schema files found: doing nothing.
- 1 error; 975 MiB in 212 packages
[ERROR] System package install failed with exit code 1 at command:
sudo apk add libffi-dev sdl2-dev sdl2_image-dev sdl2_ttf-dev
2026-01-05 18:19.12 ---> saved as "edcab0cce614c08d3846fdc9ac71d1dd8c711b9aecdf81d111c193bb57e801ee"


/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 19 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install conf-sdl2-image   1
- install conf-sdl2-ttf     1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.20.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed xdg.3.20.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-05 18:20.03 ---> saved as "d15907fb60435684ebbcc7a5e77d378ab005ca2b7e9b54f2b3cf00d2213c6ef1"


/src: (copy (src .) (dst /src))
2026-01-05 18:20.04 ---> saved as "4da3ac7672b7f6d88dcaef9a8bc98ddeeace26c37bcf64afad9d44959465cbf1"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'DEBUG_CODE' not found in config.
[0][0] :	 Warning: Using DEBUG_CODE=1023
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[21][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[21][0] :	 Warning: User variable 'DIR' not found in config.
[21][0] :	 Warning: Using DIR=
[25][0] :	 Warning: User variable 'THEME' not found in config.
[25][0] :	 Warning: Using THEME=default
[25][0] :	 I/O: No theme specified, using default=default.
[25][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260105]
[25][0] :	 I/O: Reading BACKGROUND=color:white
[25][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[25][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[25][0] :	 Warning: Using THEME=default
Loading Bogue 20260105 with config dir /src/_build/install/default/share/bogue/themes/default
[25][0] :	 Warning: Using BACKGROUND=color:white
[25][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[25][0] :	 Warning: Using BG_COLOR=aliceblue
[25][0] :	 Warning: User variable 'BOX_BG_COLOR' not found in config.
[25][0] :	 Warning: Using BOX_BG_COLOR=lightsteelblue
[25][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[25][0] :	 Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[25][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[25][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[25][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[25][0] :	 Warning: Using CHECK_OFF=fa:square-o
[25][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[25][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[25][0] :	 Warning: User variable 'DISABLED_FG' not found in config.
[25][0] :	 Warning: Using DISABLED_FG=gray
[25][0] :	 Warning: User variable 'DISABLED_BG' not found in config.
[25][0] :	 Warning: Using DISABLED_BG=lightgray
[25][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[25][0] :	 Warning: Using FAINT_COLOR=gainsboro
[25][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[25][0] :	 Warning: Using TEXT_COLOR=black
[25][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[25][0] :	 Warning: Using SEL_BG_COLOR=slategray
[25][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[25][0] :	 Warning: Using SEL_FG_COLOR=white
[26][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[26][0] :	 Warning: Using LABEL_COLOR=black
[26][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[26][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[26][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[26][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[26][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[26][0] :	 Warning: Using LABEL_FONT_SIZE=14
[26][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[26][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[26][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[26][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[26][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[26][0] :	 Warning: Using TEXT_FONT_SIZE=14
[26][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[26][0] :	 Warning: Using SMALL_FONT_SIZE=10
[26][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[26][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[26][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[26][0] :	 Warning: Using ROOM_MARGIN=10
[26][0] :	 Warning: User variable 'FA_DIR' not found in config.
[26][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[26][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[26][0] :	 Warning: Using INT_SCALE=false
[26][0] :	 Warning: User variable 'SCALE' not found in config.
[26][0] :	 Warning: Using SCALE=0
[26][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[26][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[26][0] :	 Warning: User variable 'NO_VSYNC' not found in config.
[26][0] :	 Warning: Using NO_VSYNC=false
[26][0] :	 Warning: User variable 'NATURAL_SCROLLING' not found in config.
[26][0] :	 Warning: Using NATURAL_SCROLLING=auto
[31][0] :	 Warning: User variable 'USE_FSWATCH' not found in config.
[31][0] :	 Warning: Using USE_FSWATCH=true
[36][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[37][0] :	 Custom: Detected os type: [Linux]
[41][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[41][0] :	 Warning: SDL initialized
[41][0] :	 Event: SDL Events initialized
[41][0] :	 Event: Register new event type:user (Ox8000)
[41][0] :	 Event: Register new event type:stop (Ox8001)
[41][0] :	 Event: Register new event type:stopped (Ox8002)
[41][0] :	 Event: Register new event type:mouse_enter (Ox8003)
[41][0] :	 Event: Register new event type:mouse_leave (Ox8004)
[41][0] :	 Event: Register new event type:redraw (Ox8005)
[41][0] :	 Event: Register new event type:mouse_at_rest (Ox8006)
[41][0] :	 Event: Register new event type:startup (Ox8007)
[41][0] :	 Event: Register new event type:var_changed (Ox8008)
[41][0] :	 Event: Register new event type:update (Ox8009)
[41][0] :	 Event: Register new event type:sync_action (Ox800a)
[41][0] :	 Event: Register new event type:keyboard_focus (Ox800b)
[41][0] :	 Event: Register new event type:mouse_focus (Ox800c)
[41][0] :	 Event: Register new event type:remove_focus (Ox800d)
[41][0] :	 Event: Register new event type:destroy_window (Ox800e)
[41][0] :	 Event: Register new event type:add_window (Ox800f)
[41][0] :	 Event: Register new event type:new_mail (Ox8010)
[41][0] :	 Event: Register new event type:not_used (Ox8011)
[41][0] :	 Board: Layout #1 (dummy) created.
[43][0] :	 I/O: Fswatch program not found; using Unix_stat for file monitoring.
[44][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[44][0] :	 Graphics: SDL Video initialized
[44][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[46][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[49][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[49][0] :	 Graphics: DPI from system: 110
[49][0] :	 Graphics; Warning: Using SCALE=1.000000
[49][0] :	 ERROR; Graphics: SDL Image could not be initialized
[49][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[50][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[50][0] :	 Board: Adding timeout 1
[50][0] :	 Board: Layout #2 (windows_house) created.
[50][0] :	 Board: ==> Running board!
[50][0] :	 Graphics; Warning: Could not get refresh rate information for any monitor
[50][0] :	 Graphics: Desired FPS=60
[60][0] :	 Board: Has focus: NO
[60][0] :	 Board: Adding timeout 2
[60][0] :	 Graphics: FPS:100 (round_trip=0)


[1060][0] :	 Board: Executing timeout 1
Hello world
[1060][0] :	 Memory: All zombies have been killed! Congratulations!
[1060][0] :	 Board: Board exiting
[1060][0] :	 Board: Quitting...
[1060][0] :	 Graphics: Quitting SDL Image
[1060][0] :	 Graphics: Quitting SDL Video
[1060][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1060][0] :	 Memory: Freeing surface (123,128)
[1061][0] :	 Event: Quitting SDL Events
[1061][0] :	 Graphics: Exit SDL...
[1061][0] :	 Graphics: Done.
INFO: Using SDL 2.32.8
/bin/sh: xdpyinfo: not found
2026-01-05 18:20.08 ---> saved as "884d6bc3a8aea538155ab466459bdb96b93d02d418f6446cfcb534168ee37c58"
Job succeeded
2026-01-05 18:20.08: Job succeeded