Organisationssanettebogue5d6347 (power_saving)debian-12-4.14_arm32_opam-2.1

debian-12-4.14_arm32_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:15.41: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/power_saving (5d63478045b543377bd562fc716bcd2dd92bcda6) (linux-arm64:debian-12-4.14_arm32_opam-2.1)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "power_saving" && cd "bogue" && git reset --hard 5d634780
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
# debian-12-4.14_arm32_opam-2.1
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 16:15.41: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970-debian-12-4.14_arm32_opam-2.1-91a5b528f443c63a2ae76f6955591ec3"
2024-05-10 16:15.41: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970)
 (comment debian-12-4.14_arm32_opam-2.1)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 16:15.41: Waiting for resource in pool OCluster
2024-05-10 17:02.01: Waiting for worker…
2024-05-10 17:05.45: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
All commits already cached
HEAD is now at 5d63478 correct changelog


(from ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970' locally
docker.io/ocaml/opam@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970: Pulling from ocaml/opam
9d3555d1192d: Pulling fs layer
9d3555d1192d: Verifying Checksum
9d3555d1192d: Download complete
9d3555d1192d: Pull complete
Digest: sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
Status: Downloaded newer image for ocaml/opam@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2024-05-10 17:06.52 ---> saved as "97033d7a9a3c42b44a3864e5a080878355cc43512fa4954b12f427c72b432cd2"


/: (comment debian-12-4.14_arm32_opam-2.1)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (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-10 17:06.53 ---> saved as "fbb3714dfcf8df2fdc3dc9f8595a211dd97d414b621f140cbb96f2e9fd9bdab1"


/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.1, 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
2024-05-10 17:08.15 ---> saved as "7c0adfe8bea9ebe6b2d84207001f73b671834c4f44a8c81c2032fd609db2ead8"


/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-10 17:08.16 ---> saved as "6dd1935d1a6448fce9020e0c31ff3b6976f71427a6bc3a01dbef3b9714a2bd61"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 17:08.16 ---> saved as "d6877764c549cf0fc04543bee4e18b7c1eb16dbe23148906c8e59ea1dbf3aecb"


/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-10 17:09.30 ---> saved as "ded149fcd4ee244db17ac7cdf8e48336c7f85b7de1a9d7822a316a71ed6339e8"


/src: (copy (src bogue.opam) (dst ./))
2024-05-10 17:09.31 ---> saved as "c42fd63472637576192300b42518611c41ad42871e683a97762eea0074756523"


/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-10 17:09.34 ---> saved as "123bc2a9a9d99e6bc1dd7a525e5dad081945265ec92ff85cc27c91f86d8dbec7"


/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 "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [149 kB]
- Fetched 252 kB in 1s (492 kB/s)
- Reading package lists...
- 


<><> 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 libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-05-10 17:10.55 ---> saved as "941195ceb6bd365421da13d8845f50dc777abade32cfb674f74f99f2e29817c3"


/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 dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (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 xdg.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed xdg.3.15.2
-> installed integers.0.7.0
-> installed dune-configurator.3.15.2
-> installed topkg.1.0.7
-> 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-10 17:40.53 ---> saved as "68cf76c8f4a77e84dc47afad8b6fff8d205945498447ff080bdeb936df718972"


/src: (copy (src .) (dst /src))
2024-05-10 17:40.59 ---> saved as "981919c04cb1c07b07422a4b3e364dd05267ddf01f42b3633af7a2accd282e67"


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


[3230][0] :	 Board: Executing timeout 1
Hello world
[3230][0] :	 Memory: All zombies have been killed! Congratulations!
[3230][0] :	 Board: Quitting...
[3230][0] :	 Graphics: Quitting SDL Image
[3230][0] :	 Graphics: Quitting SDL Video
[3231][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[3231][0] :	 Memory: Freeing surface (123,128)
[3231][0] :	 Event: Quitting SDL Events
[3231][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.26.5
/bin/sh: 1: xdpyinfo: not found
2024-05-10 17:42.19 ---> saved as "257ace3975e8b44a2edac6050fd2f31ff4f2137436fdd85e6f76233c9172fc79"
Job succeeded
2024-05-10 17:42.22: Job succeeded