Organisationssanettetsdl-ttfedb9b9 (master)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 09:18.46: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (edb9b925c0ddf4dd00fb90ef67c7132b7ee351f6) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard edb9b925
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.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-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"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y tsdl-ttf.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-04-30 09:18.46: Using cache hint "sanette/tsdl-ttf-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-af40a79305d17dec0be6739943338753"
2024-04-30 09:18.46: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-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/local/bin/opam-2.1 /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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tsdl-ttf.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn tsdl-ttf.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-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")
 (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 tsdl-ttf.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-04-30 09:18.46: Waiting for resource in pool OCluster
2024-04-30 18:27.26: Waiting for worker…
2024-04-30 20:28.03: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at edb9b92 version 0.6


(from freebsd-ocaml-4.14)
2024-04-30 20:23.45 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-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/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-04-30 20:23.45 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-04-30 20:23.45 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 20:23.46 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:23.46 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..e90e14059c  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-04-30 20:23.46 ---> using "f1527e68e0ed03ded37e1772899255a42c69f86ddf3a31037f764ae2ae8ff309" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2024-04-30 20:23.57 ---> saved as "05e9abfa143f3c7c6e0680ba1c7e3619f33c918b6ffc29ca334638520a7114a3"


/src: (run (network host)
           (shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2024-04-30 20:24.05 ---> saved as "8958cfdf16453f2a941dd71cdb889b0276c43ae8a111b70188bc20cc3aa3d73e"


/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-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")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    sdl2 sdl2_ttf


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_ttf"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: ..
- ........ done
- Processing entries: .
- ..
- .
- ..
- .
- ..
- . done
- FreeBSD repository update completed. 34061 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: .
- ....
- ..... done
- Checking integrity...
-  done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: ....
- ...... done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: .
- ......... done
- Processing entries: .
- ..
- ..
- ..
- .
- .. done
- FreeBSD repository update completed. 34061 packages processed.
- All repositories are up to date.
- The following 35 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	brotli: 1.1.0,1
- 	freetype2: 2.13.2
- 	glib: 2.80.0,2
- 	graphite2: 1.3.14
- 	harfbuzz: 8.4.0
- 	libX11: 1.8.7_1,1
- 	libXScrnSaver: 1.2.4_1
- 	libXau: 1.0.9_1
- 	libXcursor: 1.2.2
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.0_1
- 	libXi: 1.8_1,1
- 	libXrandr: 1.5.2_1
- 	libXrender: 0.9.10_2
- 	libXxf86vm: 1.1.4_4
- 	libdrm: 2.4.120_1,1
- 	libepoll-shim: 0.0.20230411
- 	libglvnd: 1.7.0
- 	libinotify: 20211018_1
- 	libpciaccess: 0.18
- 	libxcb: 1.16.1
- 	libxkbcommon: 1.6.0_2
- 	libxml2: 2.11.7
- 	libxshmfence: 1.3.2
- 	mesa-libs: 24.0.4
- 	png: 1.6.43
- 	py39-packaging: 23.2
- 	sdl2: 2.30.2
- 	sdl2_ttf: 2.20.2
- 	vulkan-loader: 1.3.282
- 	wayland: 1.22.0
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 35
- 
- The process will require 84 MiB more space.
- 15 MiB to be downloaded.
- [spring] [1/35] Fetching png-1.6.43.pkg: .......... done
- [spring] [2/35] Fetching vulkan-loader-1.3.282.pkg: .........
- . done
- [spring] [3/35] Fetching libxcb-1.16.1.pkg: .....
- ..... done
- [spring] [4/35] Fetching freetype2-2.13.2.pkg: .......... done
- [spring] [5/35] Fetching libXcursor-1.2.2.pkg: ....... done
- [spring] [6/35] Fetching libglvnd-1.7.0.pkg: ......... done
- [spring] [7/35] Fetching sdl2_ttf-2.20.2.pkg: ........ done
- [spring] [8/35] Fetching libXrandr-1.5.2_1.pkg: .... done
- [spring] [9/35] Fetching brotli-1.1.0,1.pkg: .......... done
- [spring] [10/35] Fetching py39-packaging-23.2.pkg: ........ done
- [spring] [11/35] Fetching libXext-1.3.6,1.pkg: .......... done
- [spring] [12/35] Fetching libXxf86vm-1.1.4_4.pkg: ... done
- [spring] [13/35] Fetching libXdamage-1.1.6.pkg: .. done
- [spring] [14/35] Fetching libdrm-2.4.120_1,1.pkg: .......... done
- [spring] [15/35] Fetching libXfixes-6.0.0_1.pkg: ... done
- [spring] [16/35] Fetching libXau-1.0.9_1.pkg: ... done
- [spring] [17/35] Fetching libxml2-2.11.7.pkg: .......... done
- [spring] [18/35] Fetching wayland-1.22.0.pkg: .......... done
- [spring] [19/35] Fetching libxshmfence-1.3.2.pkg: . done
- [spring] [20/35] Fetching libXScrnSaver-1.2.4_1.pkg: ... done
- [spring] [21/35] Fetching libepoll-shim-0.0.20230411.pkg: ... done
- [spring] [22/35] Fetching libX11-1.8.7_1,1.pkg: .......... done
- [spring] [23/35] Fetching glib-2.80.0,2.pkg: 
- .........
- . done
- [spring] [24/35] Fetching libXrender-0.9.10_2.pkg: .... done
- [spring] [25/35] Fetching xorgproto-2023.2.pkg: ........ done
- [spring] [26/35] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [spring] [27/35] Fetching libXi-1.8_1,1.pkg: ...... done
- [spring] [28/35] Fetching libxkbcommon-1.6.0_2.pkg: 
- .......... done
- [spring] [29/35] Fetching sdl2-2.30.2.pkg: .......... done
- [spring] [30/35] Fetching graphite2-1.3.14.pkg: ....... done
- [spring] [31/35] Fetching libXdmcp-1.1.5.pkg: ..... done
- [spring] [32/35] Fetching harfbuzz-8.4.0.pkg: .......... done
- [spring] [33/35] Fetching mesa-libs-24.0.4.pkg: ......... done
- [spring] [34/35] Fetching libinotify-20211018_1.pkg: ..... done
- [spring] [35/35] Fetching libpciaccess-0.18.pkg: ... done
- Checking integrity...
-  done (0 conflicting)
- [spring] [1/35] Installing xorgproto-2023.2...
- [spring] [1/35] Extracting xorgproto-2023.2: .......... done
- [spring] [2/35] Installing libXau-1.0.9_1...
- [spring] [2/35] Extracting libXau-1.0.9_1: .......... done
- [spring] [3/35] Installing libXdmcp-1.1.5...
- [spring] [3/35] Extracting libXdmcp-1.1.5: ......... done
- [spring] [4/35] Installing libxcb-1.16.1...
- [spring] [4/35] Extracting libxcb-1.16.1: .......... done
- [spring] [5/35] Installing libX11-1.8.7_1,1...
- [spring] [5/35] Extracting libX11-1.8.7_1,1: .......... done
- [spring] [6/35] Installing libXext-1.3.6,1...
- [spring] [6/35] Extracting libXext-1.3.6,1: .......... done
- [spring] [7/35] Installing libXfixes-6.0.0_1...
- [spring] [7/35] Extracting libXfixes-6.0.0_1: .......... done
- [spring] [8/35] Installing libxml2-2.11.7...
- [spring] [8/35] Extracting libxml2-2.11.7: .......... done
- [spring] [9/35] Installing libepoll-shim-0.0.20230411...
- [spring] [9/35] Extracting libepoll-shim-0.0.20230411: .......... done
- [spring] [10/35] Installing libXrender-0.9.10_2...
- [spring] [10/35] Extracting libXrender-0.9.10_2: .......... done
- [spring] [11/35] Installing libpciaccess-0.18...
- [spring] [11/35] Extracting libpciaccess-0.18: ........ done
- [spring] [12/35] Installing png-1.6.43...
- [spring] [12/35] Extracting png-1.6.43: .......... done
- [spring] [13/35] Installing libglvnd-1.7.0...
- [spring] [13/35] Extracting libglvnd-1.7.0: .......... done
- [spring] [14/35] Installing libXrandr-1.5.2_1...
- [spring] [14/35] Extracting libXrandr-1.5.2_1: .......... done
- [spring] [15/35] Installing brotli-1.1.0,1...
- [spring] [15/35] Extracting brotli-1.1.0,1: .......... done
- [spring] [16/35] Installing py39-packaging-23.2...
- [spring] [16/35] Extracting py39-packaging-23.2: .......... done
- [spring] [17/35] Installing libXxf86vm-1.1.4_4...
- [spring] [17/35] Extracting libXxf86vm-1.1.4_4: .......... done
- [spring] [18/35] Installing libXdamage-1.1.6...
- [spring] [18/35] Extracting libXdamage-1.1.6: ......... done
- [spring] [19/35] Installing libdrm-2.4.120_1,1...
- [spring] [19/35] Extracting libdrm-2.4.120_1,1: .......... done
- [spring] [20/35] Installing wayland-1.22.0...
- [spring] [20/35] Extracting wayland-1.22.0: .......... done
- [spring] [21/35] Installing libxshmfence-1.3.2...
- [spring] [21/35] Extracting libxshmfence-1.3.2: ......... done
- [spring] [22/35] Installing xkeyboard-config-2.41_4...
- [spring] [22/35] Extracting xkeyboard-config-2.41_4: .......... done
- [spring] [23/35] Installing vulkan-loader-1.3.282...
- [spring] [23/35] Extracting vulkan-loader-1.3.282: .......... done
- [spring] [24/35] Installing freetype2-2.13.2...
- [spring] [24/35] Extracting freetype2-2.13.2: .......... done
- [spring] [25/35] Installing libXcursor-1.2.2...
- [spring] [25/35] Extracting libXcursor-1.2.2: .......... done
- [spring] [26/35] Installing libXScrnSaver-1.2.4_1...
- [spring] [26/35] Extracting libXScrnSaver-1.2.4_1: .......... done
- [spring] [27/35] Installing glib-2.80.0,2...
- [spring] [27/35] Extracting glib-2.80.0,2: .......... done
- [spring] [28/35] Installing libXi-1.8_1,1...
- [spring] [28/35] Extracting libXi-1.8_1,1: .......... done
- [spring] [29/35] Installing libxkbcommon-1.6.0_2...
- [spring] [29/35] Extracting libxkbcommon-1.6.0_2: .......... done
- [spring] [30/35] Installing graphite2-1.3.14...
- [spring] [30/35] Extracting graphite2-1.3.14: .......... done
- [spring] [31/35] Installing mesa-libs-24.0.4...
- [spring] [31/35] Extracting mesa-libs-24.0.4: .......... done
- [spring] [32/35] Installing libinotify-20211018_1...
- [spring] [32/35] Extracting libinotify-20211018_1: .......... done
- [spring] [33/35] Installing sdl2-2.30.2...
- [spring] [33/35] Extracting sdl2-2.30.2: .......... done
- [spring] [34/35] Installing harfbuzz-8.4.0...
- [spring] [34/35] Extracting harfbuzz-8.4.0: .......... done
- [spring] [35/35] Installing sdl2_ttf-2.20.2...
- [spring] [35/35] Extracting sdl2_ttf-2.20.2: .......... done
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- Message from wayland-1.22.0:
- 
- --
- 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 freetype2-2.13.2:
- 
- --
- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
- the default, emulating a modern version of ClearType. This change inevitably
- leads to different rendering results, and you might change port's options to
- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
- variable).
- 
- The environment variable "FREETYPE_PROPERTIES" can be used to control the
- driver properties. Example:
- 
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- 	cff:no-stem-darkening=1 \
- 	autofitter:warping=1
- 
- This allows to select, say, the subpixel hinting mode at runtime for a given
- application.
- 
- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
- the foundry and information whether they contain wide characters. For example,
- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
- run time with using pcf:no-long-family-names property, if needed. Example:
- 
- FREETYPE_PROPERTIES=pcf:no-long-family-names=1
- 
- How to recreate fontconfig cache with using such environment variable,
- if needed:
- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
- 
- The controllable properties are listed in the section "Controlling FreeType
- Modules" in the reference's table of contents
- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
- =====
- Message from libxkbcommon-1.6.0_2:
- 
- --
- 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
- =====
- Message from libinotify-20211018_1:
- 
- --
- 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.
2024-04-30 20:26.10 ---> saved as "965a7d158e0098ec56ffd0b746ccb61063b40511a8552f110b266f8d7de617fb"


/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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install dune              3.15.2
   install ocamlbuild        0.14.3
   install conf-pkg-config   3
   install ocamlfind         1.9.6
   install stdlib-shims      0.3.0
   install csexp             1.5.2
   install bigarray-compat   1.1.0
   install conf-sdl2-ttf     1
   install conf-sdl2         1
   install conf-libffi       2.0.0
   install topkg             1.0.7
   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
=====  16 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved ctypes.0.22.0  (cached)
 installed conf-pkg-config.3
 installed conf-libffi.2.0.0
 retrieved csexp.1.5.2  (cached)
 installed conf-sdl2-ttf.1
 installed conf-sdl2.1
 retrieved ctypes-foreign.0.22.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tsdl.1.0.0  (https://erratique.ch/software/tsdl/releases/tsdl-1.0.0.tbz)
 retrieved bigarray-compat.1.1.0  (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 dune-configurator.3.15.2
 installed ctypes.0.22.0
 installed ctypes-foreign.0.22.0
 installed tsdl.1.0.0
Done.
2024-04-30 20:33.25 ---> saved as "5e4478d5c7fe478772a214a0e0da2ba0a5b5489c68a2c2c80f99fa68809d39a2"


/src: (copy (src .) (dst /src))
2024-04-30 20:33.30 ---> saved as "19d02f88d24d08c024bb12c41fa647fea8c0d7db392ff0ae61aef68f5bb6db98"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
Dummy video driver
2024-04-30 20:33.37 ---> saved as "34c15e77991973d8ff4fb92edc062489b7c695eb665bec3c765750f6a2246dad"
Job succeeded
2024-04-30 20:37.57: Job succeeded