Organisationssanettebogue852fbe (vsync)debian-11-4.14_opam-2.1

debian-11-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:38.18: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/vsync (852fbe98d0b099985fd13dbd6e2b7ae4b0c0c550) (linux-x86_64:debian-11-4.14_opam-2.1)
Base: ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "vsync" && cd "bogue" && git reset --hard 852fbe98
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
# debian-11-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.22.0 ctypes-foreign.0.22.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.1.0.0 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:38.18: Using cache hint "sanette/bogue-ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c-debian-11-4.14_opam-2.1-91a18c807418f42b5c9a9cee80566678"
2024-05-10 15:38.18: Using OBuilder spec:
((from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
 (comment debian-11-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.22.0 ctypes-foreign.0.22.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.1.0.0 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:38.18: Waiting for resource in pool OCluster
2024-05-11 02:02.26: Waiting for worker…
2024-05-11 02:04.11: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 852fbe9 fix merge


(from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
2024-05-11 02:04.12 ---> using "0a68a7ef48d04995f866560cc82f65b9ea786951ab10b045040903504cc4621a" from cache


/: (comment debian-11-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 02:04.12 ---> using "03eada02df4b11050d660e20cd1b4f1e7eaa7a67da4435b4fc6e5f64876da9db" 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 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-11 02:04.45 ---> saved as "3bbd3c16f84325ae9af9bb0680bb071b9a0d11c99cb1032ba4c1af0ac26884b9"


/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 02:04.45 ---> saved as "912b7854718f552d433c81fee48b75c45d6897a15fdbcf7524c353657d1f9644"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:04.45 ---> saved as "4a66a257e8f8eaa8eef3922652ecae936eb1fcd5b983a944f4e89f53ae12cce6"


/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
   d4fc3679e9..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 02:05.38 ---> saved as "a9a2eaa551a5e1aeb9c7ef55ab6c0aab40b1541a8523d03b2922ba6ad11223bd"


/src: (copy (src bogue.opam) (dst ./))
2024-05-11 02:05.38 ---> saved as "5a0c78070480b79ce415b158da54eeb71113466290258f9ca9da245c6e1caf28"


/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 02:05.40 ---> saved as "63eb355c3fb851b469c0c17eca76149060c01aa5cce802772235a3ef93cce0bd"


/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.22.0 ctypes-foreign.0.22.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.1.0.0 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 bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [272 kB]
- Fetched 365 kB in 0s (971 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


2024-05-11 02:06.13 ---> saved as "ab82308bc49efc636a3ec4235352495553c310e89065524bef75df21abea6bd1"


/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 integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.22.0
  - install ctypes-foreign    0.22.0
  - install tsdl              1.0.0
  - 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.22.0  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes-foreign.0.22.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0  (cached)
-> 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.1.0.0  (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.22.0
-> installed ctypes-foreign.0.22.0
-> installed tsdl.1.0.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:07.09 ---> saved as "6a74e82a3672e98ac84a12b6aef08c3717223c5851317323d4eef0a55660beb7"


/src: (copy (src .) (dst /src))
2024-05-11 02:07.09 ---> saved as "3a7a6de9edb58d4efcdc668c9454ea0145d95e841edba56adcf35e3f7d0197b7"


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


[65][0] :	 Graphics: FPS:100 (round_trip=0)


[75][0] :	 Graphics: FPS:100 (round_trip=0)


[86][0] :	 Graphics: FPS:100 (round_trip=0)


[96][0] :	 Graphics: FPS:100 (round_trip=0)


[107][0] :	 Graphics: FPS:100 (round_trip=1)


[116][0] :	 Graphics: FPS:100 (round_trip=0)


[126][0] :	 Graphics: FPS:100 (round_trip=0)


[136][0] :	 Graphics: FPS:100 (round_trip=0)


[146][0] :	 Graphics: FPS:100 (round_trip=0)


[156][0] :	 Graphics: FPS:100 (round_trip=0)


[167][0] :	 Graphics: FPS:100 (round_trip=0)


[177][0] :	 Graphics: FPS:100 (round_trip=0)


[187][0] :	 Graphics: FPS:100 (round_trip=0)


[197][0] :	 Graphics: FPS:100 (round_trip=0)


[207][0] :	 Graphics: FPS:100 (round_trip=0)


[217][0] :	 Graphics: FPS:100 (round_trip=0)


[228][0] :	 Graphics: FPS:100 (round_trip=0)


[238][0] :	 Graphics: FPS:100 (round_trip=0)


[248][0] :	 Graphics: FPS:100 (round_trip=0)


[258][0] :	 Graphics: FPS:100 (round_trip=0)


[268][0] :	 Graphics: FPS:100 (round_trip=0)


[278][0] :	 Graphics: FPS:100 (round_trip=0)


[288][0] :	 Graphics: FPS:100 (round_trip=0)


[298][0] :	 Graphics: FPS:100 (round_trip=0)


[308][0] :	 Graphics: FPS:100 (round_trip=0)


[319][0] :	 Graphics: FPS:100 (round_trip=0)


[329][0] :	 Graphics: FPS:100 (round_trip=0)


[339][0] :	 Graphics: FPS:100 (round_trip=0)


[349][0] :	 Graphics: FPS:100 (round_trip=0)


[359][0] :	 Graphics: FPS:100 (round_trip=0)


[369][0] :	 Graphics: FPS:100 (round_trip=0)


[379][0] :	 Graphics: FPS:100 (round_trip=0)


[390][0] :	 Graphics: FPS:100 (round_trip=0)


[400][0] :	 Graphics: FPS:100 (round_trip=0)


[410][0] :	 Graphics: FPS:100 (round_trip=0)


[420][0] :	 Graphics: FPS:100 (round_trip=0)


[430][0] :	 Graphics: FPS:100 (round_trip=0)


[440][0] :	 Graphics: FPS:100 (round_trip=0)


[450][0] :	 Graphics: FPS:100 (round_trip=0)


[460][0] :	 Graphics: FPS:100 (round_trip=0)


[470][0] :	 Graphics: FPS:100 (round_trip=0)


[481][0] :	 Graphics: FPS:100 (round_trip=0)


[491][0] :	 Graphics: FPS:100 (round_trip=0)


[501][0] :	 Graphics: FPS:100 (round_trip=0)


[511][0] :	 Graphics: FPS:100 (round_trip=0)


[521][0] :	 Graphics: FPS:100 (round_trip=0)


[531][0] :	 Graphics: FPS:100 (round_trip=0)


[542][0] :	 Graphics: FPS:100 (round_trip=0)


[552][0] :	 Graphics: FPS:100 (round_trip=0)


[562][0] :	 Graphics: FPS:100 (round_trip=0)


[572][0] :	 Graphics: FPS:100 (round_trip=0)


[582][0] :	 Graphics: FPS:100 (round_trip=0)


[593][0] :	 Graphics: FPS:100 (round_trip=0)


[603][0] :	 Graphics: FPS:100 (round_trip=0)


[613][0] :	 Graphics: FPS:100 (round_trip=0)


[623][0] :	 Graphics: FPS:100 (round_trip=0)


[633][0] :	 Graphics: FPS:100 (round_trip=0)


[643][0] :	 Graphics: FPS:100 (round_trip=0)


[653][0] :	 Graphics: FPS:100 (round_trip=0)


[664][0] :	 Graphics: FPS:100 (round_trip=0)


[674][0] :	 Graphics: FPS:100 (round_trip=0)


[684][0] :	 Graphics: FPS:100 (round_trip=0)


[694][0] :	 Graphics: FPS:100 (round_trip=0)


[705][0] :	 Graphics: FPS:100 (round_trip=1)


[714][0] :	 Graphics: FPS:100 (round_trip=0)


[724][0] :	 Graphics: FPS:100 (round_trip=0)


[734][0] :	 Graphics: FPS:100 (round_trip=0)


[744][0] :	 Graphics: FPS:100 (round_trip=0)


[754][0] :	 Graphics: FPS:100 (round_trip=0)


[765][0] :	 Graphics: FPS:100 (round_trip=0)


[775][0] :	 Graphics: FPS:100 (round_trip=0)


[785][0] :	 Graphics: FPS:100 (round_trip=0)


[795][0] :	 Graphics: FPS:100 (round_trip=0)


[805][0] :	 Graphics: FPS:100 (round_trip=0)


[817][0] :	 Graphics: FPS:100 (round_trip=0)


[827][0] :	 Graphics: FPS:100 (round_trip=0)


[837][0] :	 Graphics: FPS:100 (round_trip=0)


[847][0] :	 Graphics: FPS:100 (round_trip=0)


[858][0] :	 Graphics: FPS:100 (round_trip=0)


[868][0] :	 Graphics: FPS:100 (round_trip=0)


[879][0] :	 Graphics: FPS:100 (round_trip=1)


[888][0] :	 Graphics: FPS:100 (round_trip=0)


[898][0] :	 Graphics: FPS:100 (round_trip=0)


[908][0] :	 Graphics: FPS:100 (round_trip=0)


[918][0] :	 Graphics: FPS:100 (round_trip=0)


[929][0] :	 Graphics: FPS:100 (round_trip=0)


[939][0] :	 Graphics: FPS:100 (round_trip=0)


[949][0] :	 Graphics: FPS:100 (round_trip=0)


[959][0] :	 Graphics: FPS:100 (round_trip=0)


[970][0] :	 Graphics: FPS:100 (round_trip=1)


[979][0] :	 Graphics: FPS:100 (round_trip=0)


[989][0] :	 Graphics: FPS:100 (round_trip=0)


[999][0] :	 Graphics: FPS:100 (round_trip=0)


[1008][0] :	 Graphics: FPS:100 (round_trip=0)


[1019][0] :	 Graphics: FPS:100 (round_trip=0)


[1029][0] :	 Graphics: FPS:100 (round_trip=0)


[1039][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...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.0.14
/bin/sh: 1: xdpyinfo: not found
2024-05-11 02:07.13 ---> saved as "3639411d331aa555b753fafa2df40ae8f5d1d1258b2582acdff2fe7d3b6e38ae"
Job succeeded
2024-05-11 02:07.14: Job succeeded