Organisationskit-ty-katemastodon-archive-viewerb4e9f7 (master)freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 09:11.16: New job: test kit-ty-kate/mastodon-archive-viewer https://github.com/kit-ty-kate/mastodon-archive-viewer.git#refs/heads/master (b4e9f7c8b27fdff14478365ba6f35f4abbfdc9be) (freebsd-x86_64:freebsd-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/mastodon-archive-viewer.git" -b "master" && cd "mastodon-archive-viewer" && git reset --hard b4e9f7c8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.1
# freebsd-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mastodon-archive-viewer.opam ./
RUN opam pin add -yn mastodon-archive-viewer.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mastodon-archive-viewer.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-30 09:11.16: Using cache hint "kit-ty-kate/mastodon-archive-viewer-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-458720c9f4d47fd731f86755bc8f81ca"
2024-04-30 09:11.16: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mastodon-archive-viewer.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mastodon-archive-viewer.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")
 (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 mastodon-archive-viewer.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 09:11.16: Waiting for resource in pool OCluster
2024-04-30 16:47.44: Waiting for worker…
2024-04-30 18:56.55: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at b4e9f7c Version 0.4.0


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


/: (comment freebsd-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-04-30 18:52.37 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" from cache


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-04-30 18:52.38 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 18:52.38 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..e90e14059c  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


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


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


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-04-30 18:52.39 ---> using "3f44f5f54c7904ec7f0205c91f4f9e3cf76f5cf8b5b6912290d544cbf6eb9f31" from cache


/src: (copy (src mastodon-archive-viewer.opam) (dst ./))
2024-04-30 18:52.40 ---> saved as "dd277f8e2ca0a9ab3d16781adb253400bfb3031302224bde3aa0730a7600a16d"


/src: (run (network host)
           (shell "opam pin add -yn mastodon-archive-viewer.dev './'"))
[mastodon-archive-viewer.dev] synchronised (file:///src)
mastodon-archive-viewer is now pinned to file:///src (version dev)
2024-04-30 18:52.44 ---> saved as "eba26d2249328195208855ea2257528bb45b417a111b57a78fc9488ee9c6dd9e"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")


/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 mastodon-archive-viewer.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mastodon-archive-viewer.dev] synchronised (no changes)


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


The following system packages will first need to be installed:
    ffmpeg


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "ffmpeg"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: 
- .
- ...
- ...... done
- Processing entries: 
- ..
- ..
- .
- ..
- .
- .. done
- FreeBSD repository update completed. 34061 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: 
- .....
- ....
- . done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: ......
- ...
- . done
- Processing entries: .
- ..
- ...
- .
- ..
- . done
- FreeBSD repository update completed. 34061 packages processed.
- All repositories are up to date.
- The following 65 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.1.11
- 	aom: 3.8.2
- 	argp-standalone: 1.5.0
- 	brotli: 1.1.0,1
- 	dav1d: 1.4.1
- 	ffmpeg: 6.1.1_5,1
- 	fontconfig: 2.15.0_2,1
- 	freetype2: 2.13.2
- 	fribidi: 1.0.13_1
- 	gdk-pixbuf2: 2.42.10_2
- 	giflib: 5.2.1_1
- 	glib: 2.80.0,2
- 	gmp: 6.3.0
- 	gnutls: 3.8.5_1
- 	graphite2: 1.3.14
- 	harfbuzz: 8.4.0
- 	highway: 1.1.0
- 	jbigkit: 2.1_2
- 	jpeg-turbo: 3.0.2
- 	lame: 3.100_5
- 	lcms2: 2.16_1
- 	libX11: 1.8.7_1,1
- 	libXau: 1.0.9_1
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.0_1
- 	libXrandr: 1.5.2_1
- 	libXrender: 0.9.10_2
- 	libass: 0.17.1_2
- 	libdeflate: 1.20
- 	libdrm: 2.4.120_1,1
- 	libepoll-shim: 0.0.20230411
- 	libglvnd: 1.7.0
- 	libjxl: 0.10.2
- 	libogg: 1.3.5,4
- 	libpciaccess: 0.18
- 	libplacebo: 6.338.2
- 	libtasn1: 4.19.0_1
- 	libudev-devd: 0.5.2
- 	libunibreak: 6.1,1
- 	libunwind: 20240221
- 	libv4l: 1.23.0_3
- 	libva: 2.21.0
- 	libvdpau: 1.5
- 	libvorbis: 1.3.7_2,3
- 	libvpx: 1.14.0
- 	libx264: 0.164.3095
- 	libxcb: 1.16.1
- 	libxml2: 2.11.7
- 	nettle: 3.9.1
- 	openexr: 3.2.4
- 	opus: 1.5.1
- 	p11-kit: 0.25.3_1
- 	png: 1.6.43
- 	py39-packaging: 23.2
- 	shaderc: 2024.0
- 	shared-mime-info: 2.2_2
- 	svt-av1: 2.0.0
- 	tiff: 4.4.0_3
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.3.282
- 	wayland: 1.22.0
- 	webp: 1.3.2_1
- 	x265: 3.5_1
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 65
- 
- The process will require 279 MiB more space.
- 59 MiB to be downloaded.
- [spring] [1/65] Fetching freetype2-2.13.2.pkg: ........
- .. done
- [spring] [2/65] Fetching libx264-0.164.3095.pkg: .......... done
- [spring] [3/65] Fetching libglvnd-1.7.0.pkg: ......... done
- [spring] [4/65] Fetching nettle-3.9.1.pkg: ......
- .... done
- [spring] [5/65] Fetching lcms2-2.16_1.pkg: .......... done
- [spring] [6/65] Fetching vmaf-3.0.0.pkg: ......... done
- [spring] [7/65] Fetching libva-2.21.0.pkg: ......... done
- [spring] [8/65] Fetching libXfixes-6.0.0_1.pkg: .... done
- [spring] [9/65] Fetching aom-3.8.2.pkg: .....
- ..... done
- [spring] [10/65] Fetching gdk-pixbuf2-2.42.10_2.pkg: .......... done
- [spring] [11/65] Fetching shaderc-2024.0.pkg: .
- ......... done
- [spring] [12/65] Fetching gnutls-3.8.5_1.pkg: .
- ......... done
- [spring] [13/65] Fetching libepoll-shim-0.0.20230411.pkg: .... done
- [spring] [14/65] Fetching libX11-1.8.7_1,1.pkg: .
- ......... done
- [spring] [15/65] Fetching giflib-5.2.1_1.pkg: ........ done
- [spring] [16/65] Fetching xorgproto-2023.2.pkg: ......... done
- [spring] [17/65] Fetching graphite2-1.3.14.pkg: ...... done
- [spring] [18/65] Fetching shared-mime-info-2.2_2.pkg: ....
- ...... done
- [spring] [19/65] Fetching lame-3.100_5.pkg: .......... done
- [spring] [20/65] Fetching libpciaccess-0.18.pkg: ... done
- [spring] [21/65] Fetching vulkan-loader-1.3.282.pkg: .......... done
- [spring] [22/65] Fetching libass-0.17.1_2.pkg: .......... done
- [spring] [23/65] Fetching ffmpeg-6.1.1_5,1.pkg: 
- ....
- .....
- . done
- [spring] [24/65] Fetching opus-1.5.1.pkg: .....
- ..... done
- [spring] [25/65] Fetching libunwind-20240221.pkg: ........ done
- [spring] [26/65] Fetching brotli-1.1.0,1.pkg: .......... done
- [spring] [27/65] Fetching Imath-3.1.11.pkg: ...... done
- [spring] [28/65] Fetching svt-av1-2.0.0.pkg: 
- ........
- .. done
- [spring] [29/65] Fetching libXau-1.0.9_1.pkg: ... done
- [spring] [30/65] Fetching libplacebo-6.338.2.pkg: .......... done
- [spring] [31/65] Fetching fontconfig-2.15.0_2,1.pkg: .......... done
- [spring] [32/65] Fetching glib-2.80.0,2.pkg: 
- .......... done
- [spring] [33/65] Fetching jbigkit-2.1_2.pkg: ........ done
- [spring] [34/65] Fetching libvdpau-1.5.pkg: ......... done
- [spring] [35/65] Fetching libXdmcp-1.1.5.pkg: ... done
- [spring] [36/65] Fetching tiff-4.4.0_3.pkg: ........
- .. done
- [spring] [37/65] Fetching png-1.6.43.pkg: ......... done
- [spring] [38/65] Fetching libxcb-1.16.1.pkg: .......... done
- [spring] [39/65] Fetching jpeg-turbo-3.0.2.pkg: .......... done
- [spring] [40/65] Fetching libXrandr-1.5.2_1.pkg: .... done
- [spring] [41/65] Fetching libunibreak-6.1,1.pkg: ....... done
- [spring] [42/65] Fetching libdeflate-1.20.pkg: .......... done
- [spring] [43/65] Fetching fribidi-1.0.13_1.pkg: .......... done
- [spring] [44/65] Fetching libdrm-2.4.120_1,1.pkg: ......
- .... done
- [spring] [45/65] Fetching libtasn1-4.19.0_1.pkg: .......... done
- [spring] [46/65] Fetching libxml2-2.11.7.pkg: .......... done
- [spring] [47/65] Fetching wayland-1.22.0.pkg: .......... done
- [spring] [48/65] Fetching libjxl-0.10.2.pkg: 
- .......... done
- [spring] [49/65] Fetching libXrender-0.9.10_2.pkg: ..... done
- [spring] [50/65] Fetching webp-1.3.2_1.pkg: ......... done
- [spring] [51/65] Fetching libv4l-1.23.0_3.pkg: .....
- ..... done
- [spring] [52/65] Fetching harfbuzz-8.4.0.pkg: .......... done
- [spring] [53/65] Fetching x265-3.5_1.pkg: ...
- ....... done
- [spring] [54/65] Fetching highway-1.1.0.pkg: .......... done
- [spring] [55/65] Fetching libudev-devd-0.5.2.pkg: ... done
- [spring] [56/65] Fetching py39-packaging-23.2.pkg: .....
- ... done
- [spring] [57/65] Fetching gmp-6.3.0.pkg: .......... done
- [spring] [58/65] Fetching libvorbis-1.3.7_2,3.pkg: ......... done
- [spring] [59/65] Fetching libXext-1.3.6,1.pkg: .......... done
- [spring] [60/65] Fetching argp-standalone-1.5.0.pkg: .... done
- [spring] [61/65] Fetching libogg-1.3.5,4.pkg: ..
- ........ done
- [spring] [62/65] Fetching p11-kit-0.25.3_1.pkg: .......... done
- [spring] [63/65] Fetching dav1d-1.4.1.pkg: .......... done
- [spring] [64/65] Fetching openexr-3.2.4.pkg: 
- .......... done
- [spring] [65/65] Fetching libvpx-1.14.0.pkg: ...
- ....... done
- Checking integrity... done (0 conflicting)
- [spring] [1/65] Installing xorgproto-2023.2...
- [spring] [1/65] Extracting xorgproto-2023.2: .......... done
- [spring] [2/65] Installing libXau-1.0.9_1...
- [spring] [2/65] Extracting libXau-1.0.9_1: .......... done
- [spring] [3/65] Installing libXdmcp-1.1.5...
- [spring] [3/65] Extracting libXdmcp-1.1.5: ......... done
- [spring] [4/65] Installing libxcb-1.16.1...
- [spring] [4/65] Extracting libxcb-1.16.1: .......... done
- [spring] [5/65] Installing libX11-1.8.7_1,1...
- [spring] [5/65] Extracting libX11-1.8.7_1,1: .......... done
- [spring] [6/65] Installing py39-packaging-23.2...
- [spring] [6/65] Extracting py39-packaging-23.2: .......... done
- [spring] [7/65] Installing libepoll-shim-0.0.20230411...
- [spring] [7/65] Extracting libepoll-shim-0.0.20230411: .......... done
- [spring] [8/65] Installing brotli-1.1.0,1...
- [spring] [8/65] Extracting brotli-1.1.0,1: .......... done
- [spring] [9/65] Installing glib-2.80.0,2...
- [spring] [9/65] Extracting glib-2.80.0,2: .......... done
- [spring] [10/65] Installing jbigkit-2.1_2...
- [spring] [10/65] Extracting jbigkit-2.1_2: .......... done
- [spring] [11/65] Installing png-1.6.43...
- [spring] [11/65] Extracting png-1.6.43: .......... done
- [spring] [12/65] Installing jpeg-turbo-3.0.2...
- [spring] [12/65] Extracting jpeg-turbo-3.0.2: .......... done
- [spring] [13/65] Installing libdeflate-1.20...
- [spring] [13/65] Extracting libdeflate-1.20: .......... done
- [spring] [14/65] Installing libxml2-2.11.7...
- [spring] [14/65] Extracting libxml2-2.11.7: .......... done
- [spring] [15/65] Installing libXrender-0.9.10_2...
- [spring] [15/65] Extracting libXrender-0.9.10_2: .......... done
- [spring] [16/65] Installing libXext-1.3.6,1...
- [spring] [16/65] Extracting libXext-1.3.6,1: .......... done
- [spring] [17/65] Installing freetype2-2.13.2...
- [spring] [17/65] Extracting freetype2-2.13.2: .......... done
- [spring] [18/65] Installing graphite2-1.3.14...
- [spring] [18/65] Extracting graphite2-1.3.14: .......... done
- [spring] [19/65] Installing shared-mime-info-2.2_2...
- [spring] [19/65] Extracting shared-mime-info-2.2_2: ......... done
- [spring] [20/65] Installing libpciaccess-0.18...
- [spring] [20/65] Extracting libpciaccess-0.18: ........ done
- [spring] [21/65] Installing Imath-3.1.11...
- [spring] [21/65] Extracting Imath-3.1.11: .......... done
- [spring] [22/65] Installing tiff-4.4.0_3...
- [spring] [22/65] Extracting tiff-4.4.0_3: .......... done
- [spring] [23/65] Installing libXrandr-1.5.2_1...
- [spring] [23/65] Extracting libXrandr-1.5.2_1: .......... done
- [spring] [24/65] Installing libtasn1-4.19.0_1...
- [spring] [24/65] Extracting libtasn1-4.19.0_1: .......... done
- [spring] [25/65] Installing wayland-1.22.0...
- [spring] [25/65] Extracting wayland-1.22.0: .......... done
- [spring] [26/65] Installing gmp-6.3.0...
- [spring] [26/65] Extracting gmp-6.3.0: .......... done
- [spring] [27/65] Installing libglvnd-1.7.0...
- [spring] [27/65] Extracting libglvnd-1.7.0: .......... done
- [spring] [28/65] Installing nettle-3.9.1...
- [spring] [28/65] Extracting nettle-3.9.1: .......... done
- [spring] [29/65] Installing lcms2-2.16_1...
- [spring] [29/65] Extracting lcms2-2.16_1: ........
- .. done
- [spring] [30/65] Installing vmaf-3.0.0...
- [spring] [30/65] Extracting vmaf-3.0.0: .......... done
- [spring] [31/65] Installing libXfixes-6.0.0_1...
- [spring] [31/65] Extracting libXfixes-6.0.0_1: .......... done
- [spring] [32/65] Installing gdk-pixbuf2-2.42.10_2...
- [spring] [32/65] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [spring] [33/65] Installing shaderc-2024.0...
- [spring] [33/65] Extracting shaderc-2024.0: .......... done
- [spring] [34/65] Installing giflib-5.2.1_1...
- [spring] [34/65] Extracting giflib-5.2.1_1: .......... done
- [spring] [35/65] Installing vulkan-loader-1.3.282...
- [spring] [35/65] Extracting vulkan-loader-1.3.282: .......... done
- [spring] [36/65] Installing libunwind-20240221...
- [spring] [36/65] Extracting libunwind-20240221: .......... done
- [spring] [37/65] Installing fontconfig-2.15.0_2,1...
- [spring] [37/65] Extracting fontconfig-2.15.0_2,1: .......... done
- [spring] [38/65] Installing libunibreak-6.1,1...
- [spring] [38/65] Extracting libunibreak-6.1,1: .......... done
- [spring] [39/65] Installing fribidi-1.0.13_1...
- [spring] [39/65] Extracting fribidi-1.0.13_1: .......... done
- [spring] [40/65] Installing libdrm-2.4.120_1,1...
- [spring] [40/65] Extracting libdrm-2.4.120_1,1: .......... done
- [spring] [41/65] Installing harfbuzz-8.4.0...
- [spring] [41/65] Extracting harfbuzz-8.4.0: ..
- ........ done
- [spring] [42/65] Installing highway-1.1.0...
- [spring] [42/65] Extracting highway-1.1.0: .......... done
- [spring] [43/65] Installing libudev-devd-0.5.2...
- [spring] [43/65] Extracting libudev-devd-0.5.2: ........ done
- [spring] [44/65] Installing argp-standalone-1.5.0...
- [spring] [44/65] Extracting argp-standalone-1.5.0: ........ done
- [spring] [45/65] Installing libogg-1.3.5,4...
- [spring] [45/65] Extracting libogg-1.3.5,4: .......... done
- [spring] [46/65] Installing p11-kit-0.25.3_1...
- [spring] [46/65] Extracting p11-kit-0.25.3_1: .......... done
- [spring] [47/65] Installing openexr-3.2.4...
- [spring] [47/65] Extracting openexr-3.2.4: .......... done
- [spring] [48/65] Installing libx264-0.164.3095...
- [spring] [48/65] Extracting libx264-0.164.3095: ......... done
- [spring] [49/65] Installing libva-2.21.0...
- [spring] [49/65] Extracting libva-2.21.0: .......... done
- [spring] [50/65] Installing aom-3.8.2...
- [spring] [50/65] Extracting aom-3.8.2: .......
- ... done
- [spring] [51/65] Installing gnutls-3.8.5_1...
- [spring] [51/65] Extracting gnutls-3.8.5_1: .......... done
- [spring] [52/65] Installing lame-3.100_5...
- [spring] [52/65] Extracting lame-3.100_5: .......... done
- [spring] [53/65] Installing libass-0.17.1_2...
- [spring] [53/65] Extracting libass-0.17.1_2: .......... done
- [spring] [54/65] Installing opus-1.5.1...
- [spring] [54/65] Extracting opus-1.5.1: .......... done
- [spring] [55/65] Installing svt-av1-2.0.0...
- [spring] [55/65] Extracting svt-av1-2.0.0: .......... done
- [spring] [56/65] Installing libplacebo-6.338.2...
- [spring] [56/65] Extracting libplacebo-6.338.2: .......... done
- [spring] [57/65] Installing libvdpau-1.5...
- [spring] [57/65] Extracting libvdpau-1.5: .......... done
- [spring] [58/65] Installing libjxl-0.10.2...
- [spring] [58/65] Extracting libjxl-0.10.2: .......... done
- [spring] [59/65] Installing webp-1.3.2_1...
- [spring] [59/65] Extracting webp-1.3.2_1: .......... done
- [spring] [60/65] Installing libv4l-1.23.0_3...
- [spring] [60/65] Extracting libv4l-1.23.0_3: .......... done
- [spring] [61/65] Installing x265-3.5_1...
- [spring] [61/65] Extracting x265-3.5_1: .......... done
- [spring] [62/65] Installing libvorbis-1.3.7_2,3...
- [spring] [62/65] Extracting libvorbis-1.3.7_2,3: .......... done
- [spring] [63/65] Installing dav1d-1.4.1...
- [spring] [63/65] Extracting dav1d-1.4.1: .......... done
- [spring] [64/65] Installing libvpx-1.14.0...
- [spring] [64/65] Extracting libvpx-1.14.0: .......... done
- [spring] [65/65] Installing ffmpeg-6.1.1_5,1...
- [spring] [65/65] Extracting ffmpeg-6.1.1_5,1: .......... 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: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- 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 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 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-04-30 18:55.00 ---> saved as "d791a5166142581a01b8ed2c1590d049a4048b9f6119ff49dc482078fb9a4b7b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild        0.14.3
   install conf-pkg-config   3
   install cmdliner          1.2.0
   install ocamlfind         1.9.6
   install seq               base
   install dune              3.15.2
   install conf-ffmpeg       1
   install topkg             1.0.7
   install sexplib0          v0.17.0
   install re                1.11.0
   install either            1.0.0
   install csexp             1.5.2
   install uutf              1.0.3
   install ptime             1.1.0
   install fmt               0.9.0
   install dune-configurator 3.15.2
   install tyxml             4.6.0
   install jsonm             1.0.2
   install cstruct           6.2.0
   install ffmpeg-avutil     1.1.11
   install containers        3.13.1
   install hex               1.5.0
   install ffmpeg-avcodec    1.1.11
   install ezjsonm           1.3.0
   install ffmpeg-av         1.1.11
=====  25 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.3
 retrieved containers.3.13.1  (cached)
 installed conf-ffmpeg.1
 retrieved cstruct.6.2.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved either.1.0.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved ezjsonm.1.3.0  (cached)
 retrieved ffmpeg-av.1.1.11  (cached)
 retrieved ffmpeg-avcodec.1.1.11  (cached)
 retrieved ffmpeg-avutil.1.1.11  (cached)
 retrieved hex.1.5.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved jsonm.1.0.2  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ptime.1.1.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 installed seq.base
 retrieved sexplib0.v0.17.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tyxml.4.6.0  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved cmdliner.1.2.0  (cached)
 installed ocamlfind.1.9.6
 installed cmdliner.1.2.0
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed dune.3.15.2
 installed either.1.0.0
 installed csexp.1.5.2
 installed sexplib0.v0.17.0
 installed re.1.11.0
 installed uutf.1.0.3
 installed ptime.1.1.0
 installed fmt.0.9.0
 installed cstruct.6.2.0
 installed jsonm.1.0.2
 installed hex.1.5.0
 installed dune-configurator.3.15.2
 installed ezjsonm.1.3.0
 installed tyxml.4.6.0
 installed ffmpeg-avutil.1.1.11
 installed containers.3.13.1
 installed ffmpeg-avcodec.1.1.11
 installed ffmpeg-av.1.1.11
Done.
2024-04-30 18:58.43 ---> saved as "ebe0d14f69ea4512bde11d27ff2c741c204f9e15cbde8cee833122e00bd60631"


/src: (copy (src .) (dst /src))
2024-04-30 18:58.54 ---> saved as "054632eb48b76084fd493ac070522758a1d8f60e01e777d5f8447ca245e0da8a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 18:59.02 ---> saved as "bac072b6343c4ccdf4a2523fb741d543e9455ead2633e599f3671e70e74055b3"
Job succeeded
2024-04-30 19:03.22: Job succeeded