Organisationssanettebogue483291 ()alpine-3.22-5.4_opam-2.5

alpine-3.22-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-08 08:01.46: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (4832914d2fe8eeb4cc8b65332066fda137844b24) (linux-x86_64:alpine-3.22-5.4_opam-2.5)
Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 4832914d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
# alpine-3.22-5.4_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.21.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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-02-08 08:01.46: Using cache hint "sanette/bogue-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-alpine-3.22-5.4_opam-2.5-dbaeeb26f57394ec433fa820a588abf0"
2026-02-08 08:01.46: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)
(comment alpine-3.22-5.4_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.21.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 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-02-08 08:01.46: Waiting for resource in pool OCluster
2026-02-08 08:01.47: Waiting for worker…
2026-02-08 08:01.47: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 4832914 split colors in RGB and RGBA


(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5' locally
docker.io/ocaml/opam@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5: Pulling from ocaml/opam
2d35ebdb57d9: Pulling fs layer
adfc86c1accf: Pulling fs layer
d09377907434: Pulling fs layer
a699cf44908b: Pulling fs layer
c088e74f1f31: Pulling fs layer
a699cf44908b: Waiting
d09377907434: Waiting
7e99e6eaa847: Pulling fs layer
2d35ebdb57d9: Waiting
db4b89a22482: Pulling fs layer
7e99e6eaa847: Waiting
f1f17593da04: Pulling fs layer
bb79fbf72548: Pulling fs layer
f1f17593da04: Waiting
cf69890848e3: Pulling fs layer
bb79fbf72548: Waiting
80e325d6146c: Pulling fs layer
66a526c41d4c: Pulling fs layer
80e325d6146c: Waiting
347d38b311ac: Pulling fs layer
984612fde4c4: Pulling fs layer
0ac0da982daa: Pulling fs layer
984612fde4c4: Waiting
209c9bca9b0e: Pulling fs layer
3d3356d548ff: Pulling fs layer
c072da09f122: Pulling fs layer
209c9bca9b0e: Waiting
3d3356d548ff: Waiting
4f4fb700ef54: Pulling fs layer
c072da09f122: Waiting
eff3d806a4a8: Pulling fs layer
f5c413f5234b: Pulling fs layer
4f4fb700ef54: Waiting
09ddc5430e22: Pulling fs layer
2c7c283b1afc: Pulling fs layer
4af9a971b585: Pulling fs layer
09ddc5430e22: Waiting
df8d9be3e30d: Pulling fs layer
2c7c283b1afc: Waiting
5e55ae3325a7: Pulling fs layer
4af9a971b585: Waiting
635cb27b4304: Pulling fs layer
df8d9be3e30d: Waiting
5e55ae3325a7: Waiting
898fbde8ad42: Pulling fs layer
635cb27b4304: Waiting
66c0ffc92413: Pulling fs layer
c8cca855638d: Pulling fs layer
66c0ffc92413: Waiting
45d2501a899c: Pulling fs layer
10b0fe6926c2: Pulling fs layer
c8cca855638d: Waiting
45d2501a899c: Waiting
0a1d7b83a687: Pulling fs layer
10b0fe6926c2: Waiting
2c3441915309: Pulling fs layer
3d1a575b1bb0: Pulling fs layer
0a1d7b83a687: Waiting
2c3441915309: Waiting
6e5fa830b59d: Pulling fs layer
72225f5a6449: Pulling fs layer
76933219c737: Pulling fs layer
72225f5a6449: Waiting
e40a4a6bb223: Pulling fs layer
57877bdece39: Pulling fs layer
e40a4a6bb223: Waiting
76933219c737: Waiting
7f25b65fc90c: Pulling fs layer
57877bdece39: Waiting
83104ccb4b47: Pulling fs layer
7f25b65fc90c: Waiting
448ea50ba83e: Pulling fs layer
2d35ebdb57d9: Download complete
2d35ebdb57d9: Pull complete
adfc86c1accf: Verifying Checksum
adfc86c1accf: Download complete
adfc86c1accf: Pull complete
d09377907434: Verifying Checksum
d09377907434: Download complete
d09377907434: Pull complete
a699cf44908b: Verifying Checksum
a699cf44908b: Download complete
c088e74f1f31: Verifying Checksum
c088e74f1f31: Download complete
7e99e6eaa847: Verifying Checksum
7e99e6eaa847: Download complete
db4b89a22482: Verifying Checksum
db4b89a22482: Download complete
f1f17593da04: Verifying Checksum
f1f17593da04: Download complete
bb79fbf72548: Verifying Checksum
bb79fbf72548: Download complete
cf69890848e3: Verifying Checksum
cf69890848e3: Download complete
80e325d6146c: Verifying Checksum
80e325d6146c: Download complete
347d38b311ac: Verifying Checksum
347d38b311ac: Download complete
66a526c41d4c: Verifying Checksum
66a526c41d4c: Download complete
984612fde4c4: Verifying Checksum
984612fde4c4: Download complete
0ac0da982daa: Verifying Checksum
0ac0da982daa: Download complete
209c9bca9b0e: Download complete
3d3356d548ff: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c072da09f122: Verifying Checksum
c072da09f122: Download complete
f5c413f5234b: Verifying Checksum
f5c413f5234b: Download complete
eff3d806a4a8: Verifying Checksum
eff3d806a4a8: Download complete
09ddc5430e22: Verifying Checksum
09ddc5430e22: Download complete
2c7c283b1afc: Verifying Checksum
2c7c283b1afc: Download complete
4af9a971b585: Download complete
df8d9be3e30d: Verifying Checksum
df8d9be3e30d: Download complete
5e55ae3325a7: Verifying Checksum
5e55ae3325a7: Download complete
635cb27b4304: Verifying Checksum
635cb27b4304: Download complete
898fbde8ad42: Download complete
66c0ffc92413: Verifying Checksum
66c0ffc92413: Download complete
c8cca855638d: Download complete
45d2501a899c: Verifying Checksum
45d2501a899c: Download complete
0a1d7b83a687: Verifying Checksum
0a1d7b83a687: Download complete
a699cf44908b: Pull complete
c088e74f1f31: Pull complete
7e99e6eaa847: Pull complete
db4b89a22482: Pull complete
f1f17593da04: Pull complete
bb79fbf72548: Pull complete
cf69890848e3: Pull complete
80e325d6146c: Pull complete
66a526c41d4c: Pull complete
347d38b311ac: Pull complete
984612fde4c4: Pull complete
0ac0da982daa: Pull complete
209c9bca9b0e: Pull complete
3d3356d548ff: Pull complete
c072da09f122: Pull complete
4f4fb700ef54: Pull complete
eff3d806a4a8: Pull complete
f5c413f5234b: Pull complete
09ddc5430e22: Pull complete
2c7c283b1afc: Pull complete
4af9a971b585: Pull complete
df8d9be3e30d: Pull complete
5e55ae3325a7: Pull complete
635cb27b4304: Pull complete
898fbde8ad42: Pull complete
66c0ffc92413: Pull complete
c8cca855638d: Pull complete
45d2501a899c: Pull complete
10b0fe6926c2: Verifying Checksum
10b0fe6926c2: Download complete
2c3441915309: Verifying Checksum
2c3441915309: Download complete
3d1a575b1bb0: Download complete
6e5fa830b59d: Verifying Checksum
6e5fa830b59d: Download complete
72225f5a6449: Download complete
e40a4a6bb223: Verifying Checksum
e40a4a6bb223: Download complete
76933219c737: Verifying Checksum
76933219c737: Download complete
7f25b65fc90c: Download complete
83104ccb4b47: Verifying Checksum
83104ccb4b47: Download complete
448ea50ba83e: Download complete
57877bdece39: Verifying Checksum
57877bdece39: Download complete
10b0fe6926c2: Pull complete
0a1d7b83a687: Pull complete
2c3441915309: Pull complete
3d1a575b1bb0: Pull complete
6e5fa830b59d: Pull complete
72225f5a6449: Pull complete
76933219c737: Pull complete
e40a4a6bb223: Pull complete
57877bdece39: Pull complete
7f25b65fc90c: Pull complete
83104ccb4b47: Pull complete
448ea50ba83e: Pull complete
Digest: sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
Status: Downloaded newer image for ocaml/opam@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
2026-02-08 08:05.17 ---> saved as "8e7368a35b514e2f693b7ef97549c85525e506baecfd9cb71dfa7c1285b9bf9e"


/: (comment alpine-3.22-5.4_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-02-08 08:05.17 ---> saved as "5de1607ed24a4d9a94f038b30a5d26051019ad9d567bd9b920207c8a8790958e"


/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.


[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
Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-08 08:05.44 ---> saved as "9a9c4e5cee84ea1f4dd03ef20c73db2f8677135dce421b26bfc6a84a6e4cec86"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-08 08:05.44 ---> saved as "667074f5be2334a92415ceab74ec15bb59d47bdf0e2beb825eaa389555f40c78"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-08 08:05.45 ---> saved as "33c7b91e3a3fd17dd0b670dfb64c2fe390ea331270d4439429317512d6a40df2"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..340ee6fd1f  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> 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-02-08 08:06.02 ---> saved as "4184b41a9a82b3669f30a95932bd76a185cc6536c8f133518b5ae3e7d0ad06aa"


/src: (copy (src bogue.opam) (dst ./))
2026-02-08 08:06.02 ---> saved as "631d0560d026cade6b1f2e1ae66ad2cc9dc3a3a27903576d152b6ae48ee7cf1a"


/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-02-08 08:06.05 ---> saved as "97fdcb45db503f18c7d85cd97eefeb83544684affcffcc55e1806bf65d56bd9e"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-08 08:06.05 ---> saved as "9386968287e52acbdc34e8c0e546fae59ca416443c7cb6ab4133c3add4ab49eb"


/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.21.0 dune-configurator.3.21.0 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.21.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 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.3-12-g4a7c26099f1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.3-12-g4a7c26099f1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20260127-656-g68ce5e07abd [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-685-gdbeb8632230 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-687-g679a114aaba [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60892 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/111) Upgrading libexpat (2.7.3-r0 -> 2.7.4-r0)
- (2/111) Installing linux-headers (6.14.2-r0)
- (3/111) Installing libffi-dev (3.4.8-r0)
- (4/111) Installing sdl2 (2.32.8-r0)
- (5/111) Installing hwdata-pci (0.395-r0)
- (6/111) Installing libpciaccess (0.18.1-r0)
- (7/111) Installing libdrm (2.4.124-r0)
- (8/111) Installing libpciaccess-dev (0.18.1-r0)
- (9/111) Installing libdrm-dev (2.4.124-r0)
- (10/111) Installing libxext (1.3.6-r2)
- (11/111) Installing libxext-dev (1.3.6-r2)
- (12/111) Installing libxdamage (1.1.6-r5)
- (13/111) Installing libxfixes (6.0.1-r4)
- (14/111) Installing libxfixes-dev (6.0.1-r4)
- (15/111) Installing libxdamage-dev (1.1.6-r5)
- (16/111) Installing libxshmfence (1.3.3-r0)
- (17/111) Installing libxshmfence-dev (1.3.3-r0)
- (18/111) Installing libxml2 (2.13.9-r0)
- (19/111) Installing llvm20-libs (20.1.8-r0)
- (20/111) Installing spirv-tools (1.4.313.0-r0)
- (21/111) Installing libelf (0.193-r0)
- (22/111) Installing wayland-libs-server (1.23.1-r3)
- (23/111) Installing mesa (25.1.9-r0)
- (24/111) Installing mesa-gbm (25.1.9-r0)
- (25/111) Installing wayland-libs-client (1.23.1-r3)
- (26/111) Installing mesa-egl (25.1.9-r0)
- (27/111) Installing libxxf86vm (1.1.7-r0)
- (28/111) Installing mesa-gl (25.1.9-r0)
- (29/111) Installing mesa-gles (25.1.9-r0)
- (30/111) Installing clang20-headers (20.1.8-r0)
- (31/111) Installing libclc (20.1.8-r0)
- (32/111) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (33/111) Installing clang20-libs (20.1.8-r0)
- (34/111) Installing mesa-rusticl (25.1.9-r0)
- (35/111) Installing mesa-xatracker (25.1.9-r0)
- (36/111) Installing libxxf86vm-dev (1.1.7-r0)
- (37/111) Installing mesa-dev (25.1.9-r0)
- (38/111) Installing sdl2-dev (2.32.8-r0)
- (39/111) Installing sdl2_image (2.8.6-r0)
- (40/111) Installing sdl2_image-dev (2.8.6-r0)
- (41/111) Installing libpng (1.6.54-r0)
- (42/111) Installing freetype (2.13.3-r0)
- (43/111) Installing bzip2-dev (1.0.8-r6)
- (44/111) Installing brotli (1.1.0-r2)
- (45/111) Installing brotli-dev (1.1.0-r2)
- (46/111) Installing zlib-dev (1.3.1-r2)
- (47/111) Installing libpng-dev (1.6.54-r0)
- (48/111) Installing freetype-dev (2.13.3-r0)
- (49/111) Installing libxrender (0.9.12-r0)
- (50/111) Installing fontconfig (2.15.0-r3)
- (51/111) Installing pixman (0.46.4-r0)
- (52/111) Installing cairo (1.18.4-r0)
- (53/111) Installing libintl (0.24.1-r0)
- (54/111) Installing libeconf (0.6.3-r0)
- (55/111) Installing libblkid (2.41-r9)
- (56/111) Installing libmount (2.41-r9)
- (57/111) Installing glib (2.84.4-r0)
- (58/111) Installing graphite2 (1.3.14-r6)
- (59/111) Installing harfbuzz (11.2.1-r0)
- (60/111) Installing harfbuzz-cairo (11.2.1-r0)
- (61/111) Installing harfbuzz-gobject (11.2.1-r0)
- (62/111) 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.
- *
- (63/111) Installing icu-libs (76.1-r1)
- (64/111) Installing harfbuzz-icu (11.2.1-r0)
- (65/111) Installing harfbuzz-subset (11.2.1-r0)
- (66/111) Installing cairo-tools (1.18.4-r0)
- (67/111) Installing expat (2.7.4-r0)
- (68/111) Installing expat-dev (2.7.4-r0)
- (69/111) Installing fontconfig-dev (2.15.0-r3)
- (70/111) Installing libxrender-dev (0.9.12-r0)
- (71/111) Installing pixman-dev (0.46.4-r0)
- (72/111) Installing util-macros (1.20.1-r0)
- (73/111) Installing xcb-util (0.4.1-r3)
- (74/111) Installing xcb-util-dev (0.4.1-r3)
- (75/111) Installing cairo-gobject (1.18.4-r0)
- (76/111) Installing libxml2-utils (2.13.9-r0)
- (77/111) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (78/111) Installing libxslt (1.1.43-r3)
- (79/111) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (80/111) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (81/111) Installing docbook-xsl (1.79.2-r11)
- (82/111) Installing gettext-asprintf (0.24.1-r0)
- (83/111) Installing gettext-libs (0.24.1-r0)
- (84/111) Installing gettext-envsubst (0.24.1-r0)
- (85/111) Installing gettext (0.24.1-r0)
- (86/111) Installing gettext-dev (0.24.1-r0)
- (87/111) Installing py3-parsing (3.2.5-r0)
- (88/111) Installing py3-parsing-pyc (3.2.5-r0)
- (89/111) Installing py3-packaging (25.0-r0)
- (90/111) Installing py3-packaging-pyc (25.0-r0)
- (91/111) Installing bsd-compat-headers (0.7.2-r6)
- (92/111) Installing libedit (20250104.3.1-r1)
- (93/111) Installing libedit-dev (20250104.3.1-r1)
- (94/111) Installing libpcre2-16 (10.46-r0)
- (95/111) Installing libpcre2-32 (10.46-r0)
- (96/111) Installing pcre2-dev (10.46-r0)
- (97/111) Installing libuuid (2.41-r9)
- (98/111) Installing libfdisk (2.41-r9)
- (99/111) Installing liblastlog2 (2.41-r9)
- (100/111) Installing libsmartcols (2.41-r9)
- (101/111) Installing sqlite (3.49.2-r1)
- (102/111) Installing sqlite-dev (3.49.2-r1)
- (103/111) Installing util-linux-dev (2.41-r9)
- (104/111) Installing glib-dev (2.84.4-r0)
- (105/111) Installing cairo-dev (1.18.4-r0)
- (106/111) Installing graphite2-dev (1.3.14-r6)
- (107/111) Installing icu (76.1-r1)
- (108/111) Installing icu-dev (76.1-r1)
- (109/111) Installing harfbuzz-dev (11.2.1-r0)
- (110/111) Installing sdl2_ttf (2.24.0-r0)
- (111/111) 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.
- OK: 981 MiB in 213 packages
# To update the current shell environment, run: eval $(opam env)
2026-02-08 08:06.29 ---> saved as "7182745583cd0ed6306d68ab4ef3b5749cea837be49414ab7fa214c6173be302"


/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.21.0
- install dune-configurator 3.21.0
- 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.21.0


<><> 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 ocamlbuild.0.16.1  (cached)
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0, xdg.3.21.0  (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.21.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.21.0
-> installed dune-configurator.3.21.0
-> 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-02-08 08:07.30 ---> saved as "1f7d3dbce33ba1c320a69e516032b49037deacdc1b423b5ca5d442399bf3291f"


/src: (copy (src .) (dst /src))
2026-02-08 08:07.30 ---> saved as "8ef257456416d1af0ca5f005fc8ca32a1638676a9495541f34922da62d892b54"


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


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