2025-02-07 21:52.17: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (1559dd5cd79c8a808025633dcd6aa4644807af6e) (linux-x86_64:alpine-3.21-4.14_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 1559dd5c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
# 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-07 21:52.17: Using cache hint "sanette/bogue-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd-alpine-3.21-4.14_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70"
2025-02-07 21:52.17: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd)
(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-07 21:52.17: Waiting for resource in pool OCluster
2025-02-07 21:52.17: Waiting for worker…
2025-02-07 21:52.46: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 1559dd5 update doc
(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd' locally
docker.io/ocaml/opam@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd: Pulling from ocaml/opam
f2acd517ae21: Pulling fs layer
f2acd517ae21: Verifying Checksum
f2acd517ae21: Download complete
f2acd517ae21: Pull complete
Digest: sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
Status: Downloaded newer image for ocaml/opam@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
2025-02-07 21:52.47 ---> using "53a586dee36495bf7ec4fb904a8b3330f0aafc149d45da9757d8480bbc81dd56" from cache
/: (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-07 21:52.47 ---> using "461c3f13be41faf96f6a13c92270e688b0ad5416f7520d46cd35e5c4784d07c5" 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 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-07 21:52.47 ---> using "a08aa2b714f2eb9001308844375adde0dffdf93ef9dd2ee9cbb051cd0aaaf049" from cache
/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-07 21:52.47 ---> using "b0a038d393f2dc47db52841066eaf215bed6b9836d87a4470823f9f304af2c74" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-07 21:52.47 ---> using "23d495eb6205288b0503ee14c3933a15dc88912b2d66b9e90ce44d81c8bc47ba" from cache
/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"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
f93eb7cb02..d87296a7b6 master -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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-07 21:52.47 ---> using "261b1ec82abee6454cc21edee23b1d64e30b0ce7ea000f846013d9faa8db122f" from cache
/src: (copy (src bogue.opam) (dst ./))
2025-02-07 21:52.47 ---> using "bc79e86f50c735b9e9d48e7be8954aac488b82e23a8dd3e05e881096cb223f03" from cache
/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-07 21:52.47 ---> using "1d4e344cc08f2acefa2e3cdd21f07fe4d6b1d8c171300195863fd86fe8b29946" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-07 21:52.47 ---> using "03cd11a30debdd078498d0a72972ef698cd99deb21de8aa17aa10ff0d7b425e7" from cache
/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-192-g565e32fda91 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.2-190-gec0976d52eb [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-1782-ge12f402ce83 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-1779-g39886a0a322 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-1771-gf0a25397c6c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 56199 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-r9.trigger
- Executing glib-2.82.4-r0.trigger
- No schema files found: doing nothing.
- OK: 965 MiB in 240 packages
2025-02-07 21:52.47 ---> using "0f055e3dc760161da5cd0f79f31565863593954b29573ef958d1df54986435d0" from cache
/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)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> retrieved integers.0.7.0 (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlbuild.0.15.0 (cached)
-> 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 xdg.3.17.2
-> installed integers.0.7.0
-> installed dune-configurator.3.17.2
-> 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.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-07 21:52.47 ---> using "e16c96149ac88363d7bf6f0cf3526bf88078bf0e781c6f545e693926faf73c4e" from cache
/src: (copy (src .) (dst /src))
2025-02-07 21:52.47 ---> saved as "bf13311c9f5dea633e625a799fb1d98335966781e672deb03c6825e933014188"
/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
[23][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[23][0] : Warning: User variable 'DIR' not found in config.
[23][0] : Warning: Using DIR=
[26][0] : Warning: User variable 'THEME' not found in config.
[26][0] : Warning: Using THEME=default
[26][0] : I/O: No theme specified, using default=default
[28][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250207]
[28][0] : I/O: Reading BACKGROUND=color:white
[28][0] : I/O: Reading CHECK_ON=fa:check-square-o
[28][0] : I/O: Reading CHECK_OFF=fa:square-o
[28][0] : Warning: Using THEME=default
Loading Bogue 20250207 with config dir /src/_build/install/default/share/bogue/themes/default
[28][0] : Warning: Using BACKGROUND=color:white
[28][0] : Warning: User variable 'BG_COLOR' not found in config.
[28][0] : Warning: Using BG_COLOR=lightsteelblue
[28][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[28][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[28][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[28][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise
[28][0] : Warning: Using CHECK_ON=fa:check-square-o
[28][0] : Warning: Using CHECK_OFF=fa:square-o
[28][0] : Warning: User variable 'CURSOR_COLOR' not found in config.
[28][0] : Warning: Using CURSOR_COLOR=#2a7da2
[28][0] : Warning: User variable 'FAINT_COLOR' not found in config.
[28][0] : Warning: Using FAINT_COLOR=gainsboro
[28][0] : Warning: User variable 'TEXT_COLOR' not found in config.
[28][0] : Warning: Using TEXT_COLOR=black
[28][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.
[28][0] : Warning: Using SEL_BG_COLOR=slategray
[28][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.
[28][0] : Warning: Using SEL_FG_COLOR=white
[28][0] : Warning: User variable 'LABEL_COLOR' not found in config.
[28][0] : Warning: Using LABEL_COLOR=black
[28][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.
[28][0] : Warning: Using MENU_HL_COLOR=#8099a2
[28][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.
[28][0] : Warning: Using MENU_BG_COLOR=#BEBEBE
[28][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[28][0] : Warning: Using LABEL_FONT_SIZE=14
[28][0] : Warning: User variable 'LABEL_FONT' not found in config.
[28][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf
[28][0] : Warning: User variable 'TEXT_FONT' not found in config.
[28][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf
[28][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[28][0] : Warning: Using TEXT_FONT_SIZE=14
[28][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[28][0] : Warning: Using SMALL_FONT_SIZE=10
[28][0] : Warning: User variable 'MONO_FONT' not found in config.
[28][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf
[28][0] : Warning: User variable 'ROOM_MARGIN' not found in config.
[28][0] : Warning: Using ROOM_MARGIN=10
[28][0] : Warning: User variable 'FA_DIR' not found in config.
[28][0] : Warning: Using FA_DIR=font-awesome-4.6.3
[28][0] : Warning: User variable 'INT_SCALE' not found in config.
[28][0] : Warning: Using INT_SCALE=false
[28][0] : Warning: User variable 'SCALE' not found in config.
[28][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
[37][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:not_used (Ox8010)
[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: 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)
[1060][0] : Event: Quitting SDL Events
[1060][0] : Graphics: Exit SDL...
[1060][0] : Graphics: Done.
INFO: Using SDL 2.30.9
/bin/sh: xdpyinfo: not found
2025-02-07 21:52.51 ---> saved as "acbfc164f83f36df52596e842615eb77183e049e946af92c2e2dd7c4cf38ac34"
Job succeeded
2025-02-07 21:52.52: Job succeeded