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

freebsd-5.1_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-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
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-5.1
# freebsd-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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-5.1-freebsd-5.1_opam-2.1-ee9ac1b8f2c4b5487cb12cd94f9d202c"
2024-04-30 09:18.46: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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.13: Waiting for worker…
2024-04-30 20:27.36: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at edb9b92 version 0.6


(from freebsd-ocaml-5.1)
2024-04-30 20:23.20 ---> using "813c71762ba09cfa8cfe3f05f009bdd39b1b347128fefd2e95099f87d236c989" from cache


/: (comment freebsd-5.1_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.20 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" 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.21 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:23.23 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" 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..60c4208f49  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
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.24 ---> using "d734fa54dab0739f2f99fe5d646012a6063029d85eae47cd7397eeec1291fd7e" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2024-04-30 20:23.44 ---> saved as "54530fe30b7a8099e592484ed9ce4f2ce677360c5ec49c0df86acdeb20ee2153"


/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.00 ---> saved as "1983ae27e7f1b3cb9ac02df3ab90269a27d9230b792b172d9419fda8b01260f3"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains 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.09 ---> saved as "cedd8bac24775406eed14bfa4bbcb81d49dfce00b5ba6c1eb4c8628d642cc425"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains 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
 retrieved ctypes-foreign.0.22.0  (cached)
 installed conf-sdl2-ttf.1
 installed conf-sdl2.1
 installed conf-libffi.2.0.0
 retrieved csexp.1.5.2  (cached)
 retrieved bigarray-compat.1.1.0  (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 dune.3.15.2  (cached)
 installed ocamlbuild.0.14.3
 installed ocamlfind.1.9.6
 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.23 ---> saved as "ff3da9d4abe5e7412973b50bd94e383ce04714b6c2e2b3b5c9c52c1bfbe6d9fd"


/src: (copy (src .) (dst /src))
2024-04-30 20:33.29 ---> saved as "ed01fdbef9960f26613040bf78278190f8b4d5e8b8532aee0685e496235468e5"


/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.35 ---> saved as "a64c3f082106c97d24ef239103e00459d0657a06974c7b5c1678ec496c744759"
Job succeeded
2024-04-30 20:37.54: Job succeeded