Organisationssanettebogue5d6347 (power_saving)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/power_saving (5d63478045b543377bd562fc716bcd2dd92bcda6) (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 "power_saving" && cd "bogue" && git reset --hard 5d634780
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.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.12: Using cache hint "sanette/bogue-ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2-ubuntu-20.04-4.14_opam-2.1-91a5b528f443c63a2ae76f6955591ec3"
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.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.12: Waiting for resource in pool OCluster
2024-05-11 01:30.12: Waiting for worker…
2024-05-11 01:32.50: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 5d63478 correct changelog


(from ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2)
2024-05-11 01:32.59 ---> 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:32.59 ---> 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:33.50 ---> saved as "b71c16c23e054616a328dcb4254f3a242d33caf56bed7b396f246cc6cdc94830"


/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:33.50 ---> saved as "60e53b83e5a046c72d4e098adfa9144f4dbf8d78333fb7e041d0d6f3fa9a1023"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:33.50 ---> 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.40 ---> saved as "c211a3bbcd56648254fbfcd0f6abaab4ebb99e65f6689634811cf32f2196be01"


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


/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.43 ---> saved as "9d38e8f71d6f42fb7b56998843ae008179aa0b352b2a219c151adbba6bce59ec"


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


/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-ttf.0.6
-> installed tsdl-image.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:36.14 ---> saved as "8de8b3101816cf63704fd814cd6f9c30de5929a0dc6054cf824b3b5128a31d29"


/src: (copy (src .) (dst /src))
2024-05-11 01:36.15 ---> saved as "26544246c0371688ef27ffbc140d5c9d997b92aa6873d2edc0288d9e7b55f88c"


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


[919][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=0)


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


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


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


[1009][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
[1050][0] :	 Graphics: Quitting SDL Video
[1050][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1050][0] :	 Memory: Freeing surface (123,128)
[1050][0] :	 Event: Quitting SDL Events
[1050][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.18 ---> saved as "8dc94e79c9129bee8aad8702e88dc42a0849553e3690bea9a1b5db7b14d9165d"
Job succeeded
2024-05-11 01:36.19: Job succeeded