2025-02-11 15:22.53: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (24e7148dc6585fd218904df0c623a8be5fdc301b) (linux-x86_64:alpine-3.21-4.14_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:96b7254f58c3573ba306b938fe2d5ea91c5abce3fa85e1486f9a1932a1f76394
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 24e7148d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:96b7254f58c3573ba306b938fe2d5ea91c5abce3fa85e1486f9a1932a1f76394
# alpine-3.21-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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-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.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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
2025-02-11 15:22.53: Using cache hint "sanette/bogue-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:96b7254f58c3573ba306b938fe2d5ea91c5abce3fa85e1486f9a1932a1f76394-alpine-3.21-4.14_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70"
2025-02-11 15:22.53: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:96b7254f58c3573ba306b938fe2d5ea91c5abce3fa85e1486f9a1932a1f76394)
(comment alpine-3.21-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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-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.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.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.3 --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-02-11 15:22.53: Waiting for resource in pool OCluster
2025-02-11 15:22.53: Waiting for worker…
2025-02-11 15:37.22: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 24e7148 add video example28
(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:96b7254f58c3573ba306b938fe2d5ea91c5abce3fa85e1486f9a1932a1f76394)
2025-02-11 15:37.55 ---> saved as "4e39c0c3d776eff1edded1b34ce7287522f5313250cb83728b85104013b8e410"
/: (comment alpine-3.21-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-11 15:37.55 ---> saved as "7228723a7197132f39aef2400e498b401cd5e51bb28ebc7d791a69a436399db4"
/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 development 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 31 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=31 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-02-11 15:39.20 ---> saved as "7628b82a9680267256f52fdc8121941567d176e14eb706c059bbee9adcd3f0a1"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-11 15:39.20 ---> saved as "654222c3450609134f88d30623ebc89769810cd3e4071131125372352770497e"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-11 15:39.20 ---> saved as "858427d43bda3a0f838942d844c02a80ed0b25ae578ae2c40b94aa41e93c2dc6"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-02-11 15:40.28 ---> saved as "f17f551d6c2799eb688fbd8ba32aa6c62c4aad6b5c7d7e85ab077b205c2c3512"
/src: (copy (src bogue.opam) (dst ./))
2025-02-11 15:40.28 ---> saved as "327ec4f2a1f4d4ed50dc7c2b22e2d786663ae85600f32ed4e233fa25df21cd0d"
/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-02-11 15:40.33 ---> saved as "dab61ac2a68d9597fa6c054096bf6c419b82d8afaea4333d50470dca887edb08"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-11 15:40.33 ---> saved as "a73b866f3e7dbcefef4f337d0a1d370bc758e106e3573a20f2666df9742bd451"
/src: (env DEPS "base-bigarray.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.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.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.3 --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.2-234-g712624a353c [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.2-208-g11296dfdc5b [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-2015-gb0429240c8c [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-1865-g54e4df6b721 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-1862-g95359712816 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 56218 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 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 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/140) Installing linux-headers (6.6-r1)
- (2/140) Installing libffi-dev (3.4.6-r0)
- (3/140) Upgrading sqlite-libs (3.47.1-r0 -> 3.48.0-r0)
- (4/140) Installing sdl2 (2.30.9-r0)
- (5/140) Installing hwdata-pci (0.390-r0)
- (6/140) Installing libpciaccess (0.18.1-r0)
- (7/140) Installing libdrm (2.4.123-r1)
- (8/140) Installing libpciaccess-dev (0.18.1-r0)
- (9/140) Installing libdrm-dev (2.4.123-r1)
- (10/140) Installing libxext (1.3.6-r2)
- (11/140) Installing libxext-dev (1.3.6-r2)
- (12/140) Installing libxdamage (1.1.6-r5)
- (13/140) Installing libxfixes (6.0.1-r4)
- (14/140) Installing libxfixes-dev (6.0.1-r4)
- (15/140) Installing libxdamage-dev (1.1.6-r5)
- (16/140) Installing libxshmfence (1.3.2-r6)
- (17/140) Installing libxshmfence-dev (1.3.2-r6)
- (18/140) Installing libxml2 (2.13.4-r3)
- (19/140) Installing llvm19-libs (19.1.4-r0)
- (20/140) Installing libelf (0.191-r0)
- (21/140) Installing mesa-glapi (24.2.8-r0)
- (22/140) Installing mesa (24.2.8-r0)
- (23/140) Installing wayland-libs-server (1.23.1-r0)
- (24/140) Installing mesa-gbm (24.2.8-r0)
- (25/140) Installing wayland-libs-client (1.23.1-r0)
- (26/140) Installing mesa-egl (24.2.8-r0)
- (27/140) Installing libxxf86vm (1.1.5-r6)
- (28/140) Installing mesa-gl (24.2.8-r0)
- (29/140) Installing mesa-gles (24.2.8-r0)
- (30/140) Installing mesa-osmesa (24.2.8-r0)
- (31/140) Installing clang19-headers (19.1.4-r0)
- (32/140) Installing libclc (19.1.4-r0)
- (33/140) Installing spirv-llvm-translator-libs (19.1.2-r0)
- (34/140) Installing spirv-tools (1.3.290.0-r0)
- (35/140) Installing clang19-libs (19.1.4-r0)
- (36/140) Installing mesa-rusticl (24.2.8-r0)
- (37/140) Installing mesa-xatracker (24.2.8-r0)
- (38/140) Installing libxxf86vm-dev (1.1.5-r6)
- (39/140) Installing mesa-dev (24.2.8-r0)
- (40/140) Installing sdl2-dev (2.30.9-r0)
- (41/140) Installing sdl2_image (2.8.2-r0)
- (42/140) Installing sdl2_image-dev (2.8.2-r0)
- (43/140) Installing libpng (1.6.44-r0)
- (44/140) Installing freetype (2.13.3-r0)
- (45/140) Installing bzip2-dev (1.0.8-r6)
- (46/140) Installing brotli (1.1.0-r2)
- (47/140) Installing brotli-dev (1.1.0-r2)
- (48/140) Installing zlib-dev (1.3.1-r2)
- (49/140) Installing libpng-dev (1.6.44-r0)
- (50/140) Installing freetype-dev (2.13.3-r0)
- (51/140) Installing libxrender (0.9.11-r5)
- (52/140) Installing fontconfig (2.15.0-r1)
- (53/140) Installing pixman (0.43.4-r1)
- (54/140) Installing cairo (1.18.2-r1)
- (55/140) Installing libintl (0.22.5-r0)
- (56/140) Installing libeconf (0.6.3-r0)
- (57/140) Installing libblkid (2.40.4-r0)
- (58/140) Installing libmount (2.40.4-r0)
- (59/140) Installing glib (2.82.4-r0)
- (60/140) Installing graphite2 (1.3.14-r6)
- (61/140) Installing harfbuzz (9.0.0-r1)
- (62/140) Installing harfbuzz-cairo (9.0.0-r1)
- (63/140) Installing harfbuzz-gobject (9.0.0-r1)
- (64/140) Installing icu-data-en (74.2-r0)
- Executing icu-data-en-74.2-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (65/140) Installing icu-libs (74.2-r0)
- (66/140) Installing harfbuzz-icu (9.0.0-r1)
- (67/140) Installing harfbuzz-subset (9.0.0-r1)
- (68/140) Installing cairo-tools (1.18.2-r1)
- (69/140) Installing expat (2.6.4-r0)
- (70/140) Installing expat-dev (2.6.4-r0)
- (71/140) Installing fontconfig-dev (2.15.0-r1)
- (72/140) Installing libxrender-dev (0.9.11-r5)
- (73/140) Installing pixman-dev (0.43.4-r1)
- (74/140) Installing util-macros (1.20.1-r0)
- (75/140) Installing xcb-util (0.4.1-r3)
- (76/140) Installing xcb-util-dev (0.4.1-r3)
- (77/140) Installing cairo-gobject (1.18.2-r1)
- (78/140) Installing libxml2-utils (2.13.4-r3)
- (79/140) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (80/140) Installing libgpg-error (1.51-r0)
- (81/140) Installing libgcrypt (1.10.3-r1)
- (82/140) Installing libxslt (1.1.42-r1)
- (83/140) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (84/140) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (85/140) Installing docbook-xsl (1.79.2-r11)
- (86/140) Installing gettext-asprintf (0.22.5-r0)
- (87/140) Installing gettext-libs (0.22.5-r0)
- (88/140) Installing gettext-envsubst (0.22.5-r0)
- (89/140) Installing gettext (0.22.5-r0)
- (90/140) Installing gettext-dev (0.22.5-r0)
- (91/140) Installing py3-parsing (3.1.4-r0)
- (92/140) Installing py3-parsing-pyc (3.1.4-r0)
- (93/140) Installing py3-packaging (24.2-r0)
- (94/140) Installing py3-packaging-pyc (24.2-r0)
- (95/140) Installing bsd-compat-headers (0.7.2-r6)
- (96/140) Installing libedit (20240808.3.1-r0)
- (97/140) Installing libedit-dev (20240808.3.1-r0)
- (98/140) Installing libpcre2-16 (10.43-r0)
- (99/140) Installing libpcre2-32 (10.43-r0)
- (100/140) Installing pcre2-dev (10.43-r0)
- (101/140) Installing libuuid (2.40.4-r0)
- (102/140) Installing libfdisk (2.40.4-r0)
- (103/140) Installing libsmartcols (2.40.4-r0)
- (104/140) Installing sqlite (3.48.0-r0)
- (105/140) Installing sqlite-dev (3.48.0-r0)
- (106/140) Installing util-linux (2.40.4-r0)
- (107/140) Installing dmesg (2.40.4-r0)
- (108/140) Installing setarch (2.40.4-r0)
- (109/140) Installing util-linux-misc (2.40.4-r0)
- (110/140) Installing linux-pam (1.6.1-r1)
- (111/140) Installing runuser (2.40.4-r0)
- (112/140) Installing mount (2.40.4-r0)
- (113/140) Installing losetup (2.40.4-r0)
- (114/140) Installing hexdump (2.40.4-r0)
- (115/140) Installing uuidgen (2.40.4-r0)
- (116/140) Installing blkid (2.40.4-r0)
- (117/140) Installing sfdisk (2.40.4-r0)
- (118/140) Installing mcookie (2.40.4-r0)
- (119/140) Installing agetty (2.40.4-r0)
- (120/140) Installing wipefs (2.40.4-r0)
- (121/140) Installing cfdisk (2.40.4-r0)
- (122/140) Installing umount (2.40.4-r0)
- (123/140) Installing flock (2.40.4-r0)
- (124/140) Installing lsblk (2.40.4-r0)
- (125/140) Installing libcap-ng (0.8.5-r0)
- (126/140) Installing setpriv (2.40.4-r0)
- (127/140) Installing lscpu (2.40.4-r0)
- (128/140) Installing logger (2.40.4-r0)
- (129/140) Installing partx (2.40.4-r0)
- (130/140) Installing fstrim (2.40.4-r0)
- (131/140) Installing findmnt (2.40.4-r0)
- (132/140) Installing util-linux-dev (2.40.4-r0)
- (133/140) Installing glib-dev (2.82.4-r0)
- (134/140) Installing cairo-dev (1.18.2-r1)
- (135/140) Installing graphite2-dev (1.3.14-r6)
- (136/140) Installing icu (74.2-r0)
- (137/140) Installing icu-dev (74.2-r0)
- (138/140) Installing harfbuzz-dev (9.0.0-r1)
- (139/140) Installing sdl2_ttf (2.22.0-r0)
- (140/140) Installing sdl2_ttf-dev (2.22.0-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.4-r0.trigger
- No schema files found: doing nothing.
- OK: 965 MiB in 240 packages
2025-02-11 15:41.42 ---> saved as "d73434f8e73a09659ad3491f7aaffe04aab7d4f0bda277262cbac60a4f97ebd8"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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.17.2
- install dune-configurator 3.17.2
- install integers 0.7.0
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.8
- install stdlib-shims 0.3.0
- install topkg 1.0.7
- install tsdl 1.1.0
- install tsdl-image 0.6
- install tsdl-ttf 0.6
- install xdg 3.17.2
<><> 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)
-> retrieved ocamlbuild.0.15.0 (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> 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.0.7 (cached)
-> retrieved tsdl.1.1.0 (cached)
-> retrieved tsdl-image.0.6 (cached)
-> retrieved tsdl-ttf.0.6 (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2 (cached)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.7
-> installed dune.3.17.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.17.2
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-11 15:43.04 ---> saved as "b1f54cfa29e3c0c4cc6e2ee35e97ab7628269ca7bdf96da35e6a37f71e78f962"
/src: (copy (src .) (dst /src))
2025-02-11 15:43.05 ---> saved as "067574a1dc4c8f5e36f88116e236563e649ac91d77971f0789f386f9dae48a39"
/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
[29][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[29][0] : Warning: User variable 'DIR' not found in config.
[29][0] : Warning: Using DIR=
[32][0] : Warning: User variable 'THEME' not found in config.
[32][0] : Warning: Using THEME=default
[32][0] : I/O: No theme specified, using default=default
[34][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250210]
[34][0] : I/O: Reading BACKGROUND=color:white
[34][0] : I/O: Reading CHECK_ON=fa:check-square-o
[34][0] : I/O: Reading CHECK_OFF=fa:square-o
[34][0] : Warning: Using THEME=default
Loading Bogue 20250210 with config dir /src/_build/install/default/share/bogue/themes/default
[34][0] : Warning: Using BACKGROUND=color:white
[34][0] : Warning: User variable 'BG_COLOR' not found in config.
[34][0] : Warning: Using BG_COLOR=lightsteelblue
[34][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[34][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[34][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[34][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise
[34][0] : Warning: Using CHECK_ON=fa:check-square-o
[34][0] : Warning: Using CHECK_OFF=fa:square-o
[34][0] : Warning: User variable 'CURSOR_COLOR' not found in config.
[34][0] : Warning: Using CURSOR_COLOR=#2a7da2
[34][0] : Warning: User variable 'FAINT_COLOR' not found in config.
[34][0] : Warning: Using FAINT_COLOR=gainsboro
[34][0] : Warning: User variable 'TEXT_COLOR' not found in config.
[34][0] : Warning: Using TEXT_COLOR=black
[34][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.
[34][0] : Warning: Using SEL_BG_COLOR=slategray
[34][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.
[34][0] : Warning: Using SEL_FG_COLOR=white
[34][0] : Warning: User variable 'LABEL_COLOR' not found in config.
[34][0] : Warning: Using LABEL_COLOR=black
[34][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.
[34][0] : Warning: Using MENU_HL_COLOR=#8099a2
[34][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.
[34][0] : Warning: Using MENU_BG_COLOR=#BEBEBE
[34][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[34][0] : Warning: Using LABEL_FONT_SIZE=14
[34][0] : Warning: User variable 'LABEL_FONT' not found in config.
[34][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf
[34][0] : Warning: User variable 'TEXT_FONT' not found in config.
[34][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf
[34][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[34][0] : Warning: Using TEXT_FONT_SIZE=14
[34][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[34][0] : Warning: Using SMALL_FONT_SIZE=10
[34][0] : Warning: User variable 'MONO_FONT' not found in config.
[34][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf
[34][0] : Warning: User variable 'ROOM_MARGIN' not found in config.
[34][0] : Warning: Using ROOM_MARGIN=10
[34][0] : Warning: User variable 'FA_DIR' not found in config.
[34][0] : Warning: Using FA_DIR=font-awesome-4.6.3
[34][0] : Warning: User variable 'INT_SCALE' not found in config.
[34][0] : Warning: Using INT_SCALE=false
[34][0] : Warning: User variable 'SCALE' not found in config.
[34][0] : Warning: Using SCALE=0
[34][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[34][0] : Warning: Using OPENGL_MULTISAMPLE=false
[35][0] : Warning: User variable 'NO_VSYNC' not found in config.
[35][0] : Warning: Using NO_VSYNC=false
[35][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.
[35][0] : Warning: Using NATURAL_SCROLLING=auto
[40][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[41][0] : Custom: Detected os type: [Linux]
[43][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[43][0] : Warning: SDL initialized
[43][0] : Event: SDL Events initialized
[43][0] : Event: Register new event type:user (Ox8000)
[43][0] : Event: Register new event type:stop (Ox8001)
[43][0] : Event: Register new event type:stopped (Ox8002)
[43][0] : Event: Register new event type:mouse_enter (Ox8003)
[43][0] : Event: Register new event type:mouse_leave (Ox8004)
[43][0] : Event: Register new event type:redraw (Ox8005)
[43][0] : Event: Register new event type:mouse_at_rest (Ox8006)
[43][0] : Event: Register new event type:startup (Ox8007)
[43][0] : Event: Register new event type:var_changed (Ox8008)
[43][0] : Event: Register new event type:update (Ox8009)
[43][0] : Event: Register new event type:sync_action (Ox800a)
[43][0] : Event: Register new event type:keyboard_focus (Ox800b)
[43][0] : Event: Register new event type:mouse_focus (Ox800c)
[43][0] : Event: Register new event type:remove_focus (Ox800d)
[43][0] : Event: Register new event type:destroy_window (Ox800e)
[43][0] : Event: Register new event type:add_window (Ox800f)
[43][0] : Event: Register new event type:not_used (Ox8010)
[43][0] : Board: Layout #1 (dummy) created.
[45][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring.
[45][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[45][0] : Graphics: SDL Video initialized
[45][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
[48][0] : Warning: Cannot get monitor's DPI from xdpyinfo.
[48][0] : Graphics: DPI from system: 110
[48][0] : Graphics; Warning: Using SCALE=1.000000
[48][0] : ERROR; Graphics: SDL Image could not be initialized
[48][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[49][0] : Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[49][0] : Board: Adding timeout 1
[49][0] : Board: Layout #2 (windows_house) created.
[49][0] : Board: ==> Running board!
[49][0] : Graphics; Warning: Could not get refresh rate information for any monitor
[49][0] : Graphics: Desired FPS=60
[59][0] : Board: Has focus: NO
[59][0] : Board: Adding timeout 2
[59][0] : Graphics: FPS:100 (round_trip=0)
[1059][0] : Board: Executing timeout 1
Hello world
[1059][0] : Memory: All zombies have been killed! Congratulations!
[1059][0] : Board: Quitting...
[1059][0] : Graphics: Quitting SDL Image
[1059][0] : Graphics: Quitting SDL Video
[1059][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...
[1059][0] : Memory: Freeing surface (123,128)
[1059][0] : Event: Quitting SDL Events
[1059][0] : Graphics: Exit SDL...
[1059][0] : Graphics: Done.
INFO: Using SDL 2.30.9
/bin/sh: xdpyinfo: not found
2025-02-11 15:43.11 ---> saved as "e5e7fd23b9c58a423c931aa55a71781d1bbec7bf2eed563b61d663983154261e"
Job succeeded
2025-02-11 15:43.12: Job succeeded