Organisationssanettetsdl099453 (master)freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-05-05 14:41.22: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (09945345e1ddc2a9c0aacfe92efcc2c5f81fabe7) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)
Base: freebsd-15.0-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard 09945345
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-4.14
# freebsd-15.0-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl.opam ./
RUN opam pin add -yn tsdl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.0 dune-configurator.3.23.0 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.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


2026-05-05 14:41.22: Using cache hint "sanette/tsdl-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-8d1394ff95a190a6e8c30e09756015b9"
2026-05-05 14:41.22: Using OBuilder spec:
((from freebsd-15.0-ocaml-4.14)
(comment freebsd-15.0-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.0 dune-configurator.3.23.0 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(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.5 --depext-only -y tsdl.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"))
)


2026-05-05 14:41.22: Waiting for resource in pool OCluster
2026-05-05 18:15.39: Waiting for worker…
2026-05-05 19:21.44: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 0994534 more debug info


(from freebsd-15.0-ocaml-4.14)
2026-05-05 19:14.23 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache


/: (comment freebsd-15.0-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-05-05 19:14.24 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-05 19:14.24 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 4.14.3
2.5.0
2026-05-05 19:14.25 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-05 19:14.25 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
dd592986d4..a70af20c71  master     -> origin/master
a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-05-05 19:14.25 ---> using "ba2aeb0409a717ae0a502684c8561707c31edf736e0dc4474335c0dbae04a053" from cache


/src: (copy (src tsdl.opam) (dst ./))
2026-05-05 19:14.27 ---> saved as "ef75c837e0b6f53982d31c3550f50691696323719c75ef7e36b3912e9e4afcad"


/src: (run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
[tsdl.dev] synchronised (file:///src)
tsdl is now pinned to file:///src (version dev)
2026-05-05 19:14.29 ---> saved as "7a87da3f83b8c0ff1639c8127fa8ac71baf68aec426347c674eca8dca98ea958"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-05 19:14.30 ---> saved as "f3786c379ef91103126d771c090920c31e52b5f42c4a8bb0c5b41ea8c9ef1c15"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.0 dune-configurator.3.23.0 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")


/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.5 --depext-only -y tsdl.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl.dev] synchronised (file:///src)


[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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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:
sdl2


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2"
- Updating FreeBSD-ports repository catalogue...
- [rosemary] Fetching data:
- ..
- .....
- ... done
- Processing entries:
- .
- .
- ..
- .
- ..
- .
- .
- . done
- FreeBSD-ports repository update completed. 37057 packages processed.
- Updating FreeBSD-ports-kmods repository catalogue...
- [rosemary] Fetching data: .......... done
- Processing entries: .......... done
- FreeBSD-ports-kmods repository update completed. 240 packages processed.
- All repositories are up to date.
- The following 28 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	hwdata: 0.405,1 [FreeBSD-ports]
- 	libX11: 1.8.13,1 [FreeBSD-ports]
- 	libXScrnSaver: 1.2.4_1 [FreeBSD-ports]
- 	libXau: 1.0.12 [FreeBSD-ports]
- 	libXcursor: 1.2.3 [FreeBSD-ports]
- 	libXdamage: 1.1.6 [FreeBSD-ports]
- 	libXdmcp: 1.1.5 [FreeBSD-ports]
- 	libXext: 1.3.6,1 [FreeBSD-ports]
- 	libXfixes: 6.0.1 [FreeBSD-ports]
- 	libXi: 1.8.2,1 [FreeBSD-ports]
- 	libXrandr: 1.5.4 [FreeBSD-ports]
- 	libXrender: 0.9.12 [FreeBSD-ports]
- 	libXxf86vm: 1.1.6 [FreeBSD-ports]
- 	libdrm: 2.4.131,1 [FreeBSD-ports]
- 	libepoll-shim: 0.0.20240608 [FreeBSD-ports]
- 	libglvnd: 1.7.0 [FreeBSD-ports]
- 	libinotify: 20240724_3 [FreeBSD-ports]
- 	libpciaccess: 0.18.1_1 [FreeBSD-ports]
- 	libxcb: 1.17.0 [FreeBSD-ports]
- 	libxkbcommon: 1.13.1 [FreeBSD-ports]
- 	libxml2: 2.15.2 [FreeBSD-ports]
- 	libxshmfence: 1.3.3 [FreeBSD-ports]
- 	mesa-libs: 24.1.7_1 [FreeBSD-ports]
- 	sdl2: 2.32.10 [FreeBSD-ports]
- 	vulkan-loader: 1.4.336 [FreeBSD-ports]
- 	wayland: 1.24.0_2 [FreeBSD-ports]
- 	xkeyboard-config: 2.41_4 [FreeBSD-ports]
- 	xorgproto: 2024.1 [FreeBSD-ports]
- 
- Number of packages to be installed: 28
- 
- The process will require 50 MiB more space.
- 10 MiB to be downloaded.
- [rosemary] [ 1/28] Fetching vulkan-loader-1.4.336: .... done
- [rosemary] [ 2/28] Fetching libxcb-1.17.0: .......... done
- [rosemary] [ 3/28] Fetching libglvnd-1.7.0: .......... done
- [rosemary] [ 4/28] Fetching libXcursor-1.2.3: ... done
- [rosemary] [ 5/28] Fetching libXrandr-1.5.4: .. done
- [rosemary] [ 6/28] Fetching libXext-1.3.6,1: ....... done
- [rosemary] [ 7/28] Fetching libXxf86vm-1.1.6: . done
- [rosemary] [ 8/28] Fetching libdrm-2.4.131,1: .......... done
- [rosemary] [ 9/28] Fetching libXdamage-1.1.6: . done
- [rosemary] [10/28] Fetching libXfixes-6.0.1: .. done
- [rosemary] [11/28] Fetching libXau-1.0.12: . done
- [rosemary] [12/28] Fetching wayland-1.24.0_2: ........ done
- [rosemary] [13/28] Fetching libxml2-2.15.2: .......... done
- [rosemary] [14/28] Fetching libxshmfence-1.3.3: . done
- [rosemary] [15/28] Fetching libXScrnSaver-1.2.4_1: . done
- [rosemary] [16/28] Fetching libepoll-shim-0.0.20240608: .. done
- [rosemary] [17/28] Fetching libX11-1.8.13,1: .......... done
- [rosemary] [18/28] Fetching libXrender-0.9.12: ... done
- [rosemary] [19/28] Fetching xorgproto-2024.1: .......... done
- [rosemary] [20/28] Fetching xkeyboard-config-2.41_4: .......... done
- [rosemary] [21/28] Fetching libXi-1.8.2,1: ........ done
- [rosemary] [22/28] Fetching libxkbcommon-1.13.1: .......... done
- [rosemary] [23/28] Fetching hwdata-0.405,1: .......... done
- [rosemary] [24/28] Fetching sdl2-2.32.10: .......... done
- [rosemary] [25/28] Fetching libXdmcp-1.1.5: . done
- [rosemary] [26/28] Fetching mesa-libs-24.1.7_1: ..... done
- [rosemary] [27/28] Fetching libinotify-20240724_3: .. done
- [rosemary] [28/28] Fetching libpciaccess-0.18.1_1: . done
- Checking integrity... done (0 conflicting)
- [rosemary] [ 1/28] Installing hwdata-0.405,1...
- [rosemary] [ 1/28] Extracting hwdata-0.405,1: .......... done
- [rosemary] [ 2/28] Installing libXau-1.0.12...
- [rosemary] [ 2/28] Extracting libXau-1.0.12: .......... done
- [rosemary] [ 3/28] Installing libepoll-shim-0.0.20240608...
- [rosemary] [ 3/28] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [ 4/28] Installing libinotify-20240724_3...
- [rosemary] [ 4/28] Extracting libinotify-20240724_3: .......... done
- [rosemary] [ 5/28] Installing libpciaccess-0.18.1_1...
- [rosemary] [ 5/28] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [ 6/28] Installing libdrm-2.4.131,1...
- [rosemary] [ 6/28] Extracting libdrm-2.4.131,1: .......... done
- [rosemary] [ 7/28] Installing libxml2-2.15.2...
- [rosemary] [ 7/28] Extracting libxml2-2.15.2: .......... done
- [rosemary] [ 8/28] Installing libxshmfence-1.3.3...
- [rosemary] [ 8/28] Extracting libxshmfence-1.3.3: ......... done
- [rosemary] [ 9/28] Installing wayland-1.24.0_2...
- [rosemary] [ 9/28] Extracting wayland-1.24.0_2: .......... done
- [rosemary] [10/28] Installing xkeyboard-config-2.41_4...
- [rosemary] [10/28] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [11/28] Installing xorgproto-2024.1...
- [rosemary] [11/28] Extracting xorgproto-2024.1: .......... done
- [rosemary] [12/28] Installing libXdmcp-1.1.5...
- [rosemary] [12/28] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [13/28] Installing libxcb-1.17.0...
- [rosemary] [13/28] Extracting libxcb-1.17.0: .......... done
- [rosemary] [14/28] Installing libX11-1.8.13,1...
- [rosemary] [14/28] Extracting libX11-1.8.13,1: .......... done
- [rosemary] [15/28] Installing libXext-1.3.6,1...
- [rosemary] [15/28] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [16/28] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [16/28] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [17/28] Installing libXfixes-6.0.1...
- [rosemary] [17/28] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [18/28] Installing libXdamage-1.1.6...
- [rosemary] [18/28] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [19/28] Installing libXi-1.8.2,1...
- [rosemary] [19/28] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [20/28] Installing libXrender-0.9.12...
- [rosemary] [20/28] Extracting libXrender-0.9.12: .......... done
- [rosemary] [21/28] Installing libXcursor-1.2.3...
- [rosemary] [21/28] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [22/28] Installing libXrandr-1.5.4...
- [rosemary] [22/28] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [23/28] Installing libXxf86vm-1.1.6...
- [rosemary] [23/28] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [24/28] Installing libglvnd-1.7.0...
- [rosemary] [24/28] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [25/28] Installing libxkbcommon-1.13.1...
- [rosemary] [25/28] Extracting libxkbcommon-1.13.1: .......... done
- [rosemary] [26/28] Installing mesa-libs-24.1.7_1...
- [rosemary] [26/28] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [27/28] Installing vulkan-loader-1.4.336...
- [rosemary] [27/28] Extracting vulkan-loader-1.4.336: .......... done
- [rosemary] [28/28] Installing sdl2-2.32.10...
- [rosemary] [28/28] Extracting sdl2-2.32.10: .......... done
- =====
- Message from libinotify-20240724_3:
- 
- --
- You might want to consider increasing the kern.maxfiles tunable if you plan
- to use this library for applications that need to monitor activity of a lot
- of files.
- =====
- Message from wayland-1.24.0_2:
- 
- --
- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
- contain "wayland-%d" unix(4) sockets. This is usually handled by
- consolekit2 (via ck-launch-session) or pam_xdg (via login).
- =====
- Message from libxkbcommon-1.13.1:
- 
- --
- If arrow keys don't work under X11 switch to legacy rules e.g.,
- 
- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
-   export XKB_DEFAULT_RULES=xorg
- 
- For csh/tcsh run and (optionally) add into ~/.login:
-   setenv XKB_DEFAULT_RULES xorg
2026-05-05 19:15.09 ---> saved as "e0c58096281fc9fbb84437c23a51eedfda5d7320cc2726231848781a255196fb"


/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 10 packages
∗ conf-libffi       2.0.0
∗ conf-pkg-config   4
∗ conf-sdl2         1
∗ csexp             1.5.2
∗ ctypes            0.24.0
∗ ctypes-foreign    0.24.0
∗ dune              3.23.0
∗ dune-configurator 3.23.0
∗ integers          0.7.0
∗ stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-pkg-config.4
∗ installed conf-libffi.2.0.0
⬇ retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
∗ installed conf-sdl2.1
⬇ retrieved integers.0.7.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved dune.3.23.0, dune-configurator.3.23.0  (cached)
∗ installed dune.3.23.0
∗ installed stdlib-shims.0.3.0
∗ installed csexp.1.5.2
∗ installed integers.0.7.0
∗ installed dune-configurator.3.23.0
∗ installed ctypes.0.24.0
∗ installed ctypes-foreign.0.24.0
Done.
2026-05-05 19:17.31 ---> saved as "e17042ea2daaa37c0a206a888d3967405880aeb85dde0ffcb0e2fa5cf3710592"


/src: (copy (src .) (dst /src))
2026-05-05 19:17.31 ---> saved as "b4b23da8efa33fa1bfc56a6ca38e21fc2d2af1a381d0bcfa81c5fd43e9a22418"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_tsdl.exe)
SDL_GetError
SDL_free
SDL_SetMainReady
SDL_Init
SDL_InitSubSystem
SDL_Quit
SDL_QuitSubSystem
SDL_WasInit
SDL_ClearHints
SDL_GetHint
SDL_GetHintBoolean
SDL_SetHint
SDL_SetHintWithPriority
SDL_ClearError
SDL_SetError
SDL_LogMessage
SDL_LogGetPriority
SDL_LogResetPriorities
SDL_LogSetAllPriority
SDL_LogSetPriority
SDL_GetVersion
SDL_GetRevision
SDL_GetRevisionNumber
SDL_LoadFile_RW
SDL_RWFromFile
SDL_RWFromConstMem
SDL_RWFromMem
SDL_GetBasePath
SDL_GetPrefPath
SDL_EnclosePoints
SDL_HasIntersection
SDL_IntersectRect
SDL_IntersectRectAndLine
SDL_UnionRect
SDL_AllocPalette
SDL_FreePalette
SDL_SetPaletteColors
SDL_CalculateGammaRamp
SDL_ComposeCustomBlendMode
SDL_AllocFormat
SDL_FreeFormat
SDL_GetPixelFormatName
SDL_GetRGB
SDL_GetRGBA
SDL_MapRGB
SDL_MapRGBA
SDL_MasksToPixelFormatEnum
SDL_PixelFormatEnumToMasks
SDL_SetPixelFormatPalette
SDL_UpperBlitScaled
SDL_UpperBlit
SDL_ConvertPixels
SDL_ConvertSurface
SDL_ConvertSurfaceFormat
SDL_CreateRGBSurface
SDL_CreateRGBSurfaceFrom
SDL_CreateRGBSurfaceWithFormat
SDL_CreateRGBSurfaceWithFormatFrom
SDL_DuplicateSurface
SDL_FillRect
SDL_FillRects
SDL_FreeSurface
SDL_GetClipRect
SDL_GetColorKey
SDL_GetSurfaceAlphaMod
SDL_GetSurfaceBlendMode
SDL_GetSurfaceColorMod
SDL_LoadBMP_RW
SDL_LockSurface
SDL_LowerBlit
SDL_LowerBlitScaled
SDL_SaveBMP_RW
SDL_SetClipRect
SDL_SetColorKey
SDL_SetSurfaceAlphaMod
SDL_SetSurfaceBlendMode
SDL_SetSurfaceColorMod
SDL_SetSurfacePalette
SDL_SetSurfaceRLE
SDL_UnlockSurface
SDL_CreateRenderer
SDL_CreateSoftwareRenderer
SDL_DestroyRenderer
SDL_GetNumRenderDrivers
SDL_GetRenderDrawBlendMode
SDL_GetRenderDrawColor
SDL_GetRenderDriverInfo
SDL_GetRenderTarget
SDL_GetRenderer
SDL_GetRendererInfo
SDL_GetRendererOutputSize
SDL_RenderClear
SDL_RenderCopy
SDL_RenderCopyEx
SDL_RenderDrawLine
SDL_RenderDrawLineF
SDL_RenderDrawLines
SDL_RenderDrawPoint
SDL_RenderDrawPoints
SDL_RenderDrawPointF
SDL_RenderDrawPointsF
SDL_RenderDrawRect
SDL_RenderDrawRects
SDL_RenderFillRect
SDL_RenderFillRects
SDL_RenderGeometry
SDL_RenderGeometryRaw
SDL_RenderGetClipRect
SDL_RenderIsClipEnabled
SDL_RenderGetIntegerScale
SDL_RenderGetLogicalSize
SDL_RenderGetScale
SDL_RenderGetViewport
SDL_RenderGetWindow
SDL_RenderPresent
SDL_RenderReadPixels
SDL_RenderSetClipRect
SDL_RenderSetIntegerScale
SDL_RenderSetLogicalSize
SDL_RenderSetScale
SDL_RenderSetViewport
SDL_RenderTargetSupported
SDL_SetRenderDrawBlendMode
SDL_SetRenderDrawColor
SDL_SetRenderTarget
SDL_CreateTexture
SDL_CreateTextureFromSurface
SDL_DestroyTexture
SDL_GetTextureAlphaMod
SDL_GetTextureBlendMode
SDL_GetTextureColorMod
SDL_GetTextureScaleMode
SDL_QueryTexture
SDL_LockTexture
SDL_SetTextureAlphaMod
SDL_SetTextureBlendMode
SDL_SetTextureColorMod
SDL_SetTextureScaleMode
SDL_UnlockTexture
SDL_UpdateTexture
SDL_UpdateYUVTexture
SDL_GetCurrentVideoDriver
SDL_GetNumVideoDrivers
SDL_GetVideoDriver
SDL_VideoInit
SDL_VideoQuit
SDL_GetClosestDisplayMode
SDL_GetCurrentDisplayMode
SDL_GetDesktopDisplayMode
SDL_GetDisplayBounds
SDL_GetDisplayDPI
SDL_GetDisplayMode
SDL_GetDisplayUsableBounds
SDL_GetNumDisplayModes
SDL_GetDisplayName
SDL_GetNumVideoDisplays
SDL_CreateWindow
SDL_CreateWindowAndRenderer
SDL_DestroyWindow
SDL_GetWindowBrightness
SDL_GetWindowBordersSize
SDL_GetWindowDisplayIndex
SDL_GetWindowDisplayMode
SDL_GetWindowFlags
SDL_GetWindowFromID
SDL_GetWindowGammaRamp
SDL_GetWindowGrab
SDL_GetGrabbedWindow
SDL_GetWindowID
SDL_GetWindowMaximumSize
SDL_GetWindowMinimumSize
SDL_GetWindowOpacity
SDL_GetWindowPixelFormat
SDL_GetWindowPosition
SDL_GetWindowSize
SDL_GetWindowSurface
SDL_GetWindowTitle
SDL_HideWindow
SDL_MaximizeWindow
SDL_MinimizeWindow
SDL_RaiseWindow
SDL_RestoreWindow
SDL_SetWindowBordered
SDL_SetWindowBrightness
SDL_SetWindowDisplayMode
SDL_SetWindowFullscreen
SDL_SetWindowGammaRamp
SDL_SetWindowGrab
SDL_SetWindowIcon
SDL_SetWindowInputFocus
SDL_SetWindowMaximumSize
SDL_SetWindowMinimumSize
SDL_SetWindowModalFor
SDL_SetWindowOpacity
SDL_SetWindowPosition
SDL_SetWindowResizable
SDL_SetWindowSize
SDL_SetWindowTitle
SDL_ShowWindow
SDL_UpdateWindowSurface
SDL_UpdateWindowSurfaceRects
SDL_GL_BindTexture
SDL_GL_CreateContext
SDL_GL_DeleteContext
SDL_GL_ExtensionSupported
SDL_GL_GetAttribute
SDL_GL_GetCurrentContext
SDL_GL_GetDrawableSize
SDL_GL_GetSwapInterval
SDL_GL_MakeCurrent
SDL_GL_ResetAttributes
SDL_GL_SetAttribute
SDL_GL_SetSwapInterval
SDL_GL_SwapWindow
SDL_GL_UnbindTexture
SDL_Vulkan_LoadLibrary
SDL_Vulkan_UnloadLibrary
SDL_Vulkan_GetInstanceExtensions
SDL_Vulkan_CreateSurface
SDL_Vulkan_GetDrawableSize
SDL_DisableScreenSaver
SDL_EnableScreenSaver
SDL_IsScreenSaverEnabled
SDL_ShowMessageBox
SDL_ShowSimpleMessageBox
SDL_GetClipboardText
SDL_HasClipboardText
SDL_SetClipboardText
SDL_GetKeyboardFocus
SDL_GetKeyboardState
SDL_GetKeyFromName
SDL_GetKeyFromScancode
SDL_GetKeyName
SDL_GetModState
SDL_GetScancodeFromKey
SDL_GetScancodeFromName
SDL_GetScancodeName
SDL_HasScreenKeyboardSupport
SDL_IsScreenKeyboardShown
SDL_IsTextInputActive
SDL_SetModState
SDL_SetTextInputRect
SDL_StartTextInput
SDL_StopTextInput
SDL_CaptureMouse
SDL_CreateColorCursor
SDL_CreateCursor
SDL_CreateSystemCursor
SDL_FreeCursor
SDL_GetCursor
SDL_GetDefaultCursor
SDL_GetGlobalMouseState
SDL_GetMouseFocus
SDL_GetMouseState
SDL_GetRelativeMouseMode
SDL_GetRelativeMouseState
SDL_ShowCursor
SDL_SetCursor
SDL_SetRelativeMouseMode
SDL_WarpMouseInWindow
SDL_WarpMouseGlobal
SDL_GetNumTouchDevices
SDL_GetNumTouchFingers
SDL_GetTouchDevice
SDL_GetTouchFinger
SDL_LoadDollarTemplates
SDL_RecordGesture
SDL_SaveDollarTemplate
SDL_SaveAllDollarTemplates
SDL_JoystickClose
SDL_JoystickCurrentPowerLevel
SDL_JoystickEventState
SDL_JoystickFromInstanceID
SDL_JoystickGetAttached
SDL_JoystickGetAxis
SDL_JoystickGetAxisInitialState
SDL_JoystickGetBall
SDL_JoystickGetButton
SDL_JoystickGetDeviceGUID
SDL_JoystickGetDeviceProduct
SDL_JoystickGetDeviceProductVersion
SDL_JoystickGetDeviceType
SDL_JoystickGetDeviceInstanceID
SDL_JoystickGetDeviceVendor
SDL_JoystickGetGUID
SDL_JoystickGetGUIDFromString
SDL_JoystickGetGUIDString
SDL_JoystickGetHat
SDL_JoystickGetProduct
SDL_JoystickGetProductVersion
SDL_JoystickGetType
SDL_JoystickGetVendor
SDL_JoystickInstanceID
SDL_JoystickName
SDL_JoystickNameForIndex
SDL_JoystickNumAxes
SDL_JoystickNumBalls
SDL_JoystickNumButtons
SDL_JoystickNumHats
SDL_JoystickOpen
SDL_JoystickUpdate
SDL_NumJoysticks
SDL_GameControllerAddMapping
SDL_GameControllerAddMappingsFromRW
SDL_GameControllerClose
SDL_GameControllerEventState
SDL_GameControllerFromInstanceID
SDL_GameControllerGetAttached
SDL_GameControllerGetAxis
SDL_GameControllerGetAxisFromString
SDL_GameControllerGetBindForAxis
SDL_GameControllerGetBindForButton
SDL_GameControllerGetButton
SDL_GameControllerGetButtonFromString
SDL_GameControllerGetJoystick
SDL_GameControllerGetProduct
SDL_GameControllerGetProductVersion
SDL_GameControllerGetStringForAxis
SDL_GameControllerGetStringForButton
SDL_GameControllerGetVendor
SDL_GameControllerMapping
SDL_GameControllerMappingForIndex
SDL_GameControllerMappingForGUID
SDL_GameControllerName
SDL_GameControllerNameForIndex
SDL_GameControllerNumMappings
SDL_GameControllerOpen
SDL_GameControllerUpdate
SDL_IsGameController
SDL_EventState
SDL_FlushEvent
SDL_FlushEvents
SDL_HasEvent
SDL_HasEvents
SDL_PollEvent
SDL_PumpEvents
SDL_PushEvent
SDL_RegisterEvents
SDL_WaitEvent
SDL_WaitEventTimeout
SDL_HapticClose
SDL_HapticDestroyEffect
SDL_HapticEffectSupported
SDL_HapticGetEffectStatus
SDL_HapticIndex
SDL_HapticName
SDL_HapticNewEffect
SDL_HapticNumAxes
SDL_HapticNumEffects
SDL_HapticNumEffectsPlaying
SDL_HapticOpen
SDL_HapticOpenFromJoystick
SDL_HapticOpenFromMouse
SDL_HapticOpened
SDL_HapticPause
SDL_HapticQuery
SDL_HapticRumbleInit
SDL_HapticRumblePlay
SDL_HapticRumbleStop
SDL_HapticRumbleSupported
SDL_HapticRunEffect
SDL_HapticSetAutocenter
SDL_HapticSetGain
SDL_HapticStopAll
SDL_HapticStopEffect
SDL_HapticUnpause
SDL_HapticUpdateEffect
SDL_JoystickIsHaptic
SDL_MouseIsHaptic
SDL_NumHaptics
SDL_AudioInit
SDL_AudioQuit
SDL_GetAudioDriver
SDL_GetCurrentAudioDriver
SDL_GetNumAudioDrivers
SDL_CloseAudioDevice
SDL_FreeWAV
SDL_GetAudioDeviceName
SDL_GetAudioDeviceStatus
SDL_GetNumAudioDevices
SDL_LoadWAV_RW
SDL_LockAudioDevice
SDL_OpenAudioDevice
SDL_PauseAudioDevice
SDL_UnlockAudioDevice
SDL_QueueAudio
SDL_DequeueAudio
SDL_GetQueuedAudioSize
SDL_ClearQueuedAudio
SDL_GetDefaultAudioInfo
SDL_Delay
SDL_GetTicks
SDL_GetTicks64
SDL_GetPerformanceCounter
SDL_GetPerformanceFrequency
SDL_GetPlatform
SDL_GetCPUCacheLineSize
SDL_GetCPUCount
SDL_GetSystemRAM
SDL_Has3DNow
SDL_HasAltiVec
SDL_HasAVX
SDL_HasAVX2
SDL_HasMMX
SDL_HasNEON
SDL_HasRDTSC
SDL_HasSSE
SDL_HasSSE2
SDL_HasSSE3
SDL_HasSSE41
SDL_HasSSE42
SDL_GetPowerInfo
SDL_GetPreferredLocales
Preferences path = /home/opam/.local/share/bogue/test/
Dynlib: using "libSDL2.so" for SDL2.
INFO: SDL Version (2,32,10)
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
INFO: Create window error: Could not find a valid EGL device to initialize
2026-05-05 19:17.37 ---> saved as "162c2cfa9f2ca81200208abfb85e96c254708f73fd252eef79854a8fcdf50320"
Job succeeded
2026-05-05 19:24.58: Job succeeded