Organisationssanettebogue-cairo6135ed (main)freebsd-14.3-4.14_opam-2.4

freebsd-14.3-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-10-07 16:49.14: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)
Base: freebsd-14.3-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.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


2025-10-07 16:49.14: Using cache hint "sanette/bogue-cairo-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-e8316b66056dc76c5fd6545bd6bc0d1c"
2025-10-07 16:49.14: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(comment freebsd-14.3-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue-cairo.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.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"))
)


2025-10-07 16:49.14: Waiting for resource in pool OCluster
2025-10-07 18:36.50: Waiting for worker…
2025-10-07 19:50.16: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from freebsd-14.3-ocaml-4.14)
2025-10-07 19:48.31 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache


/: (comment freebsd-14.3-4.14_opam-2.4)


/: (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.4 /usr/local/bin/opam"))
2025-10-07 19:48.32 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" 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
2025-10-07 19:48.32 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-07 19:48.33 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-07 19:48.33 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc


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


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.3.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-10-07 19:48.34 ---> using "d81b9900bb8c5e58692c83f639e9cca7e03cf760f0da63cf580ffec192985fd3" from cache


/src: (copy (src bogue-cairo.opam) (dst ./))
2025-10-07 19:48.36 ---> saved as "6dab628582f0e4dc1050a1189f25c3643aefdb92db0d2680f413e1899bf0fae8"


/src: (run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
[NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch.
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2025-10-07 19:48.38 ---> saved as "eff902fc21a7c57f83beafc630bf97d321850bf01b70a164904a642c48c13ea9"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-07 19:48.39 ---> saved as "8c2d091d9922846a2262d138795f1018e6ecaa7837b8fed7cda17f221a2850d3"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
graphics/cairo sdl2 sdl2_image sdl2_ttf


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "graphics/cairo" "sdl2" "sdl2_image" "sdl2_ttf"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: .
- .
- ..
- ...
- ..
- . done
- Processing entries:
- ..
- ..
- .
- ..
- .
- .. done
- FreeBSD repository update completed. 36549 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 59 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.2.1 [FreeBSD]
- 	aom: 3.13.1 [FreeBSD]
- 	cairo: 1.18.2,3 [FreeBSD]
- 	dav1d: 1.5.1_1 [FreeBSD]
- 	fontconfig: 2.15.0_3,1 [FreeBSD]
- 	freetype2: 2.13.3 [FreeBSD]
- 	gdk-pixbuf2: 2.44.1 [FreeBSD]
- 	giflib: 5.2.2 [FreeBSD]
- 	glib: 2.84.1_3,2 [FreeBSD]
- 	graphite2: 1.3.14 [FreeBSD]
- 	harfbuzz: 10.3.0 [FreeBSD]
- 	highway: 1.3.0 [FreeBSD]
- 	hwdata: 0.399,1 [FreeBSD]
- 	jbigkit: 2.1_3 [FreeBSD]
- 	jpeg-turbo: 3.1.2 [FreeBSD]
- 	lerc: 4.0.0 [FreeBSD]
- 	libX11: 1.8.12,1 [FreeBSD]
- 	libXScrnSaver: 1.2.4_1 [FreeBSD]
- 	libXau: 1.0.12 [FreeBSD]
- 	libXcursor: 1.2.3 [FreeBSD]
- 	libXdamage: 1.1.6 [FreeBSD]
- 	libXdmcp: 1.1.5 [FreeBSD]
- 	libXext: 1.3.6,1 [FreeBSD]
- 	libXfixes: 6.0.1 [FreeBSD]
- 	libXi: 1.8.2,1 [FreeBSD]
- 	libXrandr: 1.5.4 [FreeBSD]
- 	libXrender: 0.9.12 [FreeBSD]
- 	libXxf86vm: 1.1.6 [FreeBSD]
- 	libavif: 1.3.0_2 [FreeBSD]
- 	libdeflate: 1.24 [FreeBSD]
- 	libdrm: 2.4.123,1 [FreeBSD]
- 	libepoll-shim: 0.0.20240608 [FreeBSD]
- 	libglvnd: 1.7.0 [FreeBSD]
- 	libinotify: 20240724_3 [FreeBSD]
- 	libjxl: 0.11.1_2 [FreeBSD]
- 	libpciaccess: 0.18.1_1 [FreeBSD]
- 	libxcb: 1.17.0 [FreeBSD]
- 	libxkbcommon: 1.8.1_3 [FreeBSD]
- 	libxml2: 2.14.5 [FreeBSD]
- 	libxshmfence: 1.3.3 [FreeBSD]
- 	libyuv: 0.0.1903 [FreeBSD]
- 	lzo2: 2.10_1 [FreeBSD]
- 	mesa-libs: 24.1.7_1 [FreeBSD]
- 	openexr: 3.4.0 [FreeBSD]
- 	openjph: 0.22.0 [FreeBSD]
- 	pixman: 0.46.2 [FreeBSD]
- 	png: 1.6.50 [FreeBSD]
- 	py311-packaging: 25.0 [FreeBSD]
- 	sdl2: 2.32.8 [FreeBSD]
- 	sdl2_image: 2.8.8_1 [FreeBSD]
- 	sdl2_ttf: 2.24.0 [FreeBSD]
- 	shared-mime-info: 2.4_2 [FreeBSD]
- 	tiff: 4.7.0 [FreeBSD]
- 	vmaf: 3.0.0 [FreeBSD]
- 	vulkan-loader: 1.4.327 [FreeBSD]
- 	wayland: 1.24.0_2 [FreeBSD]
- 	webp: 1.6.0 [FreeBSD]
- 	xkeyboard-config: 2.41_4 [FreeBSD]
- 	xorgproto: 2024.1 [FreeBSD]
- 
- Number of packages to be installed: 59
- 
- The process will require 261 MiB more space.
- 39 MiB to be downloaded.
- [rosemary] [1/59] Fetching png-1.6.50.pkg: .......... done
- [rosemary] [2/59] Fetching libxcb-1.17.0.pkg: ...
- ....... done
- [rosemary] [3/59] Fetching freetype2-2.13.3.pkg: ...
- ....... done
- [rosemary] [4/59] Fetching jpeg-turbo-3.1.2.pkg: .......... done
- [rosemary] [5/59] Fetching libglvnd-1.7.0.pkg: .......... done
- [rosemary] [6/59] Fetching sdl2_ttf-2.24.0.pkg: ... done
- [rosemary] [7/59] Fetching libXrandr-1.5.4.pkg: .. done
- [rosemary] [8/59] Fetching lzo2-2.10_1.pkg: ........ done
- [rosemary] [9/59] Fetching libdeflate-1.24.pkg: ...... done
- [rosemary] [10/59] Fetching libXxf86vm-1.1.6.pkg: . done
- [rosemary] [11/59] Fetching vmaf-3.0.0.pkg: .
- ......... done
- [rosemary] [12/59] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [13/59] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [14/59] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [15/59] Fetching libxml2-2.14.5.pkg: .
- ......... done
- [rosemary] [16/59] Fetching wayland-1.24.0_2.pkg: ......... done
- [rosemary] [17/59] Fetching aom-3.13.1.pkg:
- ...
- ....... done
- [rosemary] [18/59] Fetching gdk-pixbuf2-2.44.1.pkg: ........
- .. done
- [rosemary] [19/59] Fetching libxshmfence-1.3.3.pkg: . done
- [rosemary] [20/59] Fetching py311-packaging-25.0.pkg: ........ done
- [rosemary] [21/59] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [rosemary] [22/59] Fetching libepoll-shim-0.0.20240608.pkg: .. done
- [rosemary] [23/59] Fetching libjxl-0.11.1_2.pkg: ...
- ....... done
- [rosemary] [24/59] Fetching libX11-1.8.12,1.pkg: .
- .......
- .. done
- [rosemary] [25/59] Fetching giflib-5.2.2.pkg: .......... done
- [rosemary] [26/59] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [27/59] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [28/59] Fetching libXi-1.8.2,1.pkg: ........ done
- [rosemary] [29/59] Fetching sdl2_image-2.8.8_1.pkg: ..... done
- [rosemary] [30/59] Fetching webp-1.6.0.pkg: ..
- ........ done
- [rosemary] [31/59] Fetching hwdata-0.399,1.pkg: ....
- ...... done
- [rosemary] [32/59] Fetching cairo-1.18.2,3.pkg: .......... done
- [rosemary] [33/59] Fetching graphite2-1.3.14.pkg: ....... done
- [rosemary] [34/59] Fetching shared-mime-info-2.4_2.pkg: .......... done
- [rosemary] [35/59] Fetching harfbuzz-10.3.0.pkg: ....
- ...... done
- [rosemary] [36/59] Fetching libinotify-20240724_3.pkg: .. done
- [rosemary] [37/59] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [38/59] Fetching libpciaccess-0.18.1_1.pkg: . done
- [rosemary] [39/59] Fetching vulkan-loader-1.4.327.pkg: ......... done
- [rosemary] [40/59] Fetching openjph-0.22.0.pkg: .
- ......... done
- [rosemary] [41/59] Fetching libXcursor-1.2.3.pkg: ... done
- [rosemary] [42/59] Fetching highway-1.3.0.pkg: .........
- . done
- [rosemary] [43/59] Fetching libavif-1.3.0_2.pkg: .......... done
- [rosemary] [44/59] Fetching Imath-3.2.1.pkg: ......... done
- [rosemary] [45/59] Fetching libXext-1.3.6,1.pkg: ...... done
- [rosemary] [46/59] Fetching libXau-1.0.12.pkg: . done
- [rosemary] [47/59] Fetching libyuv-0.0.1903.pkg: ......
- .... done
- [rosemary] [48/59] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [rosemary] [49/59] Fetching pixman-0.46.2.pkg: .......... done
- [rosemary] [50/59] Fetching dav1d-1.5.1_1.pkg:
- .......... done
- [rosemary] [51/59] Fetching openexr-3.4.0.pkg: .....
- ..... done
- [rosemary] [52/59] Fetching glib-2.84.1_3,2.pkg: .
- ..
- ...
- ...
- . done
- [rosemary] [53/59] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [rosemary] [54/59] Fetching libxkbcommon-1.8.1_3.pkg: .......
- ... done
- [rosemary] [55/59] Fetching jbigkit-2.1_3.pkg: ..... done
- [rosemary] [56/59] Fetching sdl2-2.32.8.pkg: .........
- . done
- [rosemary] [57/59] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [58/59] Fetching tiff-4.7.0.pkg: .......... done
- [rosemary] [59/59] Fetching lerc-4.0.0.pkg: .....
- ..... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/59] Installing Imath-3.2.1...
- [rosemary] [1/59] Extracting Imath-3.2.1: .......... done
- [rosemary] [2/59] Installing dav1d-1.5.1_1...
- [rosemary] [2/59] Extracting dav1d-1.5.1_1: .......... done
- [rosemary] [3/59] Installing giflib-5.2.2...
- [rosemary] [3/59] Extracting giflib-5.2.2: .......... done
- [rosemary] [4/59] Installing graphite2-1.3.14...
- [rosemary] [4/59] Extracting graphite2-1.3.14: .......... done
- [rosemary] [5/59] Installing highway-1.3.0...
- [rosemary] [5/59] Extracting highway-1.3.0: .......... done
- [rosemary] [6/59] Installing hwdata-0.399,1...
- [rosemary] [6/59] Extracting hwdata-0.399,1: .......... done
- [rosemary] [7/59] Installing jbigkit-2.1_3...
- [rosemary] [7/59] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [8/59] Installing jpeg-turbo-3.1.2...
- [rosemary] [8/59] Extracting jpeg-turbo-3.1.2: .......... done
- [rosemary] [9/59] Installing lerc-4.0.0...
- [rosemary] [9/59] Extracting lerc-4.0.0: ........ done
- [rosemary] [10/59] Installing libXau-1.0.12...
- [rosemary] [10/59] Extracting libXau-1.0.12: .......... done
- [rosemary] [11/59] Installing libdeflate-1.24...
- [rosemary] [11/59] Extracting libdeflate-1.24: .......... done
- [rosemary] [12/59] Installing libepoll-shim-0.0.20240608...
- [rosemary] [12/59] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [13/59] Installing libinotify-20240724_3...
- [rosemary] [13/59] Extracting libinotify-20240724_3: .......... done
- [rosemary] [14/59] Installing libpciaccess-0.18.1_1...
- [rosemary] [14/59] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [15/59] Installing libdrm-2.4.123,1...
- [rosemary] [15/59] Extracting libdrm-2.4.123,1: .......... done
- [rosemary] [16/59] Installing libxml2-2.14.5...
- [rosemary] [16/59] Extracting libxml2-2.14.5: .......... done
- [rosemary] [17/59] Installing libxshmfence-1.3.3...
- [rosemary] [17/59] Extracting libxshmfence-1.3.3: ......... done
- [rosemary] [18/59] Installing libyuv-0.0.1903...
- [rosemary] [18/59] Extracting libyuv-0.0.1903: .......... done
- [rosemary] [19/59] Installing lzo2-2.10_1...
- [rosemary] [19/59] Extracting lzo2-2.10_1: .......... done
- [rosemary] [20/59] Installing pixman-0.46.2...
- [rosemary] [20/59] Extracting pixman-0.46.2: ......... done
- [rosemary] [21/59] Installing png-1.6.50...
- [rosemary] [21/59] Extracting png-1.6.50: .......... done
- [rosemary] [22/59] Installing freetype2-2.13.3...
- [rosemary] [22/59] Extracting freetype2-2.13.3: .......... done
- [rosemary] [23/59] Installing fontconfig-2.15.0_3,1...
- [rosemary] [23/59] Extracting fontconfig-2.15.0_3,1: .......... done
- [rosemary] [24/59] Installing py311-packaging-25.0...
- [rosemary] [24/59] Extracting py311-packaging-25.0: .......... done
- [rosemary] [25/59] Installing glib-2.84.1_3,2...
- [rosemary] [25/59] Extracting glib-2.84.1_3,2:
- .......
- ... done
- [rosemary] [26/59] Installing harfbuzz-10.3.0...
- [rosemary] [26/59] Extracting harfbuzz-10.3.0: .......... done
- [rosemary] [27/59] Installing shared-mime-info-2.4_2...
- [rosemary] [27/59] Extracting shared-mime-info-2.4_2: ......... done
- [rosemary] [28/59] Installing tiff-4.7.0...
- [rosemary] [28/59] Extracting tiff-4.7.0: .......... done
- [rosemary] [29/59] Installing gdk-pixbuf2-2.44.1...
- [rosemary] [29/59] Extracting gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [30/59] Installing openjph-0.22.0...
- [rosemary] [30/59] Extracting openjph-0.22.0: .......... done
- [rosemary] [31/59] Installing openexr-3.4.0...
- [rosemary] [31/59] Extracting openexr-3.4.0: .......... done
- [rosemary] [32/59] Installing libjxl-0.11.1_2...
- [rosemary] [32/59] Extracting libjxl-0.11.1_2: .......... done
- [rosemary] [33/59] Installing vmaf-3.0.0...
- [rosemary] [33/59] Extracting vmaf-3.0.0: .......... done
- [rosemary] [34/59] Installing aom-3.13.1...
- [rosemary] [34/59] Extracting aom-3.13.1: .......... done
- [rosemary] [35/59] Installing libavif-1.3.0_2...
- [rosemary] [35/59] Extracting libavif-1.3.0_2: .......... done
- [rosemary] [36/59] Installing wayland-1.24.0_2...
- [rosemary] [36/59] Extracting wayland-1.24.0_2: .......... done
- [rosemary] [37/59] Installing webp-1.6.0...
- [rosemary] [37/59] Extracting webp-1.6.0: .......... done
- [rosemary] [38/59] Installing xkeyboard-config-2.41_4...
- [rosemary] [38/59] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [39/59] Installing xorgproto-2024.1...
- [rosemary] [39/59] Extracting xorgproto-2024.1: .......... done
- [rosemary] [40/59] Installing libXdmcp-1.1.5...
- [rosemary] [40/59] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [41/59] Installing libxcb-1.17.0...
- [rosemary] [41/59] Extracting libxcb-1.17.0: .......... done
- [rosemary] [42/59] Installing libX11-1.8.12,1...
- [rosemary] [42/59] Extracting libX11-1.8.12,1: .......... done
- [rosemary] [43/59] Installing libXext-1.3.6,1...
- [rosemary] [43/59] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [44/59] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [44/59] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [45/59] Installing libXfixes-6.0.1...
- [rosemary] [45/59] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [46/59] Installing libXdamage-1.1.6...
- [rosemary] [46/59] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [47/59] Installing libXi-1.8.2,1...
- [rosemary] [47/59] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [48/59] Installing libXrender-0.9.12...
- [rosemary] [48/59] Extracting libXrender-0.9.12: .......... done
- [rosemary] [49/59] Installing cairo-1.18.2,3...
- [rosemary] [49/59] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [50/59] Installing libXcursor-1.2.3...
- [rosemary] [50/59] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [51/59] Installing libXrandr-1.5.4...
- [rosemary] [51/59] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [52/59] Installing libXxf86vm-1.1.6...
- [rosemary] [52/59] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [53/59] Installing libglvnd-1.7.0...
- [rosemary] [53/59] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [54/59] Installing libxkbcommon-1.8.1_3...
- [rosemary] [54/59] Extracting libxkbcommon-1.8.1_3: .......... done
- [rosemary] [55/59] Installing mesa-libs-24.1.7_1...
- [rosemary] [55/59] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [56/59] Installing vulkan-loader-1.4.327...
- [rosemary] [56/59] Extracting vulkan-loader-1.4.327: .......... done
- [rosemary] [57/59] Installing sdl2-2.32.8...
- [rosemary] [57/59] Extracting sdl2-2.32.8: .......... done
- [rosemary] [58/59] Installing sdl2_image-2.8.8_1...
- [rosemary] [58/59] Extracting sdl2_image-2.8.8_1: .......... done
- [rosemary] [59/59] Installing sdl2_ttf-2.24.0...
- [rosemary] [59/59] Extracting sdl2_ttf-2.24.0: .......... done
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> 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 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 freetype2-2.13.3:
- 
- --
- 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 libjxl-0.11.1_2:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
- =====
- 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.8.1_3:
- 
- --
- 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
2025-10-07 19:50.11 ---> saved as "6e8c1f0739d216e64674544bee8b7cbd193969f60a85806d97152ad684f04d34"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 23 packages
 bigarray-compat   1.1.0
 bogue             20250815
 cairo2            0.6.5
 conf-cairo        1
 conf-libffi       2.0.0
 conf-pkg-config   4
 conf-sdl2         1
 conf-sdl2-image   1
 conf-sdl2-ttf     1
 csexp             1.5.2
 ctypes            0.23.0
 ctypes-foreign    0.23.0
 dune              3.20.2
 dune-configurator 3.20.2
 integers          0.7.0
 ocamlbuild        0.16.1
 ocamlfind         1.9.8
 stdlib-shims      0.3.0
 topkg             1.1.0
 tsdl              1.1.0
 tsdl-image        0.6
 tsdl-ttf          0.6
 xdg               3.20.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cairo2.0.6.5  (https://github.com/Chris00/ocaml-cairo/releases/download/0.6.5/cairo2-0.6.5.tbz)
 retrieved csexp.1.5.2  (cached)
 retrieved bigarray-compat.1.1.0  (cached)
 installed conf-pkg-config.4
 installed conf-sdl2-image.1
 installed conf-sdl2.1
 installed conf-sdl2-ttf.1
 installed conf-libffi.2.0.0
 installed conf-cairo.1
 retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
 retrieved bogue.20250815  (https://github.com/sanette/bogue/archive/refs/tags/20250815.tar.gz)
 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.0  (cached)
 retrieved tsdl.1.1.0  (https://erratique.ch/software/tsdl/releases/tsdl-1.1.0.tbz)
 retrieved tsdl-image.0.6  (https://github.com/sanette/tsdl-image/archive/0.6.tar.gz)
 retrieved tsdl-ttf.0.6  (https://github.com/sanette/tsdl-ttf/archive/0.6.tar.gz)
 retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2  (cached)
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed topkg.1.1.0
 installed dune.3.20.2
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed bigarray-compat.1.1.0
 installed xdg.3.20.2
 installed dune-configurator.3.20.2
 installed cairo2.0.6.5
 installed ctypes.0.23.0
 installed ctypes-foreign.0.23.0
 installed tsdl.1.1.0
 installed tsdl-image.0.6
 installed tsdl-ttf.0.6
 installed bogue.20250815
Done.
2025-10-07 19:53.07 ---> saved as "d4b7c042522a2cb266a258221b26231cce60efd931d02677cf8f7671ad4661de"


/src: (copy (src .) (dst /src))
2025-10-07 19:53.08 ---> saved as "fd001d6b5502be71c3196c8b1ba2923ed2431d6852ba8eaa4394a44e2bd2ad73"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-07 19:53.09 ---> saved as "ae09f6975b35d2100ee010e160c1063bb88a216d07304c89a2c7a4b0544c7baf"
Job succeeded
2025-10-07 19:54.57: Job succeeded