2025-07-10 13:41.41: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.3)
Base: freebsd-14.2-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.2-ocaml-4.14
# freebsd-14.2-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && 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.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.9.0 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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
2025-07-10 13:41.41: Using cache hint "gs0510/index-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.3-b629afba1a362f780967a9e0b41ab95d"
2025-07-10 13:41.41: Using OBuilder spec:
((from freebsd-14.2-ocaml-4.14)
(comment freebsd-14.2-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.9.0 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --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"))
)
2025-07-10 13:41.41: Waiting for resource in pool OCluster
2025-07-10 13:41.41: Waiting for worker…
2025-07-10 17:51.24: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 8f2e73f Update cache.ml
(from freebsd-14.2-ocaml-4.14)
2025-07-10 17:51.26 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache
/: (comment freebsd-14.2-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
2025-07-10 17:51.27 ---> using "5aedfaeff2bc60ce09298f87624d557fac4c416addb6915ab987317e95fa6323" from cache
/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-07-10 17:51.28 ---> using "33d10a393b3f49c5577becd825d2bcab91e98bdde15eb554bf0dba345ccb7809" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-10 17:51.29 ---> using "318cf18a0512582a14a586ceb7ba02273510347df5896f5e5d533054ff3c99cc" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-10 17:51.29 ---> using "6fc646c578a950069629f2a24c45eb1d012bef32c9d3cba5f25029d6618e05d7" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
0d013e603b..64169c3d1d master -> origin/master
64169c3d1d Merge pull request #28149 from dbuenzli/b0-publish-logs.0.9.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-07-10 17:51.30 ---> using "2d5a323ae4877ab5fa3425ef3f588ff8cdccd7ca3bd4e2cdafa97f9238d47f13" from cache
/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-07-10 17:51.32 ---> saved as "bfe5873443e951f7881e29dc5fcba052150a1a2cbaa3f359a667217fe03c2348"
/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)
2025-07-10 17:51.36 ---> saved as "a040d519760b69eaeb9614388dadeb335754608711553ef652eb8fe46727bda2"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-10 17:51.38 ---> saved as "055a9380ecf7c1b321a5236ad653bb7d68b93bbfac44be4066189a27a2115579"
/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.9.0 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y index.dev index-bench.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (file:///src)
[index-bench.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
gnuplot
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "gnuplot"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: .
- ....
- ..... done
- Processing entries:
- ..
- ..
- ..
- .
- .
- .. done
- FreeBSD repository update completed. 36010 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: 2.1.2 -> 2.2.0
-
- Number of packages to be upgraded: 1
-
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.2.0.pkg: ...
- ......
- . done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.1.2 to 2.2.0...
- [rosemary] [1/1] Extracting pkg-2.2.0: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 131 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- Imath: 3.1.12
- adwaita-icon-theme: 42.0
- aom: 3.12.1
- at-spi2-core: 2.54.1_1
- avahi-app: 0.8_6
- cairo: 1.18.2,3
- colord: 1.4.7_3
- cups: 2.4.11_1
- dav1d: 1.5.1
- dbus: 1.16.2_2,1
- dbus-glib: 0.114
- duktape-lib: 2.7.0
- enchant2: 2.2.15_6
- fontconfig: 2.15.0_3,1
- freetype2: 2.13.3
- fribidi: 1.0.16
- gdbm: 1.24
- gdk-pixbuf2: 2.42.12_1
- geoclue: 2.7.2
- giflib: 5.2.2
- glib: 2.80.5_1,2
- glib-networking: 2.80.1_1
- gmp: 6.3.0
- gnome_subr: 1.0
- gnuplot: 5.4.10_2
- gnutls: 3.8.9
- gobject-introspection: 1.78.1_2,1
- graphene: 1.10.8_1
- graphite2: 1.3.14
- gsettings-desktop-schemas: 47.1_1
- gstreamer1: 1.26.0
- gstreamer1-plugins: 1.26.0
- gstreamer1-plugins-bad: 1.26.0
- gstreamer1-plugins-gl: 1.26.0
- gtk-update-icon-cache: 3.24.42
- gtk3: 3.24.48
- harfbuzz: 10.3.0
- harfbuzz-icu: 10.3.0
- hicolor-icon-theme: 0.18
- highway: 1.2.0
- hunspell: 1.7.2_1
- hwdata: 0.393,1
- hyphen: 2.8.8
- icu: 76.1,1
- iso-codes: 4.15.0
- jbigkit: 2.1_3
- jpeg-turbo: 3.1.0
- json-glib: 1.10.6
- lcms2: 2.17
- lerc: 4.0.0
- libGLU: 9.0.3
- libICE: 1.1.1,1
- libSM: 1.2.6,1
- libX11: 1.8.12,1
- libXau: 1.0.11
- libXcomposite: 0.4.6_1,1
- libXcursor: 1.2.2
- libXdamage: 1.1.6
- libXdmcp: 1.1.5
- libXext: 1.3.6,1
- libXfixes: 6.0.1
- libXft: 2.3.8
- libXi: 1.8.1,1
- libXinerama: 1.1.5,1
- libXrandr: 1.5.4
- libXrender: 0.9.12
- libXtst: 1.2.4
- libXxf86vm: 1.1.5
- libavif: 1.2.0
- libdaemon: 0.14_1
- libdatrie: 0.2.13_2
- libdeflate: 1.22
- libdrm: 2.4.123,1
- libedit: 3.1.20250104,1
- libepoll-shim: 0.0.20240608
- libepoxy: 1.5.10
- libevent: 2.1.12
- libgcrypt: 1.11.0
- libgd: 2.3.3_13,1
- libglvnd: 1.7.0
- libgpg-error: 1.51
- libgudev: 237
- libgusb: 0.4.9_1
- libjxl: 0.11.1_1
- libmspack: 0.11alpha
- libnotify: 0.8.6
- libpaper: 1.1.28_1
- libpciaccess: 0.18.1_1
- libproxy: 0.5.9_1
- librsvg2-rust: 2.60.0
- libsecret: 0.20.5_3
- libsoup: 2.74.3
- libsoup3: 3.6.5_2
- libsysinfo: 0.0.3_3
- libtasn1: 4.20.0_1
- libthai: 0.1.29_1
- libudev-devd: 0.6.0
- libunwind: 20240221_2
- libxcb: 1.17.0
- libxkbcommon: 1.8.1_1
- libxml2: 2.11.9_1
- libxshmfence: 1.3.2
- libxslt: 1.1.43
- libyuv: 0.0.1789_2
- lua53: 5.3.6_1
- lzo2: 2.10_1
- mesa-libs: 24.1.7_1
- nettle: 3.10.1
- openexr: 3.3.4
- orc: 0.4.40
- p11-kit: 0.25.5
- pango: 1.56.1
- pixman: 0.44.2
- png: 1.6.47
- polkit: 125_1
- py311-cairo: 1.21.0,1
- py311-packaging: 24.2
- py311-pygobject: 3.50.0
- pygobject-common: 3.50.0
- shared-mime-info: 2.4_1
- sqlite3: 3.46.1_1,1
- tex-kpathsea: 6.4.1
- tiff: 4.7.0
- vmaf: 3.0.0
- wayland: 1.23.1
- webkit2-gtk_40: 2.46.6
- webp: 1.5.0
- woff2: 1.0.2_5
- wx30-gtk3: 3.0.5.1_6
- xkeyboard-config: 2.41_4
- xorgproto: 2024.1
-
- Number of packages to be installed: 131
-
- The process will require 736 MiB more space.
- 143 MiB to be downloaded.
- [rosemary] [1/131] Fetching duktape-lib-2.7.0.pkg: .......... done
- [rosemary] [2/131] Fetching png-1.6.47.pkg: .......... done
- [rosemary] [3/131] Fetching glib-networking-2.80.1_1.pkg: ......... done
- [rosemary] [4/131] Fetching hyphen-2.8.8.pkg: ..... done
- [rosemary] [5/131] Fetching libxcb-1.17.0.pkg: .......... done
- [rosemary] [6/131] Fetching libdatrie-0.2.13_2.pkg: ... done
- [rosemary] [7/131] Fetching freetype2-2.13.3.pkg: .......
- ... done
- [rosemary] [8/131] Fetching jpeg-turbo-3.1.0.pkg: .......... done
- [rosemary] [9/131] Fetching graphene-1.10.8_1.pkg: .......... done
- [rosemary] [10/131] Fetching libproxy-0.5.9_1.pkg: ......... done
- [rosemary] [11/131] Fetching librsvg2-rust-2.60.0.pkg: ..
- ........ done
- [rosemary] [12/131] Fetching libglvnd-1.7.0.pkg: .......... done
- [rosemary] [13/131] Fetching gstreamer1-plugins-bad-1.26.0.pkg: .
- ......... done
- [rosemary] [14/131] Fetching libxslt-1.1.43.pkg: .......... done
- [rosemary] [15/131] Fetching cups-2.4.11_1.pkg: .........
- . done
- [rosemary] [16/131] Fetching gobject-introspection-1.78.1_2,1.pkg: .......... done
- [rosemary] [17/131] Fetching libXrandr-1.5.4.pkg: .. done
- [rosemary] [18/131] Fetching nettle-3.10.1.pkg: .......... done
- [rosemary] [19/131] Fetching lzo2-2.10_1.pkg: ....... done
- [rosemary] [20/131] Fetching lcms2-2.17.pkg: .........
- . done
- [rosemary] [21/131] Fetching adwaita-icon-theme-42.0.pkg: .......... done
- [rosemary] [22/131] Fetching woff2-1.0.2_5.pkg: .... done
- [rosemary] [23/131] Fetching libthai-0.1.29_1.pkg: .......... done
- [rosemary] [24/131] Fetching wx30-gtk3-3.0.5.1_6.pkg: ......
- .... done
- [rosemary] [25/131] Fetching polkit-125_1.pkg: .......... done
- [rosemary] [26/131] Fetching libsoup3-3.6.5_2.pkg: .......... done
- [rosemary] [27/131] Fetching gtk-update-icon-cache-3.24.42.pkg: ...... done
- [rosemary] [28/131] Fetching libdeflate-1.22.pkg: ...... done
- [rosemary] [29/131] Fetching fribidi-1.0.16.pkg: ...... done
- [rosemary] [30/131] Fetching libXxf86vm-1.1.5.pkg: . done
- [rosemary] [31/131] Fetching libmspack-0.11alpha.pkg: ..... done
- [rosemary] [32/131] Fetching vmaf-3.0.0.pkg: .......... done
- [rosemary] [33/131] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [34/131] Fetching libtasn1-4.20.0_1.pkg: .......... done
- [rosemary] [35/131] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [36/131] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [37/131] Fetching libXinerama-1.1.5,1.pkg: . done
- [rosemary] [38/131] Fetching gnome_subr-1.0.pkg: . done
- [rosemary] [39/131] Fetching libxml2-2.11.9_1.pkg: .......... done
- [rosemary] [40/131] Fetching wayland-1.23.1.pkg: ......... done
- [rosemary] [41/131] Fetching aom-3.12.1.pkg: .....
- ..... done
- [rosemary] [42/131] Fetching orc-0.4.40.pkg: .......... done
- [rosemary] [43/131] Fetching lua53-5.3.6_1.pkg: .......... done
- [rosemary] [44/131] Fetching libgd-2.3.3_13,1.pkg: .......... done
- [rosemary] [45/131] Fetching gdk-pixbuf2-2.42.12_1.pkg: .......... done
- [rosemary] [46/131] Fetching icu-76.1,1.pkg:
- ....
- ....
- .. done
- [rosemary] [47/131] Fetching libgusb-0.4.9_1.pkg: .
- ......... done
- [rosemary] [48/131] Fetching gnutls-3.8.9.pkg: .......
- ... done
- [rosemary] [49/131] Fetching hicolor-icon-theme-0.18.pkg: . done
- [rosemary] [50/131] Fetching libxshmfence-1.3.2.pkg: . done
- [rosemary] [51/131] Fetching py311-packaging-24.2.pkg: ........ done
- [rosemary] [52/131] Fetching harfbuzz-icu-10.3.0.pkg: . done
- [rosemary] [53/131] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [rosemary] [54/131] Fetching libpaper-1.1.28_1.pkg: .. done
- [rosemary] [55/131] Fetching colord-1.4.7_3.pkg: .......... done
- [rosemary] [56/131] Fetching libjxl-0.11.1_1.pkg: .......... done
- [rosemary] [57/131] Fetching py311-cairo-1.21.0,1.pkg: ....... done
- [rosemary] [58/131] Fetching libX11-1.8.12,1.pkg: .
- ......... done
- [rosemary] [59/131] Fetching giflib-5.2.2.pkg: ...... done
- [rosemary] [60/131] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [61/131] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [62/131] Fetching libsoup-2.74.3.pkg: .......... done
- [rosemary] [63/131] Fetching tex-kpathsea-6.4.1.pkg: .......... done
- [rosemary] [64/131] Fetching libXtst-1.2.4.pkg: . done
- [rosemary] [65/131] Fetching libXi-1.8.1,1.pkg: ........ done
- [rosemary] [66/131] Fetching libXft-2.3.8.pkg: ...... done
- [rosemary] [67/131] Fetching gtk3-3.24.48.pkg: ..
- ....
- .... done
- [rosemary] [68/131] Fetching webp-1.5.0.pkg: .......... done
- [rosemary] [69/131] Fetching libepoxy-1.5.10.pkg: .......... done
- [rosemary] [70/131] Fetching hwdata-0.393,1.pkg: .........
- . done
- [rosemary] [71/131] Fetching cairo-1.18.2,3.pkg: .......... done
- [rosemary] [72/131] Fetching graphite2-1.3.14.pkg: ....... done
- [rosemary] [73/131] Fetching shared-mime-info-2.4_1.pkg: .......... done
- [rosemary] [74/131] Fetching libgudev-237.pkg: .... done
- [rosemary] [75/131] Fetching hunspell-1.7.2_1.pkg: .......... done
- [rosemary] [76/131] Fetching harfbuzz-10.3.0.pkg: .......
- ... done
- [rosemary] [77/131] Fetching libevent-2.1.12.pkg: .......... done
- [rosemary] [78/131] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [79/131] Fetching gdbm-1.24.pkg: .......... done
- [rosemary] [80/131] Fetching libpciaccess-0.18.1_1.pkg: . done
- [rosemary] [81/131] Fetching gstreamer1-plugins-gl-1.26.0.pkg: .......... done
- [rosemary] [82/131] Fetching avahi-app-0.8_6.pkg: .......... done
- [rosemary] [83/131] Fetching enchant2-2.2.15_6.pkg: .... done
- [rosemary] [84/131] Fetching gstreamer1-plugins-1.26.0.pkg: .
- ......... done
- [rosemary] [85/131] Fetching dbus-1.16.2_2,1.pkg: ....... done
- [rosemary] [86/131] Fetching libedit-3.1.20250104,1.pkg: .......... done
- [rosemary] [87/131] Fetching libXcursor-1.2.2.pkg: ... done
- [rosemary] [88/131] Fetching highway-1.2.0.pkg:
- .......... done
- [rosemary] [89/131] Fetching libgcrypt-1.11.0.pkg: .......... done
- [rosemary] [90/131] Fetching json-glib-1.10.6.pkg: .........
- . done
- [rosemary] [91/131] Fetching webkit2-gtk_40-2.46.6.pkg: .
- ..
- ..
- ..
- ..
- . done
- [rosemary] [92/131] Fetching libsecret-0.20.5_3.pkg: .......... done
- [rosemary] [93/131] Fetching pygobject-common-3.50.0.pkg: . done
- [rosemary] [94/131] Fetching libudev-devd-0.6.0.pkg: . done
- [rosemary] [95/131] Fetching libavif-1.2.0.pkg: .......... done
- [rosemary] [96/131] Fetching libunwind-20240221_2.pkg: .......... done
- [rosemary] [97/131] Fetching pango-1.56.1.pkg: .......... done
- [rosemary] [98/131] Fetching libgpg-error-1.51.pkg: .......... done
- [rosemary] [99/131] Fetching gmp-6.3.0.pkg: .......... done
- [rosemary] [100/131] Fetching gstreamer1-1.26.0.pkg: .......... done
- [rosemary] [101/131] Fetching Imath-3.1.12.pkg: ......... done
- [rosemary] [102/131] Fetching libXext-1.3.6,1.pkg: ....... done
- [rosemary] [103/131] Fetching p11-kit-0.25.5.pkg: .......... done
- [rosemary] [104/131] Fetching dbus-glib-0.114.pkg: .......... done
- [rosemary] [105/131] Fetching libsysinfo-0.0.3_3.pkg: .. done
- [rosemary] [106/131] Fetching libXau-1.0.11.pkg: . done
- [rosemary] [107/131] Fetching libICE-1.1.1,1.pkg: ....... done
- [rosemary] [108/131] Fetching libXcomposite-0.4.6_1,1.pkg: . done
- [rosemary] [109/131] Fetching libyuv-0.0.1789_2.pkg: .......... done
- [rosemary] [110/131] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [rosemary] [111/131] Fetching pixman-0.44.2.pkg: .......... done
- [rosemary] [112/131] Fetching dav1d-1.5.1.pkg: .......... done
- [rosemary] [113/131] Fetching gsettings-desktop-schemas-47.1_1.pkg: .......... done
- [rosemary] [114/131] Fetching at-spi2-core-2.54.1_1.pkg: .......... done
- [rosemary] [115/131] Fetching sqlite3-3.46.1_1,1.pkg: .......... done
- [rosemary] [116/131] Fetching libSM-1.2.6,1.pkg: .. done
- [rosemary] [117/131] Fetching openexr-3.3.4.pkg: .......... done
- [rosemary] [118/131] Fetching glib-2.80.5_1,2.pkg: ..
- ........ done
- [rosemary] [119/131] Fetching geoclue-2.7.2.pkg: .......... done
- [rosemary] [120/131] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [rosemary] [121/131] Fetching libxkbcommon-1.8.1_1.pkg: ...... done
- [rosemary] [122/131] Fetching jbigkit-2.1_3.pkg: ..... done
- [rosemary] [123/131] Fetching libdaemon-0.14_1.pkg: .. done
- [rosemary] [124/131] Fetching iso-codes-4.15.0.pkg: .......... done
- [rosemary] [125/131] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [126/131] Fetching tiff-4.7.0.pkg: .....
- ..... done
- [rosemary] [127/131] Fetching gnuplot-5.4.10_2.pkg: .......... done
- [rosemary] [128/131] Fetching libnotify-0.8.6.pkg: ... done
- [rosemary] [129/131] Fetching libGLU-9.0.3.pkg: .......... done
- [rosemary] [130/131] Fetching lerc-4.0.0.pkg: .......... done
- [rosemary] [131/131] Fetching py311-pygobject-3.50.0.pkg: .......... done
- Checking integrity...
- done (0 conflicting)
- [rosemary] [1/131] Installing gnuplot-5.4.10_2...
- [rosemary] [1/131] Extracting gnuplot-5.4.10_2: .......... done
- [rosemary] [2/131] Installing libgd-2.3.3_13,1...
- [rosemary] [2/131] Extracting libgd-2.3.3_13,1: .......... done
- [rosemary] [3/131] Installing lua53-5.3.6_1...
- [rosemary] [3/131] Extracting lua53-5.3.6_1: .......... done
- [rosemary] [4/131] Installing tex-kpathsea-6.4.1...
- [rosemary] [4/131] Extracting tex-kpathsea-6.4.1: .......... done
- [rosemary] [5/131] Installing wx30-gtk3-3.0.5.1_6...
- [rosemary] [5/131] Extracting wx30-gtk3-3.0.5.1_6: .......... done
- [rosemary] [6/131] Installing libGLU-9.0.3...
- [rosemary] [6/131] Extracting libGLU-9.0.3: ..... done
- [rosemary] [7/131] Installing libmspack-0.11alpha...
- [rosemary] [7/131] Extracting libmspack-0.11alpha: ......... done
- [rosemary] [8/131] Installing webkit2-gtk_40-2.46.6...
- [rosemary] [8/131] Extracting webkit2-gtk_40-2.46.6:
- .......... done
- [rosemary] [9/131] Installing enchant2-2.2.15_6...
- [rosemary] [9/131] Extracting enchant2-2.2.15_6: .......... done
- [rosemary] [10/131] Installing geoclue-2.7.2...
- [rosemary] [10/131] Extracting geoclue-2.7.2: .......... done
- [rosemary] [11/131] Installing gstreamer1-plugins-bad-1.26.0...
- [rosemary] [11/131] Extracting gstreamer1-plugins-bad-1.26.0: .......... done
- [rosemary] [12/131] Installing gstreamer1-plugins-gl-1.26.0...
- [rosemary] [12/131] Extracting gstreamer1-plugins-gl-1.26.0: .......... done
- [rosemary] [13/131] Installing graphene-1.10.8_1...
- [rosemary] [13/131] Extracting graphene-1.10.8_1: .......... done
- [rosemary] [14/131] Installing gstreamer1-plugins-1.26.0...
- [rosemary] [14/131] Extracting gstreamer1-plugins-1.26.0: .......... done
- [rosemary] [15/131] Installing gstreamer1-1.26.0...
- [rosemary] [15/131] Extracting gstreamer1-1.26.0: .......... done
- [rosemary] [16/131] Installing gtk3-3.24.48...
- [rosemary] [16/131] Extracting gtk3-3.24.48: ...
- ....... done
- [rosemary] [17/131] Installing adwaita-icon-theme-42.0...
- [rosemary] [17/131] Extracting adwaita-icon-theme-42.0:
- .......... done
- [rosemary] [18/131] Installing at-spi2-core-2.54.1_1...
- [rosemary] [18/131] Extracting at-spi2-core-2.54.1_1: .......... done
- [rosemary] [19/131] Installing colord-1.4.7_3...
- ===> Creating groups
- Creating group 'colord' with gid '970'
- ===> Creating users
- Creating user 'colord' with uid '970'
- [rosemary] [19/131] Extracting colord-1.4.7_3: .......... done
- [rosemary] [20/131] Installing cups-2.4.11_1...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [rosemary] [20/131] Extracting cups-2.4.11_1: .......... done
- [rosemary] [21/131] Installing avahi-app-0.8_6...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [rosemary] [21/131] Extracting avahi-app-0.8_6: .......... done
- [rosemary] [22/131] Installing dbus-glib-0.114...
- [rosemary] [22/131] Extracting dbus-glib-0.114: .......... done
- [rosemary] [23/131] Installing gdbm-1.24...
- [rosemary] [23/131] Extracting gdbm-1.24: ...
- ....... done
- [rosemary] [24/131] Installing gnome_subr-1.0...
- [rosemary] [24/131] Extracting gnome_subr-1.0: .... done
- [rosemary] [25/131] Installing gtk-update-icon-cache-3.24.42...
- [rosemary] [25/131] Extracting gtk-update-icon-cache-3.24.42: .......... done
- [rosemary] [26/131] Installing harfbuzz-icu-10.3.0...
- [rosemary] [26/131] Extracting harfbuzz-icu-10.3.0: ........ done
- [rosemary] [27/131] Installing hicolor-icon-theme-0.18...
- [rosemary] [27/131] Extracting hicolor-icon-theme-0.18: . done
- [rosemary] [28/131] Installing hunspell-1.7.2_1...
- [rosemary] [28/131] Extracting hunspell-1.7.2_1: .......... done
- [rosemary] [29/131] Installing hyphen-2.8.8...
- [rosemary] [29/131] Extracting hyphen-2.8.8: .......... done
- [rosemary] [30/131] Installing icu-76.1,1...
- [rosemary] [30/131] Extracting icu-76.1,1: .......... done
- [rosemary] [31/131] Installing iso-codes-4.15.0...
- [rosemary] [31/131] Extracting iso-codes-4.15.0: .......... done
- [rosemary] [32/131] Installing lcms2-2.17...
- [rosemary] [32/131] Extracting lcms2-2.17: .......... done
- [rosemary] [33/131] Installing libXcomposite-0.4.6_1,1...
- [rosemary] [33/131] Extracting libXcomposite-0.4.6_1,1: .......... done
- [rosemary] [34/131] Installing libXcursor-1.2.2...
- [rosemary] [34/131] Extracting libXcursor-1.2.2: .......... done
- [rosemary] [35/131] Installing libXinerama-1.1.5,1...
- [rosemary] [35/131] Extracting libXinerama-1.1.5,1: .......... done
- [rosemary] [36/131] Installing libXtst-1.2.4...
- [rosemary] [36/131] Extracting libXtst-1.2.4: .......... done
- [rosemary] [37/131] Installing libXi-1.8.1,1...
- [rosemary] [37/131] Extracting libXi-1.8.1,1: .......... done
- [rosemary] [38/131] Installing libavif-1.2.0...
- [rosemary] [38/131] Extracting libavif-1.2.0: .......... done
- [rosemary] [39/131] Installing aom-3.12.1...
- [rosemary] [39/131] Extracting aom-3.12.1: .......... done
- [rosemary] [40/131] Installing libdaemon-0.14_1...
- [rosemary] [40/131] Extracting libdaemon-0.14_1: .......... done
- [rosemary] [41/131] Installing libepoxy-1.5.10...
- [rosemary] [41/131] Extracting libepoxy-1.5.10: .......... done
- [rosemary] [42/131] Installing libevent-2.1.12...
- [rosemary] [42/131] Extracting libevent-2.1.12: .......... done
- [rosemary] [43/131] Installing libglvnd-1.7.0...
- [rosemary] [43/131] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [44/131] Installing libgudev-237...
- [rosemary] [44/131] Extracting libgudev-237: .......... done
- [rosemary] [45/131] Installing libgusb-0.4.9_1...
- [rosemary] [45/131] Extracting libgusb-0.4.9_1: .......... done
- [rosemary] [46/131] Installing json-glib-1.10.6...
- [rosemary] [46/131] Extracting json-glib-1.10.6: .......... done
- [rosemary] [47/131] Installing libjxl-0.11.1_1...
- [rosemary] [47/131] Extracting libjxl-0.11.1_1:
- .......... done
- [rosemary] [48/131] Installing highway-1.2.0...
- [rosemary] [48/131] Extracting highway-1.2.0: .......... done
- [rosemary] [49/131] Installing libnotify-0.8.6...
- [rosemary] [49/131] Extracting libnotify-0.8.6: .......... done
- [rosemary] [50/131] Installing libpaper-1.1.28_1...
- [rosemary] [50/131] Extracting libpaper-1.1.28_1: .......... done
- [rosemary] [51/131] Installing librsvg2-rust-2.60.0...
- [rosemary] [51/131] Extracting librsvg2-rust-2.60.0:
- .......... done
- [rosemary] [52/131] Installing dav1d-1.5.1...
- [rosemary] [52/131] Extracting dav1d-1.5.1: .......... done
- [rosemary] [53/131] Installing gdk-pixbuf2-2.42.12_1...
- [rosemary] [53/131] Extracting gdk-pixbuf2-2.42.12_1: .......... done
- [rosemary] [54/131] Installing libsecret-0.20.5_3...
- [rosemary] [54/131] Extracting libsecret-0.20.5_3: .......... done
- [rosemary] [55/131] Installing libsoup-2.74.3...
- [rosemary] [55/131] Extracting libsoup-2.74.3: .......... done
- [rosemary] [56/131] Installing libsoup3-3.6.5_2...
- [rosemary] [56/131] Extracting libsoup3-3.6.5_2: .......... done
- [rosemary] [57/131] Installing glib-networking-2.80.1_1...
- [rosemary] [57/131] Extracting glib-networking-2.80.1_1: .......... done
- [rosemary] [58/131] Installing gnutls-3.8.9...
- [rosemary] [58/131] Extracting gnutls-3.8.9: .......... done
- [rosemary] [59/131] Installing libproxy-0.5.9_1...
- [rosemary] [59/131] Extracting libproxy-0.5.9_1: .......... done
- [rosemary] [60/131] Installing gsettings-desktop-schemas-47.1_1...
- [rosemary] [60/131] Extracting gsettings-desktop-schemas-47.1_1: ....
- ...... done
- [rosemary] [61/131] Installing libsysinfo-0.0.3_3...
- [rosemary] [61/131] Extracting libsysinfo-0.0.3_3: ......... done
- [rosemary] [62/131] Installing libudev-devd-0.6.0...
- [rosemary] [62/131] Extracting libudev-devd-0.6.0: ........ done
- [rosemary] [63/131] Installing libunwind-20240221_2...
- [rosemary] [63/131] Extracting libunwind-20240221_2: .......... done
- [rosemary] [64/131] Installing libxkbcommon-1.8.1_1...
- [rosemary] [64/131] Extracting libxkbcommon-1.8.1_1: .......... done
- [rosemary] [65/131] Installing libxslt-1.1.43...
- [rosemary] [65/131] Extracting libxslt-1.1.43: .......... done
- [rosemary] [66/131] Installing libgcrypt-1.11.0...
- [rosemary] [66/131] Extracting libgcrypt-1.11.0: .......... done
- [rosemary] [67/131] Installing libgpg-error-1.51...
- [rosemary] [67/131] Extracting libgpg-error-1.51: .
- ......... done
- [rosemary] [68/131] Installing libyuv-0.0.1789_2...
- [rosemary] [68/131] Extracting libyuv-0.0.1789_2: .......... done
- [rosemary] [69/131] Installing mesa-libs-24.1.7_1...
- [rosemary] [69/131] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [70/131] Installing libXdamage-1.1.6...
- [rosemary] [70/131] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [71/131] Installing libXfixes-6.0.1...
- [rosemary] [71/131] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [72/131] Installing libXrandr-1.5.4...
- [rosemary] [72/131] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [73/131] Installing libXxf86vm-1.1.5...
- [rosemary] [73/131] Extracting libXxf86vm-1.1.5: .......... done
- [rosemary] [74/131] Installing libdrm-2.4.123,1...
- [rosemary] [74/131] Extracting libdrm-2.4.123,1: .......... done
- [rosemary] [75/131] Installing libpciaccess-0.18.1_1...
- [rosemary] [75/131] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [76/131] Installing hwdata-0.393,1...
- [rosemary] [76/131] Extracting hwdata-0.393,1: ........
- .. done
- [rosemary] [77/131] Installing libxshmfence-1.3.2...
- [rosemary] [77/131] Extracting libxshmfence-1.3.2: ......... done
- [rosemary] [78/131] Installing nettle-3.10.1...
- [rosemary] [78/131] Extracting nettle-3.10.1: .......... done
- [rosemary] [79/131] Installing gmp-6.3.0...
- [rosemary] [79/131] Extracting gmp-6.3.0: .......... done
- [rosemary] [80/131] Installing openexr-3.3.4...
- [rosemary] [80/131] Extracting openexr-3.3.4: .......... done
- [rosemary] [81/131] Installing Imath-3.1.12...
- [rosemary] [81/131] Extracting Imath-3.1.12: .......... done
- [rosemary] [82/131] Installing orc-0.4.40...
- [rosemary] [82/131] Extracting orc-0.4.40: .......... done
- [rosemary] [83/131] Installing p11-kit-0.25.5...
- [rosemary] [83/131] Extracting p11-kit-0.25.5: .......... done
- [rosemary] [84/131] Installing libtasn1-4.20.0_1...
- [rosemary] [84/131] Extracting libtasn1-4.20.0_1: .......... done
- [rosemary] [85/131] Installing pango-1.56.1...
- [rosemary] [85/131] Extracting pango-1.56.1: .......... done
- [rosemary] [86/131] Installing fribidi-1.0.16...
- [rosemary] [86/131] Extracting fribidi-1.0.16: .......... done
- [rosemary] [87/131] Installing harfbuzz-10.3.0...
- [rosemary] [87/131] Extracting harfbuzz-10.3.0: .......... done
- [rosemary] [88/131] Installing graphite2-1.3.14...
- [rosemary] [88/131] Extracting graphite2-1.3.14: .......... done
- [rosemary] [89/131] Installing libXft-2.3.8...
- [rosemary] [89/131] Extracting libXft-2.3.8: .......... done
- [rosemary] [90/131] Installing libthai-0.1.29_1...
- [rosemary] [90/131] Extracting libthai-0.1.29_1: .......... done
- [rosemary] [91/131] Installing libdatrie-0.2.13_2...
- [rosemary] [91/131] Extracting libdatrie-0.2.13_2: .......... done
- [rosemary] [92/131] Installing polkit-125_1...
- ===> Creating groups
- Creating group 'polkitd' with gid '565'
- ===> Creating users
- Creating user 'polkitd' with uid '565'
- [rosemary] [92/131] Extracting polkit-125_1: ......... done
- [rosemary] [93/131] Installing dbus-1.16.2_2,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [rosemary] [93/131] Extracting dbus-1.16.2_2,1: ......... done
- [rosemary] [94/131] Installing duktape-lib-2.7.0...
- [rosemary] [94/131] Extracting duktape-lib-2.7.0: ......... done
- [rosemary] [95/131] Installing libSM-1.2.6,1...
- [rosemary] [95/131] Extracting libSM-1.2.6,1: .......... done
- [rosemary] [96/131] Installing libICE-1.1.1,1...
- [rosemary] [96/131] Extracting libICE-1.1.1,1: .......... done
- [rosemary] [97/131] Installing py311-pygobject-3.50.0...
- [rosemary] [97/131] Extracting py311-pygobject-3.50.0: .......... done
- [rosemary] [98/131] Installing gobject-introspection-1.78.1_2,1...
- [rosemary] [98/131] Extracting gobject-introspection-1.78.1_2,1: .......... done
- [rosemary] [99/131] Installing py311-cairo-1.21.0,1...
- [rosemary] [99/131] Extracting py311-cairo-1.21.0,1: .......... done
- [rosemary] [100/131] Installing cairo-1.18.2,3...
- [rosemary] [100/131] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [101/131] Installing fontconfig-2.15.0_3,1...
- [rosemary] [101/131] Extracting fontconfig-2.15.0_3,1: .......... done
- [rosemary] [102/131] Installing freetype2-2.13.3...
- [rosemary] [102/131] Extracting freetype2-2.13.3: .......... done
- [rosemary] [103/131] Installing libXext-1.3.6,1...
- [rosemary] [103/131] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [104/131] Installing libXrender-0.9.12...
- [rosemary] [104/131] Extracting libXrender-0.9.12: .......... done
- [rosemary] [105/131] Installing libX11-1.8.12,1...
- [rosemary] [105/131] Extracting libX11-1.8.12,1: .......... done
- [rosemary] [106/131] Installing libxcb-1.17.0...
- [rosemary] [106/131] Extracting libxcb-1.17.0: .......... done
- [rosemary] [107/131] Installing libXau-1.0.11...
- [rosemary] [107/131] Extracting libXau-1.0.11: .......... done
- [rosemary] [108/131] Installing libXdmcp-1.1.5...
- [rosemary] [108/131] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [109/131] Installing lzo2-2.10_1...
- [rosemary] [109/131] Extracting lzo2-2.10_1: .......... done
- [rosemary] [110/131] Installing pixman-0.44.2...
- [rosemary] [110/131] Extracting pixman-0.44.2: ......... done
- [rosemary] [111/131] Installing pygobject-common-3.50.0...
- [rosemary] [111/131] Extracting pygobject-common-3.50.0: ..... done
- [rosemary] [112/131] Installing shared-mime-info-2.4_1...
- [rosemary] [112/131] Extracting shared-mime-info-2.4_1: ......... done
- [rosemary] [113/131] Installing glib-2.80.5_1,2...
- [rosemary] [113/131] Extracting glib-2.80.5_1,2: ...
- ....... done
- [rosemary] [114/131] Installing py311-packaging-24.2...
- [rosemary] [114/131] Extracting py311-packaging-24.2: .......... done
- [rosemary] [115/131] Installing sqlite3-3.46.1_1,1...
- [rosemary] [115/131] Extracting sqlite3-3.46.1_1,1: .......... done
- [rosemary] [116/131] Installing libedit-3.1.20250104,1...
- [rosemary] [116/131] Extracting libedit-3.1.20250104,1: .......... done
- [rosemary] [117/131] Installing vmaf-3.0.0...
- [rosemary] [117/131] Extracting vmaf-3.0.0: .......... done
- [rosemary] [118/131] Installing wayland-1.23.1...
- [rosemary] [118/131] Extracting wayland-1.23.1: .......... done
- [rosemary] [119/131] Installing libepoll-shim-0.0.20240608...
- [rosemary] [119/131] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [120/131] Installing webp-1.5.0...
- [rosemary] [120/131] Extracting webp-1.5.0: .......... done
- [rosemary] [121/131] Installing giflib-5.2.2...
- [rosemary] [121/131] Extracting giflib-5.2.2: .......... done
- [rosemary] [122/131] Installing png-1.6.47...
- [rosemary] [122/131] Extracting png-1.6.47: .......... done
- [rosemary] [123/131] Installing tiff-4.7.0...
- [rosemary] [123/131] Extracting tiff-4.7.0: .......... done
- [rosemary] [124/131] Installing jbigkit-2.1_3...
- [rosemary] [124/131] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [125/131] Installing jpeg-turbo-3.1.0...
- [rosemary] [125/131] Extracting jpeg-turbo-3.1.0: .......... done
- [rosemary] [126/131] Installing lerc-4.0.0...
- [rosemary] [126/131] Extracting lerc-4.0.0: ........ done
- [rosemary] [127/131] Installing libdeflate-1.22...
- [rosemary] [127/131] Extracting libdeflate-1.22: .......... done
- [rosemary] [128/131] Installing woff2-1.0.2_5...
- [rosemary] [128/131] Extracting woff2-1.0.2_5: .......... done
- [rosemary] [129/131] Installing xkeyboard-config-2.41_4...
- [rosemary] [129/131] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [130/131] Installing libxml2-2.11.9_1...
- [rosemary] [130/131] Extracting libxml2-2.11.9_1: .......... done
- [rosemary] [131/131] Installing xorgproto-2024.1...
- [rosemary] [131/131] Extracting xorgproto-2024.1: .......... done
- ==> 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
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig 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: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- =====
- Message from libjxl-0.11.1_1:
-
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
- =====
- Message from libsoup-2.74.3:
-
- --
- 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 libxkbcommon-1.8.1_1:
-
- --
- If arrow keys don't work under X11 switch to legacy rules e.g.,
-
- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
- export XKB_DEFAULT_RULES=xorg
-
- For csh/tcsh run and (optionally) add into ~/.login:
- setenv XKB_DEFAULT_RULES xorg
- =====
- Message from freetype2-2.13.3:
-
- --
- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
- the default, emulating a modern version of ClearType. This change inevitably
- leads to different rendering results, and you might change port's options to
- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
- variable).
-
- The environment variable "FREETYPE_PROPERTIES" can be used to control the
- driver properties. Example:
-
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- cff:no-stem-darkening=1 \
- autofitter:warping=1
-
- This allows to select, say, the subpixel hinting mode at runtime for a given
- application.
-
- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
- the foundry and information whether they contain wide characters. For example,
- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
- run time with using pcf:no-long-family-names property, if needed. Example:
-
- FREETYPE_PROPERTIES=pcf:no-long-family-names=1
-
- How to recreate fontconfig cache with using such environment variable,
- if needed:
- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
-
- The controllable properties are listed in the section "Controlling FreeType
- Modules" in the reference's table of contents
- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
- =====
- Message from wayland-1.23.1:
-
- --
- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
- contain "wayland-%d" unix(4) sockets. This is usually handled by
- consolekit2 (via ck-launch-session) or pam_xdg (via login).
2025-07-10 17:53.46 ---> saved as "5c3017576f5a415fd44955e95f89078a55c6eaaeeb10f356099605fe32796bc1"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 34 packages
∗ afl-persistent 1.4
∗ alcotest 1.9.0
∗ astring 0.8.5
∗ base-bytes base
∗ cmdliner 1.3.0
∗ conf-gnuplot 0.1
∗ cppo 1.8.0
∗ crowbar 0.2.1
∗ csexp 1.5.2
∗ dune 3.19.1
∗ dune-configurator 3.19.1
∗ fmt 0.10.0
∗ logs 0.9.0
∗ lwt 5.9.1
∗ metrics 0.5.0
∗ metrics-unix 0.5.0
∗ mtime 2.1.0
∗ ocaml-compiler-libs v0.12.4
∗ ocaml-syntax-shims 1.0.0
∗ ocamlbuild 0.16.1
∗ ocamlfind 1.9.8
∗ ocplib-endian 1.2
∗ ppx_derivers 1.2.1
∗ ppx_deriving 6.1.0
∗ ppx_deriving_yojson 3.10.0
∗ ppxlib 0.36.0
∗ re 1.13.2
∗ seq base
∗ sexplib0 v0.17.0
∗ stdlib-shims 0.3.0
∗ topkg 1.0.8
∗ uuidm 0.9.10
∗ uutf 1.0.4
∗ yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved afl-persistent.1.4 (cached)
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved crowbar.0.2.1 (cached)
⬇ retrieved alcotest.1.9.0 (cached)
⬇ retrieved fmt.0.10.0 (cached)
⬇ retrieved logs.0.9.0 (cached)
⬇ retrieved metrics.0.5.0, metrics-unix.0.5.0 (cached)
⬇ retrieved lwt.5.9.1 (cached)
⬇ retrieved mtime.2.1.0 (cached)
⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
∗ installed conf-gnuplot.0.1
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ppx_deriving.6.1.0 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved ppx_deriving_yojson.3.10.0 (cached)
⬇ retrieved re.1.13.2 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved ppxlib.0.36.0 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved uuidm.0.9.10 (cached)
⬇ retrieved topkg.1.0.8 (cached)
⬇ retrieved uutf.1.0.4 (cached)
∗ installed cmdliner.1.3.0
⬇ retrieved yojson.3.0.0 (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
⬇ retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.0.8
∗ installed uuidm.0.9.10
∗ installed uutf.1.0.4
∗ installed mtime.2.1.0
∗ installed astring.0.8.5
∗ installed fmt.0.10.0
∗ installed dune.3.19.1
∗ installed stdlib-shims.0.3.0
∗ installed sexplib0.v0.17.0
∗ installed re.1.13.2
∗ installed ppx_derivers.1.2.1
∗ installed ocaml-syntax-shims.1.0.0
∗ installed yojson.3.0.0
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed metrics.0.5.0
∗ installed csexp.1.5.2
∗ installed ppxlib.0.36.0
∗ installed alcotest.1.9.0
∗ installed cppo.1.8.0
∗ installed afl-persistent.1.4
∗ installed ocplib-endian.1.2
∗ installed crowbar.0.2.1
∗ installed ppx_deriving.6.1.0
∗ installed dune-configurator.3.19.1
∗ installed ppx_deriving_yojson.3.10.0
∗ installed lwt.5.9.1
∗ installed metrics-unix.0.5.0
∗ installed logs.0.9.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 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
2025-07-10 18:16.10 ---> saved as "8475a61f5e439d2365a9205bb1c39a802db27f121c5068572f865f53f5dc4494"
/src: (copy (src .) (dst /src))
2025-07-10 18:16.12 ---> saved as "c36f8e2a3d0d178e3165ea456940511005536e416fe84599a903510717979189"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.index.objs/byte -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/mtime -I /home/opam/.opam/4.14.2/lib/mtime/clock -I /home/opam/.opam/4.14.2/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/byte/index__Stats.cmo -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 | let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.index.objs/byte -I src/.index.objs/native -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/mtime -I /home/opam/.opam/4.14.2/lib/mtime/clock -I /home/opam/.opam/4.14.2/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/native/index__Stats.cmx -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 | let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/threaded -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I src/.index.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Index_unix__ -o src/unix/.index_unix.objs/byte/index_unix.cmo -c -impl src/unix/index_unix.ml)
File "src/unix/index_unix.ml", line 139, characters 8-48:
139 | (aux [@tailcall]) (Filename.dirname dir) @@ fun () ->
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 51 [wrong-tailcall-expectation]): expected tailcall
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Common.cmo -c -impl test/unix/common.ml)
File "test/unix/common.ml", line 27, characters 2-22:
27 | Logs_threaded.enable ();
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Logs_threaded
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Io_array.cmo -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 | (Fmt.strf "Inserted key at index %i is accessible" i)
^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 | (Fmt.strf "Inserted key at index %i is accessible" i)
^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 | Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Common.cmx -c -impl test/unix/common.ml)
File "test/unix/common.ml", line 27, characters 2-22:
27 | Logs_threaded.enable ();
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Logs_threaded
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Io_array.cmx -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 | (Fmt.strf "Inserted key at index %i is accessible" i)
^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 | (Fmt.strf "Inserted key at index %i is accessible" i)
^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 | Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bench/.bench.eobjs/byte -I /home/opam/.opam/4.14.2/lib/cmdliner -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/metrics -I /home/opam/.opam/4.14.2/lib/metrics-unix -I /home/opam/.opam/4.14.2/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.2/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I /home/opam/.opam/4.14.2/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 | Term.info "run" ~doc ~exits:Term.default_exits )
^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 | Term.info "run" ~doc ~exits:Term.default_exits )
^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 | Term.(exit @@ eval_choice cmd choices)
^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 | Term.(exit @@ eval_choice cmd choices)
^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/4.14.2/lib/cmdliner -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/metrics -I /home/opam/.opam/4.14.2/lib/metrics-unix -I /home/opam/.opam/4.14.2/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.2/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I /home/opam/.opam/4.14.2/lib/yojson -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 | Term.info "run" ~doc ~exits:Term.default_exits )
^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 | Term.info "run" ~doc ~exits:Term.default_exits )
^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 | Term.(exit @@ eval_choice cmd choices)
^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 | Term.(exit @@ eval_choice cmd choices)
^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.9.0 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_11788_119988" "mount.devfs" "path=/obuilder/result/05d3f5de302300f4f963eaaec47b8ea00f7dd50dbf42a07810b363128ebe2114/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.9.0 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2025-07-10 18:16.28: Job failed: Failed: Build failed