Organisationsmirageindex6e84be (main)freebsd-15.0-5.4_opam-2.5

freebsd-15.0-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-29 12:51.56: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (6e84bed48db8ab53a09926b45d899815c30f2b39) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)
Base: freebsd-15.0-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 6e84bed4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-5.4
# freebsd-15.0-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
opam pin add -yn index-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.38.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.1 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y index.dev index-bench.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


2026-04-29 12:51.56: Using cache hint "mirage/index-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-01509d6bdb494cd4b3145f3b3e0da75f"
2026-04-29 12:51.56: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
(comment freebsd-15.0-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src index.opam index-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn index.dev './' && \
\nopam pin add -yn index-bench.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.38.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.1 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14")
(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.5 --depext-only -y index.dev index-bench.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"))
)


2026-04-29 12:51.56: Waiting for resource in pool OCluster
2026-04-29 19:05.42: Waiting for worker…
2026-04-29 19:58.16: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 6e84bed Merge pull request #404 from lyrm/stats_dls


(from freebsd-15.0-ocaml-5.4)
2026-04-29 19:50.54 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache


/: (comment freebsd-15.0-5.4_opam-2.5)


/: (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.5 /usr/local/bin/opam"))
2026-04-29 19:50.54 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" 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
2026-04-29 19:50.55 ---> using "b806a290c026df5c2502119c7bacc521336ea69e029a5a664ccac03ac292bb91" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-29 19:50.55 ---> using "b5d732cc667cfadc3b7b196a89147e232c7e4d39afe01136d77cb7e64e06560f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-29 19:50.56 ---> using "1a9460a5b2b0597f096d9fac3bdc427c687096f5774f717660d59364e080f500" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))
dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2


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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-04-29 19:50.56 ---> using "589f52c681a0a1c9815ce7acf0ec19d3823353ce0a6120d2827b15014d32c305" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2026-04-29 19:50.56 ---> saved as "f1e320f19131c9e060e826b18d1b42b965491957cc12d1d3e6edbce07271d19f"


/src: (run (network host)
(shell  "opam pin add -yn index.dev './' && \
\nopam pin add -yn index-bench.dev './'"))
[index.dev] synchronised (file:///src)
index is now pinned to file:///src (version dev)
[index-bench.dev] synchronised (file:///src)
index-bench is now pinned to file:///src (version dev)
2026-04-29 19:50.59 ---> saved as "54f1b0273559ebb91b155beefab21f794a2f445c2a08a681082bd44b7a4925cc"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-29 19:51.03 ---> saved as "6b08ba01958923e2d55847d4de285a9dae157bf0a727bd06f5dac51bcb15aea0"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.38.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.1 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14")


/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.5 --depext-only -y index.dev index-bench.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index-bench.dev] synchronised (file:///src)
[index.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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).


The following system packages will first need to be installed:
gmp gnuplot


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp" "gnuplot"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- All repositories are up to date.
- The following 148 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.2.2_2 [FreeBSD-ports]
- 	adwaita-icon-theme: 47.0 [FreeBSD-ports]
- 	adwaita-icon-theme-legacy: 46.2 [FreeBSD-ports]
- 	aom: 3.13.3 [FreeBSD-ports]
- 	at-spi2-core: 2.56.8 [FreeBSD-ports]
- 	avahi-app: 0.8_6 [FreeBSD-ports]
- 	binutils: 2.44,1 [FreeBSD-ports]
- 	boost-libs: 1.89.0_2 [FreeBSD-ports]
- 	cairo: 1.18.2,3 [FreeBSD-ports]
- 	colord: 1.4.8_1 [FreeBSD-ports]
- 	cups: 2.4.16 [FreeBSD-ports]
- 	dav1d: 1.5.3_1 [FreeBSD-ports]
- 	dbus: 1.16.2_4,1 [FreeBSD-ports]
- 	dbus-glib: 0.114 [FreeBSD-ports]
- 	duktape-lib: 2.7.0_1 [FreeBSD-ports]
- 	enchant2: 2.8.15 [FreeBSD-ports]
- 	fontconfig: 2.17.1,1 [FreeBSD-ports]
- 	freetype2: 2.14.3 [FreeBSD-ports]
- 	fribidi: 1.0.16 [FreeBSD-ports]
- 	gcc14: 14.2.0_4 [FreeBSD-ports]
- 	gdbm: 1.26 [FreeBSD-ports]
- 	gdk-pixbuf2: 2.44.1 [FreeBSD-ports]
- 	geoclue: 2.8.0 [FreeBSD-ports]
- 	giflib: 5.2.2 [FreeBSD-ports]
- 	glib: 2.84.4,2 [FreeBSD-ports]
- 	glib-networking: 2.80.1_1 [FreeBSD-ports]
- 	gmp: 6.3.0 [FreeBSD-ports]
- 	gnome_subr: 1.0 [FreeBSD-ports]
- 	gnuplot: 5.4.10_3 [FreeBSD-ports]
- 	gnutls: 3.8.12 [FreeBSD-ports]
- 	gobject-introspection: 1.84.0,1 [FreeBSD-ports]
- 	graphene: 1.10.8_1 [FreeBSD-ports]
- 	graphite2: 1.3.14 [FreeBSD-ports]
- 	gsettings-desktop-schemas: 47.1_2 [FreeBSD-ports]
- 	gstreamer1: 1.28.1_1 [FreeBSD-ports]
- 	gstreamer1-plugins: 1.28.1 [FreeBSD-ports]
- 	gstreamer1-plugins-bad: 1.28.1 [FreeBSD-ports]
- 	gstreamer1-plugins-gl: 1.28.1 [FreeBSD-ports]
- 	gtk-update-icon-cache: 3.24.42 [FreeBSD-ports]
- 	gtk3: 3.24.52 [FreeBSD-ports]
- 	harfbuzz: 13.2.1 [FreeBSD-ports]
- 	harfbuzz-icu: 13.2.1 [FreeBSD-ports]
- 	hicolor-icon-theme: 0.18 [FreeBSD-ports]
- 	highway: 1.3.0 [FreeBSD-ports]
- 	hunspell: 1.7.2_1 [FreeBSD-ports]
- 	hwdata: 0.405,1 [FreeBSD-ports]
- 	hyphen: 2.8.8 [FreeBSD-ports]
- 	icu: 76.1,1 [FreeBSD-ports]
- 	iso-codes: 4.20.1 [FreeBSD-ports]
- 	jbigkit: 2.1_3 [FreeBSD-ports]
- 	jpeg-turbo: 3.1.4.1 [FreeBSD-ports]
- 	json-glib: 1.10.8 [FreeBSD-ports]
- 	lcms2: 2.18 [FreeBSD-ports]
- 	lerc: 4.0.0 [FreeBSD-ports]
- 	libGLU: 9.0.3 [FreeBSD-ports]
- 	libICE: 1.1.2,1 [FreeBSD-ports]
- 	libSM: 1.2.6,1 [FreeBSD-ports]
- 	libX11: 1.8.13,1 [FreeBSD-ports]
- 	libXau: 1.0.12 [FreeBSD-ports]
- 	libXcomposite: 0.4.6_1,1 [FreeBSD-ports]
- 	libXcursor: 1.2.3 [FreeBSD-ports]
- 	libXdamage: 1.1.6 [FreeBSD-ports]
- 	libXdmcp: 1.1.5 [FreeBSD-ports]
- 	libXext: 1.3.6,1 [FreeBSD-ports]
- 	libXfixes: 6.0.1 [FreeBSD-ports]
- 	libXft: 2.3.8 [FreeBSD-ports]
- 	libXi: 1.8.2,1 [FreeBSD-ports]
- 	libXinerama: 1.1.5,1 [FreeBSD-ports]
- 	libXrandr: 1.5.4 [FreeBSD-ports]
- 	libXrender: 0.9.12 [FreeBSD-ports]
- 	libXtst: 1.2.5 [FreeBSD-ports]
- 	libXxf86vm: 1.1.6 [FreeBSD-ports]
- 	libavif: 1.3.0_3 [FreeBSD-ports]
- 	libdaemon: 0.14_1 [FreeBSD-ports]
- 	libdatrie: 0.2.14_1 [FreeBSD-ports]
- 	libdeflate: 1.25 [FreeBSD-ports]
- 	libdrm: 2.4.131,1 [FreeBSD-ports]
- 	libedit: 3.1.20251016_1,1 [FreeBSD-ports]
- 	libepoll-shim: 0.0.20240608 [FreeBSD-ports]
- 	libepoxy: 1.5.10 [FreeBSD-ports]
- 	libevent: 2.1.12 [FreeBSD-ports]
- 	libgcrypt: 1.12.0_1 [FreeBSD-ports]
- 	libgd: 2.3.3_13,1 [FreeBSD-ports]
- 	libglvnd: 1.7.0 [FreeBSD-ports]
- 	libgpg-error: 1.59 [FreeBSD-ports]
- 	libgudev: 237 [FreeBSD-ports]
- 	libgusb: 0.4.9_1 [FreeBSD-ports]
- 	libjxl: 0.11.2 [FreeBSD-ports]
- 	libmspack: 0.11alpha [FreeBSD-ports]
- 	libnotify: 0.8.8 [FreeBSD-ports]
- 	libpaper: 1.1.28_1 [FreeBSD-ports]
- 	libpciaccess: 0.18.1_1 [FreeBSD-ports]
- 	libproxy: 0.5.10_1 [FreeBSD-ports]
- 	librsvg2-rust: 2.62.0_1 [FreeBSD-ports]
- 	libsecret: 0.21.7_2 [FreeBSD-ports]
- 	libsoup: 2.74.3_1 [FreeBSD-ports]
- 	libsoup3: 3.6.6 [FreeBSD-ports]
- 	libsysinfo: 0.0.3_3 [FreeBSD-ports]
- 	libtasn1: 4.21.0 [FreeBSD-ports]
- 	libthai: 0.1.30 [FreeBSD-ports]
- 	libudev-devd: 0.6.0 [FreeBSD-ports]
- 	libunwind: 20250904 [FreeBSD-ports]
- 	libxcb: 1.17.0 [FreeBSD-ports]
- 	libxkbcommon: 1.13.1 [FreeBSD-ports]
- 	libxml2: 2.15.2 [FreeBSD-ports]
- 	libxshmfence: 1.3.3 [FreeBSD-ports]
- 	libxslt: 1.1.45 [FreeBSD-ports]
- 	libyuv: 0.0.1903 [FreeBSD-ports]
- 	lua53: 5.3.6_1 [FreeBSD-ports]
- 	lzo2: 2.10_1 [FreeBSD-ports]
- 	mesa-libs: 24.1.7_1 [FreeBSD-ports]
- 	mpc: 1.4.0 [FreeBSD-ports]
- 	mpfr: 4.2.2,1 [FreeBSD-ports]
- 	nettle: 3.10.2 [FreeBSD-ports]
- 	openblas: 0.3.30,2 [FreeBSD-ports]
- 	openexr: 3.4.9 [FreeBSD-ports]
- 	openjph: 0.26.3 [FreeBSD-ports]
- 	orc: 0.4.42 [FreeBSD-ports]
- 	p11-kit: 0.26.2 [FreeBSD-ports]
- 	pango: 1.56.4_1 [FreeBSD-ports]
- 	pixman: 0.46.2 [FreeBSD-ports]
- 	png: 1.6.57 [FreeBSD-ports]
- 	polkit: 127 [FreeBSD-ports]
- 	py311-boost-libs: 1.89.0 [FreeBSD-ports]
- 	py311-numpy: 1.26.4_12,1 [FreeBSD-ports]
- 	py311-packaging: 26.0 [FreeBSD-ports]
- 	py311-pycairo: 1.29.0 [FreeBSD-ports]
- 	py311-pygobject: 3.54.5_1 [FreeBSD-ports]
- 	pygobject-common: 3.54.5_1 [FreeBSD-ports]
- 	shared-mime-info: 2.4_2 [FreeBSD-ports]
- 	sqlite3: 3.50.4_2,1 [FreeBSD-ports]
- 	suitesparse-amd: 3.3.4 [FreeBSD-ports]
- 	suitesparse-camd: 3.3.5 [FreeBSD-ports]
- 	suitesparse-ccolamd: 3.3.5 [FreeBSD-ports]
- 	suitesparse-cholmod: 5.3.4 [FreeBSD-ports]
- 	suitesparse-colamd: 3.3.5 [FreeBSD-ports]
- 	suitesparse-config: 7.12.2 [FreeBSD-ports]
- 	suitesparse-umfpack: 6.3.7 [FreeBSD-ports]
- 	tex-kpathsea: 6.4.1 [FreeBSD-ports]
- 	tiff: 4.7.1_1 [FreeBSD-ports]
- 	vmaf: 3.0.0 [FreeBSD-ports]
- 	wayland: 1.24.0_2 [FreeBSD-ports]
- 	webkit2-gtk_40: 2.46.6_7 [FreeBSD-ports]
- 	webp: 1.6.0 [FreeBSD-ports]
- 	woff2: 1.0.2_5 [FreeBSD-ports]
- 	wx30-gtk3: 3.0.5.1_7 [FreeBSD-ports]
- 	xkeyboard-config: 2.41_4 [FreeBSD-ports]
- 	xorgproto: 2024.1 [FreeBSD-ports]
- 
- Number of packages to be installed: 148
- 
- The process will require 2 GiB more space.
- 308 MiB to be downloaded.
- [rosemary] [  1/148] Fetching duktape-lib-2.7.0_1: .......... done
- [rosemary] [  2/148] Fetching png-1.6.57: ........ done
- [rosemary] [  3/148] Fetching glib-networking-2.80.1_1: .......... done
- [rosemary] [  4/148] Fetching hyphen-2.8.8: ..... done
- [rosemary] [  5/148] Fetching libxcb-1.17.0: .......... done
- [rosemary] [  6/148] Fetching libdatrie-0.2.14_1: ... done
- [rosemary] [  7/148] Fetching jpeg-turbo-3.1.4.1: .......... done
- [rosemary] [  8/148] Fetching freetype2-2.14.3: .......... done
- [rosemary] [  9/148] Fetching graphene-1.10.8_1: .......... done
- [rosemary] [ 10/148] Fetching libproxy-0.5.10_1: .......... done
- [rosemary] [ 11/148] Fetching librsvg2-rust-2.62.0_1: .......... done
- [rosemary] [ 12/148] Fetching suitesparse-camd-3.3.5: .......... done
- [rosemary] [ 13/148] Fetching libglvnd-1.7.0: .......... done
- [rosemary] [ 14/148] Fetching gstreamer1-plugins-bad-1.28.1: .......... done
- [rosemary] [ 15/148] Fetching libxslt-1.1.45: .......... done
- [rosemary] [ 16/148] Fetching boost-libs-1.89.0_2: .......... done
- [rosemary] [ 17/148] Fetching py311-numpy-1.26.4_12,1: .........
- . done
- [rosemary] [ 18/148] Fetching gobject-introspection-1.84.0,1: .......... done
- [rosemary] [ 19/148] Fetching cups-2.4.16: .......... done
- [rosemary] [ 20/148] Fetching nettle-3.10.2: .......... done
- [rosemary] [ 21/148] Fetching libXrandr-1.5.4: .. done
- [rosemary] [ 22/148] Fetching lzo2-2.10_1: ....... done
- [rosemary] [ 23/148] Fetching lcms2-2.18: .......... done
- [rosemary] [ 24/148] Fetching adwaita-icon-theme-legacy-46.2: .......... done
- [rosemary] [ 25/148] Fetching woff2-1.0.2_5: .... done
- [rosemary] [ 26/148] Fetching adwaita-icon-theme-47.0: .......... done
- [rosemary] [ 27/148] Fetching suitesparse-cholmod-5.3.4: .......... done
- [rosemary] [ 28/148] Fetching libthai-0.1.30: .......... done
- [rosemary] [ 29/148] Fetching wx30-gtk3-3.0.5.1_7: .......... done
- [rosemary] [ 30/148] Fetching polkit-127: .......... done
- [rosemary] [ 31/148] Fetching libsoup3-3.6.6: .......... done
- [rosemary] [ 32/148] Fetching gtk-update-icon-cache-3.24.42: ...... done
- [rosemary] [ 33/148] Fetching libdeflate-1.25: ...... done
- [rosemary] [ 34/148] Fetching fribidi-1.0.16: ..... done
- [rosemary] [ 35/148] Fetching libXxf86vm-1.1.6: . done
- [rosemary] [ 36/148] Fetching libmspack-0.11alpha: ..... done
- [rosemary] [ 37/148] Fetching vmaf-3.0.0: ... done
- [rosemary] [ 38/148] Fetching libdrm-2.4.131,1: .......... done
- [rosemary] [ 39/148] Fetching libXdamage-1.1.6: . done
- [rosemary] [ 40/148] Fetching libtasn1-4.21.0: .......... done
- [rosemary] [ 41/148] Fetching libXfixes-6.0.1: . done
- [rosemary] [ 42/148] Fetching libXinerama-1.1.5,1: . done
- [rosemary] [ 43/148] Fetching gnome_subr-1.0: . done
- [rosemary] [ 44/148] Fetching wayland-1.24.0_2: ......... done
- [rosemary] [ 45/148] Fetching libxml2-2.15.2: .......... done
- [rosemary] [ 46/148] Fetching aom-3.13.3: .......... done
- [rosemary] [ 47/148] Fetching orc-0.4.42: .......... done
- [rosemary] [ 48/148] Fetching lua53-5.3.6_1: .......... done
- [rosemary] [ 49/148] Fetching libgd-2.3.3_13,1: .......... done
- [rosemary] [ 50/148] Fetching gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [ 51/148] Fetching icu-76.1,1: .......... done
- [rosemary] [ 52/148] Fetching libgusb-0.4.9_1: .......... done
- [rosemary] [ 53/148] Fetching libxshmfence-1.3.3: . done
- [rosemary] [ 54/148] Fetching gnutls-3.8.12: .......... done
- [rosemary] [ 55/148] Fetching hicolor-icon-theme-0.18: . done
- [rosemary] [ 56/148] Fetching py311-packaging-26.0: ..... done
- [rosemary] [ 57/148] Fetching harfbuzz-icu-13.2.1: . done
- [rosemary] [ 58/148] Fetching libepoll-shim-0.0.20240608: .. done
- [rosemary] [ 59/148] Fetching libpaper-1.1.28_1: .. done
- [rosemary] [ 60/148] Fetching colord-1.4.8_1: .......... done
- [rosemary] [ 61/148] Fetching libjxl-0.11.2: .......... done
- [rosemary] [ 62/148] Fetching giflib-5.2.2: .......... done
- [rosemary] [ 63/148] Fetching libX11-1.8.13,1: .......... done
- [rosemary] [ 64/148] Fetching libXrender-0.9.12: .. done
- [rosemary] [ 65/148] Fetching libsoup-2.74.3_1: .......... done
- [rosemary] [ 66/148] Fetching suitesparse-umfpack-6.3.7: .......... done
- [rosemary] [ 67/148] Fetching xorgproto-2024.1: .......... done
- [rosemary] [ 68/148] Fetching tex-kpathsea-6.4.1: .......... done
- [rosemary] [ 69/148] Fetching suitesparse-ccolamd-3.3.5: ... done
- [rosemary] [ 70/148] Fetching libXtst-1.2.5: .. done
- [rosemary] [ 71/148] Fetching libXi-1.8.2,1: ........ done
- [rosemary] [ 72/148] Fetching libXft-2.3.8: ...... done
- [rosemary] [ 73/148] Fetching gtk3-3.24.52: .......... done
- [rosemary] [ 74/148] Fetching webp-1.6.0: .......... done
- [rosemary] [ 75/148] Fetching libepoxy-1.5.10: ..... done
- [rosemary] [ 76/148] Fetching hwdata-0.405,1: .......... done
- [rosemary] [ 77/148] Fetching cairo-1.18.2,3: .......... done
- [rosemary] [ 78/148] Fetching graphite2-1.3.14: ....... done
- [rosemary] [ 79/148] Fetching shared-mime-info-2.4_2: .......... done
- [rosemary] [ 80/148] Fetching libgudev-237: ... done
- [rosemary] [ 81/148] Fetching gcc14-14.2.0_4: ...
- .....
- .. done
- [rosemary] [ 82/148] Fetching hunspell-1.7.2_1: .......... done
- [rosemary] [ 83/148] Fetching harfbuzz-13.2.1: ......... done
- [rosemary] [ 84/148] Fetching libevent-2.1.12: .......... done
- [rosemary] [ 85/148] Fetching mesa-libs-24.1.7_1: .... done
- [rosemary] [ 86/148] Fetching suitesparse-amd-3.3.4: .......... done
- [rosemary] [ 87/148] Fetching libpciaccess-0.18.1_1: . done
- [rosemary] [ 88/148] Fetching gdbm-1.26: .......... done
- [rosemary] [ 89/148] Fetching gstreamer1-plugins-gl-1.28.1: .......... done
- [rosemary] [ 90/148] Fetching avahi-app-0.8_6: ..... done
- [rosemary] [ 91/148] Fetching enchant2-2.8.15: ..... done
- [rosemary] [ 92/148] Fetching gstreamer1-plugins-1.28.1: .......... done
- [rosemary] [ 93/148] Fetching openjph-0.26.3: .......... done
- [rosemary] [ 94/148] Fetching dbus-1.16.2_4,1: .......... done
- [rosemary] [ 95/148] Fetching libedit-3.1.20251016_1,1: .......... done
- [rosemary] [ 96/148] Fetching libXcursor-1.2.3: ... done
- [rosemary] [ 97/148] Fetching highway-1.3.0: .......... done
- [rosemary] [ 98/148] Fetching libgcrypt-1.12.0_1: .......... done
- [rosemary] [ 99/148] Fetching webkit2-gtk_40-2.46.6_7: .....
- ..... done
- [rosemary] [100/148] Fetching json-glib-1.10.8: .......... done
- [rosemary] [101/148] Fetching libsecret-0.21.7_2: .......... done
- [rosemary] [102/148] Fetching pygobject-common-3.54.5_1: .. done
- [rosemary] [103/148] Fetching libudev-devd-0.6.0: .. done
- [rosemary] [104/148] Fetching libavif-1.3.0_3: .......... done
- [rosemary] [105/148] Fetching libunwind-20250904: .......... done
- [rosemary] [106/148] Fetching pango-1.56.4_1: .......... done
- [rosemary] [107/148] Fetching libgpg-error-1.59: .......... done
- [rosemary] [108/148] Fetching gmp-6.3.0: .......... done
- [rosemary] [109/148] Fetching Imath-3.2.2_2: .......... done
- [rosemary] [110/148] Fetching mpfr-4.2.2,1: .......... done
- [rosemary] [111/148] Fetching gstreamer1-1.28.1_1: .......... done
- [rosemary] [112/148] Fetching suitesparse-config-7.12.2: ... done
- [rosemary] [113/148] Fetching libXext-1.3.6,1: ....... done
- [rosemary] [114/148] Fetching suitesparse-colamd-3.3.5: .. done
- [rosemary] [115/148] Fetching p11-kit-0.26.2: .......... done
- [rosemary] [116/148] Fetching dbus-glib-0.114: .......... done
- [rosemary] [117/148] Fetching libsysinfo-0.0.3_3: .. done
- [rosemary] [118/148] Fetching libXau-1.0.12: . done
- [rosemary] [119/148] Fetching libXcomposite-0.4.6_1,1: . done
- [rosemary] [120/148] Fetching libICE-1.1.2,1: ...... done
- [rosemary] [121/148] Fetching libyuv-0.0.1903: .......... done
- [rosemary] [122/148] Fetching fontconfig-2.17.1,1: .......... done
- [rosemary] [123/148] Fetching pixman-0.46.2: .... done
- [rosemary] [124/148] Fetching dav1d-1.5.3_1: .......... done
- [rosemary] [125/148] Fetching gsettings-desktop-schemas-47.1_2: .......... done
- [rosemary] [126/148] Fetching at-spi2-core-2.56.8: .......... done
- [rosemary] [127/148] Fetching sqlite3-3.50.4_2,1: .......... done
- [rosemary] [128/148] Fetching mpc-1.4.0: ........ done
- [rosemary] [129/148] Fetching libSM-1.2.6,1: .. done
- [rosemary] [130/148] Fetching openexr-3.4.9: ......... done
- [rosemary] [131/148] Fetching glib-2.84.4,2: ......
- .... done
- [rosemary] [132/148] Fetching geoclue-2.8.0: .......... done
- [rosemary] [133/148] Fetching xkeyboard-config-2.41_4: .......... done
- [rosemary] [134/148] Fetching py311-pycairo-1.29.0: ........ done
- [rosemary] [135/148] Fetching libxkbcommon-1.13.1: .......... done
- [rosemary] [136/148] Fetching jbigkit-2.1_3: ..... done
- [rosemary] [137/148] Fetching py311-boost-libs-1.89.0: .......... done
- [rosemary] [138/148] Fetching libdaemon-0.14_1: .. done
- [rosemary] [139/148] Fetching iso-codes-4.20.1: .......... done
- [rosemary] [140/148] Fetching binutils-2.44,1: .......... done
- [rosemary] [141/148] Fetching tiff-4.7.1_1: .......... done
- [rosemary] [142/148] Fetching libXdmcp-1.1.5: . done
- [rosemary] [143/148] Fetching gnuplot-5.4.10_3: .......... done
- [rosemary] [144/148] Fetching libnotify-0.8.8: ... done
- [rosemary] [145/148] Fetching libGLU-9.0.3: .......... done
- [rosemary] [146/148] Fetching openblas-0.3.30,2: .......... done
- [rosemary] [147/148] Fetching lerc-4.0.0: .... done
- [rosemary] [148/148] Fetching py311-pygobject-3.54.5_1: .......... done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [  1/148] Installing binutils-2.44,1...
- [rosemary] [  1/148] Extracting binutils-2.44,1: .......... done
- [rosemary] [  2/148] Installing dav1d-1.5.3_1...
- [rosemary] [  2/148] Extracting dav1d-1.5.3_1: .......... done
- [rosemary] [  3/148] Installing duktape-lib-2.7.0_1...
- [rosemary] [  3/148] Extracting duktape-lib-2.7.0_1:
- ......... done
- [rosemary] [  4/148] Installing fribidi-1.0.16...
- [rosemary] [  4/148] Extracting fribidi-1.0.16: .......... done
- [rosemary] [  5/148] Installing gdbm-1.26...
- [rosemary] [  5/148] Extracting gdbm-1.26: .......... done
- [rosemary] [  6/148] Installing giflib-5.2.2...
- [rosemary] [  6/148] Extracting giflib-5.2.2: .......... done
- [rosemary] [  7/148] Installing gmp-6.3.0...
- [rosemary] [  7/148] Extracting gmp-6.3.0: .......... done
- [rosemary] [  8/148] Installing gnome_subr-1.0...
- [rosemary] [  8/148] Extracting gnome_subr-1.0: .... done
- [rosemary] [  9/148] Installing graphite2-1.3.14...
- [rosemary] [  9/148] Extracting graphite2-1.3.14: .......... done
- [rosemary] [ 10/148] Installing hicolor-icon-theme-0.18...
- [rosemary] [ 10/148] Extracting hicolor-icon-theme-0.18: . done
- [rosemary] [ 11/148] Installing highway-1.3.0...
- [rosemary] [ 11/148] Extracting highway-1.3.0: .......... done
- [rosemary] [ 12/148] Installing hunspell-1.7.2_1...
- [rosemary] [ 12/148] Extracting hunspell-1.7.2_1: .......... done
- [rosemary] [ 13/148] Installing hwdata-0.405,1...
- [rosemary] [ 13/148] Extracting hwdata-0.405,1: .......... done
- [rosemary] [ 14/148] Installing hyphen-2.8.8...
- [rosemary] [ 14/148] Extracting hyphen-2.8.8: .......... done
- [rosemary] [ 15/148] Installing icu-76.1,1...
- [rosemary] [ 15/148] Extracting icu-76.1,1: .........
- . done
- [rosemary] [ 16/148] Installing boost-libs-1.89.0_2...
- [rosemary] [ 16/148] Extracting boost-libs-1.89.0_2: ..
- ....
- .... done
- [rosemary] [ 17/148] Installing iso-codes-4.20.1...
- [rosemary] [ 17/148] Extracting iso-codes-4.20.1: .......... done
- [rosemary] [ 18/148] Installing jbigkit-2.1_3...
- [rosemary] [ 18/148] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [ 19/148] Installing jpeg-turbo-3.1.4.1...
- [rosemary] [ 19/148] Extracting jpeg-turbo-3.1.4.1: .......... done
- [rosemary] [ 20/148] Installing lerc-4.0.0...
- [rosemary] [ 20/148] Extracting lerc-4.0.0: ........ done
- [rosemary] [ 21/148] Installing libICE-1.1.2,1...
- [rosemary] [ 21/148] Extracting libICE-1.1.2,1: .......... done
- [rosemary] [ 22/148] Installing libSM-1.2.6,1...
- [rosemary] [ 22/148] Extracting libSM-1.2.6,1: .......... done
- [rosemary] [ 23/148] Installing libXau-1.0.12...
- [rosemary] [ 23/148] Extracting libXau-1.0.12: .......... done
- [rosemary] [ 24/148] Installing libdaemon-0.14_1...
- [rosemary] [ 24/148] Extracting libdaemon-0.14_1: .......... done
- [rosemary] [ 25/148] Installing libdatrie-0.2.14_1...
- [rosemary] [ 25/148] Extracting libdatrie-0.2.14_1: .......... done
- [rosemary] [ 26/148] Installing libdeflate-1.25...
- [rosemary] [ 26/148] Extracting libdeflate-1.25: .......... done
- [rosemary] [ 27/148] Installing libedit-3.1.20251016_1,1...
- [rosemary] [ 27/148] Extracting libedit-3.1.20251016_1,1: .......... done
- [rosemary] [ 28/148] Installing libepoll-shim-0.0.20240608...
- [rosemary] [ 28/148] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [ 29/148] Installing libevent-2.1.12...
- [rosemary] [ 29/148] Extracting libevent-2.1.12: .......... done
- [rosemary] [ 30/148] Installing libgpg-error-1.59...
- [rosemary] [ 30/148] Extracting libgpg-error-1.59: .......... done
- [rosemary] [ 31/148] Installing libgcrypt-1.12.0_1...
- [rosemary] [ 31/148] Extracting libgcrypt-1.12.0_1: .......... done
- [rosemary] [ 32/148] Installing libmspack-0.11alpha...
- [rosemary] [ 32/148] Extracting libmspack-0.11alpha: ......... done
- [rosemary] [ 33/148] Installing libpaper-1.1.28_1...
- [rosemary] [ 33/148] Extracting libpaper-1.1.28_1: .......... done
- [rosemary] [ 34/148] Installing libpciaccess-0.18.1_1...
- [rosemary] [ 34/148] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [ 35/148] Installing libdrm-2.4.131,1...
- [rosemary] [ 35/148] Extracting libdrm-2.4.131,1: .......... done
- [rosemary] [ 36/148] Installing libsysinfo-0.0.3_3...
- [rosemary] [ 36/148] Extracting libsysinfo-0.0.3_3: ......... done
- [rosemary] [ 37/148] Installing libtasn1-4.21.0...
- [rosemary] [ 37/148] Extracting libtasn1-4.21.0: .......... done
- [rosemary] [ 38/148] Installing libthai-0.1.30...
- [rosemary] [ 38/148] Extracting libthai-0.1.30: .......... done
- [rosemary] [ 39/148] Installing libudev-devd-0.6.0...
- [rosemary] [ 39/148] Extracting libudev-devd-0.6.0: ........ done
- [rosemary] [ 40/148] Installing libunwind-20250904...
- [rosemary] [ 40/148] Extracting libunwind-20250904: .......... done
- [rosemary] [ 41/148] Installing libxml2-2.15.2...
- [rosemary] [ 41/148] Extracting libxml2-2.15.2: .......... done
- [rosemary] [ 42/148] Installing libxshmfence-1.3.3...
- [rosemary] [ 42/148] Extracting libxshmfence-1.3.3: ......... done
- [rosemary] [ 43/148] Installing libxslt-1.1.45...
- [rosemary] [ 43/148] Extracting libxslt-1.1.45: .......... done
- [rosemary] [ 44/148] Installing libyuv-0.0.1903...
- [rosemary] [ 44/148] Extracting libyuv-0.0.1903: .......... done
- [rosemary] [ 45/148] Installing lua53-5.3.6_1...
- [rosemary] [ 45/148] Extracting lua53-5.3.6_1: .......... done
- [rosemary] [ 46/148] Installing lzo2-2.10_1...
- [rosemary] [ 46/148] Extracting lzo2-2.10_1: .......... done
- [rosemary] [ 47/148] Installing mpfr-4.2.2,1...
- [rosemary] [ 47/148] Extracting mpfr-4.2.2,1: .......... done
- [rosemary] [ 48/148] Installing mpc-1.4.0...
- [rosemary] [ 48/148] Extracting mpc-1.4.0: .......... done
- [rosemary] [ 49/148] Installing gcc14-14.2.0_4...
- [rosemary] [ 49/148] Extracting gcc14-14.2.0_4: .
- ........
- . done
- [rosemary] [ 50/148] Installing nettle-3.10.2...
- [rosemary] [ 50/148] Extracting nettle-3.10.2: .......... done
- [rosemary] [ 51/148] Installing openblas-0.3.30,2...
- [rosemary] [ 51/148] Extracting openblas-0.3.30,2: ......
- .... done
- [rosemary] [ 52/148] Installing orc-0.4.42...
- [rosemary] [ 52/148] Extracting orc-0.4.42: .......... done
- [rosemary] [ 53/148] Installing p11-kit-0.26.2...
- [rosemary] [ 53/148] Extracting p11-kit-0.26.2: .......... done
- [rosemary] [ 54/148] Installing gnutls-3.8.12...
- [rosemary] [ 54/148] Extracting gnutls-3.8.12: .......... done
- [rosemary] [ 55/148] Installing pixman-0.46.2...
- [rosemary] [ 55/148] Extracting pixman-0.46.2: ......... done
- [rosemary] [ 56/148] Installing png-1.6.57...
- [rosemary] [ 56/148] Extracting png-1.6.57: .......... done
- [rosemary] [ 57/148] Installing freetype2-2.14.3...
- [rosemary] [ 57/148] Extracting freetype2-2.14.3: .......... done
- [rosemary] [ 58/148] Installing fontconfig-2.17.1,1...
- [rosemary] [ 58/148] Extracting fontconfig-2.17.1,1: .......... done
- [rosemary] [ 59/148] Installing py311-boost-libs-1.89.0...
- [rosemary] [ 59/148] Extracting py311-boost-libs-1.89.0: .......... done
- [rosemary] [ 60/148] Installing py311-packaging-26.0...
- [rosemary] [ 60/148] Extracting py311-packaging-26.0: .......... done
- [rosemary] [ 61/148] Installing glib-2.84.4,2...
- [rosemary] [ 61/148] Extracting glib-2.84.4,2: ......
- .... done
- [rosemary] [ 62/148] Installing enchant2-2.8.15...
- [rosemary] [ 62/148] Extracting enchant2-2.8.15: .......... done
- [rosemary] [ 63/148] Installing gobject-introspection-1.84.0,1...
- [rosemary] [ 63/148] Extracting gobject-introspection-1.84.0,1: .......... done
- [rosemary] [ 64/148] Installing gsettings-desktop-schemas-47.1_2...
- [rosemary] [ 64/148] Extracting gsettings-desktop-schemas-47.1_2: .......... done
- [rosemary] [ 65/148] Installing gstreamer1-1.28.1_1...
- [rosemary] [ 65/148] Extracting gstreamer1-1.28.1_1: .......... done
- [rosemary] [ 66/148] Installing gstreamer1-plugins-1.28.1...
- [rosemary] [ 66/148] Extracting gstreamer1-plugins-1.28.1: .......... done
- [rosemary] [ 67/148] Installing harfbuzz-13.2.1...
- [rosemary] [ 67/148] Extracting harfbuzz-13.2.1: .......... done
- [rosemary] [ 68/148] Installing harfbuzz-icu-13.2.1...
- [rosemary] [ 68/148] Extracting harfbuzz-icu-13.2.1: ........ done
- [rosemary] [ 69/148] Installing json-glib-1.10.8...
- [rosemary] [ 69/148] Extracting json-glib-1.10.8: .......... done
- [rosemary] [ 70/148] Installing libgudev-237...
- [rosemary] [ 70/148] Extracting libgudev-237: .......... done
- [rosemary] [ 71/148] Installing libgusb-0.4.9_1...
- [rosemary] [ 71/148] Extracting libgusb-0.4.9_1: .......... done
- [rosemary] [ 72/148] Installing libproxy-0.5.10_1...
- [rosemary] [ 72/148] Extracting libproxy-0.5.10_1: .......... done
- [rosemary] [ 73/148] Installing glib-networking-2.80.1_1...
- [rosemary] [ 73/148] Extracting glib-networking-2.80.1_1: .......... done
- [rosemary] [ 74/148] Installing libsecret-0.21.7_2...
- [rosemary] [ 74/148] Extracting libsecret-0.21.7_2: .......... done
- [rosemary] [ 75/148] Installing pygobject-common-3.54.5_1...
- [rosemary] [ 75/148] Extracting pygobject-common-3.54.5_1: ..... done
- [rosemary] [ 76/148] Installing shared-mime-info-2.4_2...
- [rosemary] [ 76/148] Extracting shared-mime-info-2.4_2: ......... done
- [rosemary] [ 77/148] Installing sqlite3-3.50.4_2,1...
- [rosemary] [ 77/148] Extracting sqlite3-3.50.4_2,1: .......... done
- [rosemary] [ 78/148] Installing libsoup-2.74.3_1...
- [rosemary] [ 78/148] Extracting libsoup-2.74.3_1: .......... done
- [rosemary] [ 79/148] Installing libsoup3-3.6.6...
- [rosemary] [ 79/148] Extracting libsoup3-3.6.6: .......... done
- [rosemary] [ 80/148] Installing suitesparse-config-7.12.2...
- [rosemary] [ 80/148] Extracting suitesparse-config-7.12.2: .......... done
- [rosemary] [ 81/148] Installing suitesparse-amd-3.3.4...
- [rosemary] [ 81/148] Extracting suitesparse-amd-3.3.4: .......... done
- [rosemary] [ 82/148] Installing suitesparse-camd-3.3.5...
- [rosemary] [ 82/148] Extracting suitesparse-camd-3.3.5: .......... done
- [rosemary] [ 83/148] Installing suitesparse-ccolamd-3.3.5...
- [rosemary] [ 83/148] Extracting suitesparse-ccolamd-3.3.5: .......... done
- [rosemary] [ 84/148] Installing suitesparse-colamd-3.3.5...
- [rosemary] [ 84/148] Extracting suitesparse-colamd-3.3.5: .......... done
- [rosemary] [ 85/148] Installing suitesparse-cholmod-5.3.4...
- [rosemary] [ 85/148] Extracting suitesparse-cholmod-5.3.4: .......... done
- [rosemary] [ 86/148] Installing suitesparse-umfpack-6.3.7...
- [rosemary] [ 86/148] Extracting suitesparse-umfpack-6.3.7: .......... done
- [rosemary] [ 87/148] Installing py311-numpy-1.26.4_12,1...
- [rosemary] [ 87/148] Extracting py311-numpy-1.26.4_12,1: ...
- ....... done
- [rosemary] [ 88/148] Installing Imath-3.2.2_2...
- [rosemary] [ 88/148] Extracting Imath-3.2.2_2: .......... done
- [rosemary] [ 89/148] Installing tex-kpathsea-6.4.1...
- [rosemary] [ 89/148] Extracting tex-kpathsea-6.4.1: .......... done
- [rosemary] [ 90/148] Installing tiff-4.7.1_1...
- [rosemary] [ 90/148] Extracting tiff-4.7.1_1: .......... done
- [rosemary] [ 91/148] Installing gdk-pixbuf2-2.44.1...
- [rosemary] [ 91/148] Extracting gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [ 92/148] Installing gtk-update-icon-cache-3.24.42...
- [rosemary] [ 92/148] Extracting gtk-update-icon-cache-3.24.42: .......... done
- [rosemary] [ 93/148] Installing adwaita-icon-theme-legacy-46.2...
- [rosemary] [ 93/148] Extracting adwaita-icon-theme-legacy-46.2: .......... done
- [rosemary] [ 94/148] Installing adwaita-icon-theme-47.0...
- [rosemary] [ 94/148] Extracting adwaita-icon-theme-47.0: .......... done
- [rosemary] [ 95/148] Installing lcms2-2.18...
- [rosemary] [ 95/148] Extracting lcms2-2.18: .......... done
- [rosemary] [ 96/148] Installing libnotify-0.8.8...
- [rosemary] [ 96/148] Extracting libnotify-0.8.8: ..
- ........ done
- [rosemary] [ 97/148] Installing geoclue-2.8.0...
- [rosemary] [ 97/148] Extracting geoclue-2.8.0: .......... done
- [rosemary] [ 98/148] Installing openjph-0.26.3...
- [rosemary] [ 98/148] Extracting openjph-0.26.3: .......... done
- [rosemary] [ 99/148] Installing openexr-3.4.9...
- [rosemary] [ 99/148] Extracting openexr-3.4.9: .......... done
- [rosemary] [100/148] Installing libjxl-0.11.2...
- [rosemary] [100/148] Extracting libjxl-0.11.2: .......... done
- [rosemary] [101/148] Installing vmaf-3.0.0...
- [rosemary] [101/148] Extracting vmaf-3.0.0: .......... done
- [rosemary] [102/148] Installing aom-3.13.3...
- [rosemary] [102/148] Extracting aom-3.13.3: .......... done
- [rosemary] [103/148] Installing libavif-1.3.0_3...
- [rosemary] [103/148] Extracting libavif-1.3.0_3: .......... done
- [rosemary] [104/148] Installing wayland-1.24.0_2...
- [rosemary] [104/148] Extracting wayland-1.24.0_2: .......... done
- [rosemary] [105/148] Installing webp-1.6.0...
- [rosemary] [105/148] Extracting webp-1.6.0: .......... done
- [rosemary] [106/148] Installing libgd-2.3.3_13,1...
- [rosemary] [106/148] Extracting libgd-2.3.3_13,1: .......... done
- [rosemary] [107/148] Installing woff2-1.0.2_5...
- [rosemary] [107/148] Extracting woff2-1.0.2_5: .......... done
- [rosemary] [108/148] Installing xkeyboard-config-2.41_4...
- [rosemary] [108/148] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [109/148] Installing xorgproto-2024.1...
- [rosemary] [109/148] Extracting xorgproto-2024.1: .......... done
- [rosemary] [110/148] Installing libXdmcp-1.1.5...
- [rosemary] [110/148] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [111/148] Installing libxcb-1.17.0...
- [rosemary] [111/148] Extracting libxcb-1.17.0: .........
- . done
- [rosemary] [112/148] Installing libX11-1.8.13,1...
- [rosemary] [112/148] Extracting libX11-1.8.13,1: .......... done
- [rosemary] [113/148] Installing dbus-1.16.2_4,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [rosemary] [113/148] Extracting dbus-1.16.2_4,1: ......... done
- [rosemary] [114/148] Installing dbus-glib-0.114...
- [rosemary] [114/148] Extracting dbus-glib-0.114: .......... done
- [rosemary] [115/148] Installing avahi-app-0.8_6...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [rosemary] [115/148] Extracting avahi-app-0.8_6: .......... done
- [rosemary] [116/148] Installing cups-2.4.16...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [rosemary] [116/148] Extracting cups-2.4.16: .......... done
- [rosemary] [117/148] Installing libXext-1.3.6,1...
- [rosemary] [117/148] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [118/148] Installing libXfixes-6.0.1...
- [rosemary] [118/148] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [119/148] Installing libXcomposite-0.4.6_1,1...
- [rosemary] [119/148] Extracting libXcomposite-0.4.6_1,1: .......... done
- [rosemary] [120/148] Installing libXdamage-1.1.6...
- [rosemary] [120/148] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [121/148] Installing libXi-1.8.2,1...
- [rosemary] [121/148] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [122/148] Installing libXinerama-1.1.5,1...
- [rosemary] [122/148] Extracting libXinerama-1.1.5,1: .......... done
- [rosemary] [123/148] Installing libXrender-0.9.12...
- [rosemary] [123/148] Extracting libXrender-0.9.12: .......... done
- [rosemary] [124/148] Installing cairo-1.18.2,3...
- [rosemary] [124/148] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [125/148] Installing libXcursor-1.2.3...
- [rosemary] [125/148] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [126/148] Installing libXft-2.3.8...
- [rosemary] [126/148] Extracting libXft-2.3.8: .......... done
- [rosemary] [127/148] Installing libXrandr-1.5.4...
- [rosemary] [127/148] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [128/148] Installing libXtst-1.2.5...
- [rosemary] [128/148] Extracting libXtst-1.2.5: .......... done
- [rosemary] [129/148] Installing at-spi2-core-2.56.8...
- [rosemary] [129/148] Extracting at-spi2-core-2.56.8: .......... done
- [rosemary] [130/148] Installing libXxf86vm-1.1.6...
- [rosemary] [130/148] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [131/148] Installing libglvnd-1.7.0...
- [rosemary] [131/148] Extracting libglvnd-1.7.0: ......
- .... done
- [rosemary] [132/148] Installing libGLU-9.0.3...
- [rosemary] [132/148] Extracting libGLU-9.0.3: ..... done
- [rosemary] [133/148] Installing libepoxy-1.5.10...
- [rosemary] [133/148] Extracting libepoxy-1.5.10: .......... done
- [rosemary] [134/148] Installing libxkbcommon-1.13.1...
- [rosemary] [134/148] Extracting libxkbcommon-1.13.1: .......... done
- [rosemary] [135/148] Installing mesa-libs-24.1.7_1...
- [rosemary] [135/148] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [136/148] Installing pango-1.56.4_1...
- [rosemary] [136/148] Extracting pango-1.56.4_1: .......... done
- [rosemary] [137/148] Installing gstreamer1-plugins-bad-1.28.1...
- [rosemary] [137/148] Extracting gstreamer1-plugins-bad-1.28.1: .......... done
- [rosemary] [138/148] Installing librsvg2-rust-2.62.0_1...
- [rosemary] [138/148] Extracting librsvg2-rust-2.62.0_1: .......... done
- [rosemary] [139/148] Installing polkit-127...
- ===> Creating groups
- Creating group 'polkitd' with gid '565'
- ===> Creating users
- Creating user 'polkitd' with uid '565'
- [rosemary] [139/148] Extracting polkit-127: ......... done
- [rosemary] [140/148] Installing colord-1.4.8_1...
- ===> Creating groups
- Creating group 'colord' with gid '970'
- ===> Creating users
- Creating user 'colord' with uid '970'
- [rosemary] [140/148] Extracting colord-1.4.8_1: .......... done
- [rosemary] [141/148] Installing gtk3-3.24.52...
- [rosemary] [141/148] Extracting gtk3-3.24.52: ........
- .. done
- [rosemary] [142/148] Installing py311-pycairo-1.29.0...
- [rosemary] [142/148] Extracting py311-pycairo-1.29.0: .......... done
- [rosemary] [143/148] Installing py311-pygobject-3.54.5_1...
- [rosemary] [143/148] Extracting py311-pygobject-3.54.5_1: .......... done
- [rosemary] [144/148] Installing graphene-1.10.8_1...
- [rosemary] [144/148] Extracting graphene-1.10.8_1: .......... done
- [rosemary] [145/148] Installing gstreamer1-plugins-gl-1.28.1...
- [rosemary] [145/148] Extracting gstreamer1-plugins-gl-1.28.1: .......... done
- [rosemary] [146/148] Installing webkit2-gtk_40-2.46.6_7...
- [rosemary] [146/148] Extracting webkit2-gtk_40-2.46.6_7: .......... done
- [rosemary] [147/148] Installing wx30-gtk3-3.0.5.1_7...
- [rosemary] [147/148] Extracting wx30-gtk3-3.0.5.1_7: .......... done
- [rosemary] [148/148] Installing gnuplot-5.4.10_3...
- [rosemary] [148/148] Extracting gnuplot-5.4.10_3: .......... done
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- Generating GTK icon cache for /usr/local/share/icons/Adwaita
- Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- =====
- Message from boost-libs-1.89.0_2:
- 
- --
- You have built the Boost library with thread support.
- 
- Don't forget to add -pthread to your linker options when
- linking your code.
- =====
- Message from gcc14-14.2.0_4:
- 
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
- 
-   -Wl,-rpath=/usr/local/lib/gcc14
- 
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.
- =====
- Message from freetype2-2.14.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 py311-boost-libs-1.89.0:
- 
- --
- You have built the Boost library with thread support.
- 
- Don't forget to add -pthread to your linker options when
- linking your code.
- =====
- Message from libsoup-2.74.3_1:
- 
- --
- libsoup can use NTLM authentication if it is compiled
- with the SMB option. To use it, you must install a
- port that provides NTLM, like net/samba412 or net/samba413.
- =====
- Message from libjxl-0.11.2:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
- =====
- Message from wayland-1.24.0_2:
- 
- --
- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
- contain "wayland-%d" unix(4) sockets. This is usually handled by
- consolekit2 (via ck-launch-session) or pam_xdg (via login).
- =====
- Message from libxkbcommon-1.13.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
- =====
- Message from webkit2-gtk_40-2.46.6_7:
- 
- --
- ===>   NOTICE:
- 
- This port is deprecated; you may wish to reconsider installing it:
- 
- libsoup 2 support scheduled for removal in 2.52: https://webkitgtk.org/2025/10/07/webkitgtk-soup2-deprecation.html.
2026-04-29 19:52.26 ---> saved as "d75929b01cdc84196bca33298679fba083c49cd151f4386f23068ffd00f50ed0"


/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-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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).
The following actions will be performed:
=== install 53 packages
 afl-persistent      1.4
 alcotest            1.9.1
 astring             0.8.5
 base-bytes          base
 base64              3.5.2
 cmdliner            2.1.1
 conf-gmp            5
 conf-gnuplot        0.1
 conf-pkg-config     4
 cppo                1.8.0
 crowbar             0.2.2
 csexp               1.5.2
 digestif            1.3.0
 dune                3.22.2
 dune-configurator   3.22.2
 either              1.0.0
 eqaf                0.10
 fmt                 0.11.0
 jsonm               1.0.2
 logs                0.10.0
 lru                 0.3.1
 lwt                 6.1.2
 metrics             0.5.0
 metrics-unix        0.5.0
 mtime               2.1.0
 ocaml-compiler-libs v0.17.0
 ocaml-syntax-shims  1.0.0
 ocamlbuild          0.16.1
 ocamlfind           1.9.8
 ocplib-endian       1.2
 optint              0.3.0
 ppx_derivers        1.2.1
 ppx_deriving        6.1.1
 ppx_deriving_yojson 3.10.0
 ppx_repr            0.8.0
 ppxlib              0.38.0
 progress            0.5.0
 psq                 0.2.1
 re                  1.14.0
 repr                0.8.0
 rusage              1.0.0
 semaphore-compat    1.0.2
 seq                 base
 sexplib0            v0.17.0
 stdlib-shims        0.3.0
 terminal            0.5.0
 tezos-base58        1.0.0
 topkg               1.1.1
 uucp                17.0.0
 uuidm               0.9.10
 uutf                1.0.4
 yojson              3.0.0
 zarith              1.14


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved alcotest.1.9.1  (cached)
 retrieved base64.3.5.2  (cached)
 retrieved conf-gmp.5  (cached)
 installed conf-gmp.5
 installed conf-pkg-config.4
 retrieved cppo.1.8.0  (cached)
 retrieved cmdliner.2.1.1  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved crowbar.0.2.2  (cached)
 retrieved afl-persistent.1.4  (cached)
 retrieved either.1.0.0  (cached)
 retrieved eqaf.0.10  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved jsonm.1.0.2  (cached)
 installed conf-gnuplot.0.1
 retrieved logs.0.10.0  (cached)
 retrieved lru.0.3.1  (cached)
 retrieved lwt.6.1.2  (cached)
 retrieved metrics.0.5.0, metrics-unix.0.5.0  (cached)
 retrieved digestif.1.3.0  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved ocaml-compiler-libs.v0.17.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved optint.0.3.0  (cached)
 retrieved ppx_deriving.6.1.1  (cached)
 retrieved ppx_deriving_yojson.3.10.0  (cached)
 retrieved ppx_repr.0.8.0, repr.0.8.0  (cached)
 retrieved ppxlib.0.38.0  (cached)
 retrieved progress.0.5.0, terminal.0.5.0  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved re.1.14.0  (cached)
 retrieved rusage.1.0.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved semaphore-compat.1.0.2  (cached)
 retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
 retrieved tezos-base58.1.0.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved uuidm.0.9.10  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved zarith.1.14  (cached)
 retrieved yojson.3.0.0  (cached)
 retrieved uucp.17.0.0  (cached)
 installed cmdliner.2.1.1
 installed ocamlfind.1.9.8
 installed base-bytes.base
 installed ocamlbuild.0.16.1
 installed zarith.1.14
 installed topkg.1.1.1
 installed uuidm.0.9.10
 installed uutf.1.0.4
 installed mtime.2.1.0
 installed fmt.0.11.0
 installed astring.0.8.5
 installed jsonm.1.0.2
 installed dune.3.22.2
 installed ppx_derivers.1.2.1
 installed base64.3.5.2
 installed afl-persistent.1.4
 installed csexp.1.5.2
 installed yojson.3.0.0
 installed crowbar.0.2.2
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.17.0
 installed semaphore-compat.1.0.2
 installed rusage.1.0.0
 installed re.1.14.0
 installed psq.0.2.1
 installed optint.0.3.0
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.17.0
 installed metrics.0.5.0
 installed eqaf.0.10
 installed either.1.0.0
 installed cppo.1.8.0
 installed lru.0.3.1
 installed ocplib-endian.1.2
 installed dune-configurator.3.22.2
 installed digestif.1.3.0
 installed alcotest.1.9.1
 installed tezos-base58.1.0.0
 installed repr.0.8.0
 installed uucp.17.0.0
 installed terminal.0.5.0
 installed lwt.6.1.2
 installed metrics-unix.0.5.0
 installed logs.0.10.0
 installed progress.0.5.0
 installed ppxlib.0.38.0
 installed ppx_deriving.6.1.1
 installed ppx_deriving_yojson.3.10.0
 installed ppx_repr.0.8.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.


To globally enable AFL instrumentation, create an OCaml switch like:


opam switch create 5.4.1+afl ocaml-variants.5.4.1+options ocaml-option-afl
2026-04-29 19:54.59 ---> saved as "d9f2ddc2506055198bdb48b7b48a77e7f30e7c8d52ff692d9c2b6818037f88b6"


/src: (copy (src .) (dst /src))
2026-04-29 19:55.01 ---> saved as "ca4736c1553e05554278b5239cd002e23f81c41d1dca810043988a85686d4245"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./main.exe)
Testing `index'.
This run has ID `STEM15LD'.


[OK]          cache           0   noop.
[OK]          cache           1   unbounded.
[OK]          search          0   unique.
[OK]          search          1   constant metric.


Full test results in `/src/_build/default/test/_build/_tests/index'.
Test Successful in 0.011s. 4 tests run.
(cd _build/default/test/unix && ./main.exe)
Testing `index.unix'.
This run has ID `CN6QTUWN'.


[OK]          io_array                0   fresh.
[OK]          io_array                1   prefetch.
[OK]          merge                   0   readonly in sequence.
[OK]          merge                   1   readonly interleaved.
[OK]          merge                   2   interleaved merge.
[OK]          merge                   3   write at the end of merge.
[OK]          merge                   4   write in log_async.
[OK]          merge                   5   find while merging.
[OK]          merge                   6   find in async without log.
[OK]          merge                   7   find in async with log.
[OK]          merge                   8   sync before and after clearing th...
[OK]          merge                   9   sync and find after log cleared.
[OK]          merge                  10   merge during ro sync.
[OK]          merge                  11   is_merging.
[OK]          merge                  12   clear is not blocking.
[OK]          merge                  13   `clear` aborts merge.
[OK]          merge                  14   `close ~immediately` aborts merge.
[OK]          live                    0   find (present).
[OK]          live                    1   find (absent).
[OK]          live                    2   replace.
[OK]          live                    3   fail add (key).
[OK]          live                    4   fail add (value).
[OK]          live                    5   membership.
[OK]          live                    6   clear and iter.
[OK]          live                    7   clear and find.
[OK]          live                    8   open after clear.
[OK]          live                    9   files on disk after clear.
[OK]          live                   10   duplicate entries.
[OK]          lru                     0   replace_and_find.
[OK]          lru                     1   mem.
[OK]          lru                     2   clear.
[OK]          lru                     3   filter.
[OK]          on restart              0   find (present).
[OK]          on restart              1   find (absent).
[OK]          on restart              2   replace.
[OK]          on restart              3   membership.
[OK]          on restart              4   fail restart readonly fresh.
[OK]          on restart              5   in sync.
[OK]          on restart              6   duplicate entries in log.
[OK]          readonly                0   add.
[OK]          readonly                1   read after clear.
[OK]          readonly                2   snapshot isolation.
[OK]          readonly                3   Readonly v after replace.
[OK]          readonly                4   add not allowed.
[OK]          readonly                5   fail read if no flush.
[OK]          readonly                6   readonly v is in sync.
[OK]          readonly                7   read values added in log before c...
[OK]          readonly                8   read values added in index before...
[OK]          readonly                9   read old values in log after clear.
[OK]          readonly               10   read old values in index after cl...
[OK]          readonly               11   readonly open after clear.
[OK]          readonly               12   race between sync and merge.
[OK]          readonly               13   race between sync and clear.
[OK]          readonly               14   race between sync and end of merge.
[OK]          readonly               15   reload log and log async.
[OK]          close                   0   close and reopen.
[OK]          close                   1   close and reopen more.
[OK]          close                   2   crash and continue.
[OK]          close                   3   find (absent).
[OK]          close                   4   replace.
[OK]          close                   5   open two instances, close one.
[OK]          close                   6   close and reopen on readonly.
[OK]          close                   7   non-close operations fail after c...
[OK]          close                   8   double close.
[OK]          close                   9   double restart.
[OK]          close                  10   aborted merge.
[OK]          filter                  0   filter none.
[OK]          filter                  1   filter all.
[OK]          filter                  2   filter one.
[OK]          filter                  3   clone then filter.
[OK]          filter                  4   filter then clone.
[OK]          filter                  5   empty after filter+fresh.
[OK]          flush_callback          0   close.
[OK]          flush_callback          1   flush.
[OK]          flush_callback          2   replace.
[OK]          throttle                0   force merge.
[OK]          throttle                1   implicit merge.


Full test results in `/src/_build/default/test/unix/_build/_tests/index.unix'.
Test Successful in 39.722s. 77 tests run.
2026-04-29 19:55.54 ---> saved as "977b5cdc4aca71a42b43102390dc21962a7f8ea1701a58e36f8d52bbc25fdac2"
Job succeeded
2026-04-29 20:03.16: Job succeeded