Organisationssanettebogue852fbe (vsync)ubuntu-20.04-4.14_opam-2.1

ubuntu-20.04-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:37.12: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/vsync (852fbe98d0b099985fd13dbd6e2b7ae4b0c0c550) (linux-x86_64:ubuntu-20.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2
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:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2
# ubuntu-20.04-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:37.12: Using cache hint "sanette/bogue-ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2-ubuntu-20.04-4.14_opam-2.1-91a18c807418f42b5c9a9cee80566678"
2024-05-10 15:37.12: Using OBuilder spec:
((from ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2)
 (comment ubuntu-20.04-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:37.12: Waiting for resource in pool OCluster
2024-05-11 01:30.11: Waiting for worker…
2024-05-11 01:32.48: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 852fbe9 fix merge


(from ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2)
2024-05-11 01:33.09 ---> saved as "0522561d938057213d635df71d2e8c50e0cdee7cc2de6c449cce63a1208b45cc"


/: (comment ubuntu-20.04-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:33.10 ---> saved as "69b4e1a9e59830535103386712ca3e64f2358da58dc1a536b5b43762d58b38ed"


/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 01:34.00 ---> saved as "b71c16c23e054616a328dcb4254f3a242d33caf56bed7b396f246cc6cdc94830"


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:34.00 ---> saved as "34f890959996c387ab329a98f6fd48f538c028bc117a82e72e468e53b720603e"


/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:34.54 ---> saved as "c211a3bbcd56648254fbfcd0f6abaab4ebb99e65f6689634811cf32f2196be01"


/src: (copy (src bogue.opam) (dst ./))
2024-05-11 01:34.55 ---> saved as "548583e2594ad7a8390bc957d21b6df03b856ab24e3cb958a54841d2f8255f0c"


/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:34.57 ---> saved as "4471c854605394273f987e582bcaa2b1701ab6b8e40613f616f6308f9a723810"


/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://archive.ubuntu.com/ubuntu focal InRelease
- Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
- Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1203 kB]
- Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1500 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4104 kB]
- Fetched 7035 kB in 1s (10.2 MB/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 01:35.30 ---> saved as "e0c092c768ccb6bae2c881c4f25ed7b7bf690bf0519d78dba54f8d77821eb066"


/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 01:36.17 ---> saved as "a96f740bda227d20de97826e9fc2a6e775d0198a2170fe6a7bcac7db47c69fc1"


/src: (copy (src .) (dst /src))
2024-05-11 01:36.17 ---> saved as "5e758e26d5a40053762cd7a214fd2d1dcf2827c89b7a9398d205deea54ea0cfb"


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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