2025-08-20 17:11.15: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (1db52e16da88a15f3f2ff5d221a3837e77502fe2) (linux-x86_64:alpine-3.21-5.3_opam-2.4)Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 1db52e16cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4# alpine-3.21-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.20.0 dune-configurator.3.20.0 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-08-20 17:11.15: Using cache hint "sanette/bogue-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4-alpine-3.21-5.3_opam-2.4-0aca2ef5697772ad2ef30807b16868f8"2025-08-20 17:11.15: Using OBuilder spec:((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4)(comment alpine-3.21-5.3_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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && 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 bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.20.0 dune-configurator.3.20.0 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.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 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")))2025-08-20 17:11.15: Waiting for resource in pool OCluster2025-08-20 20:06.26: Waiting for worker…2025-08-20 20:10.13: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 1db52e1 use full image links(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4)2025-08-20 20:10.13 ---> using "3796098fd0d126823ed854f278abbadfdc00c11994147612c943e9529c5a2921" from cache/: (comment alpine-3.21-5.3_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-08-20 20:10.13 ---> using "eaaa5e79577a38914056e586e718250dd06d3f1958e0073827c7b1f3807787c5" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-08-20 20:10.13 ---> using "c2249f8933ae50245746ed5374725cc9093093eb3ff835b7f0716c1631cbd18f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-60-genericThe OCaml toplevel, version 5.3.02.4.12025-08-20 20:10.13 ---> using "cff78d7485641ee4d4d9eca158d2ed6d201b93d46d2b0736269d1a45c06edd88" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-20 20:10.13 ---> using "3ef68c3907f00c424b8ce3abb4153990165fa9773eaeb7b0c229472c62046fde" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee8b9193dd..0978bfceb7 master -> origin/masterf9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-08-20 20:10.13 ---> using "e6a5a4f6d83ff1479a808bec24e48ae1684c0a4731052cf8e6c3f904dc226d0f" from cache/src: (copy (src bogue.opam) (dst ./))2025-08-20 20:10.14 ---> saved as "d4f06d513ead5003e02930424bbf818ca3109e0d29845e5bbe1b62128963279b"/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)2025-08-20 20:10.15 ---> saved as "dc40b5924799155166bc5a2d7a8387d1d56ed1fbbaf17fe186142d085ba9cbe6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-20 20:10.15 ---> saved as "da016979055cf5bf5f274bdfad3517f482a52c52812e700c89a92272322d0f27"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.20.0 dune-configurator.3.20.0 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.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 bogue.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/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.21.4-59-geb0cdb4e743 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]- v3.21.4-54-g305cb9724dc [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]- v3.23.0_alpha20250612-4825-g58f606fe683 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.23.0_alpha20250612-4825-g58f606fe683 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.23.0_alpha20250612-4814-g5179ebb6491 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 59362 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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/115) Installing linux-headers (6.6-r1)- (2/115) Installing libffi-dev (3.4.7-r0)- (3/115) Upgrading sqlite-libs (3.48.0-r2 -> 3.48.0-r3)- (4/115) Installing sdl2 (2.30.9-r0)- (5/115) Installing hwdata-pci (0.393-r0)- (6/115) Installing libpciaccess (0.18.1-r0)- (7/115) Installing libdrm (2.4.123-r1)- (8/115) Installing libpciaccess-dev (0.18.1-r0)- (9/115) Installing libdrm-dev (2.4.123-r1)- (10/115) Installing libxext (1.3.6-r2)- (11/115) Installing libxext-dev (1.3.6-r2)- (12/115) Installing libxdamage (1.1.6-r5)- (13/115) Installing libxfixes (6.0.1-r4)- (14/115) Installing libxfixes-dev (6.0.1-r4)- (15/115) Installing libxdamage-dev (1.1.6-r5)- (16/115) Installing libxshmfence (1.3.2-r6)- (17/115) Installing libxshmfence-dev (1.3.2-r6)- (18/115) Installing libxml2 (2.13.4-r6)- (19/115) Installing llvm19-libs (19.1.4-r1)- (20/115) Installing libelf (0.191-r0)- (21/115) Installing mesa-glapi (24.2.8-r0)- (22/115) Installing mesa (24.2.8-r0)- (23/115) Installing wayland-libs-server (1.23.1-r0)- (24/115) Installing mesa-gbm (24.2.8-r0)- (25/115) Installing wayland-libs-client (1.23.1-r0)- (26/115) Installing mesa-egl (24.2.8-r0)- (27/115) Installing libxxf86vm (1.1.5-r6)- (28/115) Installing mesa-gl (24.2.8-r0)- (29/115) Installing mesa-gles (24.2.8-r0)- (30/115) Installing mesa-osmesa (24.2.8-r0)- (31/115) Installing clang19-headers (19.1.4-r0)- (32/115) Installing libclc (19.1.4-r0)- (33/115) Installing spirv-llvm-translator-libs (19.1.2-r0)- (34/115) Installing spirv-tools (1.3.296.0-r0)- (35/115) Installing clang19-libs (19.1.4-r0)- (36/115) Installing mesa-rusticl (24.2.8-r0)- (37/115) Installing mesa-xatracker (24.2.8-r0)- (38/115) Installing libxxf86vm-dev (1.1.5-r6)- (39/115) Installing mesa-dev (24.2.8-r0)- (40/115) Installing sdl2-dev (2.30.9-r0)- (41/115) Installing sdl2_image (2.8.2-r0)- (42/115) Installing sdl2_image-dev (2.8.2-r0)- (43/115) Installing libpng (1.6.47-r0)- (44/115) Installing freetype (2.13.3-r0)- (45/115) Installing bzip2-dev (1.0.8-r6)- (46/115) Installing brotli (1.1.0-r2)- (47/115) Installing brotli-dev (1.1.0-r2)- (48/115) Installing zlib-dev (1.3.1-r2)- (49/115) Installing libpng-dev (1.6.47-r0)- (50/115) Installing freetype-dev (2.13.3-r0)- (51/115) Installing libxrender (0.9.11-r5)- (52/115) Installing fontconfig (2.15.0-r1)- (53/115) Installing pixman (0.43.4-r1)- (54/115) Installing cairo (1.18.4-r0)- (55/115) Installing libintl (0.22.5-r0)- (56/115) Installing libeconf (0.6.3-r0)- (57/115) Installing libblkid (2.40.4-r1)- (58/115) Installing libmount (2.40.4-r1)- (59/115) Installing glib (2.82.5-r0)- (60/115) Installing graphite2 (1.3.14-r6)- (61/115) Installing harfbuzz (9.0.0-r1)- (62/115) Installing harfbuzz-cairo (9.0.0-r1)- (63/115) Installing harfbuzz-gobject (9.0.0-r1)- (64/115) Installing icu-data-en (74.2-r1)- Executing icu-data-en-74.2-r1.post-install- *- * If you need ICU with non-English locales and legacy charset support, install- * package icu-data-full.- *- (65/115) Installing icu-libs (74.2-r1)- (66/115) Installing harfbuzz-icu (9.0.0-r1)- (67/115) Installing harfbuzz-subset (9.0.0-r1)- (68/115) Installing cairo-tools (1.18.4-r0)- (69/115) Installing expat (2.7.0-r0)- (70/115) Installing expat-dev (2.7.0-r0)- (71/115) Installing fontconfig-dev (2.15.0-r1)- (72/115) Installing libxrender-dev (0.9.11-r5)- (73/115) Installing pixman-dev (0.43.4-r1)- (74/115) Installing util-macros (1.20.1-r0)- (75/115) Installing xcb-util (0.4.1-r3)- (76/115) Installing xcb-util-dev (0.4.1-r3)- (77/115) Installing cairo-gobject (1.18.4-r0)- (78/115) Installing libxml2-utils (2.13.4-r6)- (79/115) Installing docbook-xml (4.5-r9)- Executing docbook-xml-4.5-r9.post-install- (80/115) Installing libgpg-error (1.51-r0)- (81/115) Installing libgcrypt (1.10.3-r1)- (82/115) Installing libxslt (1.1.42-r2)- (83/115) Installing docbook-xsl-ns (1.79.2-r11)- Executing docbook-xsl-ns-1.79.2-r11.post-install- (84/115) Installing docbook-xsl-nons (1.79.2-r11)- Executing docbook-xsl-nons-1.79.2-r11.post-install- (85/115) Installing docbook-xsl (1.79.2-r11)- (86/115) Installing gettext-asprintf (0.22.5-r0)- (87/115) Installing gettext-libs (0.22.5-r0)- (88/115) Installing gettext-envsubst (0.22.5-r0)- (89/115) Installing gettext (0.22.5-r0)- (90/115) Installing gettext-dev (0.22.5-r0)- (91/115) Installing py3-parsing (3.1.4-r0)- (92/115) Installing py3-parsing-pyc (3.1.4-r0)- (93/115) Installing py3-packaging (24.2-r0)- (94/115) Installing py3-packaging-pyc (24.2-r0)- (95/115) Installing bsd-compat-headers (0.7.2-r6)- (96/115) Installing libedit (20240808.3.1-r0)- (97/115) Installing libedit-dev (20240808.3.1-r0)- (98/115) Installing libpcre2-16 (10.43-r0)- (99/115) Installing libpcre2-32 (10.43-r0)- (100/115) Installing pcre2-dev (10.43-r0)- (101/115) Installing libuuid (2.40.4-r1)- (102/115) Installing libfdisk (2.40.4-r1)- (103/115) Installing liblastlog2 (2.40.4-r1)- (104/115) Installing libsmartcols (2.40.4-r1)- (105/115) Installing sqlite (3.48.0-r3)- (106/115) Installing sqlite-dev (3.48.0-r3)- (107/115) Installing util-linux-dev (2.40.4-r1)- (108/115) Installing glib-dev (2.82.5-r0)- (109/115) Installing cairo-dev (1.18.4-r0)- (110/115) Installing graphite2-dev (1.3.14-r6)- (111/115) Installing icu (74.2-r1)- (112/115) Installing icu-dev (74.2-r1)- (113/115) Installing harfbuzz-dev (9.0.0-r1)- (114/115) Installing sdl2_ttf (2.22.0-r0)- (115/115) Installing sdl2_ttf-dev (2.22.0-r0)- Executing busybox-1.37.0-r12.trigger- Executing glib-2.82.5-r0.trigger- No schema files found: doing nothing.- OK: 962 MiB in 216 packages2025-08-20 20:11.13 ---> saved as "f5d1551db6291dee0c31d7a028dd43d537b692e7f4841c67eba90c360962769a"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 20 packages- install bigarray-compat 1.1.0- 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.23.0- install ctypes-foreign 0.23.0- install dune 3.20.0- install dune-configurator 3.20.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.0- install tsdl 1.1.0- install tsdl-image 0.6- install tsdl-ttf 0.6- install xdg 3.20.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.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 stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved tsdl.1.1.0 (cached)-> retrieved tsdl-image.0.6 (cached)-> retrieved tsdl-ttf.0.6 (cached)-> retrieved dune.3.20.0, dune-configurator.3.20.0, xdg.3.20.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed dune.3.20.0-> installed bigarray-compat.1.1.0-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed xdg.3.20.0-> installed integers.0.7.0-> installed dune-configurator.3.20.0-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed tsdl.1.1.0-> installed tsdl-image.0.6-> installed tsdl-ttf.0.6Done.# To update the current shell environment, run: eval $(opam env)2025-08-20 20:11.55 ---> saved as "d59a307b34e4b9a175d8cb52c0bdf0eee04922501fe0d0897ed7baff5b010cfd"/src: (copy (src .) (dst /src))2025-08-20 20:11.56 ---> saved as "83d405dddd5f128235ea6c1854cfd6c4434f07ea4283b855f16a5828df5eaaa2"/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[18][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default[18][0] : Warning: User variable 'DIR' not found in config.[18][0] : Warning: Using DIR=[20][0] : Warning: User variable 'THEME' not found in config.[20][0] : Warning: Using THEME=default[20][0] : I/O: No theme specified, using default=default.[20][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250815][20][0] : I/O: Reading BACKGROUND=color:white[20][0] : I/O: Reading CHECK_ON=fa:check-square-o[20][0] : I/O: Reading CHECK_OFF=fa:square-o[20][0] : Warning: Using THEME=defaultLoading Bogue 20250815 with config dir /src/_build/install/default/share/bogue/themes/default[20][0] : Warning: Using BACKGROUND=color:white[20][0] : Warning: User variable 'BG_COLOR' not found in config.[20][0] : Warning: Using BG_COLOR=aliceblue[20][0] : Warning: User variable 'BOX_BG_COLOR' not found in config.[20][0] : Warning: Using BOX_BG_COLOR=lightsteelblue[20][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.[20][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1[20][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.[20][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise[20][0] : Warning: Using CHECK_ON=fa:check-square-o[20][0] : Warning: Using CHECK_OFF=fa:square-o[20][0] : Warning: User variable 'CURSOR_COLOR' not found in config.[20][0] : Warning: Using CURSOR_COLOR=#2a7da2[20][0] : Warning: User variable 'DISABLED_FG' not found in config.[20][0] : Warning: Using DISABLED_FG=gray[20][0] : Warning: User variable 'DISABLED_BG' not found in config.[20][0] : Warning: Using DISABLED_BG=lightgray[20][0] : Warning: User variable 'FAINT_COLOR' not found in config.[21][0] : Warning: Using FAINT_COLOR=gainsboro[21][0] : Warning: User variable 'TEXT_COLOR' not found in config.[21][0] : Warning: Using TEXT_COLOR=black[21][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.[21][0] : Warning: Using SEL_BG_COLOR=slategray[21][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.[21][0] : Warning: Using SEL_FG_COLOR=white[21][0] : Warning: User variable 'LABEL_COLOR' not found in config.[21][0] : Warning: Using LABEL_COLOR=black[21][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.[21][0] : Warning: Using MENU_HL_COLOR=#8099a2[21][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.[21][0] : Warning: Using MENU_BG_COLOR=#BEBEBE[21][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.[21][0] : Warning: Using LABEL_FONT_SIZE=14[21][0] : Warning: User variable 'LABEL_FONT' not found in config.[21][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf[21][0] : Warning: User variable 'TEXT_FONT' not found in config.[21][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf[21][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.[21][0] : Warning: Using TEXT_FONT_SIZE=14[21][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.[21][0] : Warning: Using SMALL_FONT_SIZE=10[21][0] : Warning: User variable 'MONO_FONT' not found in config.[21][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf[21][0] : Warning: User variable 'ROOM_MARGIN' not found in config.[21][0] : Warning: Using ROOM_MARGIN=10[21][0] : Warning: User variable 'FA_DIR' not found in config.[21][0] : Warning: Using FA_DIR=font-awesome-4.6.3[21][0] : Warning: User variable 'INT_SCALE' not found in config.[21][0] : Warning: Using INT_SCALE=false[21][0] : Warning: User variable 'SCALE' not found in config.[21][0] : Warning: Using SCALE=0[21][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.[21][0] : Warning: Using OPENGL_MULTISAMPLE=false[21][0] : Warning: User variable 'NO_VSYNC' not found in config.[21][0] : Warning: Using NO_VSYNC=false[21][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.[21][0] : Warning: Using NATURAL_SCROLLING=auto[23][0] : Warning: User variable 'USE_FSWATCH' not found in config.[23][0] : Warning: Using USE_FSWATCH=true[27][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].[27][0] : Custom: Detected os type: [Linux][30][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.[30][0] : Warning: SDL initialized[30][0] : Event: SDL Events initialized[30][0] : Event: Register new event type:user (Ox8000)[30][0] : Event: Register new event type:stop (Ox8001)[30][0] : Event: Register new event type:stopped (Ox8002)[30][0] : Event: Register new event type:mouse_enter (Ox8003)[30][0] : Event: Register new event type:mouse_leave (Ox8004)[30][0] : Event: Register new event type:redraw (Ox8005)[30][0] : Event: Register new event type:mouse_at_rest (Ox8006)[30][0] : Event: Register new event type:startup (Ox8007)[30][0] : Event: Register new event type:var_changed (Ox8008)[30][0] : Event: Register new event type:update (Ox8009)[30][0] : Event: Register new event type:sync_action (Ox800a)[30][0] : Event: Register new event type:keyboard_focus (Ox800b)[30][0] : Event: Register new event type:mouse_focus (Ox800c)[30][0] : Event: Register new event type:remove_focus (Ox800d)[30][0] : Event: Register new event type:destroy_window (Ox800e)[30][0] : Event: Register new event type:add_window (Ox800f)[30][0] : Event: Register new event type:not_used (Ox8010)[30][0] : Board: Layout #1 (dummy) created.[31][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring.[32][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png[32][0] : Graphics: SDL Video initialized[32][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)[33][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported[35][0] : Warning: Cannot get monitor's DPI from xdpyinfo.[35][0] : Graphics: DPI from system: 110[35][0] : Graphics; Warning: Using SCALE=1.000000[35][0] : ERROR; Graphics: SDL Image could not be initialized[35][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)[36][0] : Memory: Freeing surface (330,290)00 = Bogue initialization without opening any window.[36][0] : Board: Adding timeout 1[36][0] : Board: Layout #2 (windows_house) created.[36][0] : Board: ==> Running board![36][0] : Graphics; Warning: Could not get refresh rate information for any monitor[36][0] : Graphics: Desired FPS=60[46][0] : Board: Has focus: NO[46][0] : Board: Adding timeout 2[46][0] : Graphics: FPS:100 (round_trip=0)[1046][0] : Board: Executing timeout 1Hello world[1046][0] : Memory: All zombies have been killed! Congratulations![1046][0] : Board: Board exiting[1046][0] : Board: Quitting...[1046][0] : Graphics: Quitting SDL Image[1046][0] : Graphics: Quitting SDL Video[1046][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...[1046][0] : Memory: Freeing surface (123,128)[1046][0] : Event: Quitting SDL Events[1046][0] : Graphics: Exit SDL...[1046][0] : Graphics: Done.INFO: Using SDL 2.30.9/bin/sh: xdpyinfo: not found2025-08-20 20:11.59 ---> saved as "99eca9fe393d3418a426ff6f502b8e27c480076dc8600517954020c02ce4a498"Job succeeded2025-08-20 20:11.59: Job succeeded