Organisationssanettebogue76a351 ()opensuse-16.0-5.4_opam-2.4

opensuse-16.0-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-12-29 18:58.13: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (76a351fed191c178e49702ebe93abfb891826776) (linux-x86_64:opensuse-16.0-5.4_opam-2.4)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 76a351fe
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3
# opensuse-16.0-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-12-29 18:58.13: Using cache hint "sanette/bogue-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3-opensuse-16.0-5.4_opam-2.4-98a9d951f093a65158f774ee6e7ee402"
2025-12-29 18:58.13: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3)
(comment opensuse-16.0-5.4_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.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.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-12-29 18:58.13: Waiting for resource in pool OCluster
2025-12-29 18:58.13: Waiting for worker…
2025-12-29 18:58.13: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 76a351f add Mailbox


(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3' locally
docker.io/ocaml/opam@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3: Pulling from ocaml/opam
64cfa2a65095: Pulling fs layer
c58e7fc0434b: Pulling fs layer
e740d9a47e1f: Pulling fs layer
d7c03a198c4b: Pulling fs layer
64cfa2a65095: Waiting
42de20def269: Pulling fs layer
c58e7fc0434b: Waiting
e740d9a47e1f: Waiting
abc227c6cd44: Pulling fs layer
42de20def269: Waiting
d7c03a198c4b: Waiting
c58a95feb180: Pulling fs layer
abc227c6cd44: Waiting
d84eb81fb0f8: Pulling fs layer
c58a95feb180: Waiting
f690a3ad9c79: Pulling fs layer
d84eb81fb0f8: Waiting
a22970d3bfd0: Pulling fs layer
f690a3ad9c79: Waiting
00baea0030aa: Pulling fs layer
a831937e3bc0: Pulling fs layer
00baea0030aa: Waiting
8f75b7b99ec3: Pulling fs layer
c85b4277362e: Pulling fs layer
a831937e3bc0: Waiting
c85b4277362e: Waiting
ab7dddc1a412: Pulling fs layer
8f75b7b99ec3: Waiting
840e0e32daa6: Pulling fs layer
ab7dddc1a412: Waiting
4107e6500a80: Pulling fs layer
840e0e32daa6: Waiting
7bdab83e22ba: Pulling fs layer
4107e6500a80: Waiting
7bdab83e22ba: Waiting
f2bb5a4d41cb: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f2bb5a4d41cb: Waiting
f5f2cff50827: Pulling fs layer
4f4fb700ef54: Waiting
7ca602f48f71: Pulling fs layer
f5f2cff50827: Waiting
ae92dde59dce: Pulling fs layer
7ca602f48f71: Waiting
853fc9ff49e1: Pulling fs layer
48c07a648eaf: Pulling fs layer
78de2d3fa252: Pulling fs layer
ae92dde59dce: Waiting
48c07a648eaf: Waiting
71fbef6a4bb2: Pulling fs layer
853fc9ff49e1: Waiting
182c63577bee: Pulling fs layer
71fbef6a4bb2: Waiting
da0bec0c9e1c: Pulling fs layer
182c63577bee: Waiting
78de2d3fa252: Waiting
b16d2bc618ca: Pulling fs layer
da0bec0c9e1c: Waiting
0ee0183c5545: Pulling fs layer
6bbd55c921f4: Pulling fs layer
b16d2bc618ca: Waiting
b42caf40b800: Pulling fs layer
6bbd55c921f4: Waiting
c1af31005804: Pulling fs layer
b42caf40b800: Waiting
c1af31005804: Waiting
711783289313: Pulling fs layer
49e4742fa223: Pulling fs layer
711783289313: Waiting
0049753dc09e: Pulling fs layer
49e4742fa223: Waiting
7563785a60af: Pulling fs layer
0049753dc09e: Waiting
9e537b1d4196: Pulling fs layer
7563785a60af: Waiting
01002316d80b: Pulling fs layer
9e537b1d4196: Waiting
397067346b5a: Pulling fs layer
8460fb27e653: Pulling fs layer
01002316d80b: Waiting
397067346b5a: Waiting
4f17b37d3056: Pulling fs layer
801a54e2ed59: Pulling fs layer
c2482e8d3f22: Pulling fs layer
801a54e2ed59: Waiting
c2482e8d3f22: Waiting
c58e7fc0434b: Download complete
64cfa2a65095: Verifying Checksum
64cfa2a65095: Download complete
e740d9a47e1f: Verifying Checksum
e740d9a47e1f: Download complete
42de20def269: Download complete
64cfa2a65095: Pull complete
c58e7fc0434b: Pull complete
abc227c6cd44: Verifying Checksum
abc227c6cd44: Download complete
c58a95feb180: Verifying Checksum
c58a95feb180: Download complete
d84eb81fb0f8: Verifying Checksum
d84eb81fb0f8: Download complete
f690a3ad9c79: Verifying Checksum
f690a3ad9c79: Download complete
a22970d3bfd0: Verifying Checksum
a22970d3bfd0: Download complete
e740d9a47e1f: Pull complete
00baea0030aa: Verifying Checksum
00baea0030aa: Download complete
a831937e3bc0: Verifying Checksum
a831937e3bc0: Download complete
8f75b7b99ec3: Verifying Checksum
8f75b7b99ec3: Download complete
c85b4277362e: Verifying Checksum
c85b4277362e: Download complete
d7c03a198c4b: Verifying Checksum
d7c03a198c4b: Download complete
ab7dddc1a412: Verifying Checksum
ab7dddc1a412: Download complete
840e0e32daa6: Download complete
4107e6500a80: Verifying Checksum
4107e6500a80: Download complete
7bdab83e22ba: Verifying Checksum
7bdab83e22ba: Download complete
f2bb5a4d41cb: Verifying Checksum
f2bb5a4d41cb: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f5f2cff50827: Download complete
7ca602f48f71: Verifying Checksum
7ca602f48f71: Download complete
853fc9ff49e1: Download complete
ae92dde59dce: Download complete
48c07a648eaf: Download complete
78de2d3fa252: Verifying Checksum
78de2d3fa252: Download complete
71fbef6a4bb2: Download complete
182c63577bee: Verifying Checksum
182c63577bee: Download complete
da0bec0c9e1c: Verifying Checksum
da0bec0c9e1c: Download complete
b16d2bc618ca: Download complete
6bbd55c921f4: Verifying Checksum
6bbd55c921f4: Download complete
c1af31005804: Download complete
49e4742fa223: Download complete
0049753dc09e: Download complete
7563785a60af: Download complete
9e537b1d4196: Download complete
01002316d80b: Verifying Checksum
01002316d80b: Download complete
711783289313: Verifying Checksum
711783289313: Download complete
397067346b5a: Verifying Checksum
397067346b5a: Download complete
4f17b37d3056: Download complete
801a54e2ed59: Verifying Checksum
801a54e2ed59: Download complete
c2482e8d3f22: Verifying Checksum
c2482e8d3f22: Download complete
d7c03a198c4b: Pull complete
42de20def269: Pull complete
abc227c6cd44: Pull complete
8460fb27e653: Verifying Checksum
8460fb27e653: Download complete
c58a95feb180: Pull complete
d84eb81fb0f8: Pull complete
f690a3ad9c79: Pull complete
a22970d3bfd0: Pull complete
00baea0030aa: Pull complete
a831937e3bc0: Pull complete
8f75b7b99ec3: Pull complete
c85b4277362e: Pull complete
ab7dddc1a412: Pull complete
840e0e32daa6: Pull complete
4107e6500a80: Pull complete
7bdab83e22ba: Pull complete
f2bb5a4d41cb: Pull complete
4f4fb700ef54: Pull complete
f5f2cff50827: Pull complete
7ca602f48f71: Pull complete
ae92dde59dce: Pull complete
853fc9ff49e1: Pull complete
48c07a648eaf: Pull complete
78de2d3fa252: Pull complete
71fbef6a4bb2: Pull complete
182c63577bee: Pull complete
da0bec0c9e1c: Pull complete
b16d2bc618ca: Pull complete
0ee0183c5545: Pull complete
6bbd55c921f4: Pull complete
b42caf40b800: Download complete
b42caf40b800: Pull complete
c1af31005804: Pull complete
711783289313: Pull complete
49e4742fa223: Pull complete
0049753dc09e: Pull complete
7563785a60af: Pull complete
9e537b1d4196: Pull complete
01002316d80b: Pull complete
397067346b5a: Pull complete
8460fb27e653: Pull complete
4f17b37d3056: Pull complete
801a54e2ed59: Pull complete
c2482e8d3f22: Pull complete
Digest: sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3
Status: Downloaded newer image for ocaml/opam@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3
2025-12-29 19:01.17 ---> saved as "f06e7ea64f86e6a5dd26471c55dfb202bd1f3bd20775c0c44332e5180b863f50"


/: (comment opensuse-16.0-5.4_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-12-29 19:01.17 ---> saved as "5393bde22ec43e40beadc237862cdd209b539752063e462e1313c3708b51552c"


/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] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-29 19:01.39 ---> saved as "ca936d4fb7d87b19efd2181c7d80ecd68814989ddf2797d885e5a371e4ad94f7"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-29 19:01.40 ---> saved as "c5ba3016bb7c6086959e92a8df6b878398f5b7405bdb223c2f64d917f7c9e9d9"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-29 19:01.40 ---> saved as "ee17ba4f82533c3aa53987a6be71cfaacb97ef0b62d08a0b4be065b8c7d77aba"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..c239a62d58  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-29 19:01.58 ---> saved as "6e818bb90f1818e3cc24628cfdc7cee3eaa737fccfdf16fb8ff782ad26bf0139"


/src: (copy (src bogue.opam) (dst ./))
2025-12-29 19:01.58 ---> saved as "d89180b79d2735a1218536790c6b5ef648be37a35b5f79d3e275fb874ea50423"


/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-12-29 19:01.59 ---> saved as "a3a1799cd651756834f0d125fd38a7e6f4c082127cd5ecdca7be6cc3f6c344fb"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-29 19:02.00 ---> saved as "f7c23598d0ceec9a4328f6410bc240e95a88bcb0e48bfd44755422b7c6fe7667"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.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.4 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- .
- ........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ........done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
libffi-devel libSDL2-devel libSDL2_image-devel SDL2_ttf-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" "libSDL2-devel" "libSDL2_image-devel" "SDL2_ttf-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- 'libSDL2-devel' not found in package names. Trying capabilities.
- 'libSDL2_image-devel' not found in package names. Trying capabilities.
- Resolving package dependencies...
- 
- The following 55 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libGLESv1_CM-devel Mesa-libGLESv2-devel Mesa-libglapi0 SDL2-devel SDL2_image-devel SDL2_ttf-devel glu-devel libGLU1 libLLVM19 libSDL2-2_0-0 libSDL2_image-2_0-0 libSDL2_ttf-2_0-0 libSPIRV-Tools-2025_1_rc1 libXext6 libXxf86vm1 libasound2 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_radeon1 libelf1 libffi-devel libgbm1 libglvnd libglvnd-devel libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libpciaccess0 libpng16-16 libpng16-compat-devel libpng16-devel libsharpyuv0 libtiff-devel libtiff6 libvulkan1 libwayland-client0 libwayland-server0 libwebp-devel libwebp7 libwebpdecoder3 libwebpdemux2 libwebpmux3 libxshmfence1 libzstd-devel xz-devel
- 
- 55 new packages to install.
- 
- Package download size:    62.4 MiB
- 
- Package install size change:
-               |     268.1 MiB  required by packages that will be installed
-    268.1 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [.
- Preloading: libpng16-compat-devel-1.6.44-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- Preloading: libpng16-compat-devel-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libtiff-devel-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwebpmux3-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwebpdemux2-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwebp-devel-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libSDL2_image-2_0-0-2.8.2-bp160.1.14.x86_64.rpm [done]
- .
- Preloading: libglvnd-devel-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libGLU1-9.0.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: glu-devel-9.0.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: SDL2-devel-2.30.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: SDL2_image-devel-2.8.2-bp160.1.14.x86_64.rpm [done]
- ..
- Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libasound2-1.2.14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libpng16-16-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libwebpdecoder3-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/55), 256.2 KiB
- Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/55), 276.4 KiB
- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (3/55),  28.3 MiB
- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (4/55),   1.5 MiB
- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (5/55),  37.3 KiB
- Retrieving: libasound2-1.2.14-160000.2.2.x86_64 (repo-oss (16.0)) (6/55), 589.8 KiB
- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (7/55), 107.8 KiB
- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (8/55),  94.7 KiB
- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (9/55),  30.8 KiB
- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (10/55),  35.4 KiB
- Retrieving: libjpeg62-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (11/55), 306.3 KiB
- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (12/55), 307.2 KiB
- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (13/55),  29.1 KiB
- Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (14/55), 185.0 KiB
- Retrieving: libsharpyuv0-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (15/55),  31.6 KiB
- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (16/55), 156.2 KiB
- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (17/55),  47.8 KiB
- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (18/55),  54.2 KiB
- Retrieving: libwebpdecoder3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (19/55), 117.4 KiB
- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (20/55),  12.0 KiB
- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (21/55),  79.5 KiB
- Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (22/55), 106.7 KiB
- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (23/55),  17.0 KiB
- Retrieving: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (24/55), 698.3 KiB
- Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (25/55), 258.9 KiB
- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (26/55),  90.7 KiB
- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (27/55),  93.5 KiB
- Retrieving: libjpeg62-devel-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (28/55), 140.2 KiB
- Retrieving: libtiff6-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (29/55), 287.0 KiB
- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (30/55), 133.3 KiB
- Retrieving: libpng16-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (31/55), 230.3 KiB
- Retrieving: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (32/55), 132.9 KiB
- Retrieving: libwebp7-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (33/55), 227.4 KiB
- Retrieving: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64 (repo-oss (16.0)) (34/55), 701.0 KiB
- Retrieving: libtiff-devel-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (35/55), 128.7 KiB
- Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (36/55), 257.7 KiB
- Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (37/55),   9.7 MiB
- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (38/55), 253.7 KiB
- Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (39/55), 380.4 KiB
- Retrieving: libwebpmux3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (40/55),  40.2 KiB
- Retrieving: libwebpdemux2-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (41/55),  29.5 KiB
- Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (42/55), 395.5 KiB
- Retrieving: libwebp-devel-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (43/55),  52.2 KiB
- Retrieving: libSDL2_image-2_0-0-2.8.2-bp160.1.14.x86_64 (repo-oss (16.0)) (44/55),  70.4 KiB
- Retrieving: libglvnd-devel-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (45/55),  32.2 KiB
- Retrieving: libGLU1-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (46/55), 153.1 KiB
- Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (47/55),  13.3 MiB
- Retrieving: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (48/55), 692.3 KiB
- Retrieving: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (49/55), 272.4 KiB
- Retrieving: glu-devel-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (50/55),  13.7 KiB
- Retrieving: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (51/55), 287.3 KiB
- Retrieving: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (52/55), 266.2 KiB
- Retrieving: SDL2-devel-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (53/55), 552.6 KiB
- Retrieving: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64 (repo-oss (16.0)) (54/55),  23.7 KiB
- Retrieving: SDL2_image-devel-2.8.2-bp160.1.14.x86_64 (repo-oss (16.0)) (55/55),  24.8 KiB
- 
- Checking for file conflicts: [...done]
- ( 1/55) Installing: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 [..done]
- ( 2/55) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done]
- ( 3/55) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [....
- ..done]
- ( 4/55) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done]
- ( 5/55) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]
- ( 6/55) Installing: libasound2-1.2.14-160000.2.2.x86_64 [..done]
- ( 7/55) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done]
- ( 8/55) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]
- ( 9/55) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]
- (10/55) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]
- (11/55) Installing: libjpeg62-62.4.0-160000.3.2.x86_64 [..done]
- (12/55) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]
- (13/55) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done]
- (14/55) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done]
- (15/55) Installing: libsharpyuv0-1.5.0-160000.2.2.x86_64 [..done]
- (16/55) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done]
- (17/55) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]
- (18/55) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]
- (19/55) Installing: libwebpdecoder3-1.5.0-160000.2.2.x86_64 [..done]
- (20/55) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]
- (21/55) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done]
- (22/55) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done]
- (23/55) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done]
- (24/55) Installing: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 [.
- .done]
- (25/55) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done]
- (26/55) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done]
- (27/55) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done]
- (28/55) Installing: libjpeg62-devel-62.4.0-160000.3.2.x86_64 [..done]
- (29/55) Installing: libtiff6-4.7.1-160000.1.1.x86_64 [..done]
- (30/55) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done]
- (31/55) Installing: libpng16-devel-1.6.44-160000.2.2.x86_64 [..done]
- (32/55) Installing: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 [..done]
- (33/55) Installing: libwebp7-1.5.0-160000.2.2.x86_64 [..done]
- (34/55) Installing: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64 [..done]
- (35/55) Installing: libtiff-devel-4.7.1-160000.1.1.x86_64 [..done]
- (36/55) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done]
- (37/55) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [...done]
- (38/55) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]
- (39/55) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done]
- (40/55) Installing: libwebpmux3-1.5.0-160000.2.2.x86_64 [..done]
- (41/55) Installing: libwebpdemux2-1.5.0-160000.2.2.x86_64 [..done]
- (42/55) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done]
- (43/55) Installing: libwebp-devel-1.5.0-160000.2.2.x86_64 [.
- .done]
- (44/55) Installing: libSDL2_image-2_0-0-2.8.2-bp160.1.14.x86_64 [..done]
- (45/55) Installing: libglvnd-devel-1.7.0-160000.3.2.x86_64 [..done]
- (46/55) Installing: libGLU1-9.0.3-160000.2.2.x86_64 [..done]
- (47/55) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [....done]
- (48/55) Installing: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 [..done]
- (49/55) Installing: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 [..done]
- (50/55) Installing: glu-devel-9.0.3-160000.2.2.x86_64 [..done]
- (51/55) Installing: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 [..done]
- (52/55) Installing: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 [..done]
- (53/55) Installing: SDL2-devel-2.30.7-160000.2.2.x86_64 [..done]
- (54/55) Installing: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64 [..done]
- (55/55) Installing: SDL2_image-devel-2.8.2-bp160.1.14.x86_64 [..done]
- Running post-transaction scripts [...done]
2025-12-29 19:02.36 ---> saved as "c544a49323c0a865f5e5aeb249214bfdb72e0316b73927f703678b3043d72356"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 19 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install conf-sdl2-image   1
- install conf-sdl2-ttf     1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.20.2


The following system packages will first need to be installed:
libSDL2-devel libSDL2_image-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation


[1/2/3/4] 1


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libSDL2-devel" "libSDL2_image-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- 'libSDL2-devel' not found in package names. Trying capabilities.
- 'SDL2-devel' providing 'libSDL2-devel' is already installed.
- 'libSDL2_image-devel' not found in package names. Trying capabilities.
- 'SDL2_image-devel' providing 'libSDL2_image-devel' is already installed.
- Resolving package dependencies...
- Nothing to do.


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2  (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.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.20.2
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-29 19:03.26 ---> saved as "3682a84c51525004a575ff517cfdbd1e19ce60cca2b09bb070844f5346ecff3f"


/src: (copy (src .) (dst /src))
2025-12-29 19:03.27 ---> saved as "10010e08985dbe4555bfa19fc039d70a8facefd001425f3820bd5f3e17466d3b"


/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
[20][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[20][0] :	 Warning: User variable 'DIR' not found in config.
[20][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 [20251229]
[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 20251229 with config dir /src/_build/install/default/share/bogue/themes/default
[27][0] :	 Warning: Using BACKGROUND=color:white
[27][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[27][0] :	 Warning: Using BG_COLOR=aliceblue
[27][0] :	 Warning: User variable 'BOX_BG_COLOR' not found in config.
[27][0] :	 Warning: Using BOX_BG_COLOR=lightsteelblue
[27][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[27][0] :	 Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[27][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[27][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[27][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[27][0] :	 Warning: Using CHECK_OFF=fa:square-o
[27][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[27][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[27][0] :	 Warning: User variable 'DISABLED_FG' not found in config.
[27][0] :	 Warning: Using DISABLED_FG=gray
[27][0] :	 Warning: User variable 'DISABLED_BG' not found in config.
[27][0] :	 Warning: Using DISABLED_BG=lightgray
[27][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[27][0] :	 Warning: Using FAINT_COLOR=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] :	 Warning: User variable 'USE_FSWATCH' not found in config.
[31][0] :	 Warning: Using USE_FSWATCH=true
[37][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[38][0] :	 Custom: Detected os type: [Linux]
[48][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[50][0] :	 Warning: SDL initialized
[50][0] :	 Event: SDL Events initialized
[50][0] :	 Event: Register new event type:user (Ox8000)
[50][0] :	 Event: Register new event type:stop (Ox8001)
[50][0] :	 Event: Register new event type:stopped (Ox8002)
[50][0] :	 Event: Register new event type:mouse_enter (Ox8003)
[50][0] :	 Event: Register new event type:mouse_leave (Ox8004)
[50][0] :	 Event: Register new event type:redraw (Ox8005)
[50][0] :	 Event: Register new event type:mouse_at_rest (Ox8006)
[50][0] :	 Event: Register new event type:startup (Ox8007)
[50][0] :	 Event: Register new event type:var_changed (Ox8008)
[50][0] :	 Event: Register new event type:update (Ox8009)
[50][0] :	 Event: Register new event type:sync_action (Ox800a)
[50][0] :	 Event: Register new event type:keyboard_focus (Ox800b)
[50][0] :	 Event: Register new event type:mouse_focus (Ox800c)
[50][0] :	 Event: Register new event type:remove_focus (Ox800d)
[50][0] :	 Event: Register new event type:destroy_window (Ox800e)
[50][0] :	 Event: Register new event type:add_window (Ox800f)
[50][0] :	 Event: Register new event type:new_mail (Ox8010)
[50][0] :	 Event: Register new event type:not_used (Ox8011)
[50][0] :	 Board: Layout #1 (dummy) created.
[54][0] :	 I/O: Fswatch program not found; using Unix_stat for file monitoring.
[56][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[62][0] :	 Graphics: SDL Video initialized
[62][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[63][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[70][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[70][0] :	 Graphics: DPI from system: 110
[70][0] :	 Graphics; Warning: Using SCALE=1.000000
[70][0] :	 Graphics: SDL Image initialized
[70][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[71][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[72][0] :	 Board: Adding timeout 1
[72][0] :	 Board: Layout #2 (windows_house) created.
[72][0] :	 Board: ==> Running board!
[72][0] :	 Graphics; Warning: Could not get refresh rate information for any monitor
[72][0] :	 Graphics: Desired FPS=60
[82][0] :	 Board: Has focus: NO
[82][0] :	 Board: Adding timeout 2
[82][0] :	 Graphics: FPS:100 (round_trip=0)


[1082][0] :	 Board: Executing timeout 1
Hello world
[1082][0] :	 Memory: All zombies have been killed! Congratulations!
[1082][0] :	 Board: Board exiting
[1082][0] :	 Board: Quitting...
[1082][0] :	 Graphics: Quitting SDL Image
[1082][0] :	 Graphics: Quitting SDL Video
[1082][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1082][0] :	 Memory: Freeing surface (123,128)
[1082][0] :	 Event: Quitting SDL Events
[1082][0] :	 Graphics: Exit SDL...
[1082][0] :	 Graphics: Done.
INFO: Using SDL 2.30.7
/bin/sh: line 1: xdpyinfo: command not found
2025-12-29 19:03.31 ---> saved as "cc529932bf80b8dcf3a9602ed79b9bc333585f8655efea2801db8b8aa59f6929"
Job succeeded
2025-12-29 19:03.31: Job succeeded