2025-06-12 14:20.55: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.3)
Base: freebsd-14.2-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.2-ocaml-4.14
# freebsd-14.2-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.20250224 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.19.1 dune-configurator.3.19.1 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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-06-12 14:20.55: Using cache hint "sanette/bogue-cairo-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.3-2ab634aa55403c454b6b5177cdb5b917"
2025-06-12 14:20.55: Using OBuilder spec:
((from freebsd-14.2-ocaml-4.14)
(comment freebsd-14.2-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.20250224 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.19.1 dune-configurator.3.19.1 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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")
(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.3 --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-06-12 14:20.55: Waiting for resource in pool OCluster
2025-06-12 17:15.07: Waiting for worker…
2025-06-12 18:12.33: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 6135ed8 version 0.1.0
(from freebsd-14.2-ocaml-4.14)
2025-06-12 18:12.34 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache
/: (comment freebsd-14.2-4.14_opam-2.3)
/: (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.3 /usr/local/bin/opam"))
2025-06-12 18:12.35 ---> using "5aedfaeff2bc60ce09298f87624d557fac4c416addb6915ab987317e95fa6323" 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-06-12 18:12.36 ---> using "33d10a393b3f49c5577becd825d2bcab91e98bdde15eb554bf0dba345ccb7809" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-12 18:12.36 ---> using "318cf18a0512582a14a586ceb7ba02273510347df5896f5e5d533054ff3c99cc" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-12 18:12.37 ---> using "6fc646c578a950069629f2a24c45eb1d012bef32c9d3cba5f25029d6618e05d7" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
0d013e603b..a28eb8a148 master -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
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.5.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.
2025-06-12 18:12.37 ---> using "adaa5293b255f3e807e5bebf31f0ec8a092812f028b09db8d8dcee21ea8d9a4d" from cache
/src: (copy (src bogue-cairo.opam) (dst ./))
2025-06-12 18:12.48 ---> saved as "7ab32929d571a2b918b63d73e84ffc631e47c71b9e7bf1a1380a3df677aea4a3"
/src: (run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
Package bogue-cairo does not exist, create as a NEW package? [y/n] y
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2025-06-12 18:12.52 ---> saved as "aea58728da2896bec14081be0b9ebf9e5f252a16a4398e15add67d41d88ed0c6"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-12 18:12.55 ---> saved as "c192731a51a92755f3690fd42858a53761529cc7a4ea1ec0c2e0ea7dc79280f0"
/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 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.19.1 dune-configurator.3.19.1 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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")
/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.3 --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. 35989 packages processed.
- All repositories are up to date.
- The following 58 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- Imath: 3.1.12
- aom: 3.12.1
- cairo: 1.18.2,3
- dav1d: 1.5.1
- fontconfig: 2.15.0_3,1
- freetype2: 2.13.3
- gdk-pixbuf2: 2.42.12_1
- giflib: 5.2.2
- glib: 2.80.5_1,2
- graphite2: 1.3.14
- harfbuzz: 10.3.0
- highway: 1.2.0
- hwdata: 0.393,1
- jbigkit: 2.1_3
- jpeg-turbo: 3.1.0
- lerc: 4.0.0
- libX11: 1.8.12,1
- libXScrnSaver: 1.2.4_1
- libXau: 1.0.11
- libXcursor: 1.2.2
- libXdamage: 1.1.6
- libXdmcp: 1.1.5
- libXext: 1.3.6,1
- libXfixes: 6.0.1
- libXi: 1.8.1,1
- libXrandr: 1.5.4
- libXrender: 0.9.12
- libXxf86vm: 1.1.5
- libavif: 1.2.0
- libdeflate: 1.22
- libdrm: 2.4.123,1
- libepoll-shim: 0.0.20240608
- libglvnd: 1.7.0
- libinotify: 20240724
- libjxl: 0.11.1_1
- libpciaccess: 0.18.1_1
- libxcb: 1.17.0
- libxkbcommon: 1.8.1_1
- libxml2: 2.11.9
- libxshmfence: 1.3.2
- libyuv: 0.0.1789_2
- lzo2: 2.10_1
- mesa-libs: 24.1.7_1
- openexr: 3.3.3
- pixman: 0.44.2
- png: 1.6.47
- py311-packaging: 24.2
- sdl2: 2.32.2_1
- sdl2_image: 2.8.8
- sdl2_ttf: 2.24.0
- shared-mime-info: 2.4_1
- tiff: 4.7.0
- vmaf: 3.0.0
- vulkan-loader: 1.4.311
- wayland: 1.23.1
- webp: 1.5.0
- xkeyboard-config: 2.41_4
- xorgproto: 2024.1
-
- Number of packages to be installed: 58
-
- The process will require 177 MiB more space.
- 32 MiB to be downloaded.
- [rosemary] [1/58] Fetching png-1.6.47.pkg: .
- ...... done
- [rosemary] [2/58] Fetching libxcb-1.17.0.pkg: .......... done
- [rosemary] [3/58] Fetching freetype2-2.13.3.pkg: ...
- ....... done
- [rosemary] [4/58] Fetching jpeg-turbo-3.1.0.pkg: .......... done
- [rosemary] [5/58] Fetching libglvnd-1.7.0.pkg: .......... done
- [rosemary] [6/58] Fetching sdl2_ttf-2.24.0.pkg: ... done
- [rosemary] [7/58] Fetching libXrandr-1.5.4.pkg: .. done
- [rosemary] [8/58] Fetching lzo2-2.10_1.pkg: ........ done
- [rosemary] [9/58] Fetching libdeflate-1.22.pkg: ...... done
- [rosemary] [10/58] Fetching libXxf86vm-1.1.5.pkg: . done
- [rosemary] [11/58] Fetching vmaf-3.0.0.pkg: .......... done
- [rosemary] [12/58] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [13/58] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [14/58] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [15/58] Fetching libxml2-2.11.9.pkg: .....
- ..... done
- [rosemary] [16/58] Fetching wayland-1.23.1.pkg: ......... done
- [rosemary] [17/58] Fetching aom-3.12.1.pkg: .......
- ... done
- [rosemary] [18/58] Fetching gdk-pixbuf2-2.42.12_1.pkg: .......... done
- [rosemary] [19/58] Fetching libxshmfence-1.3.2.pkg: . done
- [rosemary] [20/58] Fetching py311-packaging-24.2.pkg: ........ done
- [rosemary] [21/58] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [rosemary] [22/58] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [rosemary] [23/58] Fetching libjxl-0.11.1_1.pkg: .......... done
- [rosemary] [24/58] Fetching libX11-1.8.12,1.pkg: .......... done
- [rosemary] [25/58] Fetching giflib-5.2.2.pkg: ...... done
- [rosemary] [26/58] Fetching libXrender-0.9.12.pkg: .. done
- [rosemary] [27/58] Fetching xorgproto-2024.1.pkg: ......... done
- [rosemary] [28/58] Fetching libXi-1.8.1,1.pkg: ........ done
- [rosemary] [29/58] Fetching sdl2_image-2.8.8.pkg: ..... done
- [rosemary] [30/58] Fetching webp-1.5.0.pkg: .......... done
- [rosemary] [31/58] Fetching hwdata-0.393,1.pkg: .
- ......... done
- [rosemary] [32/58] Fetching cairo-1.18.2,3.pkg: .......... done
- [rosemary] [33/58] Fetching graphite2-1.3.14.pkg: ....... done
- [rosemary] [34/58] Fetching shared-mime-info-2.4_1.pkg: .......... done
- [rosemary] [35/58] Fetching harfbuzz-10.3.0.pkg: .......... done
- [rosemary] [36/58] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [37/58] Fetching libinotify-20240724.pkg: .. done
- [rosemary] [38/58] Fetching libpciaccess-0.18.1_1.pkg: . done
- [rosemary] [39/58] Fetching vulkan-loader-1.4.311.pkg: ......... done
- [rosemary] [40/58] Fetching libXcursor-1.2.2.pkg: ... done
- [rosemary] [41/58] Fetching highway-1.2.0.pkg: .......... done
- [rosemary] [42/58] Fetching libavif-1.2.0.pkg: .......... done
- [rosemary] [43/58] Fetching Imath-3.1.12.pkg: .......... done
- [rosemary] [44/58] Fetching libXext-1.3.6,1.pkg: ..... done
- [rosemary] [45/58] Fetching libXau-1.0.11.pkg: . done
- [rosemary] [46/58] Fetching libyuv-0.0.1789_2.pkg: .......... done
- [rosemary] [47/58] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [rosemary] [48/58] Fetching pixman-0.44.2.pkg: .......... done
- [rosemary] [49/58] Fetching dav1d-1.5.1.pkg: .........
- . done
- [rosemary] [50/58] Fetching openexr-3.3.3.pkg: .......... done
- [rosemary] [51/58] Fetching glib-2.80.5_1,2.pkg: .........
- . done
- [rosemary] [52/58] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [rosemary] [53/58] Fetching libxkbcommon-1.8.1_1.pkg: .......... done
- [rosemary] [54/58] Fetching jbigkit-2.1_3.pkg: ..... done
- [rosemary] [55/58] Fetching sdl2-2.32.2_1.pkg: ..
- ........ done
- [rosemary] [56/58] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [57/58] Fetching tiff-4.7.0.pkg: .......... done
- [rosemary] [58/58] Fetching lerc-4.0.0.pkg: ......... done
- Checking integrity...
- done (0 conflicting)
- [rosemary] [1/58] Installing Imath-3.1.12...
- [rosemary] [1/58] Extracting Imath-3.1.12: .......... done
- [rosemary] [2/58] Installing dav1d-1.5.1...
- [rosemary] [2/58] Extracting dav1d-1.5.1: .......... done
- [rosemary] [3/58] Installing giflib-5.2.2...
- [rosemary] [3/58] Extracting giflib-5.2.2: .......... done
- [rosemary] [4/58] Installing graphite2-1.3.14...
- [rosemary] [4/58] Extracting graphite2-1.3.14: .......... done
- [rosemary] [5/58] Installing highway-1.2.0...
- [rosemary] [5/58] Extracting highway-1.2.0: .......... done
- [rosemary] [6/58] Installing hwdata-0.393,1...
- [rosemary] [6/58] Extracting hwdata-0.393,1: .......... done
- [rosemary] [7/58] Installing jbigkit-2.1_3...
- [rosemary] [7/58] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [8/58] Installing jpeg-turbo-3.1.0...
- [rosemary] [8/58] Extracting jpeg-turbo-3.1.0: .......... done
- [rosemary] [9/58] Installing lerc-4.0.0...
- [rosemary] [9/58] Extracting lerc-4.0.0: ........ done
- [rosemary] [10/58] Installing libXau-1.0.11...
- [rosemary] [10/58] Extracting libXau-1.0.11: .......... done
- [rosemary] [11/58] Installing libdeflate-1.22...
- [rosemary] [11/58] Extracting libdeflate-1.22: .......... done
- [rosemary] [12/58] Installing libepoll-shim-0.0.20240608...
- [rosemary] [12/58] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [13/58] Installing libinotify-20240724...
- [rosemary] [13/58] Extracting libinotify-20240724: .......... done
- [rosemary] [14/58] Installing libpciaccess-0.18.1_1...
- [rosemary] [14/58] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [15/58] Installing libdrm-2.4.123,1...
- [rosemary] [15/58] Extracting libdrm-2.4.123,1: .......... done
- [rosemary] [16/58] Installing libxml2-2.11.9...
- [rosemary] [16/58] Extracting libxml2-2.11.9: .......... done
- [rosemary] [17/58] Installing libxshmfence-1.3.2...
- [rosemary] [17/58] Extracting libxshmfence-1.3.2: ......... done
- [rosemary] [18/58] Installing libyuv-0.0.1789_2...
- [rosemary] [18/58] Extracting libyuv-0.0.1789_2: .......... done
- [rosemary] [19/58] Installing lzo2-2.10_1...
- [rosemary] [19/58] Extracting lzo2-2.10_1: .......... done
- [rosemary] [20/58] Installing openexr-3.3.3...
- [rosemary] [20/58] Extracting openexr-3.3.3: .......... done
- [rosemary] [21/58] Installing pixman-0.44.2...
- [rosemary] [21/58] Extracting pixman-0.44.2: ......... done
- [rosemary] [22/58] Installing png-1.6.47...
- [rosemary] [22/58] Extracting png-1.6.47: .......... done
- [rosemary] [23/58] Installing freetype2-2.13.3...
- [rosemary] [23/58] Extracting freetype2-2.13.3: .......... done
- [rosemary] [24/58] Installing fontconfig-2.15.0_3,1...
- [rosemary] [24/58] Extracting fontconfig-2.15.0_3,1: .......... done
- [rosemary] [25/58] Installing py311-packaging-24.2...
- [rosemary] [25/58] Extracting py311-packaging-24.2: .......... done
- [rosemary] [26/58] Installing glib-2.80.5_1,2...
- [rosemary] [26/58] Extracting glib-2.80.5_1,2: .......... done
- [rosemary] [27/58] Installing harfbuzz-10.3.0...
- [rosemary] [27/58] Extracting harfbuzz-10.3.0: .......... done
- [rosemary] [28/58] Installing shared-mime-info-2.4_1...
- [rosemary] [28/58] Extracting shared-mime-info-2.4_1: ......... done
- [rosemary] [29/58] Installing tiff-4.7.0...
- [rosemary] [29/58] Extracting tiff-4.7.0: .......... done
- [rosemary] [30/58] Installing gdk-pixbuf2-2.42.12_1...
- [rosemary] [30/58] Extracting gdk-pixbuf2-2.42.12_1: .......... done
- [rosemary] [31/58] Installing libjxl-0.11.1_1...
- [rosemary] [31/58] Extracting libjxl-0.11.1_1: .......... done
- [rosemary] [32/58] Installing vmaf-3.0.0...
- [rosemary] [32/58] Extracting vmaf-3.0.0: .......... done
- [rosemary] [33/58] Installing aom-3.12.1...
- [rosemary] [33/58] Extracting aom-3.12.1: .......... done
- [rosemary] [34/58] Installing libavif-1.2.0...
- [rosemary] [34/58] Extracting libavif-1.2.0: .......... done
- [rosemary] [35/58] Installing wayland-1.23.1...
- [rosemary] [35/58] Extracting wayland-1.23.1: .......... done
- [rosemary] [36/58] Installing webp-1.5.0...
- [rosemary] [36/58] Extracting webp-1.5.0: .......... done
- [rosemary] [37/58] Installing xkeyboard-config-2.41_4...
- [rosemary] [37/58] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [38/58] Installing xorgproto-2024.1...
- [rosemary] [38/58] Extracting xorgproto-2024.1: .......... done
- [rosemary] [39/58] Installing libXdmcp-1.1.5...
- [rosemary] [39/58] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [40/58] Installing libxcb-1.17.0...
- [rosemary] [40/58] Extracting libxcb-1.17.0: .......... done
- [rosemary] [41/58] Installing libX11-1.8.12,1...
- [rosemary] [41/58] Extracting libX11-1.8.12,1: .......... done
- [rosemary] [42/58] Installing libXext-1.3.6,1...
- [rosemary] [42/58] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [43/58] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [43/58] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [44/58] Installing libXfixes-6.0.1...
- [rosemary] [44/58] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [45/58] Installing libXdamage-1.1.6...
- [rosemary] [45/58] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [46/58] Installing libXi-1.8.1,1...
- [rosemary] [46/58] Extracting libXi-1.8.1,1: .......... done
- [rosemary] [47/58] Installing libXrender-0.9.12...
- [rosemary] [47/58] Extracting libXrender-0.9.12: .......... done
- [rosemary] [48/58] Installing cairo-1.18.2,3...
- [rosemary] [48/58] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [49/58] Installing libXcursor-1.2.2...
- [rosemary] [49/58] Extracting libXcursor-1.2.2: .......... done
- [rosemary] [50/58] Installing libXrandr-1.5.4...
- [rosemary] [50/58] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [51/58] Installing libXxf86vm-1.1.5...
- [rosemary] [51/58] Extracting libXxf86vm-1.1.5: .......... done
- [rosemary] [52/58] Installing libglvnd-1.7.0...
- [rosemary] [52/58] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [53/58] Installing libxkbcommon-1.8.1_1...
- [rosemary] [53/58] Extracting libxkbcommon-1.8.1_1: .......... done
- [rosemary] [54/58] Installing mesa-libs-24.1.7_1...
- [rosemary] [54/58] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [55/58] Installing vulkan-loader-1.4.311...
- [rosemary] [55/58] Extracting vulkan-loader-1.4.311: .......... done
- [rosemary] [56/58] Installing sdl2-2.32.2_1...
- [rosemary] [56/58] Extracting sdl2-2.32.2_1: .......... done
- [rosemary] [57/58] Installing sdl2_image-2.8.8...
- [rosemary] [57/58] Extracting sdl2_image-2.8.8: .......... done
- [rosemary] [58/58] Installing sdl2_ttf-2.24.0...
- [rosemary] [58/58] Extracting sdl2_ttf-2.24.0: .......... done
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- =====
- Message from libinotify-20240724:
-
- --
- 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_1:
-
- --
- 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.23.1:
-
- --
- 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_1:
-
- --
- If arrow keys don't work under X11 switch to legacy rules e.g.,
-
- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
- export XKB_DEFAULT_RULES=xorg
-
- For csh/tcsh run and (optionally) add into ~/.login:
- setenv XKB_DEFAULT_RULES xorg
2025-06-12 18:14.31 ---> saved as "e2f1481bfa2c8a9b3e4ca2dfabfb6e36388a7011e6144ed56518135639e71168"
/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 20250224
∗ 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.19.1
∗ dune-configurator 3.19.1
∗ integers 0.7.0
∗ ocamlbuild 0.16.1
∗ ocamlfind 1.9.8
∗ stdlib-shims 0.3.0
∗ topkg 1.0.8
∗ tsdl 1.1.0
∗ tsdl-image 0.6
∗ tsdl-ttf 0.6
∗ xdg 3.19.1
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved bigarray-compat.1.1.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cairo2.0.6.5 (cached)
⬇ retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
∗ installed conf-pkg-config.4
⬇ retrieved integers.0.7.0 (cached)
∗ installed conf-sdl2-ttf.1
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
∗ installed conf-sdl2-image.1
∗ installed conf-sdl2.1
∗ installed conf-libffi.2.0.0
∗ installed conf-cairo.1
⬇ retrieved topkg.1.0.8 (cached)
⬇ retrieved tsdl.1.1.0 (cached)
⬇ retrieved bogue.20250224 (https://github.com/sanette/bogue/archive/refs/tags/20250224.tar.gz)
⬇ retrieved tsdl-image.0.6 (cached)
⬇ retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1 (cached)
⬇ retrieved tsdl-ttf.0.6 (cached)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.0.8
∗ installed dune.3.19.1
∗ 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.19.1
∗ installed dune-configurator.3.19.1
∗ 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.20250224
Done.
2025-06-12 18:17.58 ---> saved as "6a260507cfd33e46abbfe6d34624de227113ae1a348c876ced09b9423c037469"
/src: (copy (src .) (dst /src))
2025-06-12 18:18.04 ---> saved as "c1daa7cb4241c717f4744d78ff638cf68eeae86240d42212ee5238d6e48c95bd"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-12 18:18.20 ---> saved as "4178e71d49d41afa5f4c8874f89b7a9b33f027dab152549a02a88a831da8e128"
Job succeeded
2025-06-12 18:18.21: Job succeeded