Organisationssanettetsdl-ttf87d68d ()macos-homebrew-5.4_arm64_opam-2.4

macos-homebrew-5.4_arm64_opam-2.4

Link Copied
Code Copied

Logs

2025-12-15 14:42.17: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (87d68d0482022e8cc3a856a7da42dabff24cbea1) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.4)
Base: macos-homebrew-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 87d68d04
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_arm64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./src/./
RUN opam pin add -yn tsdl-ttf.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y tsdl-ttf.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-12-15 14:42.17: Using cache hint "sanette/tsdl-ttf-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-c44e32e48bce9bc4977ebeeb0735d861"
2025-12-15 14:42.17: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_arm64_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl-ttf.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y tsdl-ttf.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-12-15 14:42.17: Waiting for resource in pool OCluster
2025-12-15 15:08.32: Waiting for workerโ€ฆ
2025-12-15 17:04.14: Got resource from pool OCluster
Building on m1-worker-04
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/tsdl-ttf.git-500a4f37facab1cd95bcc9686ddb8a40b4b5cb4e/.git/
HEAD is now at 87d68d0 workflow


(from macos-homebrew-ocaml-5.4)
2025-12-15 17:04.18 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache


/: (comment macos-homebrew-5.4_arm64_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
2025-12-15 17:04.18 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" from cache


/: (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 /Users/mac1000/.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:///Users/mac1000/opam-repository
2025-12-15 17:04.18 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-15 17:04.18 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95f7875db7..c65fcb1165  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 17:04.18 ---> using "3659bba13a114a50d92600369b42402276f177f9e0f982c22965b4596b6ee9b8" from cache


/: (copy (src tsdl-ttf.opam) (dst ./src/./))
2025-12-15 17:04.19 ---> saved as "9e72724940e0b846d134662b4077d39dcf6c856c6774c347ad181bb85bf10fad"


/: (run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './src/./'"))
[tsdl-ttf.dev] synchronised (file:///Users/mac1000/src)
tsdl-ttf is now pinned to file:///Users/mac1000/src (version dev)
2025-12-15 17:04.57 ---> saved as "d1a5715acf08b8fbbd4c6ec1b40d5f649b1be3c5b1679c307c24ad2a43f7cc7a"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-12-15 17:04.58 ---> saved as "694508836f286c367cd87919f72cf440b44dc774e99007f03ea4165e90ebc5f3"


/: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y tsdl-ttf.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 pkgconf sdl2 sdl2_ttf


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


+ /opt/homebrew/bin/brew "install" "libffi" "pkgconf" "sdl2" "sdl2_ttf"
- ==> Fetching downloads for: libffi, pkgconf, sdl2 and sdl2_ttf
- โœ”๏ธŽ Bottle Manifest libffi (3.5.2)
- โœ”๏ธŽ Bottle Manifest pkgconf (2.5.1)
- โœ”๏ธŽ Bottle Manifest sdl2 (2.32.10)
- โœ”๏ธŽ Bottle Manifest sdl2_ttf (2.24.0)
- โœ”๏ธŽ Bottle libffi (3.5.2)
- โœ”๏ธŽ Bottle pkgconf (2.5.1)
- โœ”๏ธŽ Bottle Manifest libpng (1.6.53)
- โœ”๏ธŽ Bottle libpng (1.6.53)
- โœ”๏ธŽ Bottle Manifest freetype (2.14.1_1)
- โœ”๏ธŽ Bottle freetype (2.14.1_1)
- โœ”๏ธŽ Bottle Manifest libunistring (1.4.1)
- โœ”๏ธŽ Bottle libunistring (1.4.1)
- โœ”๏ธŽ Bottle Manifest gettext (0.26_1)
- โœ”๏ธŽ Bottle Manifest fontconfig (2.17.1)
- โœ”๏ธŽ Bottle fontconfig (2.17.1)
- โœ”๏ธŽ Bottle Manifest pcre2 (10.47)
- โœ”๏ธŽ Bottle pcre2 (10.47)
- โœ”๏ธŽ Bottle Manifest glib (2.86.3)
- โœ”๏ธŽ Bottle Manifest xorgproto (2024.1)
- โœ”๏ธŽ Bottle xorgproto (2024.1)
- โœ”๏ธŽ Bottle Manifest libxau (1.0.12)
- โœ”๏ธŽ Bottle libxau (1.0.12)
- โœ”๏ธŽ Bottle Manifest libxdmcp (1.1.5)
- โœ”๏ธŽ Bottle libxdmcp (1.1.5)
- โœ”๏ธŽ Bottle Manifest libxcb (1.17.0)
- โœ”๏ธŽ Bottle Manifest libx11 (1.8.12)
- โœ”๏ธŽ Bottle Manifest libxext (1.3.6)
- โœ”๏ธŽ Bottle libxext (1.3.6)
- โœ”๏ธŽ Bottle Manifest libxrender (0.9.12)
- โœ”๏ธŽ Bottle libxrender (0.9.12)
- โœ”๏ธŽ Bottle Manifest lzo (2.10)
- โœ”๏ธŽ Bottle lzo (2.10)
- โœ”๏ธŽ Bottle Manifest pixman (0.46.4)
- โœ”๏ธŽ Bottle pixman (0.46.4)
- โœ”๏ธŽ Bottle Manifest cairo (1.18.4)
- โœ”๏ธŽ Bottle cairo (1.18.4)
- โœ”๏ธŽ Bottle Manifest graphite2 (1.3.14)
- โœ”๏ธŽ Bottle graphite2 (1.3.14)
- โœ”๏ธŽ Bottle Manifest icu4c@78 (78.1)
- โœ”๏ธŽ Bottle Manifest harfbuzz (12.2.0_1)
- โœ”๏ธŽ Bottle harfbuzz (12.2.0_1)
- โœ”๏ธŽ Bottle glib (2.86.3)
- โœ”๏ธŽ Bottle icu4c@78 (78.1)
- โœ”๏ธŽ Bottle libx11 (1.8.12)
- โœ”๏ธŽ Bottle gettext (0.26_1)
- โœ”๏ธŽ Bottle libxcb (1.17.0)
- โœ”๏ธŽ Bottle sdl2_ttf (2.24.0)
- โœ”๏ธŽ Bottle sdl2 (2.32.10)
- ==> Pouring libffi--3.5.2.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> Summary
- ๐Ÿบ  /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 830.3KB
- ==> Running `brew cleanup libffi`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring sdl2--2.32.10.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/sdl2/2.32.10: 94 files, 6.7MB
- ==> Running `brew cleanup sdl2`...
- ==> Installing dependencies for sdl2_ttf: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c@78 and harfbuzz
- ==> Installing sdl2_ttf dependency: libpng
- ==> Pouring libpng--1.6.53.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libpng/1.6.53: 28 files, 1.4MB
- ==> Installing sdl2_ttf dependency: freetype
- ==> Pouring freetype--2.14.1_1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/freetype/2.14.1_1: 68 files, 2.7MB
- ==> Installing sdl2_ttf dependency: libunistring
- ==> Pouring libunistring--1.4.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libunistring/1.4.1: 59 files, 5.8MB
- ==> Installing sdl2_ttf dependency: gettext
- ==> Pouring gettext--0.26_1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gettext/0.26_1: 2,428 files, 29.5MB
- ==> Installing sdl2_ttf dependency: fontconfig
- ==> Pouring fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /opt/homebrew/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose
- ๐Ÿบ  /opt/homebrew/Cellar/fontconfig/2.17.1: 98 files, 1.6MB
- ==> Installing sdl2_ttf dependency: pcre2
- ==> Pouring pcre2--10.47.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pcre2/10.47: 244 files, 7.3MB
- ==> Installing sdl2_ttf dependency: glib
- ==> Pouring glib--2.86.3.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/glib/2.86.3: 504 files, 39.6MB
- ==> Installing sdl2_ttf dependency: xorgproto
- ==> Pouring xorgproto--2024.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/xorgproto/2024.1: 268 files, 4.1MB
- ==> Installing sdl2_ttf dependency: libxau
- ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 136.1KB
- ==> Installing sdl2_ttf dependency: libxdmcp
- ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 142.4KB
- ==> Installing sdl2_ttf dependency: libxcb
- ==> Pouring libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.8MB
- ==> Installing sdl2_ttf dependency: libx11
- ==> Pouring libx11--1.8.12.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libx11/1.8.12: 1,043 files, 7.4MB
- ==> Installing sdl2_ttf dependency: libxext
- ==> Pouring libxext--1.3.6.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 466.0KB
- ==> Installing sdl2_ttf dependency: libxrender
- ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 229.5KB
- ==> Installing sdl2_ttf dependency: lzo
- ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lzo/2.10: 32 files, 579.8KB
- ==> Installing sdl2_ttf dependency: pixman
- ==> Pouring pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pixman/0.46.4: 11 files, 1.4MB
- ==> Installing sdl2_ttf dependency: cairo
- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.7MB
- ==> Installing sdl2_ttf dependency: graphite2
- ==> Pouring graphite2--1.3.14.arm64_sequoia.bottle.2.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 276.8KB
- ==> Installing sdl2_ttf dependency: icu4c@78
- ==> Pouring icu4c@78--78.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/icu4c@78/78.1: 279 files, 87.9MB
- ==> Installing sdl2_ttf dependency: harfbuzz
- ==> Pouring harfbuzz--12.2.0_1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/harfbuzz/12.2.0_1: 77 files, 12.5MB
- ==> Installing sdl2_ttf
- ==> Pouring sdl2_ttf--2.24.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/sdl2_ttf/2.24.0: 13 files, 287.2KB
- ==> Running `brew cleanup sdl2_ttf`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
2025-12-15 17:05.46 ---> saved as "c4f06481ce4c37b76d4398f734b537c83807e480893beb0e8844069462b171f0"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 15 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install conf-sdl2-ttf     1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-sdl2-ttf.1
-> installed conf-sdl2.1
-> installed conf-libffi.2.0.0
-> retrieved csexp.1.5.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved tsdl.1.2.0  (https://erratique.ch/software/tsdl/releases/tsdl-1.2.0.tbz)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 17:06.40 ---> saved as "fed27db929bdfedb12f72e11f2b2ab50f67780bc38ace4c5a765fa441e131003"


/: (copy (src .) (dst ./src))
2025-12-15 17:06.41 ---> saved as "193baaa75fe96a52cf7d38622bf4d1a2fcc06aa1a74df4eb154a47c1485f8629"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/show_string.exe /Users/mac1000/.opam/5.4.0/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.4.0/lib/integers/integers.cmxa -I /Users/mac1000/.opam/5.4.0/lib/integers /Users/mac1000/.opam/5.4.0/lib/ctypes/ctypes.cmxa -I /Users/mac1000/.opam/5.4.0/lib/ctypes /Users/mac1000/.opam/5.4.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.4.0/lib/ctypes-foreign/ctypes_foreign.cmxa -I /Users/mac1000/.opam/5.4.0/lib/ctypes-foreign /Users/mac1000/.opam/5.4.0/lib/tsdl/tsdl.cmxa -I /Users/mac1000/.opam/5.4.0/lib/tsdl src/tsdl_ttf.cmxa test/.show_string.eobjs/native/dune__exe__Show_string.cmx)
ld: warning: ignoring duplicate libraries: '-lSDL2'
(cd _build/default/test && ./show_string.exe)
Dummy video driver
2025-12-15 17:06.42 ---> saved as "daabed2b644b2978426c760f73cf97a6e6596dba1bd82d3da9c93cf3dfa8b520"
Job succeeded
2025-12-15 17:06.46: Job succeeded