Organisationssanettetsdl-imagec63b30 ()freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 08:58.43: New job: test sanette/tsdl-image https://github.com/sanette/tsdl-image.git#refs/pull/11/head (c63b3074c42930d01c8f9883d3581e602759a74a) (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/tsdl-image.git" && cd "tsdl-image" && git fetch origin "refs/pull/11/head" && git reset --hard c63b3074
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 tsdl-image.opam ./
RUN opam pin add -yn tsdl-image.dev './'
ENV DEPS="base-bigarray.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-image.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.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.1.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y tsdl-image.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.43: Using cache hint "sanette/tsdl-image-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-f210f350954395fb69a15280e6a4b212"
2024-05-10 08:58.43: 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 tsdl-image.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn tsdl-image.dev './'"))
 (env DEPS "base-bigarray.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-image.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.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.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-image.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.43: Waiting for resource in pool OCluster
2024-05-10 09:10.46: Waiting for worker…
2024-05-10 10:43.41: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at c63b307 Make shared library search lazy


(from freebsd-ocaml-4.14)
2024-05-10 10:37.20 ---> 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 10:37.21 ---> 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 10:37.21 ---> 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 10:37.21 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 10:37.22 ---> 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
   ac9a846c00..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 10:37.22 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src tsdl-image.opam) (dst ./))
2024-05-10 10:37.22 ---> using "7ec48d858676de571643a6b1deed95aa92143a8be5e1f889026e03032c4d2af3" from cache


/src: (run (network host)
           (shell "opam pin add -yn tsdl-image.dev './'"))
[tsdl-image.dev] synchronised (file:///src)
tsdl-image is now pinned to file:///src (version dev)
2024-05-10 10:37.22 ---> using "120fc183d3a95ea4361ddc078f7ee0fc219b60ba63fc095dc1997d1164b39a9e" from cache


/src: (env DEPS "base-bigarray.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-image.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.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.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-image.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-image.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:
    sdl2 sdl2_image


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_image"
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] 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.
- [summer] [1/1] Fetching pkg-1.21.2.pkg: .
- ..
- ..
- ..
- .
- .
- . done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [summer] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching data.pkg: .....
- ..... done
- Processing entries: 
- ..
- ..
- ..
- .
- ..
- . done
- FreeBSD repository update completed. 34064 packages processed.
- All repositories are up to date.
- The following 48 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
- 	dav1d: 1.4.1
- 	gdk-pixbuf2: 2.42.10_2
- 	giflib: 5.2.1_1
- 	glib: 2.80.0,2
- 	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
- 	png: 1.6.43
- 	py39-packaging: 23.2
- 	sdl2: 2.30.2
- 	sdl2_image: 2.6.3_5
- 	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: 48
- 
- The process will require 132 MiB more space.
- 24 MiB to be downloaded.
- [summer] [1/48] Fetching png-1.6.43.pkg: .......... done
- [summer] [2/48] Fetching vulkan-loader-1.3.282.pkg: .......... done
- [summer] [3/48] Fetching libxcb-1.16.1.pkg: .......... done
- [summer] [4/48] Fetching jpeg-turbo-3.0.2.pkg: ......... done
- [summer] [5/48] Fetching libXcursor-1.2.2.pkg: ..... done
- [summer] [6/48] Fetching libglvnd-1.7.0.pkg: .....
- ..... done
- [summer] [7/48] Fetching highway-1.1.0.pkg: .......... done
- [summer] [8/48] Fetching libXrandr-1.5.2_1.pkg: ... done
- [summer] [9/48] Fetching libavif-1.0.4_1.pkg: ...... done
- [summer] [10/48] Fetching brotli-1.1.0,1.pkg: .......... done
- [summer] [11/48] Fetching py39-packaging-23.2.pkg: ......... done
- [summer] [12/48] Fetching Imath-3.1.11.pkg: .......... done
- [summer] [13/48] Fetching libdeflate-1.20.pkg: ......... done
- [summer] [14/48] Fetching libXext-1.3.6,1.pkg: .......... done
- [summer] [15/48] Fetching libXxf86vm-1.1.4_4.pkg: ... done
- [summer] [16/48] Fetching vmaf-3.0.0.pkg: .......... done
- [summer] [17/48] Fetching libXdamage-1.1.6.pkg: .... done
- [summer] [18/48] Fetching libdrm-2.4.120_1,1.pkg: .......... done
- [summer] [19/48] Fetching libXfixes-6.0.0_1.pkg: ... done
- [summer] [20/48] Fetching libXau-1.0.9_1.pkg: ..... done
- [summer] [21/48] Fetching libxml2-2.11.7.pkg: .......... done
- [summer] [22/48] Fetching aom-3.8.2.pkg: ....
- ...... done
- [summer] [23/48] Fetching wayland-1.22.0.pkg: ...... done
- [summer] [24/48] Fetching gdk-pixbuf2-2.42.10_2.pkg: .
- ......... done
- [summer] [25/48] Fetching dav1d-1.4.1.pkg: .......... done
- [summer] [26/48] Fetching libxshmfence-1.3.2.pkg: .. done
- [summer] [27/48] Fetching libXScrnSaver-1.2.4_1.pkg: .... done
- [summer] [28/48] Fetching libepoll-shim-0.0.20230411.pkg: ..... done
- [summer] [29/48] Fetching libjxl-0.10.2.pkg: ...
- ....... done
- [summer] [30/48] Fetching giflib-5.2.1_1.pkg: ........ done
- [summer] [31/48] Fetching openexr-3.2.4.pkg: .......... done
- [summer] [32/48] Fetching glib-2.80.0,2.pkg: ......
- .... done
- [summer] [33/48] Fetching libXrender-0.9.10_2.pkg: ..... done
- [summer] [34/48] Fetching libX11-1.8.7_1,1.pkg: ........
- .. done
- [summer] [35/48] Fetching xorgproto-2023.2.pkg: ....... done
- [summer] [36/48] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [summer] [37/48] Fetching libXi-1.8_1,1.pkg: .......... done
- [summer] [38/48] Fetching libxkbcommon-1.6.0_2.pkg: .......... done
- [summer] [39/48] Fetching sdl2_image-2.6.3_5.pkg: ........ done
- [summer] [40/48] Fetching jbigkit-2.1_2.pkg: ......... done
- [summer] [41/48] Fetching webp-1.3.2_1.pkg: .......... done
- [summer] [42/48] Fetching sdl2-2.30.2.pkg: ........
- .. done
- [summer] [43/48] Fetching tiff-4.4.0_3.pkg: .......... done
- [summer] [44/48] Fetching shared-mime-info-2.2_2.pkg: .......... done
- [summer] [45/48] Fetching libXdmcp-1.1.5.pkg: ..... done
- [summer] [46/48] Fetching mesa-libs-24.0.6.pkg: .......... done
- [summer] [47/48] Fetching libinotify-20211018_1.pkg: ..... done
- [summer] [48/48] Fetching libpciaccess-0.18.pkg: .. done
- Checking integrity... done (0 conflicting)
- [summer] [1/48] Installing xorgproto-2023.2...
- [summer] [1/48] Extracting xorgproto-2023.2: .......... done
- [summer] [2/48] Installing libXau-1.0.9_1...
- [summer] [2/48] Extracting libXau-1.0.9_1: .......... done
- [summer] [3/48] Installing libXdmcp-1.1.5...
- [summer] [3/48] Extracting libXdmcp-1.1.5: ......... done
- [summer] [4/48] Installing libxcb-1.16.1...
- [summer] [4/48] Extracting libxcb-1.16.1: .......... done
- [summer] [5/48] Installing py39-packaging-23.2...
- [summer] [5/48] Extracting py39-packaging-23.2: .......... done
- [summer] [6/48] Installing libX11-1.8.7_1,1...
- [summer] [6/48] Extracting libX11-1.8.7_1,1: .......... done
- [summer] [7/48] Installing jpeg-turbo-3.0.2...
- [summer] [7/48] Extracting jpeg-turbo-3.0.2: .......... done
- [summer] [8/48] Installing libdeflate-1.20...
- [summer] [8/48] Extracting libdeflate-1.20: .......... done
- [summer] [9/48] Installing libXext-1.3.6,1...
- [summer] [9/48] Extracting libXext-1.3.6,1: .......... done
- [summer] [10/48] Installing libXfixes-6.0.0_1...
- [summer] [10/48] Extracting libXfixes-6.0.0_1: .......... done
- [summer] [11/48] Installing libxml2-2.11.7...
- [summer] [11/48] Extracting libxml2-2.11.7: .......... done
- [summer] [12/48] Installing libepoll-shim-0.0.20230411...
- [summer] [12/48] Extracting libepoll-shim-0.0.20230411: .......... done
- [summer] [13/48] Installing glib-2.80.0,2...
- [summer] [13/48] Extracting glib-2.80.0,2: ......
- .... done
- [summer] [14/48] Installing libXrender-0.9.10_2...
- [summer] [14/48] Extracting libXrender-0.9.10_2: .......... done
- [summer] [15/48] Installing jbigkit-2.1_2...
- [summer] [15/48] Extracting jbigkit-2.1_2: .......... done
- [summer] [16/48] Installing libpciaccess-0.18...
- [summer] [16/48] Extracting libpciaccess-0.18: ........ done
- [summer] [17/48] Installing png-1.6.43...
- [summer] [17/48] Extracting png-1.6.43: .......... done
- [summer] [18/48] Installing libXrandr-1.5.2_1...
- [summer] [18/48] Extracting libXrandr-1.5.2_1: .......... done
- [summer] [19/48] Installing Imath-3.1.11...
- [summer] [19/48] Extracting Imath-3.1.11: .......... done
- [summer] [20/48] Installing libXxf86vm-1.1.4_4...
- [summer] [20/48] Extracting libXxf86vm-1.1.4_4: .......... done
- [summer] [21/48] Installing vmaf-3.0.0...
- [summer] [21/48] Extracting vmaf-3.0.0: .......... done
- [summer] [22/48] Installing libXdamage-1.1.6...
- [summer] [22/48] Extracting libXdamage-1.1.6: ......... done
- [summer] [23/48] Installing libdrm-2.4.120_1,1...
- [summer] [23/48] Extracting libdrm-2.4.120_1,1: .......... done
- [summer] [24/48] Installing wayland-1.22.0...
- [summer] [24/48] Extracting wayland-1.22.0: .......... done
- [summer] [25/48] Installing libxshmfence-1.3.2...
- [summer] [25/48] Extracting libxshmfence-1.3.2: ......... done
- [summer] [26/48] Installing xkeyboard-config-2.41_4...
- [summer] [26/48] Extracting xkeyboard-config-2.41_4: .......... done
- [summer] [27/48] Installing tiff-4.4.0_3...
- [summer] [27/48] Extracting tiff-4.4.0_3: .......... done
- [summer] [28/48] Installing shared-mime-info-2.2_2...
- [summer] [28/48] Extracting shared-mime-info-2.2_2: ......... done
- [summer] [29/48] Installing vulkan-loader-1.3.282...
- [summer] [29/48] Extracting vulkan-loader-1.3.282: .......... done
- [summer] [30/48] Installing libXcursor-1.2.2...
- [summer] [30/48] Extracting libXcursor-1.2.2: .......... done
- [summer] [31/48] Installing libglvnd-1.7.0...
- [summer] [31/48] Extracting libglvnd-1.7.0: .......... done
- [summer] [32/48] Installing highway-1.1.0...
- [summer] [32/48] Extracting highway-1.1.0: .......... done
- [summer] [33/48] Installing brotli-1.1.0,1...
- [summer] [33/48] Extracting brotli-1.1.0,1: .......... done
- [summer] [34/48] Installing aom-3.8.2...
- [summer] [34/48] Extracting aom-3.8.2: .......
- ... done
- [summer] [35/48] Installing gdk-pixbuf2-2.42.10_2...
- [summer] [35/48] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [summer] [36/48] Installing dav1d-1.4.1...
- [summer] [36/48] Extracting dav1d-1.4.1: .......... done
- [summer] [37/48] Installing libXScrnSaver-1.2.4_1...
- [summer] [37/48] Extracting libXScrnSaver-1.2.4_1: .......... done
- [summer] [38/48] Installing giflib-5.2.1_1...
- [summer] [38/48] Extracting giflib-5.2.1_1: .......... done
- [summer] [39/48] Installing openexr-3.2.4...
- [summer] [39/48] Extracting openexr-3.2.4: .......... done
- [summer] [40/48] Installing libXi-1.8_1,1...
- [summer] [40/48] Extracting libXi-1.8_1,1: .......... done
- [summer] [41/48] Installing libxkbcommon-1.6.0_2...
- [summer] [41/48] Extracting libxkbcommon-1.6.0_2: .......... done
- [summer] [42/48] Installing mesa-libs-24.0.6...
- [summer] [42/48] Extracting mesa-libs-24.0.6: .......... done
- [summer] [43/48] Installing libinotify-20211018_1...
- [summer] [43/48] Extracting libinotify-20211018_1: .......... done
- [summer] [44/48] Installing libavif-1.0.4_1...
- [summer] [44/48] Extracting libavif-1.0.4_1: .......... done
- [summer] [45/48] Installing libjxl-0.10.2...
- [summer] [45/48] Extracting libjxl-0.10.2: .......... done
- [summer] [46/48] Installing webp-1.3.2_1...
- [summer] [46/48] Extracting webp-1.3.2_1: .......... done
- [summer] [47/48] Installing sdl2-2.30.2...
- [summer] [47/48] Extracting sdl2-2.30.2: .......... done
- [summer] [48/48] Installing sdl2_image-2.6.3_5...
- [summer] [48/48] Extracting sdl2_image-2.6.3_5: .......... done
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> 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 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.
- =====
- 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 10:37.23 ---> using "fcd9209d85df633c7954ce37d75f88ddf6c801c919b83b742897c9ad45eeca8b" from cache


/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 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-image   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 csexp.1.5.2  (cached)
 installed conf-sdl2-image.1
 installed conf-sdl2.1
 installed conf-libffi.2.0.0
 retrieved ctypes-foreign.0.22.0  (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.1.0.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved bigarray-compat.1.1.0  (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 bigarray-compat.1.1.0
 installed csexp.1.5.2
 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-05-10 10:37.23 ---> using "05f3cbb405c0086accb47db0f2542884658a71dc9885a181b3c2bf56b3f302d2" from cache


/src: (copy (src .) (dst /src))
2024-05-10 10:37.26 ---> saved as "8c36ea0bd183705fc98c113235ea6dc91710e36653ffacd2c4bfef50c133d2c2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
Running test
Quitting test
2024-05-10 10:37.33 ---> saved as "65a754c3abdc7be0cc00088eb13591463f3956c19b89309d674745c842b6018b"
Job succeeded
2024-05-10 10:43.55: Job succeeded