2025-02-05 08:33.44: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (0dfc28df017d33f4810fd6bd555d4ac5181b322e) (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 0dfc28df
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-05 08:33.44: 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-05 08:33.44: 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-05 08:33.44: Waiting for resource in pool OCluster
2025-02-05 10:27.01: Waiting for worker…
2025-02-05 10:30.17: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0dfc28d update changelog
(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd)
2025-02-05 11:01.15 ---> 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-05 11:01.15 ---> 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-05 11:01.15 ---> 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-05 11:01.15 ---> using "b0a038d393f2dc47db52841066eaf215bed6b9836d87a4470823f9f304af2c74" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-05 11:01.15 ---> 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..3ee951993d 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-05 11:01.15 ---> using "261b1ec82abee6454cc21edee23b1d64e30b0ce7ea000f846013d9faa8db122f" from cache
/src: (copy (src bogue.opam) (dst ./))
2025-02-05 11:01.15 ---> saved as "ea7550ea20040aaa78720801419fa657f60cc8d294ecc96c7869c8f0b4c63c0b"
/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-05 11:01.18 ---> saved as "3d04df846f64e0880ae946af81d1918b0bd6bf3e00e8566dad8a1ea3d2841d62"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-05 11:01.18 ---> saved as "0391a44ecc6c3b5e7fb1744eb789597e2360da1ea9ae364d4a17b7c39eea2b8b"
/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-172-gbdd0c9a11dc [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.2-177-g8abf2d5e535 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-1618-g0dc2620f864 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-1620-g99d87e19276 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-1615-g65553927991 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 56155 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/139) Installing linux-headers (6.6-r1)
- (2/139) Installing libffi-dev (3.4.6-r0)
- (3/139) Installing sdl2 (2.30.9-r0)
- (4/139) Installing hwdata-pci (0.390-r0)
- (5/139) Installing libpciaccess (0.18.1-r0)
- (6/139) Installing libdrm (2.4.123-r1)
- (7/139) Installing libpciaccess-dev (0.18.1-r0)
- (8/139) Installing libdrm-dev (2.4.123-r1)
- (9/139) Installing libxext (1.3.6-r2)
- (10/139) Installing libxext-dev (1.3.6-r2)
- (11/139) Installing libxdamage (1.1.6-r5)
- (12/139) Installing libxfixes (6.0.1-r4)
- (13/139) Installing libxfixes-dev (6.0.1-r4)
- (14/139) Installing libxdamage-dev (1.1.6-r5)
- (15/139) Installing libxshmfence (1.3.2-r6)
- (16/139) Installing libxshmfence-dev (1.3.2-r6)
- (17/139) Installing libxml2 (2.13.4-r3)
- (18/139) Installing llvm19-libs (19.1.4-r0)
- (19/139) Installing libelf (0.191-r0)
- (20/139) Installing mesa-glapi (24.2.8-r0)
- (21/139) Installing mesa (24.2.8-r0)
- (22/139) Installing wayland-libs-server (1.23.1-r0)
- (23/139) Installing mesa-gbm (24.2.8-r0)
- (24/139) Installing wayland-libs-client (1.23.1-r0)
- (25/139) Installing mesa-egl (24.2.8-r0)
- (26/139) Installing libxxf86vm (1.1.5-r6)
- (27/139) Installing mesa-gl (24.2.8-r0)
- (28/139) Installing mesa-gles (24.2.8-r0)
- (29/139) Installing mesa-osmesa (24.2.8-r0)
- (30/139) Installing clang19-headers (19.1.4-r0)
- (31/139) Installing libclc (19.1.4-r0)
- (32/139) Installing spirv-llvm-translator-libs (19.1.2-r0)
- (33/139) Installing spirv-tools (1.3.290.0-r0)
- (34/139) Installing clang19-libs (19.1.4-r0)
- (35/139) Installing mesa-rusticl (24.2.8-r0)
- (36/139) Installing mesa-xatracker (24.2.8-r0)
- (37/139) Installing libxxf86vm-dev (1.1.5-r6)
- (38/139) Installing mesa-dev (24.2.8-r0)
- (39/139) Installing sdl2-dev (2.30.9-r0)
- (40/139) Installing sdl2_image (2.8.2-r0)
- (41/139) Installing sdl2_image-dev (2.8.2-r0)
- (42/139) Installing libpng (1.6.44-r0)
- (43/139) Installing freetype (2.13.3-r0)
- (44/139) Installing bzip2-dev (1.0.8-r6)
- (45/139) Installing brotli (1.1.0-r2)
- (46/139) Installing brotli-dev (1.1.0-r2)
- (47/139) Installing zlib-dev (1.3.1-r2)
- (48/139) Installing libpng-dev (1.6.44-r0)
- (49/139) Installing freetype-dev (2.13.3-r0)
- (50/139) Installing libxrender (0.9.11-r5)
- (51/139) Installing fontconfig (2.15.0-r1)
- (52/139) Installing pixman (0.43.4-r1)
- (53/139) Installing cairo (1.18.2-r1)
- (54/139) Installing libintl (0.22.5-r0)
- (55/139) Installing libeconf (0.6.3-r0)
- (56/139) Installing libblkid (2.40.4-r0)
- (57/139) Installing libmount (2.40.4-r0)
- (58/139) Installing glib (2.82.4-r0)
- (59/139) Installing graphite2 (1.3.14-r6)
- (60/139) Installing harfbuzz (9.0.0-r1)
- (61/139) Installing harfbuzz-cairo (9.0.0-r1)
- (62/139) Installing harfbuzz-gobject (9.0.0-r1)
- (63/139) 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.
- *
- (64/139) Installing icu-libs (74.2-r0)
- (65/139) Installing harfbuzz-icu (9.0.0-r1)
- (66/139) Installing harfbuzz-subset (9.0.0-r1)
- (67/139) Installing cairo-tools (1.18.2-r1)
- (68/139) Installing expat (2.6.4-r0)
- (69/139) Installing expat-dev (2.6.4-r0)
- (70/139) Installing fontconfig-dev (2.15.0-r1)
- (71/139) Installing libxrender-dev (0.9.11-r5)
- (72/139) Installing pixman-dev (0.43.4-r1)
- (73/139) Installing util-macros (1.20.1-r0)
- (74/139) Installing xcb-util (0.4.1-r3)
- (75/139) Installing xcb-util-dev (0.4.1-r3)
- (76/139) Installing cairo-gobject (1.18.2-r1)
- (77/139) Installing libxml2-utils (2.13.4-r3)
- (78/139) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (79/139) Installing libgpg-error (1.51-r0)
- (80/139) Installing libgcrypt (1.10.3-r1)
- (81/139) Installing libxslt (1.1.42-r1)
- (82/139) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (83/139) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (84/139) Installing docbook-xsl (1.79.2-r11)
- (85/139) Installing gettext-asprintf (0.22.5-r0)
- (86/139) Installing gettext-libs (0.22.5-r0)
- (87/139) Installing gettext-envsubst (0.22.5-r0)
- (88/139) Installing gettext (0.22.5-r0)
- (89/139) Installing gettext-dev (0.22.5-r0)
- (90/139) Installing py3-parsing (3.1.4-r0)
- (91/139) Installing py3-parsing-pyc (3.1.4-r0)
- (92/139) Installing py3-packaging (24.2-r0)
- (93/139) Installing py3-packaging-pyc (24.2-r0)
- (94/139) Installing bsd-compat-headers (0.7.2-r6)
- (95/139) Installing libedit (20240808.3.1-r0)
- (96/139) Installing libedit-dev (20240808.3.1-r0)
- (97/139) Installing libpcre2-16 (10.43-r0)
- (98/139) Installing libpcre2-32 (10.43-r0)
- (99/139) Installing pcre2-dev (10.43-r0)
- (100/139) Installing libuuid (2.40.4-r0)
- (101/139) Installing libfdisk (2.40.4-r0)
- (102/139) Installing libsmartcols (2.40.4-r0)
- (103/139) Installing sqlite (3.47.1-r0)
- (104/139) Installing sqlite-dev (3.47.1-r0)
- (105/139) Installing util-linux (2.40.4-r0)
- (106/139) Installing dmesg (2.40.4-r0)
- (107/139) Installing setarch (2.40.4-r0)
- (108/139) Installing util-linux-misc (2.40.4-r0)
- (109/139) Installing linux-pam (1.6.1-r1)
- (110/139) Installing runuser (2.40.4-r0)
- (111/139) Installing mount (2.40.4-r0)
- (112/139) Installing losetup (2.40.4-r0)
- (113/139) Installing hexdump (2.40.4-r0)
- (114/139) Installing uuidgen (2.40.4-r0)
- (115/139) Installing blkid (2.40.4-r0)
- (116/139) Installing sfdisk (2.40.4-r0)
- (117/139) Installing mcookie (2.40.4-r0)
- (118/139) Installing agetty (2.40.4-r0)
- (119/139) Installing wipefs (2.40.4-r0)
- (120/139) Installing cfdisk (2.40.4-r0)
- (121/139) Installing umount (2.40.4-r0)
- (122/139) Installing flock (2.40.4-r0)
- (123/139) Installing lsblk (2.40.4-r0)
- (124/139) Installing libcap-ng (0.8.5-r0)
- (125/139) Installing setpriv (2.40.4-r0)
- (126/139) Installing lscpu (2.40.4-r0)
- (127/139) Installing logger (2.40.4-r0)
- (128/139) Installing partx (2.40.4-r0)
- (129/139) Installing fstrim (2.40.4-r0)
- (130/139) Installing findmnt (2.40.4-r0)
- (131/139) Installing util-linux-dev (2.40.4-r0)
- (132/139) Installing glib-dev (2.82.4-r0)
- (133/139) Installing cairo-dev (1.18.2-r1)
- (134/139) Installing graphite2-dev (1.3.14-r6)
- (135/139) Installing icu (74.2-r0)
- (136/139) Installing icu-dev (74.2-r0)
- (137/139) Installing harfbuzz-dev (9.0.0-r1)
- (138/139) Installing sdl2_ttf (2.22.0-r0)
- (139/139) 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-05 11:01.42 ---> saved as "1df919edd2234f8fba111a13f7721db3fcbc52aa7eda1e27088b02a4e720ba10"
/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 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-05 11:02.32 ---> saved as "1e6d481954e056c25b5daaef55e73a8dd2378da8b341a2e5bf0e97a5bb5efa5b"
/src: (copy (src .) (dst /src))
2025-02-05 11:02.33 ---> saved as "eb36d09b3bdb32f3c74a3ea25d4cded8af75b8e93949e4b1adf4610be257ef61"
/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
[27][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20241212]
[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 20241212 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=lightsteelblue
[27][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[27][0] : Warning: Using BUTTON_COLOR_OFF=steelblue
[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 'FAINT_COLOR' not found in config.
[27][0] : Warning: Using FAINT_COLOR=gainsboro
[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
[27][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[27][0] : Warning: Using OPENGL_MULTISAMPLE=false
[27][0] : Warning: User variable 'NO_VSYNC' not found in config.
[27][0] : Warning: Using NO_VSYNC=false
[27][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.
[27][0] : Warning: Using NATURAL_SCROLLING=auto
[31][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[32][0] : Custom: Detected os type: [Linux]
[34][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[34][0] : Warning: SDL initialized
[34][0] : Event: SDL Events initialized
[34][0] : Event: Register new event type:user (Ox8000)
[34][0] : Event: Register new event type:stop (Ox8001)
[34][0] : Event: Register new event type:stopped (Ox8002)
[34][0] : Event: Register new event type:mouse_enter (Ox8003)
[34][0] : Event: Register new event type:mouse_leave (Ox8004)
[34][0] : Event: Register new event type:redraw (Ox8005)
[34][0] : Event: Register new event type:mouse_at_rest (Ox8006)
[34][0] : Event: Register new event type:startup (Ox8007)
[34][0] : Event: Register new event type:var_changed (Ox8008)
[34][0] : Event: Register new event type:update (Ox8009)
[34][0] : Event: Register new event type:sync_action (Ox800a)
[34][0] : Event: Register new event type:keyboard_focus (Ox800b)
[34][0] : Event: Register new event type:mouse_focus (Ox800c)
[34][0] : Event: Register new event type:remove_focus (Ox800d)
[34][0] : Event: Register new event type:destroy_window (Ox800e)
[34][0] : Event: Register new event type:not_used (Ox800f)
[35][0] : Board: Layout #1 (dummy) created.
[35][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[35][0] : Graphics: SDL Video initialized
[35][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[36][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported
[38][0] : Warning: Cannot get monitor's DPI from xdpyinfo.
[38][0] : Graphics: DPI from system: 110
[38][0] : Graphics; Warning: Using SCALE=1.000000
[38][0] : ERROR; Graphics: SDL Image could not be initialized
[38][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[39][0] : Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[39][0] : Board: Adding timeout 1
[39][0] : Board: Layout #2 (windows_house) created.
[39][0] : Board: ==> Running board!
[39][0] : Graphics; Warning: Could not get refresh rate information for any monitor
[39][0] : Graphics: Desired FPS=60
[49][0] : Board: Has focus: NO
[49][0] : Board: Adding timeout 2
[49][0] : Graphics: FPS:100 (round_trip=0)
[1049][0] : Board: Executing timeout 1
Hello world
[1049][0] : Memory: All zombies have been killed! Congratulations!
[1049][0] : Board: Quitting...
[1049][0] : Graphics: Quitting SDL Image
[1049][0] : Graphics: Quitting SDL Video
[1049][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...
[1049][0] : Memory: Freeing surface (123,128)
[1049][0] : Event: Quitting SDL Events
[1049][0] : Graphics: Exit SDL...
[1049][0] : Graphics: Done.
INFO: Using SDL 2.30.9
/bin/sh: xdpyinfo: not found
2025-02-05 11:02.37 ---> saved as "01635443070613ff15a44692d6bf19de5276d1bed9672b0c59a76abc456b1341"
Job succeeded
2025-02-05 11:02.38: Job succeeded