Organisationssanettebogue-cairo6135ed (main)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 08:58.07: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-05-10 08:58.07: Using cache hint "sanette/bogue-cairo-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-ff38cd6cee67fe2bfac771fcdc9883b8"
2024-05-10 08:58.07: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.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.1 --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"))
)


2024-05-10 08:58.07: Waiting for resource in pool OCluster
2024-05-10 09:02.16: Waiting for worker…
2024-05-10 11:22.29: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from freebsd-ocaml-4.14)
2024-05-10 11:16.59 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-05-10 11:16.59 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-10 11:16.59 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 11:17.00 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


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


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


/src: (copy (src bogue-cairo.opam) (dst ./))
2024-05-10 11:17.05 ---> saved as "7f61c333b8c971563ce258f06d63a4218ec11e11a61fb60a282abfd501a02b6c"


/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)
2024-05-10 11:17.12 ---> saved as "d8e4b4904cae21157102666d6a9945d72483211800c1baee08379ea95c59b2ef"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.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.1 --depext-only -y bogue-cairo.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    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...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: .....
- ..... done
- Processing entries: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34064 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. 34064 packages processed.
- All repositories are up to date.
- The following 55 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.1.11
- 	aom: 3.8.2
- 	brotli: 1.1.0,1
- 	cairo: 1.17.4_2,3
- 	dav1d: 1.4.1
- 	fontconfig: 2.15.0_2,1
- 	freetype2: 2.13.2
- 	gdk-pixbuf2: 2.42.10_2
- 	giflib: 5.2.1_1
- 	glib: 2.80.0,2
- 	graphite2: 1.3.14
- 	harfbuzz: 8.4.0
- 	highway: 1.1.0
- 	jbigkit: 2.1_2
- 	jpeg-turbo: 3.0.2
- 	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
- 	libavif: 1.0.4_1
- 	libdeflate: 1.20
- 	libdrm: 2.4.120_1,1
- 	libepoll-shim: 0.0.20230411
- 	libglvnd: 1.7.0
- 	libinotify: 20211018_1
- 	libjxl: 0.10.2
- 	libpciaccess: 0.18
- 	libxcb: 1.16.1
- 	libxkbcommon: 1.6.0_2
- 	libxml2: 2.11.7
- 	libxshmfence: 1.3.2
- 	mesa-libs: 24.0.6
- 	openexr: 3.2.4
- 	pixman: 0.42.2
- 	png: 1.6.43
- 	py39-packaging: 23.2
- 	sdl2: 2.30.2
- 	sdl2_image: 2.6.3_5
- 	sdl2_ttf: 2.20.2
- 	shared-mime-info: 2.2_2
- 	tiff: 4.4.0_3
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.3.282
- 	wayland: 1.22.0
- 	webp: 1.3.2_1
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 55
- 
- The process will require 158 MiB more space.
- 28 MiB to be downloaded.
- [spring] [1/55] Fetching png-1.6.43.pkg: .......... done
- [spring] [2/55] Fetching libxcb-1.16.1.pkg: ....
- ...... done
- [spring] [3/55] Fetching freetype2-2.13.2.pkg: .......... done
- [spring] [4/55] Fetching jpeg-turbo-3.0.2.pkg: .......... done
- [spring] [5/55] Fetching libglvnd-1.7.0.pkg: .......... done
- [spring] [6/55] Fetching sdl2_ttf-2.20.2.pkg: ........ done
- [spring] [7/55] Fetching libXrandr-1.5.2_1.pkg: ....... done
- [spring] [8/55] Fetching libdeflate-1.20.pkg: ........ done
- [spring] [9/55] Fetching libXxf86vm-1.1.4_4.pkg: ....... done
- [spring] [10/55] Fetching vmaf-3.0.0.pkg: ........
- .. done
- [spring] [11/55] Fetching libXdamage-1.1.6.pkg: .. done
- [spring] [12/55] Fetching libdrm-2.4.120_1,1.pkg: .......... done
- [spring] [13/55] Fetching libXfixes-6.0.0_1.pkg: ... done
- [spring] [14/55] Fetching libxml2-2.11.7.pkg: .......... done
- [spring] [15/55] Fetching wayland-1.22.0.pkg: ..... done
- [spring] [16/55] Fetching aom-3.8.2.pkg: 
- .........
- . done
- [spring] [17/55] Fetching gdk-pixbuf2-2.42.10_2.pkg: ......... done
- [spring] [18/55] Fetching libxshmfence-1.3.2.pkg: . done
- [spring] [19/55] Fetching libXScrnSaver-1.2.4_1.pkg: ... done
- [spring] [20/55] Fetching libepoll-shim-0.0.20230411.pkg: ... done
- [spring] [21/55] Fetching libjxl-0.10.2.pkg: ....
- ...... done
- [spring] [22/55] Fetching libX11-1.8.7_1,1.pkg: .........
- . done
- [spring] [23/55] Fetching giflib-5.2.1_1.pkg: ....... done
- [spring] [24/55] Fetching libXrender-0.9.10_2.pkg: .... done
- [spring] [25/55] Fetching xorgproto-2023.2.pkg: .......... done
- [spring] [26/55] Fetching libXi-1.8_1,1.pkg: .......... done
- [spring] [27/55] Fetching sdl2_image-2.6.3_5.pkg: ......... done
- [spring] [28/55] Fetching webp-1.3.2_1.pkg: .......... done
- [spring] [29/55] Fetching cairo-1.17.4_2,3.pkg: ...
- ....... done
- [spring] [30/55] Fetching graphite2-1.3.14.pkg: ......... done
- [spring] [31/55] Fetching shared-mime-info-2.2_2.pkg: .......... done
- [spring] [32/55] Fetching harfbuzz-8.4.0.pkg: .......
- ... done
- [spring] [33/55] Fetching mesa-libs-24.0.6.pkg: ......... done
- [spring] [34/55] Fetching libinotify-20211018_1.pkg: .... done
- [spring] [35/55] Fetching libpciaccess-0.18.pkg: ... done
- [spring] [36/55] Fetching vulkan-loader-1.3.282.pkg: .......... done
- [spring] [37/55] Fetching libXcursor-1.2.2.pkg: ......... done
- [spring] [38/55] Fetching highway-1.1.0.pkg: .......... done
- [spring] [39/55] Fetching libavif-1.0.4_1.pkg: ...... done
- [spring] [40/55] Fetching brotli-1.1.0,1.pkg: .......... done
- [spring] [41/55] Fetching py39-packaging-23.2.pkg: ......... done
- [spring] [42/55] Fetching Imath-3.1.11.pkg: .......... done
- [spring] [43/55] Fetching libXext-1.3.6,1.pkg: ...... done
- [spring] [44/55] Fetching libXau-1.0.9_1.pkg: ... done
- [spring] [45/55] Fetching fontconfig-2.15.0_2,1.pkg: .......... done
- [spring] [46/55] Fetching pixman-0.42.2.pkg: .
- ........ done
- [spring] [47/55] Fetching dav1d-1.4.1.pkg: .......... done
- [spring] [48/55] Fetching openexr-3.2.4.pkg: ........
- .. done
- [spring] [49/55] Fetching glib-2.80.0,2.pkg: .....
- ..... done
- [spring] [50/55] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [spring] [51/55] Fetching libxkbcommon-1.6.0_2.pkg: ....... done
- [spring] [52/55] Fetching jbigkit-2.1_2.pkg: ......... done
- [spring] [53/55] Fetching sdl2-2.30.2.pkg: .......... done
- [spring] [54/55] Fetching libXdmcp-1.1.5.pkg: ... done
- [spring] [55/55] Fetching tiff-4.4.0_3.pkg: ........
- .. done
- Checking integrity... done (0 conflicting)
- [spring] [1/55] Installing xorgproto-2023.2...
- [spring] [1/55] Extracting xorgproto-2023.2: .......... done
- [spring] [2/55] Installing libXau-1.0.9_1...
- [spring] [2/55] Extracting libXau-1.0.9_1: .......... done
- [spring] [3/55] Installing libXdmcp-1.1.5...
- [spring] [3/55] Extracting libXdmcp-1.1.5: ......... done
- [spring] [4/55] Installing libxcb-1.16.1...
- [spring] [4/55] Extracting libxcb-1.16.1: .......... done
- [spring] [5/55] Installing libX11-1.8.7_1,1...
- [spring] [5/55] Extracting libX11-1.8.7_1,1: .......... done
- [spring] [6/55] Installing py39-packaging-23.2...
- [spring] [6/55] Extracting py39-packaging-23.2: .......... done
- [spring] [7/55] Installing jpeg-turbo-3.0.2...
- [spring] [7/55] Extracting jpeg-turbo-3.0.2: .......... done
- [spring] [8/55] Installing libdeflate-1.20...
- [spring] [8/55] Extracting libdeflate-1.20: .......... done
- [spring] [9/55] Installing libXfixes-6.0.0_1...
- [spring] [9/55] Extracting libXfixes-6.0.0_1: .......... done
- [spring] [10/55] Installing libxml2-2.11.7...
- [spring] [10/55] Extracting libxml2-2.11.7: .......... done
- [spring] [11/55] Installing libepoll-shim-0.0.20230411...
- [spring] [11/55] Extracting libepoll-shim-0.0.20230411: .......... done
- [spring] [12/55] Installing libXrender-0.9.10_2...
- [spring] [12/55] Extracting libXrender-0.9.10_2: .......... done
- [spring] [13/55] Installing libpciaccess-0.18...
- [spring] [13/55] Extracting libpciaccess-0.18: ........ done
- [spring] [14/55] Installing libXext-1.3.6,1...
- [spring] [14/55] Extracting libXext-1.3.6,1: .......... done
- [spring] [15/55] Installing glib-2.80.0,2...
- [spring] [15/55] Extracting glib-2.80.0,2: .......... done
- [spring] [16/55] Installing jbigkit-2.1_2...
- [spring] [16/55] Extracting jbigkit-2.1_2: .......... done
- [spring] [17/55] Installing png-1.6.43...
- [spring] [17/55] Extracting png-1.6.43: .......... done
- [spring] [18/55] Installing libXrandr-1.5.2_1...
- [spring] [18/55] Extracting libXrandr-1.5.2_1: .......... done
- [spring] [19/55] Installing libXxf86vm-1.1.4_4...
- [spring] [19/55] Extracting libXxf86vm-1.1.4_4: .......... done
- [spring] [20/55] Installing vmaf-3.0.0...
- [spring] [20/55] Extracting vmaf-3.0.0: .......... done
- [spring] [21/55] Installing libXdamage-1.1.6...
- [spring] [21/55] Extracting libXdamage-1.1.6: ......... done
- [spring] [22/55] Installing libdrm-2.4.120_1,1...
- [spring] [22/55] Extracting libdrm-2.4.120_1,1: .......... done
- [spring] [23/55] Installing wayland-1.22.0...
- [spring] [23/55] Extracting wayland-1.22.0: .......... done
- [spring] [24/55] Installing libxshmfence-1.3.2...
- [spring] [24/55] Extracting libxshmfence-1.3.2: ......... done
- [spring] [25/55] Installing shared-mime-info-2.2_2...
- [spring] [25/55] Extracting shared-mime-info-2.2_2: ......... done
- [spring] [26/55] Installing brotli-1.1.0,1...
- [spring] [26/55] Extracting brotli-1.1.0,1: .......... done
- [spring] [27/55] Installing Imath-3.1.11...
- [spring] [27/55] Extracting Imath-3.1.11: .......... done
- [spring] [28/55] Installing xkeyboard-config-2.41_4...
- [spring] [28/55] Extracting xkeyboard-config-2.41_4: .......... done
- [spring] [29/55] Installing tiff-4.4.0_3...
- [spring] [29/55] Extracting tiff-4.4.0_3: .......... done
- [spring] [30/55] Installing freetype2-2.13.2...
- [spring] [30/55] Extracting freetype2-2.13.2: .......... done
- [spring] [31/55] Installing libglvnd-1.7.0...
- [spring] [31/55] Extracting libglvnd-1.7.0: .......... done
- [spring] [32/55] Installing aom-3.8.2...
- [spring] [32/55] Extracting aom-3.8.2: .......... done
- [spring] [33/55] Installing gdk-pixbuf2-2.42.10_2...
- [spring] [33/55] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [spring] [34/55] Installing libXScrnSaver-1.2.4_1...
- [spring] [34/55] Extracting libXScrnSaver-1.2.4_1: .......... done
- [spring] [35/55] Installing giflib-5.2.1_1...
- [spring] [35/55] Extracting giflib-5.2.1_1: .......... done
- [spring] [36/55] Installing libXi-1.8_1,1...
- [spring] [36/55] Extracting libXi-1.8_1,1: .......... done
- [spring] [37/55] Installing graphite2-1.3.14...
- [spring] [37/55] Extracting graphite2-1.3.14: .......... done
- [spring] [38/55] Installing mesa-libs-24.0.6...
- [spring] [38/55] Extracting mesa-libs-24.0.6: .......... done
- [spring] [39/55] Installing libinotify-20211018_1...
- [spring] [39/55] Extracting libinotify-20211018_1: .......... done
- [spring] [40/55] Installing vulkan-loader-1.3.282...
- [spring] [40/55] Extracting vulkan-loader-1.3.282: .......... done
- [spring] [41/55] Installing libXcursor-1.2.2...
- [spring] [41/55] Extracting libXcursor-1.2.2: .......... done
- [spring] [42/55] Installing highway-1.1.0...
- [spring] [42/55] Extracting highway-1.1.0: .......... done
- [spring] [43/55] Installing dav1d-1.4.1...
- [spring] [43/55] Extracting dav1d-1.4.1: .......... done
- [spring] [44/55] Installing openexr-3.2.4...
- [spring] [44/55] Extracting openexr-3.2.4: .......... done
- [spring] [45/55] Installing libxkbcommon-1.6.0_2...
- [spring] [45/55] Extracting libxkbcommon-1.6.0_2: .......... done
- [spring] [46/55] Installing libjxl-0.10.2...
- [spring] [46/55] Extracting libjxl-0.10.2: .......... done
- [spring] [47/55] Installing webp-1.3.2_1...
- [spring] [47/55] Extracting webp-1.3.2_1: .......... done
- [spring] [48/55] Installing harfbuzz-8.4.0...
- [spring] [48/55] Extracting harfbuzz-8.4.0: .......... done
- [spring] [49/55] Installing libavif-1.0.4_1...
- [spring] [49/55] Extracting libavif-1.0.4_1: .......... done
- [spring] [50/55] Installing fontconfig-2.15.0_2,1...
- [spring] [50/55] Extracting fontconfig-2.15.0_2,1: .......... done
- [spring] [51/55] Installing pixman-0.42.2...
- [spring] [51/55] Extracting pixman-0.42.2: .......... done
- [spring] [52/55] Installing sdl2-2.30.2...
- [spring] [52/55] Extracting sdl2-2.30.2: .......... done
- [spring] [53/55] Installing sdl2_ttf-2.20.2...
- [spring] [53/55] Extracting sdl2_ttf-2.20.2: .......... done
- [spring] [54/55] Installing sdl2_image-2.6.3_5...
- [spring] [54/55] Extracting sdl2_image-2.6.3_5: .......... done
- [spring] [55/55] Installing cairo-1.17.4_2,3...
- [spring] [55/55] Extracting cairo-1.17.4_2,3: .......... done
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- =====
- 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 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.
- =====
- 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 libjxl-0.10.2:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
2024-05-10 11:19.40 ---> saved as "50fa0a7b7f4760d076e2cc83be83b317bd31a49fed926fb9c0e6b742fc2fab5a"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild        0.14.3
   install conf-pkg-config   3
   install ocamlfind         1.9.6
   install dune              3.15.2
   install conf-sdl2-ttf     1
   install conf-sdl2-image   1
   install conf-sdl2         1
   install conf-libffi       2.0.0
   install conf-cairo        1
   install topkg             1.0.7
   install xdg               3.15.2
   install stdlib-shims      0.3.0
   install csexp             1.5.2
   install bigarray-compat   1.1.0
   install ctypes-foreign    0.18.0
   install integers          0.7.0
   install dune-configurator 3.15.2
   install ctypes            0.20.2
   install cairo2            0.6.4
   install tsdl              0.9.8
   install tsdl-ttf          0.6
   install tsdl-image        0.6
   install bogue             20240225
=====  23 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cairo2.0.6.4  (cached)
 retrieved ctypes.0.20.2  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved tsdl.0.9.8  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tsdl-image.0.6  (cached)
 retrieved tsdl-ttf.0.6  (cached)
 installed conf-pkg-config.3
 installed conf-sdl2.1
 installed conf-sdl2-image.1
 installed conf-cairo.1
 installed conf-sdl2-ttf.1
 installed conf-libffi.2.0.0
 installed ctypes-foreign.0.18.0
 retrieved bogue.20240225  (https://github.com/sanette/bogue/archive/20240225.tar.gz)
 retrieved xdg.3.15.2  (cached)
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed dune.3.15.2
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed bigarray-compat.1.1.0
 installed dune-configurator.3.15.2
 installed xdg.3.15.2
 installed cairo2.0.6.4
 installed ctypes.0.20.2
 installed tsdl.0.9.8
 installed tsdl-image.0.6
 installed tsdl-ttf.0.6
 installed bogue.20240225
Done.
2024-05-10 11:23.29 ---> saved as "5a6b669ebdab9a36ab212cabbd6f36365f5c26608f8f53d091a4f8432760479a"


/src: (copy (src .) (dst /src))
2024-05-10 11:23.40 ---> saved as "71b1cc11f32c9ac107d56a6fddc409937c4d80f315f7727bfd249244bace78d5"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-10 11:23.49 ---> saved as "6d9f637915c61c6e00fde287e99129cf2eac3c411769b231dabc887cafff7191"
Job succeeded
2024-05-10 11:29.21: Job succeeded