2025-10-14 14:30.27: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4) Base: freebsd-14.3-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.3-ocaml-4.14 # freebsd-14.3-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-10-14 14:30.27: Using cache hint "gs0510/index-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-5fadf3f87a30ffd220269e3396951828" 2025-10-14 14:30.27: Using OBuilder spec: ((from freebsd-14.3-ocaml-4.14) (comment freebsd-14.3-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-10-14 14:30.27: Waiting for resource in pool OCluster 2025-10-14 14:30.27: Waiting for worker… 2025-10-14 14:47.07: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 8f2e73f Update cache.ml (from freebsd-14.3-ocaml-4.14) 2025-10-14 14:45.35 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache /: (comment freebsd-14.3-4.14_opam-2.4) /: (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.4 /usr/local/bin/opam")) 2025-10-14 14:45.36 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" 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-10-14 14:45.36 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 4.14.2 2.4.1 2025-10-14 14:45.37 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-14 14:45.38 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 98696b94e2..deb3de7fc5 master -> origin/master deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised 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.3.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2025-10-14 14:45.39 ---> using "58a385d95bb58205051a02d5115df9dda4fc5a2433e410b31fca36e6fc369d12" from cache /src: (copy (src index.opam index-bench.opam) (dst ./)) 2025-10-14 14:45.41 ---> saved as "f37c893c83e3447bb3990301075f2e00e2624f84eb948c566159f02fb6447031" /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-10-14 14:45.48 ---> saved as "a096e3d7fff1e33f2f8e796276995131a07767218bd386d6072ff62988916698" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-14 14:45.52 ---> saved as "bf750f6f523ea1c79709eeca84087f26d75fb9308ed67912a3c6b42e46254aae" /src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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 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. 36572 packages processed. - Updating FreeBSD-kmods repository catalogue... - [rosemary] Fetching data.pkg: .. done - Processing entries: .......... done - FreeBSD-kmods repository update completed. 212 packages processed. - All repositories are up to date. - The following 134 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - Imath: 3.2.1 [FreeBSD] - adwaita-icon-theme: 47.0 [FreeBSD] - adwaita-icon-theme-legacy: 46.2 [FreeBSD] - aom: 3.13.1 [FreeBSD] - at-spi2-core: 2.56.4 [FreeBSD] - avahi-app: 0.8_6 [FreeBSD] - cairo: 1.18.2,3 [FreeBSD] - colord: 1.4.8 [FreeBSD] - cups: 2.4.14 [FreeBSD] - dav1d: 1.5.1_1 [FreeBSD] - dbus: 1.16.2_4,1 [FreeBSD] - dbus-glib: 0.114 [FreeBSD] - duktape-lib: 2.7.0_1 [FreeBSD] - enchant2: 2.8.10 [FreeBSD] - fontconfig: 2.15.0_3,1 [FreeBSD] - freetype2: 2.13.3 [FreeBSD] - fribidi: 1.0.16 [FreeBSD] - gdbm: 1.26 [FreeBSD] - gdk-pixbuf2: 2.44.1 [FreeBSD] - geoclue: 2.8.0 [FreeBSD] - giflib: 5.2.2 [FreeBSD] - glib: 2.84.1_3,2 [FreeBSD] - glib-networking: 2.80.1_1 [FreeBSD] - gmp: 6.3.0 [FreeBSD] - gnome_subr: 1.0 [FreeBSD] - gnuplot: 5.4.10_3 [FreeBSD] - gnutls: 3.8.10 [FreeBSD] - gobject-introspection: 1.84.0,1 [FreeBSD] - graphene: 1.10.8_1 [FreeBSD] - graphite2: 1.3.14 [FreeBSD] - gsettings-desktop-schemas: 47.1_2 [FreeBSD] - gstreamer1: 1.26.6 [FreeBSD] - gstreamer1-plugins: 1.26.6 [FreeBSD] - gstreamer1-plugins-bad: 1.26.6 [FreeBSD] - gstreamer1-plugins-gl: 1.26.6 [FreeBSD] - gtk-update-icon-cache: 3.24.42 [FreeBSD] - gtk3: 3.24.50 [FreeBSD] - harfbuzz: 10.3.0 [FreeBSD] - harfbuzz-icu: 10.3.0 [FreeBSD] - hicolor-icon-theme: 0.18 [FreeBSD] - highway: 1.3.0 [FreeBSD] - hunspell: 1.7.2_1 [FreeBSD] - hwdata: 0.399,1 [FreeBSD] - hyphen: 2.8.8 [FreeBSD] - icu: 76.1,1 [FreeBSD] - iso-codes: 4.18.0 [FreeBSD] - jbigkit: 2.1_3 [FreeBSD] - jpeg-turbo: 3.1.2 [FreeBSD] - json-glib: 1.10.8 [FreeBSD] - lcms2: 2.17 [FreeBSD] - lerc: 4.0.0 [FreeBSD] - libGLU: 9.0.3 [FreeBSD] - libICE: 1.1.2,1 [FreeBSD] - libSM: 1.2.6,1 [FreeBSD] - libX11: 1.8.12,1 [FreeBSD] - libXau: 1.0.12 [FreeBSD] - libXcomposite: 0.4.6_1,1 [FreeBSD] - libXcursor: 1.2.3 [FreeBSD] - libXdamage: 1.1.6 [FreeBSD] - libXdmcp: 1.1.5 [FreeBSD] - libXext: 1.3.6,1 [FreeBSD] - libXfixes: 6.0.1 [FreeBSD] - libXft: 2.3.8 [FreeBSD] - libXi: 1.8.2,1 [FreeBSD] - libXinerama: 1.1.5,1 [FreeBSD] - libXrandr: 1.5.4 [FreeBSD] - libXrender: 0.9.12 [FreeBSD] - libXtst: 1.2.5 [FreeBSD] - libXxf86vm: 1.1.6 [FreeBSD] - libavif: 1.3.0_2 [FreeBSD] - libdaemon: 0.14_1 [FreeBSD] - libdatrie: 0.2.13_2 [FreeBSD] - libdeflate: 1.24 [FreeBSD] - libdrm: 2.4.123,1 [FreeBSD] - libedit: 3.1.20250104,1 [FreeBSD] - libepoll-shim: 0.0.20240608 [FreeBSD] - libepoxy: 1.5.10 [FreeBSD] - libevent: 2.1.12 [FreeBSD] - libgcrypt: 1.11.2 [FreeBSD] - libgd: 2.3.3_13,1 [FreeBSD] - libglvnd: 1.7.0 [FreeBSD] - libgpg-error: 1.55 [FreeBSD] - libgudev: 237 [FreeBSD] - libgusb: 0.4.9_1 [FreeBSD] - libinotify: 20240724_3 [FreeBSD] - libjxl: 0.11.1_2 [FreeBSD] - libmspack: 0.11alpha [FreeBSD] - libnotify: 0.8.7 [FreeBSD] - libpaper: 1.1.28_1 [FreeBSD] - libpciaccess: 0.18.1_1 [FreeBSD] - libproxy: 0.5.10 [FreeBSD] - librsvg2-rust: 2.60.0_5 [FreeBSD] - libsecret: 0.21.7_1 [FreeBSD] - libsoup: 2.74.3_1 [FreeBSD] - libsoup3: 3.6.5_2 [FreeBSD] - libsysinfo: 0.0.3_3 [FreeBSD] - libtasn1: 4.20.0_1 [FreeBSD] - libthai: 0.1.29_1 [FreeBSD] - libudev-devd: 0.6.0 [FreeBSD] - libunwind: 20240221_2 [FreeBSD] - libxcb: 1.17.0 [FreeBSD] - libxkbcommon: 1.8.1_3 [FreeBSD] - libxml2: 2.14.5 [FreeBSD] - libxshmfence: 1.3.3 [FreeBSD] - libxslt: 1.1.43_1 [FreeBSD] - libyuv: 0.0.1903 [FreeBSD] - lua53: 5.3.6_1 [FreeBSD] - lzo2: 2.10_1 [FreeBSD] - mesa-libs: 24.1.7_1 [FreeBSD] - nettle: 3.10.2 [FreeBSD] - openexr: 3.4.0 [FreeBSD] - openjph: 0.22.0 [FreeBSD] - orc: 0.4.41_1 [FreeBSD] - p11-kit: 0.25.10 [FreeBSD] - pango: 1.56.4 [FreeBSD] - pixman: 0.46.2 [FreeBSD] - png: 1.6.50 [FreeBSD] - polkit: 125_1 [FreeBSD] - py311-cairo: 1.28.0,1 [FreeBSD] - py311-packaging: 25.0 [FreeBSD] - py311-pygobject: 3.50.0 [FreeBSD] - pygobject-common: 3.50.0 [FreeBSD] - shared-mime-info: 2.4_2 [FreeBSD] - sqlite3: 3.50.2_1,1 [FreeBSD] - tex-kpathsea: 6.4.1 [FreeBSD] - tiff: 4.7.0 [FreeBSD] - vmaf: 3.0.0 [FreeBSD] - wayland: 1.24.0_2 [FreeBSD] - webkit2-gtk_40: 2.46.6_4 [FreeBSD] - webp: 1.6.0 [FreeBSD] - woff2: 1.0.2_5 [FreeBSD] - wx30-gtk3: 3.0.5.1_7 [FreeBSD] - xkeyboard-config: 2.41_4 [FreeBSD] - xorgproto: 2024.1 [FreeBSD] - - Number of packages to be installed: 134 - - The process will require 815 MiB more space. - 151 MiB to be downloaded. - [rosemary] [1/134] Fetching duktape-lib-2.7.0_1.pkg: .......... done - [rosemary] [2/134] Fetching png-1.6.50.pkg: .......... done - [rosemary] [3/134] Fetching glib-networking-2.80.1_1.pkg: .......... done - [rosemary] [4/134] Fetching hyphen-2.8.8.pkg: ..... done - [rosemary] [5/134] Fetching libxcb-1.17.0.pkg: ..... - ..... done - [rosemary] [6/134] Fetching libdatrie-0.2.13_2.pkg: . done - [rosemary] [7/134] Fetching freetype2-2.13.3.pkg: ........ - .. done - [rosemary] [8/134] Fetching jpeg-turbo-3.1.2.pkg: .......... done - [rosemary] [9/134] Fetching graphene-1.10.8_1.pkg: ......... done - [rosemary] [10/134] Fetching libproxy-0.5.10.pkg: .......... done - [rosemary] [11/134] Fetching librsvg2-rust-2.60.0_5.pkg: . - ......... done - [rosemary] [12/134] Fetching libglvnd-1.7.0.pkg: .......... done - [rosemary] [13/134] Fetching gstreamer1-plugins-bad-1.26.6.pkg: ..... - .. - ... done - [rosemary] [14/134] Fetching libxslt-1.1.43_1.pkg: .......... done - [rosemary] [15/134] Fetching cups-2.4.14.pkg: . - ...... - ... done - [rosemary] [16/134] Fetching gobject-introspection-1.84.0,1.pkg: .......... done - [rosemary] [17/134] Fetching nettle-3.10.2.pkg: .......... done - [rosemary] [18/134] Fetching libXrandr-1.5.4.pkg: .. done - [rosemary] [19/134] Fetching lzo2-2.10_1.pkg: ........ done - [rosemary] [20/134] Fetching adwaita-icon-theme-legacy-46.2.pkg: ...... - .... done - [rosemary] [21/134] Fetching lcms2-2.17.pkg: .... - ...... done - [rosemary] [22/134] Fetching adwaita-icon-theme-47.0.pkg: .......... done - [rosemary] [23/134] Fetching woff2-1.0.2_5.pkg: .... done - [rosemary] [24/134] Fetching libthai-0.1.29_1.pkg: .......... done - [rosemary] [25/134] Fetching wx30-gtk3-3.0.5.1_7.pkg: - ..... - ..... done - [rosemary] [26/134] Fetching polkit-125_1.pkg: ......... done - [rosemary] [27/134] Fetching libsoup3-3.6.5_2.pkg: .......... done - [rosemary] [28/134] Fetching gtk-update-icon-cache-3.24.42.pkg: ...... done - [rosemary] [29/134] Fetching libdeflate-1.24.pkg: ...... done - [rosemary] [30/134] Fetching fribidi-1.0.16.pkg: ...... done - [rosemary] [31/134] Fetching libXxf86vm-1.1.6.pkg: . done - [rosemary] [32/134] Fetching libmspack-0.11alpha.pkg: ..... done - [rosemary] [33/134] Fetching vmaf-3.0.0.pkg: .......... done - [rosemary] [34/134] Fetching libXdamage-1.1.6.pkg: . done - [rosemary] [35/134] Fetching libtasn1-4.20.0_1.pkg: ...... done - [rosemary] [36/134] Fetching libdrm-2.4.123,1.pkg: . - .... - ..... done - [rosemary] [37/134] Fetching libXfixes-6.0.1.pkg: . done - [rosemary] [38/134] Fetching libXinerama-1.1.5,1.pkg: . done - [rosemary] [39/134] Fetching gnome_subr-1.0.pkg: . done - [rosemary] [40/134] Fetching libxml2-2.14.5.pkg: ... - ... - .... done - [rosemary] [41/134] Fetching wayland-1.24.0_2.pkg: ......... done - [rosemary] [42/134] Fetching aom-3.13.1.pkg: - ... - .. - ... - .. done - [rosemary] [43/134] Fetching orc-0.4.41_1.pkg: .......... done - [rosemary] [44/134] Fetching lua53-5.3.6_1.pkg: . - ......... done - [rosemary] [45/134] Fetching libgd-2.3.3_13,1.pkg: ......... done - [rosemary] [46/134] Fetching gdk-pixbuf2-2.44.1.pkg: ... - ... - ... - . done - [rosemary] [47/134] Fetching icu-76.1,1.pkg: - . - . - . - . - . - . - . - .. - . done - [rosemary] [48/134] Fetching libgusb-0.4.9_1.pkg: ... - ....... done - [rosemary] [49/134] Fetching gnutls-3.8.10.pkg: - ... - .... - ... done - [rosemary] [50/134] Fetching hicolor-icon-theme-0.18.pkg: . done - [rosemary] [51/134] Fetching libxshmfence-1.3.3.pkg: . done - [rosemary] [52/134] Fetching py311-packaging-25.0.pkg: ........ done - [rosemary] [53/134] Fetching harfbuzz-icu-10.3.0.pkg: . done - [rosemary] [54/134] Fetching libepoll-shim-0.0.20240608.pkg: . done - [rosemary] [55/134] Fetching libpaper-1.1.28_1.pkg: .. done - [rosemary] [56/134] Fetching colord-1.4.8.pkg: .......... done - [rosemary] [57/134] Fetching libjxl-0.11.1_2.pkg: ..... - ..... done - [rosemary] [58/134] Fetching py311-cairo-1.28.0,1.pkg: . - . done - [rosemary] [59/134] Fetching libX11-1.8.12,1.pkg: ........ - .. done - [rosemary] [60/134] Fetching giflib-5.2.2.pkg: .......... done - [rosemary] [61/134] Fetching libXrender-0.9.12.pkg: ... done - [rosemary] [62/134] Fetching xorgproto-2024.1.pkg: .......... done - [rosemary] [63/134] Fetching libsoup-2.74.3_1.pkg: ......... - . done - [rosemary] [64/134] Fetching tex-kpathsea-6.4.1.pkg: .......... done - [rosemary] [65/134] Fetching libXtst-1.2.5.pkg: . done - [rosemary] [66/134] Fetching libXi-1.8.2,1.pkg: ........ done - [rosemary] [67/134] Fetching libXft-2.3.8.pkg: ..... done - [rosemary] [68/134] Fetching gtk3-3.24.50.pkg: . - .. - . - . - . - . - . - . - . done - [rosemary] [69/134] Fetching webp-1.6.0.pkg: ........ - .. done - [rosemary] [70/134] Fetching libepoxy-1.5.10.pkg: .......... done - [rosemary] [71/134] Fetching hwdata-0.399,1.pkg: . - ... - .... - .. done - [rosemary] [72/134] Fetching cairo-1.18.2,3.pkg: - .......... done - [rosemary] [73/134] Fetching graphite2-1.3.14.pkg: ....... done - [rosemary] [74/134] Fetching shared-mime-info-2.4_2.pkg: .......... done - [rosemary] [75/134] Fetching libgudev-237.pkg: ... done - [rosemary] [76/134] Fetching hunspell-1.7.2_1.pkg: .......... done - [rosemary] [77/134] Fetching harfbuzz-10.3.0.pkg: - ... - ... - .. - .. done - [rosemary] [78/134] Fetching libevent-2.1.12.pkg: .......... done - [rosemary] [79/134] Fetching libinotify-20240724_3.pkg: . - . done - [rosemary] [80/134] Fetching mesa-libs-24.1.7_1.pkg: .......... done - [rosemary] [81/134] Fetching gdbm-1.26.pkg: .......... done - [rosemary] [82/134] Fetching libpciaccess-0.18.1_1.pkg: . done - [rosemary] [83/134] Fetching gstreamer1-plugins-gl-1.26.6.pkg: . - ......... done - [rosemary] [84/134] Fetching avahi-app-0.8_6.pkg: .......... done - [rosemary] [85/134] Fetching enchant2-2.8.10.pkg: ..... done - [rosemary] [86/134] Fetching gstreamer1-plugins-1.26.6.pkg: .. - ...... - .. done - [rosemary] [87/134] Fetching openjph-0.22.0.pkg: .......... done - [rosemary] [88/134] Fetching dbus-1.16.2_4,1.pkg: ......... done - [rosemary] [89/134] Fetching libedit-3.1.20250104,1.pkg: .......... done - [rosemary] [90/134] Fetching libXcursor-1.2.3.pkg: ... done - [rosemary] [91/134] Fetching highway-1.3.0.pkg: - .......... done - [rosemary] [92/134] Fetching libgcrypt-1.11.2.pkg: ... - ...... - . done - [rosemary] [93/134] Fetching json-glib-1.10.8.pkg: .. - .... - .. - .. done - [rosemary] [94/134] Fetching webkit2-gtk_40-2.46.6_4.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [95/134] Fetching libsecret-0.21.7_1.pkg: ...... - .... done - [rosemary] [96/134] Fetching pygobject-common-3.50.0.pkg: . done - [rosemary] [97/134] Fetching libudev-devd-0.6.0.pkg: .. done - [rosemary] [98/134] Fetching libavif-1.3.0_2.pkg: .......... done - [rosemary] [99/134] Fetching libunwind-20240221_2.pkg: .......... done - [rosemary] [100/134] Fetching pango-1.56.4.pkg: . - ........ - . done - [rosemary] [101/134] Fetching libgpg-error-1.55.pkg: .......... done - [rosemary] [102/134] Fetching gmp-6.3.0.pkg: ......... done - [rosemary] [103/134] Fetching gstreamer1-1.26.6.pkg: - ......... - . done - [rosemary] [104/134] Fetching Imath-3.2.1.pkg: ......... done - [rosemary] [105/134] Fetching libXext-1.3.6,1.pkg: ...... done - [rosemary] [106/134] Fetching p11-kit-0.25.10.pkg: .......... done - [rosemary] [107/134] Fetching dbus-glib-0.114.pkg: .......... done - [rosemary] [108/134] Fetching libsysinfo-0.0.3_3.pkg: .. done - [rosemary] [109/134] Fetching libXau-1.0.12.pkg: . done - [rosemary] [110/134] Fetching libICE-1.1.2,1.pkg: ...... done - [rosemary] [111/134] Fetching libXcomposite-0.4.6_1,1.pkg: . done - [rosemary] [112/134] Fetching libyuv-0.0.1903.pkg: .......... done - [rosemary] [113/134] Fetching fontconfig-2.15.0_3,1.pkg: .......... done - [rosemary] [114/134] Fetching pixman-0.46.2.pkg: .......... done - [rosemary] [115/134] Fetching dav1d-1.5.1_1.pkg: .... - ...... done - [rosemary] [116/134] Fetching gsettings-desktop-schemas-47.1_2.pkg: .......... done - [rosemary] [117/134] Fetching at-spi2-core-2.56.4.pkg: .......... done - [rosemary] [118/134] Fetching sqlite3-3.50.2_1,1.pkg: ........ - .. done - [rosemary] [119/134] Fetching libSM-1.2.6,1.pkg: . done - [rosemary] [120/134] Fetching openexr-3.4.0.pkg: .......... done - [rosemary] [121/134] Fetching glib-2.84.1_3,2.pkg: . - ..... - .... done - [rosemary] [122/134] Fetching geoclue-2.8.0.pkg: . - ......... done - [rosemary] [123/134] Fetching xkeyboard-config-2.41_4.pkg: .......... done - [rosemary] [124/134] Fetching libxkbcommon-1.8.1_3.pkg: ......... done - [rosemary] [125/134] Fetching jbigkit-2.1_3.pkg: ... - .. done - [rosemary] [126/134] Fetching libdaemon-0.14_1.pkg: .. done - [rosemary] [127/134] Fetching iso-codes-4.18.0.pkg: . - .... - ..... done - [rosemary] [128/134] Fetching libXdmcp-1.1.5.pkg: . done - [rosemary] [129/134] Fetching tiff-4.7.0.pkg: .. - ........ done - [rosemary] [130/134] Fetching gnuplot-5.4.10_3.pkg: .......... done - [rosemary] [131/134] Fetching libnotify-0.8.7.pkg: ... done - [rosemary] [132/134] Fetching libGLU-9.0.3.pkg: .......... done - [rosemary] [133/134] Fetching lerc-4.0.0.pkg: .......... done - [rosemary] [134/134] Fetching py311-pygobject-3.50.0.pkg: .......... done - Checking integrity... - done (0 conflicting) - [rosemary] [1/134] Installing Imath-3.2.1... - [rosemary] [1/134] Extracting Imath-3.2.1: .......... done - [rosemary] [2/134] Installing dav1d-1.5.1_1... - [rosemary] [2/134] Extracting dav1d-1.5.1_1: .......... done - [rosemary] [3/134] Installing duktape-lib-2.7.0_1... - [rosemary] [3/134] Extracting duktape-lib-2.7.0_1: ......... done - [rosemary] [4/134] Installing fribidi-1.0.16... - [rosemary] [4/134] Extracting fribidi-1.0.16: .......... done - [rosemary] [5/134] Installing gdbm-1.26... - [rosemary] [5/134] Extracting gdbm-1.26: .......... done - [rosemary] [6/134] Installing giflib-5.2.2... - [rosemary] [6/134] Extracting giflib-5.2.2: .......... done - [rosemary] [7/134] Installing gmp-6.3.0... - [rosemary] [7/134] Extracting gmp-6.3.0: .......... done - [rosemary] [8/134] Installing gnome_subr-1.0... - [rosemary] [8/134] Extracting gnome_subr-1.0: .... done - [rosemary] [9/134] Installing graphite2-1.3.14... - [rosemary] [9/134] Extracting graphite2-1.3.14: .......... done - [rosemary] [10/134] Installing hicolor-icon-theme-0.18... - [rosemary] [10/134] Extracting hicolor-icon-theme-0.18: . done - [rosemary] [11/134] Installing highway-1.3.0... - [rosemary] [11/134] Extracting highway-1.3.0: .......... done - [rosemary] [12/134] Installing hunspell-1.7.2_1... - [rosemary] [12/134] Extracting hunspell-1.7.2_1: .......... done - [rosemary] [13/134] Installing hwdata-0.399,1... - [rosemary] [13/134] Extracting hwdata-0.399,1: .......... done - [rosemary] [14/134] Installing hyphen-2.8.8... - [rosemary] [14/134] Extracting hyphen-2.8.8: .......... done - [rosemary] [15/134] Installing icu-76.1,1... - [rosemary] [15/134] Extracting icu-76.1,1: ......... - . done - [rosemary] [16/134] Installing iso-codes-4.18.0... - [rosemary] [16/134] Extracting iso-codes-4.18.0: ......... - . done - [rosemary] [17/134] Installing jbigkit-2.1_3... - [rosemary] [17/134] Extracting jbigkit-2.1_3: .......... done - [rosemary] [18/134] Installing jpeg-turbo-3.1.2... - [rosemary] [18/134] Extracting jpeg-turbo-3.1.2: .......... done - [rosemary] [19/134] Installing lerc-4.0.0... - [rosemary] [19/134] Extracting lerc-4.0.0: ........ done - [rosemary] [20/134] Installing libICE-1.1.2,1... - [rosemary] [20/134] Extracting libICE-1.1.2,1: .......... done - [rosemary] [21/134] Installing libSM-1.2.6,1... - [rosemary] [21/134] Extracting libSM-1.2.6,1: .......... done - [rosemary] [22/134] Installing libXau-1.0.12... - [rosemary] [22/134] Extracting libXau-1.0.12: .......... done - [rosemary] [23/134] Installing libdaemon-0.14_1... - [rosemary] [23/134] Extracting libdaemon-0.14_1: .......... done - [rosemary] [24/134] Installing libdatrie-0.2.13_2... - [rosemary] [24/134] Extracting libdatrie-0.2.13_2: .......... done - [rosemary] [25/134] Installing libdeflate-1.24... - [rosemary] [25/134] Extracting libdeflate-1.24: .......... done - [rosemary] [26/134] Installing libedit-3.1.20250104,1... - [rosemary] [26/134] Extracting libedit-3.1.20250104,1: .......... done - [rosemary] [27/134] Installing libepoll-shim-0.0.20240608... - [rosemary] [27/134] Extracting libepoll-shim-0.0.20240608: .......... done - [rosemary] [28/134] Installing libevent-2.1.12... - [rosemary] [28/134] Extracting libevent-2.1.12: .......... done - [rosemary] [29/134] Installing libgpg-error-1.55... - [rosemary] [29/134] Extracting libgpg-error-1.55: .......... done - [rosemary] [30/134] Installing libgcrypt-1.11.2... - [rosemary] [30/134] Extracting libgcrypt-1.11.2: .......... done - [rosemary] [31/134] Installing libinotify-20240724_3... - [rosemary] [31/134] Extracting libinotify-20240724_3: .......... done - [rosemary] [32/134] Installing libmspack-0.11alpha... - [rosemary] [32/134] Extracting libmspack-0.11alpha: ......... done - [rosemary] [33/134] Installing libpaper-1.1.28_1... - [rosemary] [33/134] Extracting libpaper-1.1.28_1: .......... done - [rosemary] [34/134] Installing libpciaccess-0.18.1_1... - [rosemary] [34/134] Extracting libpciaccess-0.18.1_1: ........ done - [rosemary] [35/134] Installing libdrm-2.4.123,1... - [rosemary] [35/134] Extracting libdrm-2.4.123,1: .......... done - [rosemary] [36/134] Installing libsysinfo-0.0.3_3... - [rosemary] [36/134] Extracting libsysinfo-0.0.3_3: ......... done - [rosemary] [37/134] Installing libtasn1-4.20.0_1... - [rosemary] [37/134] Extracting libtasn1-4.20.0_1: .......... done - [rosemary] [38/134] Installing libthai-0.1.29_1... - [rosemary] [38/134] Extracting libthai-0.1.29_1: .......... done - [rosemary] [39/134] Installing libudev-devd-0.6.0... - [rosemary] [39/134] Extracting libudev-devd-0.6.0: ........ done - [rosemary] [40/134] Installing libunwind-20240221_2... - [rosemary] [40/134] Extracting libunwind-20240221_2: .......... done - [rosemary] [41/134] Installing libxml2-2.14.5... - [rosemary] [41/134] Extracting libxml2-2.14.5: .......... done - [rosemary] [42/134] Installing libxshmfence-1.3.3... - [rosemary] [42/134] Extracting libxshmfence-1.3.3: ......... done - [rosemary] [43/134] Installing libxslt-1.1.43_1... - [rosemary] [43/134] Extracting libxslt-1.1.43_1: .......... done - [rosemary] [44/134] Installing libyuv-0.0.1903... - [rosemary] [44/134] Extracting libyuv-0.0.1903: .......... done - [rosemary] [45/134] Installing lua53-5.3.6_1... - [rosemary] [45/134] Extracting lua53-5.3.6_1: .......... done - [rosemary] [46/134] Installing lzo2-2.10_1... - [rosemary] [46/134] Extracting lzo2-2.10_1: .......... done - [rosemary] [47/134] Installing nettle-3.10.2... - [rosemary] [47/134] Extracting nettle-3.10.2: .......... done - [rosemary] [48/134] Installing orc-0.4.41_1... - [rosemary] [48/134] Extracting orc-0.4.41_1: .......... done - [rosemary] [49/134] Installing p11-kit-0.25.10... - [rosemary] [49/134] Extracting p11-kit-0.25.10: .......... done - [rosemary] [50/134] Installing gnutls-3.8.10... - [rosemary] [50/134] Extracting gnutls-3.8.10: .......... done - [rosemary] [51/134] Installing pixman-0.46.2... - [rosemary] [51/134] Extracting pixman-0.46.2: ......... done - [rosemary] [52/134] Installing png-1.6.50... - [rosemary] [52/134] Extracting png-1.6.50: .......... done - [rosemary] [53/134] Installing freetype2-2.13.3... - [rosemary] [53/134] Extracting freetype2-2.13.3: .......... done - [rosemary] [54/134] Installing fontconfig-2.15.0_3,1... - [rosemary] [54/134] Extracting fontconfig-2.15.0_3,1: .......... done - [rosemary] [55/134] Installing py311-packaging-25.0... - [rosemary] [55/134] Extracting py311-packaging-25.0: .......... done - [rosemary] [56/134] Installing glib-2.84.1_3,2... - [rosemary] [56/134] Extracting glib-2.84.1_3,2: ........ - .. done - [rosemary] [57/134] Installing enchant2-2.8.10... - [rosemary] [57/134] Extracting enchant2-2.8.10: .......... done - [rosemary] [58/134] Installing gobject-introspection-1.84.0,1... - [rosemary] [58/134] Extracting gobject-introspection-1.84.0,1: .......... done - [rosemary] [59/134] Installing gsettings-desktop-schemas-47.1_2... - [rosemary] [59/134] Extracting gsettings-desktop-schemas-47.1_2: .......... done - [rosemary] [60/134] Installing gstreamer1-1.26.6... - [rosemary] [60/134] Extracting gstreamer1-1.26.6: ... - ....... done - [rosemary] [61/134] Installing gstreamer1-plugins-1.26.6... - [rosemary] [61/134] Extracting gstreamer1-plugins-1.26.6: .......... done - [rosemary] [62/134] Installing harfbuzz-10.3.0... - [rosemary] [62/134] Extracting harfbuzz-10.3.0: .......... done - [rosemary] [63/134] Installing harfbuzz-icu-10.3.0... - [rosemary] [63/134] Extracting harfbuzz-icu-10.3.0: ........ done - [rosemary] [64/134] Installing json-glib-1.10.8... - [rosemary] [64/134] Extracting json-glib-1.10.8: .......... done - [rosemary] [65/134] Installing libgudev-237... - [rosemary] [65/134] Extracting libgudev-237: .......... done - [rosemary] [66/134] Installing libgusb-0.4.9_1... - [rosemary] [66/134] Extracting libgusb-0.4.9_1: .......... done - [rosemary] [67/134] Installing libproxy-0.5.10... - [rosemary] [67/134] Extracting libproxy-0.5.10: .......... done - [rosemary] [68/134] Installing glib-networking-2.80.1_1... - [rosemary] [68/134] Extracting glib-networking-2.80.1_1: .......... done - [rosemary] [69/134] Installing libsecret-0.21.7_1... - [rosemary] [69/134] Extracting libsecret-0.21.7_1: .......... done - [rosemary] [70/134] Installing pygobject-common-3.50.0... - [rosemary] [70/134] Extracting pygobject-common-3.50.0: ..... done - [rosemary] [71/134] Installing shared-mime-info-2.4_2... - [rosemary] [71/134] Extracting shared-mime-info-2.4_2: ......... done - [rosemary] [72/134] Installing sqlite3-3.50.2_1,1... - [rosemary] [72/134] Extracting sqlite3-3.50.2_1,1: .......... done - [rosemary] [73/134] Installing libsoup-2.74.3_1... - [rosemary] [73/134] Extracting libsoup-2.74.3_1: .......... done - [rosemary] [74/134] Installing libsoup3-3.6.5_2... - [rosemary] [74/134] Extracting libsoup3-3.6.5_2: .......... done - [rosemary] [75/134] Installing tex-kpathsea-6.4.1... - [rosemary] [75/134] Extracting tex-kpathsea-6.4.1: .......... done - [rosemary] [76/134] Installing tiff-4.7.0... - [rosemary] [76/134] Extracting tiff-4.7.0: .......... done - [rosemary] [77/134] Installing gdk-pixbuf2-2.44.1... - [rosemary] [77/134] Extracting gdk-pixbuf2-2.44.1: .......... done - [rosemary] [78/134] Installing gtk-update-icon-cache-3.24.42... - [rosemary] [78/134] Extracting gtk-update-icon-cache-3.24.42: .......... done - [rosemary] [79/134] Installing adwaita-icon-theme-legacy-46.2... - [rosemary] [79/134] Extracting adwaita-icon-theme-legacy-46.2: .......... done - [rosemary] [80/134] Installing adwaita-icon-theme-47.0... - [rosemary] [80/134] Extracting adwaita-icon-theme-47.0: ..... - ..... done - [rosemary] [81/134] Installing lcms2-2.17... - [rosemary] [81/134] Extracting lcms2-2.17: .......... done - [rosemary] [82/134] Installing libnotify-0.8.7... - [rosemary] [82/134] Extracting libnotify-0.8.7: .......... done - [rosemary] [83/134] Installing geoclue-2.8.0... - [rosemary] [83/134] Extracting geoclue-2.8.0: .......... done - [rosemary] [84/134] Installing openjph-0.22.0... - [rosemary] [84/134] Extracting openjph-0.22.0: .......... done - [rosemary] [85/134] Installing openexr-3.4.0... - [rosemary] [85/134] Extracting openexr-3.4.0: .......... done - [rosemary] [86/134] Installing libjxl-0.11.1_2... - [rosemary] [86/134] Extracting libjxl-0.11.1_2: .......... done - [rosemary] [87/134] Installing vmaf-3.0.0... - [rosemary] [87/134] Extracting vmaf-3.0.0: .......... done - [rosemary] [88/134] Installing aom-3.13.1... - [rosemary] [88/134] Extracting aom-3.13.1: .......... done - [rosemary] [89/134] Installing libavif-1.3.0_2... - [rosemary] [89/134] Extracting libavif-1.3.0_2: .......... done - [rosemary] [90/134] Installing wayland-1.24.0_2... - [rosemary] [90/134] Extracting wayland-1.24.0_2: .......... done - [rosemary] [91/134] Installing webp-1.6.0... - [rosemary] [91/134] Extracting webp-1.6.0: .......... done - [rosemary] [92/134] Installing libgd-2.3.3_13,1... - [rosemary] [92/134] Extracting libgd-2.3.3_13,1: .......... done - [rosemary] [93/134] Installing woff2-1.0.2_5... - [rosemary] [93/134] Extracting woff2-1.0.2_5: .......... done - [rosemary] [94/134] Installing xkeyboard-config-2.41_4... - [rosemary] [94/134] Extracting xkeyboard-config-2.41_4: .......... done - [rosemary] [95/134] Installing xorgproto-2024.1... - [rosemary] [95/134] Extracting xorgproto-2024.1: .......... done - [rosemary] [96/134] Installing libXdmcp-1.1.5... - [rosemary] [96/134] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [97/134] Installing libxcb-1.17.0... - [rosemary] [97/134] Extracting libxcb-1.17.0: .......... done - [rosemary] [98/134] Installing libX11-1.8.12,1... - [rosemary] [98/134] Extracting libX11-1.8.12,1: .......... done - [rosemary] [99/134] Installing dbus-1.16.2_4,1... - ===> Creating groups - Creating group 'messagebus' with gid '556' - ===> Creating users - Creating user 'messagebus' with uid '556' - [rosemary] [99/134] Extracting dbus-1.16.2_4,1: ......... done - [rosemary] [100/134] Installing dbus-glib-0.114... - [rosemary] [100/134] Extracting dbus-glib-0.114: .......... done - [rosemary] [101/134] Installing avahi-app-0.8_6... - ===> Creating groups - Creating group 'avahi' with gid '558' - ===> Creating users - Creating user 'avahi' with uid '558' - [rosemary] [101/134] Extracting avahi-app-0.8_6: .......... done - [rosemary] [102/134] Installing cups-2.4.14... - ===> Creating groups - Creating group 'cups' with gid '193' - ===> Creating users - Creating user 'cups' with uid '193' - [rosemary] [102/134] Extracting cups-2.4.14: ..... - ..... done - [rosemary] [103/134] Installing libXext-1.3.6,1... - [rosemary] [103/134] Extracting libXext-1.3.6,1: .......... done - [rosemary] [104/134] Installing libXfixes-6.0.1... - [rosemary] [104/134] Extracting libXfixes-6.0.1: .......... done - [rosemary] [105/134] Installing libXcomposite-0.4.6_1,1... - [rosemary] [105/134] Extracting libXcomposite-0.4.6_1,1: .......... done - [rosemary] [106/134] Installing libXdamage-1.1.6... - [rosemary] [106/134] Extracting libXdamage-1.1.6: ......... done - [rosemary] [107/134] Installing libXi-1.8.2,1... - [rosemary] [107/134] Extracting libXi-1.8.2,1: .......... done - [rosemary] [108/134] Installing libXinerama-1.1.5,1... - [rosemary] [108/134] Extracting libXinerama-1.1.5,1: .......... done - [rosemary] [109/134] Installing libXrender-0.9.12... - [rosemary] [109/134] Extracting libXrender-0.9.12: .......... done - [rosemary] [110/134] Installing cairo-1.18.2,3... - [rosemary] [110/134] Extracting cairo-1.18.2,3: .......... done - [rosemary] [111/134] Installing libXcursor-1.2.3... - [rosemary] [111/134] Extracting libXcursor-1.2.3: .......... done - [rosemary] [112/134] Installing libXft-2.3.8... - [rosemary] [112/134] Extracting libXft-2.3.8: .......... done - [rosemary] [113/134] Installing libXrandr-1.5.4... - [rosemary] [113/134] Extracting libXrandr-1.5.4: .......... done - [rosemary] [114/134] Installing libXtst-1.2.5... - [rosemary] [114/134] Extracting libXtst-1.2.5: .......... done - [rosemary] [115/134] Installing at-spi2-core-2.56.4... - [rosemary] [115/134] Extracting at-spi2-core-2.56.4: .......... done - [rosemary] [116/134] Installing libXxf86vm-1.1.6... - [rosemary] [116/134] Extracting libXxf86vm-1.1.6: .......... done - [rosemary] [117/134] Installing libglvnd-1.7.0... - [rosemary] [117/134] Extracting libglvnd-1.7.0: .......... done - [rosemary] [118/134] Installing libGLU-9.0.3... - [rosemary] [118/134] Extracting libGLU-9.0.3: ..... done - [rosemary] [119/134] Installing libepoxy-1.5.10... - [rosemary] [119/134] Extracting libepoxy-1.5.10: .......... done - [rosemary] [120/134] Installing libxkbcommon-1.8.1_3... - [rosemary] [120/134] Extracting libxkbcommon-1.8.1_3: .......... done - [rosemary] [121/134] Installing mesa-libs-24.1.7_1... - [rosemary] [121/134] Extracting mesa-libs-24.1.7_1: .......... done - [rosemary] [122/134] Installing pango-1.56.4... - [rosemary] [122/134] Extracting pango-1.56.4: ........ - .. done - [rosemary] [123/134] Installing gstreamer1-plugins-bad-1.26.6... - [rosemary] [123/134] Extracting gstreamer1-plugins-bad-1.26.6: .......... done - [rosemary] [124/134] Installing librsvg2-rust-2.60.0_5... - [rosemary] [124/134] Extracting librsvg2-rust-2.60.0_5: .......... done - [rosemary] [125/134] Installing polkit-125_1... - ===> Creating groups - Creating group 'polkitd' with gid '565' - ===> Creating users - Creating user 'polkitd' with uid '565' - [rosemary] [125/134] Extracting polkit-125_1: ......... done - [rosemary] [126/134] Installing colord-1.4.8... - ===> Creating groups - Creating group 'colord' with gid '970' - ===> Creating users - Creating user 'colord' with uid '970' - [rosemary] [126/134] Extracting colord-1.4.8: .......... done - [rosemary] [127/134] Installing gtk3-3.24.50... - [rosemary] [127/134] Extracting gtk3-3.24.50: - .......... done - [rosemary] [128/134] Installing py311-cairo-1.28.0,1... - [rosemary] [128/134] Extracting py311-cairo-1.28.0,1: .......... done - [rosemary] [129/134] Installing py311-pygobject-3.50.0... - [rosemary] [129/134] Extracting py311-pygobject-3.50.0: .......... done - [rosemary] [130/134] Installing graphene-1.10.8_1... - [rosemary] [130/134] Extracting graphene-1.10.8_1: .......... done - [rosemary] [131/134] Installing gstreamer1-plugins-gl-1.26.6... - [rosemary] [131/134] Extracting gstreamer1-plugins-gl-1.26.6: .......... done - [rosemary] [132/134] Installing webkit2-gtk_40-2.46.6_4... - [rosemary] [132/134] Extracting webkit2-gtk_40-2.46.6_4: - ........ - .. done - [rosemary] [133/134] Installing wx30-gtk3-3.0.5.1_7... - [rosemary] [133/134] Extracting wx30-gtk3-3.0.5.1_7: .......... done - [rosemary] [134/134] Installing gnuplot-5.4.10_3... - [rosemary] [134/134] Extracting gnuplot-5.4.10_3: .......... 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 - 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 - ==> 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: gio-modules.ucl - Generating GIO modules cache - ==> Running trigger: fontconfig.ucl - Running fc-cache to build fontconfig cache... - ===== - Message from libinotify-20240724_3: - - -- - You might want to consider increasing the kern.maxfiles tunable if you plan - to use this library for applications that need to monitor activity of a lot - of files. - ===== - Message from 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 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.1_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.8.1_3: - - -- - 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 2025-10-14 14:50.25 ---> saved as "9e7f32e42ad0080ddd79a365908c34132def9fedf29c2ba9204182e7703acb31" /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 33 packages ∗ afl-persistent 1.4 ∗ alcotest 1.9.1 ∗ astring 0.8.5 ∗ base-bytes base ∗ cmdliner 2.0.0 ∗ conf-gnuplot 0.1 ∗ cppo 1.8.0 ∗ crowbar 0.2.1 ∗ csexp 1.5.2 ∗ dune 3.20.2 ∗ dune-configurator 3.20.2 ∗ fmt 0.11.0 ∗ logs 0.9.0 ∗ lwt 5.9.2 ∗ 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.1 ∗ ppx_deriving_yojson 3.10.0 ∗ ppxlib 0.37.0 ∗ re 1.14.0 ∗ sexplib0 v0.17.0 ∗ stdlib-shims 0.3.0 ∗ topkg 1.1.0 ∗ uuidm 0.9.10 ∗ uutf 1.0.4 ∗ yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved alcotest.1.9.1 (cached) ⬇ retrieved cmdliner.2.0.0 (cached) ⬇ retrieved crowbar.0.2.1 (cached) ⬇ retrieved cppo.1.8.0 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved afl-persistent.1.4 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved logs.0.9.0 (cached) ∗ installed conf-gnuplot.0.1 ⬇ retrieved metrics.0.5.0, metrics-unix.0.5.0 (cached) ⬇ retrieved mtime.2.1.0 (cached) ⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved lwt.5.9.2 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ocplib-endian.1.2 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ppx_deriving.6.1.1 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ppx_deriving_yojson.3.10.0 (cached) ⬇ retrieved re.1.14.0 (cached) ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved ppxlib.0.37.0 (cached) ⬇ retrieved topkg.1.1.0 (cached) ⬇ retrieved uuidm.0.9.10 (cached) ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved yojson.3.0.0 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) ∗ installed cmdliner.2.0.0 ∗ installed ocamlbuild.0.16.1 ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed topkg.1.1.0 ∗ 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 dune.3.20.2 ∗ installed ppx_derivers.1.2.1 ∗ installed afl-persistent.1.4 ∗ installed csexp.1.5.2 ∗ installed stdlib-shims.0.3.0 ∗ installed sexplib0.v0.17.0 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed ocaml-compiler-libs.v0.12.4 ∗ installed metrics.0.5.0 ∗ installed cppo.1.8.0 ∗ installed yojson.3.0.0 ∗ installed ocplib-endian.1.2 ∗ installed re.1.14.0 ∗ installed crowbar.0.2.1 ∗ installed dune-configurator.3.20.2 ∗ installed alcotest.1.9.1 ∗ installed lwt.5.9.2 ∗ installed metrics-unix.0.5.0 ∗ installed logs.0.9.0 ∗ installed ppxlib.0.37.0 ∗ installed ppx_deriving.6.1.1 ∗ installed ppx_deriving_yojson.3.10.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-10-14 14:53.30 ---> saved as "d122fb03d68fe6e0611042f08b593c01bd3c7f5a008ad4d60cb755f8ec65097d" /src: (copy (src .) (dst /src)) 2025-10-14 14:53.32 ---> saved as "58d9e507282b34f19951251461a65e4b0918cd74b7f76948d788ff0900cb5fdd" /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/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: Unbound value Arg.env_var (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: Unbound value Arg.env_var jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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_73090_21973" "mount.devfs" "path=/obuilder/result/e35907eceb7651d2c76408bcef5885c861fcee17cc0930648d384d6247b15006/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.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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-10-14 14:55.13: Job failed: Failed: Build failed