Organisationssanettebogueb307b7 (master)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:37.57: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b307b736609e19ba6fee688cfed761ce9425a2e1) (linux-x86_64:alpine-3.19-4.14_opam-2.1)
Base: ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard b307b736
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
# alpine-3.19-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-05-10 15:37.57: Using cache hint "sanette/bogue-ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3-alpine-3.19-4.14_opam-2.1-91a5b528f443c63a2ae76f6955591ec3"
2024-05-10 15:37.57: Using OBuilder spec:
((from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
 (comment alpine-3.19-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.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.1 --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"))
)


2024-05-10 15:37.57: Waiting for resource in pool OCluster
2024-05-11 01:51.14: Waiting for worker…
2024-05-11 01:53.28: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at b307b73 remove audio un/lock


(from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
2024-05-11 01:53.28 ---> using "114eadda20a44686269c8e503aaadc3bd85017946ab873b1b94d9716466204d2" from cache


/: (comment alpine-3.19-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 01:53.28 ---> using "cf9b63b8fad51c7f50dc66e76b7f0e370b404caadde8d8777e19ac8f86ff2034" 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.


Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 01:54.11 ---> saved as "6d164d95a6b69d2b9d31ca00281838ec96e98a5fd446fabffd6641ab6cb1fa2f"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 01:54.11 ---> saved as "bee4e0e1033898bf6f0d340eca67a278a610e893b9a398a8fe65db5e8282556b"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:54.11 ---> saved as "e4870ad3bd4a0558f0aa8b2577e272f5228382b307eeee1eafbcbb2ac84c6a40"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:55.06 ---> saved as "ccc19d2d147acf8fb7bb77aff6198e6f0313c44e5a52d00a1a40965f92c0d832"


/src: (copy (src bogue.opam) (dst ./))
2024-05-11 01:55.06 ---> saved as "4e2077a4f75918039485849af68faa04d3f2488234f90aa7b681e55256e5238b"


/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)
2024-05-11 01:55.08 ---> saved as "88b2cf116cea6587a9440fae253a50518b2ea9847ac10effd9fc92e9db0a0d25"


/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.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.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.1 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/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.19.1-505-g609311f0caf [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-508-g5a26039406b [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-3649-g07c78aaef25 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-3665-g6343c0c3b5e [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-3661-g7f81121d821 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52912 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (no changes)


[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/107) Installing linux-headers (6.5-r0)
- (2/107) Installing libffi-dev (3.4.4-r3)
- (3/107) Installing sdl2 (2.28.5-r0)
- (4/107) Installing libpng (1.6.40-r0)
- (5/107) Installing freetype (2.13.2-r0)
- (6/107) Installing tslib (1.22-r1)
- (7/107) Installing directfb (1.7.7-r7)
- (8/107) Installing directfb-dev (1.7.7-r7)
- (9/107) Installing hwdata-pci (0.377.2-r0)
- (10/107) Installing libpciaccess (0.17-r2)
- (11/107) Installing libdrm (2.4.118-r0)
- (12/107) Installing libpciaccess-dev (0.17-r2)
- (13/107) Installing libdrm-dev (2.4.118-r0)
- (14/107) Installing libxext (1.3.5-r3)
- (15/107) Installing libxext-dev (1.3.5-r3)
- (16/107) Installing libxdamage (1.1.6-r4)
- (17/107) Installing libxfixes (6.0.1-r3)
- (18/107) Installing libxfixes-dev (6.0.1-r3)
- (19/107) Installing libxdamage-dev (1.1.6-r4)
- (20/107) Installing libxshmfence (1.3.2-r5)
- (21/107) Installing libxshmfence-dev (1.3.2-r5)
- (22/107) Installing mesa (23.3.6-r0)
- (23/107) Installing wayland-libs-server (1.22.0-r4)
- (24/107) Installing mesa-gbm (23.3.6-r0)
- (25/107) Installing mesa-glapi (23.3.6-r0)
- (26/107) Installing wayland-libs-client (1.22.0-r4)
- (27/107) Installing mesa-egl (23.3.6-r0)
- (28/107) Installing libxxf86vm (1.1.5-r5)
- (29/107) Installing mesa-gl (23.3.6-r0)
- (30/107) Installing mesa-gles (23.3.6-r0)
- (31/107) Installing libxml2 (2.11.7-r0)
- (32/107) Installing llvm17-libs (17.0.5-r0)
- (33/107) Installing mesa-osmesa (23.3.6-r0)
- (34/107) Installing clang17-headers (17.0.5-r0)
- (35/107) Installing libclc (17.0.5-r0)
- (36/107) Installing spirv-llvm-translator-libs (17.0.0-r0)
- (37/107) Installing spirv-tools (1.3.261.1-r0)
- (38/107) Installing clang17-libs (17.0.5-r0)
- (39/107) Installing libelf (0.190-r1)
- (40/107) Installing mesa-rusticl (23.3.6-r0)
- (41/107) Installing mesa-xatracker (23.3.6-r0)
- (42/107) Installing libxxf86vm-dev (1.1.5-r5)
- (43/107) Installing mesa-dev (23.3.6-r0)
- (44/107) Installing sdl2-dev (2.28.5-r0)
- (45/107) Installing sdl2_image (2.6.3-r0)
- (46/107) Installing sdl2_image-dev (2.6.3-r0)
- (47/107) Installing brotli (1.1.0-r1)
- (48/107) Installing brotli-dev (1.1.0-r1)
- (49/107) Installing zlib-dev (1.3.1-r0)
- (50/107) Installing libpng-dev (1.6.40-r0)
- (51/107) Installing freetype-dev (2.13.2-r0)
- (52/107) Installing libxrender (0.9.11-r4)
- (53/107) Installing fontconfig (2.14.2-r4)
- (54/107) Installing pixman (0.42.2-r2)
- (55/107) Installing cairo (1.18.0-r0)
- (56/107) Installing libintl (0.22.3-r0)
- (57/107) Installing libblkid (2.39.3-r0)
- (58/107) Installing libmount (2.39.3-r0)
- (59/107) Installing glib (2.78.5-r0)
- (60/107) Installing graphite2 (1.3.14-r6)
- (61/107) Installing harfbuzz (8.3.0-r0)
- (62/107) Installing harfbuzz-cairo (8.3.0-r0)
- (63/107) Installing harfbuzz-gobject (8.3.0-r0)
- (64/107) Installing icu-data-en (74.1-r0)
- Executing icu-data-en-74.1-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (65/107) Installing icu-libs (74.1-r0)
- (66/107) Installing harfbuzz-icu (8.3.0-r0)
- (67/107) Installing harfbuzz-subset (8.3.0-r0)
- (68/107) Installing cairo-tools (1.18.0-r0)
- (69/107) Installing expat (2.6.2-r0)
- (70/107) Installing expat-dev (2.6.2-r0)
- (71/107) Installing fontconfig-dev (2.14.2-r4)
- (72/107) Installing libxrender-dev (0.9.11-r4)
- (73/107) Installing pixman-dev (0.42.2-r2)
- (74/107) Installing util-macros (1.20.0-r0)
- (75/107) Installing xcb-util (0.4.1-r3)
- (76/107) Installing xcb-util-dev (0.4.1-r3)
- (77/107) Installing cairo-gobject (1.18.0-r0)
- (78/107) Installing bzip2-dev (1.0.8-r6)
- (79/107) Installing libxml2-utils (2.11.7-r0)
- (80/107) Installing docbook-xml (4.5-r8)
- Executing docbook-xml-4.5-r8.post-install
- (81/107) Installing libgpg-error (1.47-r2)
- (82/107) Installing libgcrypt (1.10.3-r0)
- (83/107) Installing libxslt (1.1.39-r0)
- (84/107) Installing docbook-xsl (1.79.2-r8)
- Executing docbook-xsl-1.79.2-r8.post-install
- (85/107) Installing gettext-asprintf (0.22.3-r0)
- (86/107) Installing gettext-libs (0.22.3-r0)
- (87/107) Installing gettext-envsubst (0.22.3-r0)
- (88/107) Installing gettext (0.22.3-r0)
- (89/107) Installing gettext-dev (0.22.3-r0)
- (90/107) Installing bsd-compat-headers (0.7.2-r5)
- (91/107) Installing libedit (20230828.3.1-r3)
- (92/107) Installing libedit-dev (20230828.3.1-r3)
- (93/107) Installing libpcre2-16 (10.42-r2)
- (94/107) Installing libpcre2-32 (10.42-r2)
- (95/107) Installing pcre2-dev (10.42-r2)
- (96/107) Installing libuuid (2.39.3-r0)
- (97/107) Installing libfdisk (2.39.3-r0)
- (98/107) Installing libsmartcols (2.39.3-r0)
- (99/107) Installing util-linux-dev (2.39.3-r0)
- (100/107) Installing glib-dev (2.78.5-r0)
- (101/107) Installing cairo-dev (1.18.0-r0)
- (102/107) Installing graphite2-dev (1.3.14-r6)
- (103/107) Installing icu (74.1-r0)
- (104/107) Installing icu-dev (74.1-r0)
- (105/107) Installing harfbuzz-dev (8.3.0-r0)
- (106/107) Installing sdl2_ttf (2.20.2-r0)
- (107/107) Installing sdl2_ttf-dev (2.20.2-r0)
- Executing busybox-1.36.1-r15.trigger
- Executing glib-2.78.5-r0.trigger
- No schema files found: doing nothing.
- OK: 789 MiB in 207 packages
2024-05-11 01:55.46 ---> saved as "d14bab26c0cf4df05095cab7e67031166cd855499ec8aac2b4f158123f225bc5"


/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 ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install dune              3.15.2
  - install conf-sdl2-ttf     1
  - install conf-sdl2-image   1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install topkg             1.0.7
  - install xdg               3.15.2
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install ctypes-foreign    0.18.0
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.20.2
  - install tsdl              0.9.8
  - install tsdl-ttf          0.6
  - install tsdl-image        0.6
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.3
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved xdg.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.15.2
-> installed dune-configurator.3.15.2
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:56.44 ---> saved as "58458e05e5458b4a0a982a0a61f84013c51038d0fa4fe4eedc2c8a987c7c5631"


/src: (copy (src .) (dst /src))
2024-05-11 01:56.45 ---> saved as "72c36e98f0985902811764173a4f1c9b5bdd16cb9c538d7525906e185804fd4a"


/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 '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
[19][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[19][0] :	 Warning: User variable 'DIR' not found in config.
[19][0] :	 Warning: Using DIR=
[21][0] :	 Warning: User variable 'THEME' not found in config.
[21][0] :	 Warning: Using THEME=default
[21][0] :	 I/O: No theme specified, using default=default
[22][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20240229]
[22][0] :	 I/O: Reading BACKGROUND=color:white
[22][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[22][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[22][0] :	 Warning: Using THEME=default
Loading Bogue 20240229 with config dir /src/_build/install/default/share/bogue/themes/default
[22][0] :	 Warning: Using BACKGROUND=color:white
[22][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[22][0] :	 Warning: Using BG_COLOR=lightsteelblue
[22][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[22][0] :	 Warning: Using BUTTON_COLOR_OFF=steelblue
[22][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[22][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[22][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[22][0] :	 Warning: Using CHECK_OFF=fa:square-o
[22][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[22][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[22][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[22][0] :	 Warning: Using FAINT_COLOR=gainsboro
[22][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[22][0] :	 Warning: Using TEXT_COLOR=black
[22][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[22][0] :	 Warning: Using SEL_BG_COLOR=slategray
[22][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[22][0] :	 Warning: Using SEL_FG_COLOR=white
[22][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[22][0] :	 Warning: Using LABEL_COLOR=black
[22][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[22][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[22][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[22][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[22][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[22][0] :	 Warning: Using LABEL_FONT_SIZE=14
[22][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[22][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[22][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[22][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[22][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[22][0] :	 Warning: Using TEXT_FONT_SIZE=14
[22][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[22][0] :	 Warning: Using SMALL_FONT_SIZE=10
[22][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[22][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[22][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[22][0] :	 Warning: Using ROOM_MARGIN=10
[22][0] :	 Warning: User variable 'FA_DIR' not found in config.
[22][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[22][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[22][0] :	 Warning: Using INT_SCALE=false
[22][0] :	 Warning: User variable 'SCALE' not found in config.
[22][0] :	 Warning: Using SCALE=0
[22][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[22][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[24][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[27][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[27][0] :	 Warning: SDL initialized
[27][0] :	 Event: SDL Events initialized
[27][0] :	 Event: Register new event type:user (32768)
[27][0] :	 Event: Register new event type:stop (32769)
[27][0] :	 Event: Register new event type:stopped (32770)
[27][0] :	 Event: Register new event type:mouse_enter (32771)
[27][0] :	 Event: Register new event type:mouse_leave (32772)
[27][0] :	 Event: Register new event type:redraw (32773)
[27][0] :	 Event: Register new event type:mouse_at_rest (32774)
[27][0] :	 Event: Register new event type:startup (32775)
[27][0] :	 Event: Register new event type:var_changed (32776)
[27][0] :	 Event: Register new event type:update (32777)
[27][0] :	 Event: Register new event type:sync_action (32778)
[27][0] :	 Event: Register new event type:keyboard_focus (32779)
[27][0] :	 Event: Register new event type:mouse_focus (32780)
[27][0] :	 Event: Register new event type:remove_layout (32781)
[27][0] :	 Event: Register new event type:destroy_window (32782)
[27][0] :	 Event: Register new event type:not_used (32783)
[27][0] :	 Board: Layout #1 (dummy) created.
[27][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[27][0] :	 Graphics: SDL Video initialized
[28][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[28][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[31][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[31][0] :	 Graphics: DPI from system: 110
[31][0] :	 Graphics; Warning: Using SCALE=1.000000
[31][0] :	 ERROR; Graphics: SDL Image could not be initialized
[31][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[31][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[32][0] :	 Board: Adding timeout 1
[32][0] :	 Board: Layout #2 (windows_house) created.
[32][0] :	 Board: ==> Running board!
[42][0] :	 Board: Has focus: NO
[42][0] :	 Board: Adding timeout 2
[42][0] :	 Graphics: FPS:100 (round_trip=0)


[1042][0] :	 Board: Executing timeout 1
Hello world
[1042][0] :	 Memory: All zombies have been killed! Congratulations!
[1042][0] :	 Board: Quitting...
[1042][0] :	 Graphics: Quitting SDL Image
[1042][0] :	 Graphics: Quitting SDL Video
[1042][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1042][0] :	 Memory: Freeing surface (123,128)
[1042][0] :	 Event: Quitting SDL Events
[1042][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.28.5
/bin/sh: xdpyinfo: not found
2024-05-11 01:56.49 ---> saved as "576257f92f79a2984b01f2228656d85eae67e458303918de2c5ad2ceac4ba4ee"
Job succeeded
2024-05-11 01:56.49: Job succeeded