2026-05-05 14:39.13: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)Base: freebsd-15.0-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.0-ocaml-4.14# freebsd-15.0-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.1.1 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y index.dev index-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-05 14:39.13: Using cache hint "gs0510/index-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-28c09236f5aee9c69ca810fe3ad88ade"2026-05-05 14:39.13: Using OBuilder spec:((from freebsd-15.0-ocaml-4.14)(comment freebsd-15.0-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src index.opam index-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn index.dev './' && \\nopam pin add -yn index-bench.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y index.dev index-bench.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-05-05 14:39.13: Waiting for resource in pool OCluster2026-05-05 14:52.27: Waiting for worker…2026-05-05 15:48.31: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 8f2e73f Update cache.ml(from freebsd-15.0-ocaml-4.14)2026-05-05 15:41.10 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache/: (comment freebsd-15.0-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))2026-05-05 15:41.11 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-05-05 15:41.11 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 4.14.32.5.02026-05-05 15:41.11 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-05 15:41.12 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADdd592986d4..a70af20c71 master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-05-05 15:41.12 ---> using "ba2aeb0409a717ae0a502684c8561707c31edf736e0dc4474335c0dbae04a053" from cache/src: (copy (src index.opam index-bench.opam) (dst ./))2026-05-05 15:41.14 ---> saved as "37c8fbeb2b8137d24297bb616d1c28b2f5f0aba5071f4a192b1bbf5869cfe696"/src: (run (network host)(shell "opam pin add -yn index.dev './' && \\nopam pin add -yn index-bench.dev './'"))[index.dev] synchronised (file:///src)index is now pinned to file:///src (version dev)[index-bench.dev] synchronised (file:///src)index-bench is now pinned to file:///src (version dev)2026-05-05 15:41.17 ---> saved as "f70532c85b5a918c75e93d8207fa1feb8810e17b6e9f604fa6fd39d4e99bcf47"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-05 15:41.19 ---> saved as "777f7e2f5798e7cd0d1c586ed57fa503fbdf1d8e4f1ddfdce55b2f87f78b4295"/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.1.1 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y index.dev index-bench.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[index-bench.dev] synchronised (file:///src)[index.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-ports repository catalogue...- [rosemary] Fetching data:- ..- ......- .. done- Processing entries:- .- ..- ..- ..- .- .- . done- FreeBSD-ports repository update completed. 37057 packages processed.- Updating FreeBSD-ports-kmods repository catalogue...- [rosemary] Fetching data: ..... done- Processing entries: .......... done- FreeBSD-ports-kmods repository update completed. 240 packages processed.- All repositories are up to date.- The following 148 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- Imath: 3.2.2_2 [FreeBSD-ports]- adwaita-icon-theme: 47.0 [FreeBSD-ports]- adwaita-icon-theme-legacy: 46.2 [FreeBSD-ports]- aom: 3.13.3 [FreeBSD-ports]- at-spi2-core: 2.56.8 [FreeBSD-ports]- avahi-app: 0.8_6 [FreeBSD-ports]- binutils: 2.44,1 [FreeBSD-ports]- boost-libs: 1.89.0_2 [FreeBSD-ports]- cairo: 1.18.2,3 [FreeBSD-ports]- colord: 1.4.8_1 [FreeBSD-ports]- cups: 2.4.18 [FreeBSD-ports]- dav1d: 1.5.3_1 [FreeBSD-ports]- dbus: 1.16.2_4,1 [FreeBSD-ports]- dbus-glib: 0.114 [FreeBSD-ports]- duktape-lib: 2.7.0_1 [FreeBSD-ports]- enchant2: 2.8.15 [FreeBSD-ports]- fontconfig: 2.17.1,1 [FreeBSD-ports]- freetype2: 2.14.3 [FreeBSD-ports]- fribidi: 1.0.16 [FreeBSD-ports]- gcc14: 14.2.0_4 [FreeBSD-ports]- gdbm: 1.26 [FreeBSD-ports]- gdk-pixbuf2: 2.44.1 [FreeBSD-ports]- geoclue: 2.8.0 [FreeBSD-ports]- giflib: 5.2.2 [FreeBSD-ports]- glib: 2.84.4,2 [FreeBSD-ports]- glib-networking: 2.80.1_1 [FreeBSD-ports]- gmp: 6.3.0 [FreeBSD-ports]- gnome_subr: 1.0 [FreeBSD-ports]- gnuplot: 5.4.10_3 [FreeBSD-ports]- gnutls: 3.8.12 [FreeBSD-ports]- gobject-introspection: 1.84.0,1 [FreeBSD-ports]- graphene: 1.10.8_1 [FreeBSD-ports]- graphite2: 1.3.14 [FreeBSD-ports]- gsettings-desktop-schemas: 47.1_2 [FreeBSD-ports]- gstreamer1: 1.28.1_1 [FreeBSD-ports]- gstreamer1-plugins: 1.28.1 [FreeBSD-ports]- gstreamer1-plugins-bad: 1.28.1 [FreeBSD-ports]- gstreamer1-plugins-gl: 1.28.1 [FreeBSD-ports]- gtk-update-icon-cache: 3.24.42 [FreeBSD-ports]- gtk3: 3.24.52 [FreeBSD-ports]- harfbuzz: 13.2.1 [FreeBSD-ports]- harfbuzz-icu: 13.2.1 [FreeBSD-ports]- hicolor-icon-theme: 0.18 [FreeBSD-ports]- highway: 1.3.0 [FreeBSD-ports]- hunspell: 1.7.2_1 [FreeBSD-ports]- hwdata: 0.405,1 [FreeBSD-ports]- hyphen: 2.8.8 [FreeBSD-ports]- icu: 76.1,1 [FreeBSD-ports]- iso-codes: 4.20.1 [FreeBSD-ports]- jbigkit: 2.1_3 [FreeBSD-ports]- jpeg-turbo: 3.1.4.1 [FreeBSD-ports]- json-glib: 1.10.8 [FreeBSD-ports]- lcms2: 2.19 [FreeBSD-ports]- lerc: 4.0.0 [FreeBSD-ports]- libGLU: 9.0.3 [FreeBSD-ports]- libICE: 1.1.2,1 [FreeBSD-ports]- libSM: 1.2.6,1 [FreeBSD-ports]- libX11: 1.8.13,1 [FreeBSD-ports]- libXau: 1.0.12 [FreeBSD-ports]- libXcomposite: 0.4.6_1,1 [FreeBSD-ports]- libXcursor: 1.2.3 [FreeBSD-ports]- libXdamage: 1.1.6 [FreeBSD-ports]- libXdmcp: 1.1.5 [FreeBSD-ports]- libXext: 1.3.6,1 [FreeBSD-ports]- libXfixes: 6.0.1 [FreeBSD-ports]- libXft: 2.3.8 [FreeBSD-ports]- libXi: 1.8.2,1 [FreeBSD-ports]- libXinerama: 1.1.5,1 [FreeBSD-ports]- libXrandr: 1.5.4 [FreeBSD-ports]- libXrender: 0.9.12 [FreeBSD-ports]- libXtst: 1.2.5 [FreeBSD-ports]- libXxf86vm: 1.1.6 [FreeBSD-ports]- libavif: 1.3.0_3 [FreeBSD-ports]- libdaemon: 0.14_1 [FreeBSD-ports]- libdatrie: 0.2.14_1 [FreeBSD-ports]- libdeflate: 1.25 [FreeBSD-ports]- libdrm: 2.4.131,1 [FreeBSD-ports]- libedit: 3.1.20251016_1,1 [FreeBSD-ports]- libepoll-shim: 0.0.20240608 [FreeBSD-ports]- libepoxy: 1.5.10 [FreeBSD-ports]- libevent: 2.1.12 [FreeBSD-ports]- libgcrypt: 1.12.0_1 [FreeBSD-ports]- libgd: 2.3.3_13,1 [FreeBSD-ports]- libglvnd: 1.7.0 [FreeBSD-ports]- libgpg-error: 1.59 [FreeBSD-ports]- libgudev: 237 [FreeBSD-ports]- libgusb: 0.4.9_1 [FreeBSD-ports]- libjxl: 0.11.2 [FreeBSD-ports]- libmspack: 0.11alpha [FreeBSD-ports]- libnotify: 0.8.8 [FreeBSD-ports]- libpaper: 1.1.28_1 [FreeBSD-ports]- libpciaccess: 0.18.1_1 [FreeBSD-ports]- libproxy: 0.5.10_1 [FreeBSD-ports]- librsvg2-rust: 2.62.0_1 [FreeBSD-ports]- libsecret: 0.21.7_2 [FreeBSD-ports]- libsoup: 2.74.3_1 [FreeBSD-ports]- libsoup3: 3.6.6 [FreeBSD-ports]- libsysinfo: 0.0.3_3 [FreeBSD-ports]- libtasn1: 4.21.0 [FreeBSD-ports]- libthai: 0.1.30 [FreeBSD-ports]- libudev-devd: 0.6.0 [FreeBSD-ports]- libunwind: 20250904 [FreeBSD-ports]- libxcb: 1.17.0 [FreeBSD-ports]- libxkbcommon: 1.13.1 [FreeBSD-ports]- libxml2: 2.15.2 [FreeBSD-ports]- libxshmfence: 1.3.3 [FreeBSD-ports]- libxslt: 1.1.45 [FreeBSD-ports]- libyuv: 0.0.1903 [FreeBSD-ports]- lua53: 5.3.6_1 [FreeBSD-ports]- lzo2: 2.10_1 [FreeBSD-ports]- mesa-libs: 24.1.7_1 [FreeBSD-ports]- mpc: 1.4.0 [FreeBSD-ports]- mpfr: 4.2.2,1 [FreeBSD-ports]- nettle: 3.10.2 [FreeBSD-ports]- openblas: 0.3.30,2 [FreeBSD-ports]- openexr: 3.4.9 [FreeBSD-ports]- openjph: 0.26.3 [FreeBSD-ports]- orc: 0.4.42 [FreeBSD-ports]- p11-kit: 0.26.2 [FreeBSD-ports]- pango: 1.56.4_1 [FreeBSD-ports]- pixman: 0.46.2 [FreeBSD-ports]- png: 1.6.57 [FreeBSD-ports]- polkit: 127 [FreeBSD-ports]- py311-boost-libs: 1.89.0 [FreeBSD-ports]- py311-numpy: 1.26.4_12,1 [FreeBSD-ports]- py311-packaging: 26.0 [FreeBSD-ports]- py311-pycairo: 1.29.0 [FreeBSD-ports]- py311-pygobject: 3.54.5_1 [FreeBSD-ports]- pygobject-common: 3.54.5_1 [FreeBSD-ports]- shared-mime-info: 2.4_2 [FreeBSD-ports]- sqlite3: 3.50.4_2,1 [FreeBSD-ports]- suitesparse-amd: 3.3.4 [FreeBSD-ports]- suitesparse-camd: 3.3.5 [FreeBSD-ports]- suitesparse-ccolamd: 3.3.5 [FreeBSD-ports]- suitesparse-cholmod: 5.3.4 [FreeBSD-ports]- suitesparse-colamd: 3.3.5 [FreeBSD-ports]- suitesparse-config: 7.12.2 [FreeBSD-ports]- suitesparse-umfpack: 6.3.7 [FreeBSD-ports]- tex-kpathsea: 6.4.1 [FreeBSD-ports]- tiff: 4.7.1_1 [FreeBSD-ports]- vmaf: 3.0.0 [FreeBSD-ports]- wayland: 1.24.0_2 [FreeBSD-ports]- webkit2-gtk_40: 2.46.6_7 [FreeBSD-ports]- webp: 1.6.0 [FreeBSD-ports]- woff2: 1.0.2_5 [FreeBSD-ports]- wx30-gtk3: 3.0.5.1_7 [FreeBSD-ports]- xkeyboard-config: 2.41_4 [FreeBSD-ports]- xorgproto: 2024.1 [FreeBSD-ports]-- Number of packages to be installed: 148-- The process will require 2 GiB more space.- 308 MiB to be downloaded.- [rosemary] [ 1/148] Fetching duktape-lib-2.7.0_1: .......... done- [rosemary] [ 2/148] Fetching png-1.6.57: .......... done- [rosemary] [ 3/148] Fetching glib-networking-2.80.1_1: ......... done- [rosemary] [ 4/148] Fetching hyphen-2.8.8: ..... done- [rosemary] [ 5/148] Fetching libxcb-1.17.0: .........- . done- [rosemary] [ 6/148] Fetching libdatrie-0.2.14_1: ... done- [rosemary] [ 7/148] Fetching jpeg-turbo-3.1.4.1: ......... done- [rosemary] [ 8/148] Fetching freetype2-2.14.3: .......... done- [rosemary] [ 9/148] Fetching graphene-1.10.8_1: .......... done- [rosemary] [ 10/148] Fetching libproxy-0.5.10_1: .......... done- [rosemary] [ 11/148] Fetching librsvg2-rust-2.62.0_1:- .......... done- [rosemary] [ 12/148] Fetching suitesparse-camd-3.3.5: ......... done- [rosemary] [ 13/148] Fetching libglvnd-1.7.0: .......... done- [rosemary] [ 14/148] Fetching gstreamer1-plugins-bad-1.28.1: .......... done- [rosemary] [ 15/148] Fetching libxslt-1.1.45: .......... done- [rosemary] [ 16/148] Fetching boost-libs-1.89.0_2: .....- ..... done- [rosemary] [ 17/148] Fetching py311-numpy-1.26.4_12,1: ....- ...... done- [rosemary] [ 18/148] Fetching gobject-introspection-1.84.0,1:- .......... done- [rosemary] [ 19/148] Fetching cups-2.4.18: .......... done- [rosemary] [ 20/148] Fetching nettle-3.10.2: .......... done- [rosemary] [ 21/148] Fetching libXrandr-1.5.4: .. done- [rosemary] [ 22/148] Fetching lzo2-2.10_1: ........ done- [rosemary] [ 23/148] Fetching lcms2-2.19: .......... done- [rosemary] [ 24/148] Fetching adwaita-icon-theme-legacy-46.2: .......... done- [rosemary] [ 25/148] Fetching woff2-1.0.2_5: .... done- [rosemary] [ 26/148] Fetching adwaita-icon-theme-47.0: .......... done- [rosemary] [ 27/148] Fetching suitesparse-cholmod-5.3.4: .......... done- [rosemary] [ 28/148] Fetching libthai-0.1.30: .......... done- [rosemary] [ 29/148] Fetching wx30-gtk3-3.0.5.1_7:- .......... done- [rosemary] [ 30/148] Fetching polkit-127: .......... done- [rosemary] [ 31/148] Fetching libsoup3-3.6.6: .......... done- [rosemary] [ 32/148] Fetching gtk-update-icon-cache-3.24.42:- ...... done- [rosemary] [ 33/148] Fetching libdeflate-1.25: ...... done- [rosemary] [ 34/148] Fetching fribidi-1.0.16: ..... done- [rosemary] [ 35/148] Fetching libXxf86vm-1.1.6: . done- [rosemary] [ 36/148] Fetching libmspack-0.11alpha: ..... done- [rosemary] [ 37/148] Fetching vmaf-3.0.0: .......... done- [rosemary] [ 38/148] Fetching libdrm-2.4.131,1: .......... done- [rosemary] [ 39/148] Fetching libXdamage-1.1.6: . done- [rosemary] [ 40/148] Fetching libtasn1-4.21.0: ......... done- [rosemary] [ 41/148] Fetching libXfixes-6.0.1: . done- [rosemary] [ 42/148] Fetching libXinerama-1.1.5,1: . done- [rosemary] [ 43/148] Fetching gnome_subr-1.0: . done- [rosemary] [ 44/148] Fetching wayland-1.24.0_2: ......... done- [rosemary] [ 45/148] Fetching libxml2-2.15.2: .......... done- [rosemary] [ 46/148] Fetching aom-3.13.3: ...- ....... done- [rosemary] [ 47/148] Fetching orc-0.4.42: ......- .... done- [rosemary] [ 48/148] Fetching lua53-5.3.6_1: .......... done- [rosemary] [ 49/148] Fetching libgd-2.3.3_13,1: .......... done- [rosemary] [ 50/148] Fetching gdk-pixbuf2-2.44.1: .......... done- [rosemary] [ 51/148] Fetching icu-76.1,1: ......- .... done- [rosemary] [ 52/148] Fetching libgusb-0.4.9_1: .......... done- [rosemary] [ 53/148] Fetching libxshmfence-1.3.3: . done- [rosemary] [ 54/148] Fetching gnutls-3.8.12: .......... done- [rosemary] [ 55/148] Fetching hicolor-icon-theme-0.18: .. done- [rosemary] [ 56/148] Fetching py311-packaging-26.0: .......... done- [rosemary] [ 57/148] Fetching harfbuzz-icu-13.2.1: . done- [rosemary] [ 58/148] Fetching libepoll-shim-0.0.20240608: .. done- [rosemary] [ 59/148] Fetching libpaper-1.1.28_1: .. done- [rosemary] [ 60/148] Fetching colord-1.4.8_1: .......... done- [rosemary] [ 61/148] Fetching libjxl-0.11.2: .- ......... done- [rosemary] [ 62/148] Fetching giflib-5.2.2: .......... done- [rosemary] [ 63/148] Fetching libX11-1.8.13,1: .......... done- [rosemary] [ 64/148] Fetching libXrender-0.9.12: ... done- [rosemary] [ 65/148] Fetching libsoup-2.74.3_1: .......... done- [rosemary] [ 66/148] Fetching suitesparse-umfpack-6.3.7: .......... done- [rosemary] [ 67/148] Fetching xorgproto-2024.1: .......... done- [rosemary] [ 68/148] Fetching tex-kpathsea-6.4.1: .......... done- [rosemary] [ 69/148] Fetching suitesparse-ccolamd-3.3.5: ... done- [rosemary] [ 70/148] Fetching libXtst-1.2.5: . done- [rosemary] [ 71/148] Fetching libXi-1.8.2,1: ........ done- [rosemary] [ 72/148] Fetching libXft-2.3.8: ..... done- [rosemary] [ 73/148] Fetching gtk3-3.24.52: ....- ...... done- [rosemary] [ 74/148] Fetching webp-1.6.0: .......... done- [rosemary] [ 75/148] Fetching libepoxy-1.5.10: .......... done- [rosemary] [ 76/148] Fetching hwdata-0.405,1: .......... done- [rosemary] [ 77/148] Fetching cairo-1.18.2,3: .......... done- [rosemary] [ 78/148] Fetching graphite2-1.3.14: ....... done- [rosemary] [ 79/148] Fetching shared-mime-info-2.4_2: .......... done- [rosemary] [ 80/148] Fetching libgudev-237: ... done- [rosemary] [ 81/148] Fetching gcc14-14.2.0_4:- ..- .- ..- ...- .. done- [rosemary] [ 82/148] Fetching hunspell-1.7.2_1: .......... done- [rosemary] [ 83/148] Fetching harfbuzz-13.2.1: .......... done- [rosemary] [ 84/148] Fetching libevent-2.1.12: .......... done- [rosemary] [ 85/148] Fetching mesa-libs-24.1.7_1: .......... done- [rosemary] [ 86/148] Fetching suitesparse-amd-3.3.4: .......... done- [rosemary] [ 87/148] Fetching libpciaccess-0.18.1_1: .. done- [rosemary] [ 88/148] Fetching gdbm-1.26: .......... done- [rosemary] [ 89/148] Fetching gstreamer1-plugins-gl-1.28.1: .......... done- [rosemary] [ 90/148] Fetching avahi-app-0.8_6: .......... done- [rosemary] [ 91/148] Fetching enchant2-2.8.15: ..... done- [rosemary] [ 92/148] Fetching gstreamer1-plugins-1.28.1: .......... done- [rosemary] [ 93/148] Fetching openjph-0.26.3: .......... done- [rosemary] [ 94/148] Fetching dbus-1.16.2_4,1: .......... done- [rosemary] [ 95/148] Fetching libedit-3.1.20251016_1,1: .......... done- [rosemary] [ 96/148] Fetching libXcursor-1.2.3: ... done- [rosemary] [ 97/148] Fetching highway-1.3.0: .......... done- [rosemary] [ 98/148] Fetching libgcrypt-1.12.0_1: .......... done- [rosemary] [ 99/148] Fetching webkit2-gtk_40-2.46.6_7:- ...- ....- ... done- [rosemary] [100/148] Fetching json-glib-1.10.8: .......... done- [rosemary] [101/148] Fetching libsecret-0.21.7_2: .......... done- [rosemary] [102/148] Fetching pygobject-common-3.54.5_1: . done- [rosemary] [103/148] Fetching libudev-devd-0.6.0: .. done- [rosemary] [104/148] Fetching libavif-1.3.0_3: .......... done- [rosemary] [105/148] Fetching libunwind-20250904: ......... done- [rosemary] [106/148] Fetching pango-1.56.4_1: .......... done- [rosemary] [107/148] Fetching libgpg-error-1.59: .......... done- [rosemary] [108/148] Fetching gmp-6.3.0: ....... done- [rosemary] [109/148] Fetching Imath-3.2.2_2: .......... done- [rosemary] [110/148] Fetching mpfr-4.2.2,1: .......... done- [rosemary] [111/148] Fetching gstreamer1-1.28.1_1: .......... done- [rosemary] [112/148] Fetching suitesparse-config-7.12.2: ... done- [rosemary] [113/148] Fetching libXext-1.3.6,1: ...... done- [rosemary] [114/148] Fetching suitesparse-colamd-3.3.5: .. done- [rosemary] [115/148] Fetching p11-kit-0.26.2: .......... done- [rosemary] [116/148] Fetching dbus-glib-0.114: .......... done- [rosemary] [117/148] Fetching libsysinfo-0.0.3_3: .. done- [rosemary] [118/148] Fetching libXau-1.0.12: . done- [rosemary] [119/148] Fetching libXcomposite-0.4.6_1,1: . done- [rosemary] [120/148] Fetching libICE-1.1.2,1: ....... done- [rosemary] [121/148] Fetching libyuv-0.0.1903: .......... done- [rosemary] [122/148] Fetching fontconfig-2.17.1,1: .......... done- [rosemary] [123/148] Fetching pixman-0.46.2: .......... done- [rosemary] [124/148] Fetching dav1d-1.5.3_1: .......... done- [rosemary] [125/148] Fetching gsettings-desktop-schemas-47.1_2: .......... done- [rosemary] [126/148] Fetching at-spi2-core-2.56.8: ......... done- [rosemary] [127/148] Fetching sqlite3-3.50.4_2,1: .......... done- [rosemary] [128/148] Fetching mpc-1.4.0: ........ done- [rosemary] [129/148] Fetching libSM-1.2.6,1: .. done- [rosemary] [130/148] Fetching openexr-3.4.9: .......... done- [rosemary] [131/148] Fetching glib-2.84.4,2: ..- ........ done- [rosemary] [132/148] Fetching geoclue-2.8.0: .......... done- [rosemary] [133/148] Fetching xkeyboard-config-2.41_4: ......- .... done- [rosemary] [134/148] Fetching py311-pycairo-1.29.0: .. done- [rosemary] [135/148] Fetching libxkbcommon-1.13.1: ........ done- [rosemary] [136/148] Fetching jbigkit-2.1_3: ..... done- [rosemary] [137/148] Fetching py311-boost-libs-1.89.0: .......... done- [rosemary] [138/148] Fetching libdaemon-0.14_1: ... done- [rosemary] [139/148] Fetching iso-codes-4.20.1: .......... done- [rosemary] [140/148] Fetching binutils-2.44,1: .........- . done- [rosemary] [141/148] Fetching tiff-4.7.1_1: .......... done- [rosemary] [142/148] Fetching libXdmcp-1.1.5: .. done- [rosemary] [143/148] Fetching gnuplot-5.4.10_3: .......... done- [rosemary] [144/148] Fetching libnotify-0.8.8: ... done- [rosemary] [145/148] Fetching libGLU-9.0.3: .......... done- [rosemary] [146/148] Fetching openblas-0.3.30,2: .....- ..... done- [rosemary] [147/148] Fetching lerc-4.0.0: ....... done- [rosemary] [148/148] Fetching py311-pygobject-3.54.5_1: .......... done- Checking integrity...- done (0 conflicting)- [rosemary] [ 1/148] Installing binutils-2.44,1...- [rosemary] [ 1/148] Extracting binutils-2.44,1:- ........- .. done- [rosemary] [ 2/148] Installing dav1d-1.5.3_1...- [rosemary] [ 2/148] Extracting dav1d-1.5.3_1: .......... done- [rosemary] [ 3/148] Installing duktape-lib-2.7.0_1...- [rosemary] [ 3/148] Extracting duktape-lib-2.7.0_1: ......... done- [rosemary] [ 4/148] Installing fribidi-1.0.16...- [rosemary] [ 4/148] Extracting fribidi-1.0.16: .......... done- [rosemary] [ 5/148] Installing gdbm-1.26...- [rosemary] [ 5/148] Extracting gdbm-1.26: .......... done- [rosemary] [ 6/148] Installing giflib-5.2.2...- [rosemary] [ 6/148] Extracting giflib-5.2.2: .......... done- [rosemary] [ 7/148] Installing gmp-6.3.0...- [rosemary] [ 7/148] Extracting gmp-6.3.0: .......... done- [rosemary] [ 8/148] Installing gnome_subr-1.0...- [rosemary] [ 8/148] Extracting gnome_subr-1.0: .... done- [rosemary] [ 9/148] Installing graphite2-1.3.14...- [rosemary] [ 9/148] Extracting graphite2-1.3.14: .......... done- [rosemary] [ 10/148] Installing hicolor-icon-theme-0.18...- [rosemary] [ 10/148] Extracting hicolor-icon-theme-0.18: . done- [rosemary] [ 11/148] Installing highway-1.3.0...- [rosemary] [ 11/148] Extracting highway-1.3.0: .......... done- [rosemary] [ 12/148] Installing hunspell-1.7.2_1...- [rosemary] [ 12/148] Extracting hunspell-1.7.2_1: .......... done- [rosemary] [ 13/148] Installing hwdata-0.405,1...- [rosemary] [ 13/148] Extracting hwdata-0.405,1: .......... done- [rosemary] [ 14/148] Installing hyphen-2.8.8...- [rosemary] [ 14/148] Extracting hyphen-2.8.8: .......... done- [rosemary] [ 15/148] Installing icu-76.1,1...- [rosemary] [ 15/148] Extracting icu-76.1,1: .......... done- [rosemary] [ 16/148] Installing boost-libs-1.89.0_2...- [rosemary] [ 16/148] Extracting boost-libs-1.89.0_2: ...- ....- ... done- [rosemary] [ 17/148] Installing iso-codes-4.20.1...- [rosemary] [ 17/148] Extracting iso-codes-4.20.1: .......... done- [rosemary] [ 18/148] Installing jbigkit-2.1_3...- [rosemary] [ 18/148] Extracting jbigkit-2.1_3: .......... done- [rosemary] [ 19/148] Installing jpeg-turbo-3.1.4.1...- [rosemary] [ 19/148] Extracting jpeg-turbo-3.1.4.1: .......... done- [rosemary] [ 20/148] Installing lerc-4.0.0...- [rosemary] [ 20/148] Extracting lerc-4.0.0: ........ done- [rosemary] [ 21/148] Installing libICE-1.1.2,1...- [rosemary] [ 21/148] Extracting libICE-1.1.2,1: .......... done- [rosemary] [ 22/148] Installing libSM-1.2.6,1...- [rosemary] [ 22/148] Extracting libSM-1.2.6,1: .......... done- [rosemary] [ 23/148] Installing libXau-1.0.12...- [rosemary] [ 23/148] Extracting libXau-1.0.12: .......... done- [rosemary] [ 24/148] Installing libdaemon-0.14_1...- [rosemary] [ 24/148] Extracting libdaemon-0.14_1: .......... done- [rosemary] [ 25/148] Installing libdatrie-0.2.14_1...- [rosemary] [ 25/148] Extracting libdatrie-0.2.14_1: .......... done- [rosemary] [ 26/148] Installing libdeflate-1.25...- [rosemary] [ 26/148] Extracting libdeflate-1.25: .......... done- [rosemary] [ 27/148] Installing libedit-3.1.20251016_1,1...- [rosemary] [ 27/148] Extracting libedit-3.1.20251016_1,1: .......... done- [rosemary] [ 28/148] Installing libepoll-shim-0.0.20240608...- [rosemary] [ 28/148] Extracting libepoll-shim-0.0.20240608: .......... done- [rosemary] [ 29/148] Installing libevent-2.1.12...- [rosemary] [ 29/148] Extracting libevent-2.1.12: .......... done- [rosemary] [ 30/148] Installing libgpg-error-1.59...- [rosemary] [ 30/148] Extracting libgpg-error-1.59: .......... done- [rosemary] [ 31/148] Installing libgcrypt-1.12.0_1...- [rosemary] [ 31/148] Extracting libgcrypt-1.12.0_1: .......... done- [rosemary] [ 32/148] Installing libmspack-0.11alpha...- [rosemary] [ 32/148] Extracting libmspack-0.11alpha: ......... done- [rosemary] [ 33/148] Installing libpaper-1.1.28_1...- [rosemary] [ 33/148] Extracting libpaper-1.1.28_1: .......... done- [rosemary] [ 34/148] Installing libpciaccess-0.18.1_1...- [rosemary] [ 34/148] Extracting libpciaccess-0.18.1_1: ........ done- [rosemary] [ 35/148] Installing libdrm-2.4.131,1...- [rosemary] [ 35/148] Extracting libdrm-2.4.131,1: .......... done- [rosemary] [ 36/148] Installing libsysinfo-0.0.3_3...- [rosemary] [ 36/148] Extracting libsysinfo-0.0.3_3: ......... done- [rosemary] [ 37/148] Installing libtasn1-4.21.0...- [rosemary] [ 37/148] Extracting libtasn1-4.21.0: .......... done- [rosemary] [ 38/148] Installing libthai-0.1.30...- [rosemary] [ 38/148] Extracting libthai-0.1.30: .......... done- [rosemary] [ 39/148] Installing libudev-devd-0.6.0...- [rosemary] [ 39/148] Extracting libudev-devd-0.6.0: ........ done- [rosemary] [ 40/148] Installing libunwind-20250904...- [rosemary] [ 40/148] Extracting libunwind-20250904: .......... done- [rosemary] [ 41/148] Installing libxml2-2.15.2...- [rosemary] [ 41/148] Extracting libxml2-2.15.2: .......... done- [rosemary] [ 42/148] Installing libxshmfence-1.3.3...- [rosemary] [ 42/148] Extracting libxshmfence-1.3.3: ......... done- [rosemary] [ 43/148] Installing libxslt-1.1.45...- [rosemary] [ 43/148] Extracting libxslt-1.1.45: .......... done- [rosemary] [ 44/148] Installing libyuv-0.0.1903...- [rosemary] [ 44/148] Extracting libyuv-0.0.1903: .......... done- [rosemary] [ 45/148] Installing lua53-5.3.6_1...- [rosemary] [ 45/148] Extracting lua53-5.3.6_1: .......... done- [rosemary] [ 46/148] Installing lzo2-2.10_1...- [rosemary] [ 46/148] Extracting lzo2-2.10_1: .......... done- [rosemary] [ 47/148] Installing mpfr-4.2.2,1...- [rosemary] [ 47/148] Extracting mpfr-4.2.2,1: .......... done- [rosemary] [ 48/148] Installing mpc-1.4.0...- [rosemary] [ 48/148] Extracting mpc-1.4.0: .......... done- [rosemary] [ 49/148] Installing gcc14-14.2.0_4...- [rosemary] [ 49/148] Extracting gcc14-14.2.0_4: .........- . done- [rosemary] [ 50/148] Installing nettle-3.10.2...- [rosemary] [ 50/148] Extracting nettle-3.10.2: .......... done- [rosemary] [ 51/148] Installing openblas-0.3.30,2...- [rosemary] [ 51/148] Extracting openblas-0.3.30,2: .......... done- [rosemary] [ 52/148] Installing orc-0.4.42...- [rosemary] [ 52/148] Extracting orc-0.4.42: .......... done- [rosemary] [ 53/148] Installing p11-kit-0.26.2...- [rosemary] [ 53/148] Extracting p11-kit-0.26.2: .......... done- [rosemary] [ 54/148] Installing gnutls-3.8.12...- [rosemary] [ 54/148] Extracting gnutls-3.8.12: ......- .... done- [rosemary] [ 55/148] Installing pixman-0.46.2...- [rosemary] [ 55/148] Extracting pixman-0.46.2: ......... done- [rosemary] [ 56/148] Installing png-1.6.57...- [rosemary] [ 56/148] Extracting png-1.6.57: .......... done- [rosemary] [ 57/148] Installing freetype2-2.14.3...- [rosemary] [ 57/148] Extracting freetype2-2.14.3: .......... done- [rosemary] [ 58/148] Installing fontconfig-2.17.1,1...- [rosemary] [ 58/148] Extracting fontconfig-2.17.1,1: .......... done- [rosemary] [ 59/148] Installing py311-boost-libs-1.89.0...- [rosemary] [ 59/148] Extracting py311-boost-libs-1.89.0: .......... done- [rosemary] [ 60/148] Installing py311-packaging-26.0...- [rosemary] [ 60/148] Extracting py311-packaging-26.0: .......... done- [rosemary] [ 61/148] Installing glib-2.84.4,2...- [rosemary] [ 61/148] Extracting glib-2.84.4,2: ..- .......- . done- [rosemary] [ 62/148] Installing enchant2-2.8.15...- [rosemary] [ 62/148] Extracting enchant2-2.8.15: .......... done- [rosemary] [ 63/148] Installing gobject-introspection-1.84.0,1...- [rosemary] [ 63/148] Extracting gobject-introspection-1.84.0,1: .......... done- [rosemary] [ 64/148] Installing gsettings-desktop-schemas-47.1_2...- [rosemary] [ 64/148] Extracting gsettings-desktop-schemas-47.1_2: .......... done- [rosemary] [ 65/148] Installing gstreamer1-1.28.1_1...- [rosemary] [ 65/148] Extracting gstreamer1-1.28.1_1: .......... done- [rosemary] [ 66/148] Installing gstreamer1-plugins-1.28.1...- [rosemary] [ 66/148] Extracting gstreamer1-plugins-1.28.1: .......... done- [rosemary] [ 67/148] Installing harfbuzz-13.2.1...- [rosemary] [ 67/148] Extracting harfbuzz-13.2.1: ....- ...... done- [rosemary] [ 68/148] Installing harfbuzz-icu-13.2.1...- [rosemary] [ 68/148] Extracting harfbuzz-icu-13.2.1: ........ done- [rosemary] [ 69/148] Installing json-glib-1.10.8...- [rosemary] [ 69/148] Extracting json-glib-1.10.8: .......... done- [rosemary] [ 70/148] Installing libgudev-237...- [rosemary] [ 70/148] Extracting libgudev-237: .......... done- [rosemary] [ 71/148] Installing libgusb-0.4.9_1...- [rosemary] [ 71/148] Extracting libgusb-0.4.9_1: .......... done- [rosemary] [ 72/148] Installing libproxy-0.5.10_1...- [rosemary] [ 72/148] Extracting libproxy-0.5.10_1: .......... done- [rosemary] [ 73/148] Installing glib-networking-2.80.1_1...- [rosemary] [ 73/148] Extracting glib-networking-2.80.1_1: .......... done- [rosemary] [ 74/148] Installing libsecret-0.21.7_2...- [rosemary] [ 74/148] Extracting libsecret-0.21.7_2: .......... done- [rosemary] [ 75/148] Installing pygobject-common-3.54.5_1...- [rosemary] [ 75/148] Extracting pygobject-common-3.54.5_1: ..... done- [rosemary] [ 76/148] Installing shared-mime-info-2.4_2...- [rosemary] [ 76/148] Extracting shared-mime-info-2.4_2: ......... done- [rosemary] [ 77/148] Installing sqlite3-3.50.4_2,1...- [rosemary] [ 77/148] Extracting sqlite3-3.50.4_2,1: .......... done- [rosemary] [ 78/148] Installing libsoup-2.74.3_1...- [rosemary] [ 78/148] Extracting libsoup-2.74.3_1: .......... done- [rosemary] [ 79/148] Installing libsoup3-3.6.6...- [rosemary] [ 79/148] Extracting libsoup3-3.6.6: .......... done- [rosemary] [ 80/148] Installing suitesparse-config-7.12.2...- [rosemary] [ 80/148] Extracting suitesparse-config-7.12.2: .......... done- [rosemary] [ 81/148] Installing suitesparse-amd-3.3.4...- [rosemary] [ 81/148] Extracting suitesparse-amd-3.3.4: .......... done- [rosemary] [ 82/148] Installing suitesparse-camd-3.3.5...- [rosemary] [ 82/148] Extracting suitesparse-camd-3.3.5: .......... done- [rosemary] [ 83/148] Installing suitesparse-ccolamd-3.3.5...- [rosemary] [ 83/148] Extracting suitesparse-ccolamd-3.3.5: .......... done- [rosemary] [ 84/148] Installing suitesparse-colamd-3.3.5...- [rosemary] [ 84/148] Extracting suitesparse-colamd-3.3.5: .......... done- [rosemary] [ 85/148] Installing suitesparse-cholmod-5.3.4...- [rosemary] [ 85/148] Extracting suitesparse-cholmod-5.3.4: .......... done- [rosemary] [ 86/148] Installing suitesparse-umfpack-6.3.7...- [rosemary] [ 86/148] Extracting suitesparse-umfpack-6.3.7: .......... done- [rosemary] [ 87/148] Installing py311-numpy-1.26.4_12,1...- [rosemary] [ 87/148] Extracting py311-numpy-1.26.4_12,1: .- ......... done- [rosemary] [ 88/148] Installing Imath-3.2.2_2...- [rosemary] [ 88/148] Extracting Imath-3.2.2_2: .........- . done- [rosemary] [ 89/148] Installing tex-kpathsea-6.4.1...- [rosemary] [ 89/148] Extracting tex-kpathsea-6.4.1: .......... done- [rosemary] [ 90/148] Installing tiff-4.7.1_1...- [rosemary] [ 90/148] Extracting tiff-4.7.1_1: .......... done- [rosemary] [ 91/148] Installing gdk-pixbuf2-2.44.1...- [rosemary] [ 91/148] Extracting gdk-pixbuf2-2.44.1: .......... done- [rosemary] [ 92/148] Installing gtk-update-icon-cache-3.24.42...- [rosemary] [ 92/148] Extracting gtk-update-icon-cache-3.24.42: .......... done- [rosemary] [ 93/148] Installing adwaita-icon-theme-legacy-46.2...- [rosemary] [ 93/148] Extracting adwaita-icon-theme-legacy-46.2: .......... done- [rosemary] [ 94/148] Installing adwaita-icon-theme-47.0...- [rosemary] [ 94/148] Extracting adwaita-icon-theme-47.0: .......... done- [rosemary] [ 95/148] Installing lcms2-2.19...- [rosemary] [ 95/148] Extracting lcms2-2.19: .......... done- [rosemary] [ 96/148] Installing libnotify-0.8.8...- [rosemary] [ 96/148] Extracting libnotify-0.8.8: .......... done- [rosemary] [ 97/148] Installing geoclue-2.8.0...- [rosemary] [ 97/148] Extracting geoclue-2.8.0: .......... done- [rosemary] [ 98/148] Installing openjph-0.26.3...- [rosemary] [ 98/148] Extracting openjph-0.26.3: .......... done- [rosemary] [ 99/148] Installing openexr-3.4.9...- [rosemary] [ 99/148] Extracting openexr-3.4.9: .......... done- [rosemary] [100/148] Installing libjxl-0.11.2...- [rosemary] [100/148] Extracting libjxl-0.11.2: ......- .... done- [rosemary] [101/148] Installing vmaf-3.0.0...- [rosemary] [101/148] Extracting vmaf-3.0.0: .......... done- [rosemary] [102/148] Installing aom-3.13.3...- [rosemary] [102/148] Extracting aom-3.13.3: .......... done- [rosemary] [103/148] Installing libavif-1.3.0_3...- [rosemary] [103/148] Extracting libavif-1.3.0_3: .......... done- [rosemary] [104/148] Installing wayland-1.24.0_2...- [rosemary] [104/148] Extracting wayland-1.24.0_2: .......... done- [rosemary] [105/148] Installing webp-1.6.0...- [rosemary] [105/148] Extracting webp-1.6.0: .......... done- [rosemary] [106/148] Installing libgd-2.3.3_13,1...- [rosemary] [106/148] Extracting libgd-2.3.3_13,1: .......... done- [rosemary] [107/148] Installing woff2-1.0.2_5...- [rosemary] [107/148] Extracting woff2-1.0.2_5: .......... done- [rosemary] [108/148] Installing xkeyboard-config-2.41_4...- [rosemary] [108/148] Extracting xkeyboard-config-2.41_4: .......... done- [rosemary] [109/148] Installing xorgproto-2024.1...- [rosemary] [109/148] Extracting xorgproto-2024.1: .......... done- [rosemary] [110/148] Installing libXdmcp-1.1.5...- [rosemary] [110/148] Extracting libXdmcp-1.1.5: ......... done- [rosemary] [111/148] Installing libxcb-1.17.0...- [rosemary] [111/148] Extracting libxcb-1.17.0: .....- ..... done- [rosemary] [112/148] Installing libX11-1.8.13,1...- [rosemary] [112/148] Extracting libX11-1.8.13,1: .......... done- [rosemary] [113/148] Installing dbus-1.16.2_4,1...- ===> Creating groups- Creating group 'messagebus' with gid '556'- ===> Creating users- Creating user 'messagebus' with uid '556'- [rosemary] [113/148] Extracting dbus-1.16.2_4,1: ......... done- [rosemary] [114/148] Installing dbus-glib-0.114...- [rosemary] [114/148] Extracting dbus-glib-0.114: .......... done- [rosemary] [115/148] Installing avahi-app-0.8_6...- ===> Creating groups- Creating group 'avahi' with gid '558'- ===> Creating users- Creating user 'avahi' with uid '558'- [rosemary] [115/148] Extracting avahi-app-0.8_6: .......... done- [rosemary] [116/148] Installing cups-2.4.18...- ===> Creating groups- Creating group 'cups' with gid '193'- ===> Creating users- Creating user 'cups' with uid '193'- [rosemary] [116/148] Extracting cups-2.4.18: .......... done- [rosemary] [117/148] Installing libXext-1.3.6,1...- [rosemary] [117/148] Extracting libXext-1.3.6,1: .......... done- [rosemary] [118/148] Installing libXfixes-6.0.1...- [rosemary] [118/148] Extracting libXfixes-6.0.1: .......... done- [rosemary] [119/148] Installing libXcomposite-0.4.6_1,1...- [rosemary] [119/148] Extracting libXcomposite-0.4.6_1,1: .......... done- [rosemary] [120/148] Installing libXdamage-1.1.6...- [rosemary] [120/148] Extracting libXdamage-1.1.6: ......... done- [rosemary] [121/148] Installing libXi-1.8.2,1...- [rosemary] [121/148] Extracting libXi-1.8.2,1: .......... done- [rosemary] [122/148] Installing libXinerama-1.1.5,1...- [rosemary] [122/148] Extracting libXinerama-1.1.5,1: .......... done- [rosemary] [123/148] Installing libXrender-0.9.12...- [rosemary] [123/148] Extracting libXrender-0.9.12: .......... done- [rosemary] [124/148] Installing cairo-1.18.2,3...- [rosemary] [124/148] Extracting cairo-1.18.2,3: .......... done- [rosemary] [125/148] Installing libXcursor-1.2.3...- [rosemary] [125/148] Extracting libXcursor-1.2.3: .......... done- [rosemary] [126/148] Installing libXft-2.3.8...- [rosemary] [126/148] Extracting libXft-2.3.8: .......... done- [rosemary] [127/148] Installing libXrandr-1.5.4...- [rosemary] [127/148] Extracting libXrandr-1.5.4: .......... done- [rosemary] [128/148] Installing libXtst-1.2.5...- [rosemary] [128/148] Extracting libXtst-1.2.5: .......... done- [rosemary] [129/148] Installing at-spi2-core-2.56.8...- [rosemary] [129/148] Extracting at-spi2-core-2.56.8: .......... done- [rosemary] [130/148] Installing libXxf86vm-1.1.6...- [rosemary] [130/148] Extracting libXxf86vm-1.1.6: .......... done- [rosemary] [131/148] Installing libglvnd-1.7.0...- [rosemary] [131/148] Extracting libglvnd-1.7.0: .......... done- [rosemary] [132/148] Installing libGLU-9.0.3...- [rosemary] [132/148] Extracting libGLU-9.0.3: ..... done- [rosemary] [133/148] Installing libepoxy-1.5.10...- [rosemary] [133/148] Extracting libepoxy-1.5.10: .......... done- [rosemary] [134/148] Installing libxkbcommon-1.13.1...- [rosemary] [134/148] Extracting libxkbcommon-1.13.1: .......... done- [rosemary] [135/148] Installing mesa-libs-24.1.7_1...- [rosemary] [135/148] Extracting mesa-libs-24.1.7_1: .......... done- [rosemary] [136/148] Installing pango-1.56.4_1...- [rosemary] [136/148] Extracting pango-1.56.4_1: .......... done- [rosemary] [137/148] Installing gstreamer1-plugins-bad-1.28.1...- [rosemary] [137/148] Extracting gstreamer1-plugins-bad-1.28.1: .......... done- [rosemary] [138/148] Installing librsvg2-rust-2.62.0_1...- [rosemary] [138/148] Extracting librsvg2-rust-2.62.0_1: .......... done- [rosemary] [139/148] Installing polkit-127...- ===> Creating groups- Creating group 'polkitd' with gid '565'- ===> Creating users- Creating user 'polkitd' with uid '565'- [rosemary] [139/148] Extracting polkit-127: .......- .. done- [rosemary] [140/148] Installing colord-1.4.8_1...- ===> Creating groups- Creating group 'colord' with gid '970'- ===> Creating users- Creating user 'colord' with uid '970'- [rosemary] [140/148] Extracting colord-1.4.8_1: .......... done- [rosemary] [141/148] Installing gtk3-3.24.52...- [rosemary] [141/148] Extracting gtk3-3.24.52: .........- . done- [rosemary] [142/148] Installing py311-pycairo-1.29.0...- [rosemary] [142/148] Extracting py311-pycairo-1.29.0: .......... done- [rosemary] [143/148] Installing py311-pygobject-3.54.5_1...- [rosemary] [143/148] Extracting py311-pygobject-3.54.5_1: .......... done- [rosemary] [144/148] Installing graphene-1.10.8_1...- [rosemary] [144/148] Extracting graphene-1.10.8_1: .......... done- [rosemary] [145/148] Installing gstreamer1-plugins-gl-1.28.1...- [rosemary] [145/148] Extracting gstreamer1-plugins-gl-1.28.1: .......... done- [rosemary] [146/148] Installing webkit2-gtk_40-2.46.6_7...- [rosemary] [146/148] Extracting webkit2-gtk_40-2.46.6_7:- .......... done- [rosemary] [147/148] Installing wx30-gtk3-3.0.5.1_7...- [rosemary] [147/148] Extracting wx30-gtk3-3.0.5.1_7: .........- . done- [rosemary] [148/148] Installing gnuplot-5.4.10_3...- [rosemary] [148/148] Extracting gnuplot-5.4.10_3: .......... done- ==> Running trigger: shared-mime-info.ucl- Building the Shared MIME-Info database cache- ==> Running trigger: glib-schemas.ucl- Compiling glib schemas- Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.- Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.- Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.- Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.- Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.- Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.- ==> Running trigger: gtk-update-icon-cache.ucl- Generating GTK icon cache for /usr/local/share/icons/hicolor- Generating GTK icon cache for /usr/local/share/icons/Adwaita- Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy- ==> Running trigger: gio-modules.ucl- Generating GIO modules cache- ==> Running trigger: fontconfig.ucl- Running fc-cache to build fontconfig cache...- ==> Running trigger: gdk-pixbuf-query-loaders.ucl- Generating gdk-pixbuf modules cache- =====- Message from boost-libs-1.89.0_2:-- --- You have built the Boost library with thread support.-- Don't forget to add -pthread to your linker options when- linking your code.- =====- Message from gcc14-14.2.0_4:-- --- To ensure binaries built with this toolchain find appropriate versions- of the necessary run-time libraries, you may want to link using-- -Wl,-rpath=/usr/local/lib/gcc14-- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens- transparently.- =====- Message from freetype2-2.14.3:-- --- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as- the default, emulating a modern version of ClearType. This change inevitably- leads to different rendering results, and you might change port's options to- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment- variable).-- The environment variable "FREETYPE_PROPERTIES" can be used to control the- driver properties. Example:-- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \- cff:no-stem-darkening=1 \- autofitter:warping=1-- This allows to select, say, the subpixel hinting mode at runtime for a given- application.-- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include- the foundry and information whether they contain wide characters. For example,- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at- run time with using pcf:no-long-family-names property, if needed. Example:-- FREETYPE_PROPERTIES=pcf:no-long-family-names=1-- How to recreate fontconfig cache with using such environment variable,- if needed:- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv-- The controllable properties are listed in the section "Controlling FreeType- Modules" in the reference's table of contents- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).- =====- Message from py311-boost-libs-1.89.0:-- --- You have built the Boost library with thread support.-- Don't forget to add -pthread to your linker options when- linking your code.- =====- Message from libsoup-2.74.3_1:-- --- libsoup can use NTLM authentication if it is compiled- with the SMB option. To use it, you must install a- port that provides NTLM, like net/samba412 or net/samba413.- =====- Message from libjxl-0.11.2:-- --- Additional packages recommended for new users:- - imlib2-jxl (e.g., feh, scrot)- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)- - gimp-jxl-plugin- =====- Message from wayland-1.24.0_2:-- --- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will- contain "wayland-%d" unix(4) sockets. This is usually handled by- consolekit2 (via ck-launch-session) or pam_xdg (via login).- =====- Message from libxkbcommon-1.13.1:-- --- If arrow keys don't work under X11 switch to legacy rules e.g.,-- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:- export XKB_DEFAULT_RULES=xorg-- For csh/tcsh run and (optionally) add into ~/.login:- setenv XKB_DEFAULT_RULES xorg- =====- Message from webkit2-gtk_40-2.46.6_7:-- --- ===> NOTICE:-- This port is deprecated; you may wish to reconsider installing it:-- libsoup 2 support scheduled for removal in 2.52: https://webkitgtk.org/2025/10/07/webkitgtk-soup2-deprecation.html.2026-05-05 15:43.48 ---> saved as "d0177f5d0b8f7028cef923e1344025ba6414edb2f05e6d19d98969598236be8f"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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.1.1∗ conf-gnuplot 0.1∗ cppo 1.8.0∗ crowbar 0.2.2∗ csexp 1.5.2∗ dune 3.23.0∗ dune-configurator 3.23.0∗ fmt 0.11.0∗ logs 0.10.0∗ lwt 6.1.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.38.0∗ re 1.14.0∗ sexplib0 v0.17.0∗ stdlib-shims 0.3.0∗ topkg 1.1.1∗ 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.1.1 (cached)⬇ retrieved crowbar.0.2.2 (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.10.0 (cached)⬇ retrieved lwt.6.1.2 (cached)⬇ 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)∗ 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.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 topkg.1.1.1 (cached)⬇ retrieved ppxlib.0.38.0 (cached)⬇ retrieved uuidm.0.9.10 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved yojson.3.0.0 (cached)⬇ retrieved dune.3.23.0, dune-configurator.3.23.0 (cached)∗ installed cmdliner.2.1.1∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed topkg.1.1.1∗ installed uuidm.0.9.10∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed mtime.2.1.0∗ installed astring.0.8.5∗ installed dune.3.23.0∗ installed afl-persistent.1.4∗ installed ppx_derivers.1.2.1∗ installed stdlib-shims.0.3.0∗ installed csexp.1.5.2∗ installed sexplib0.v0.17.0∗ installed ocaml-syntax-shims.1.0.0∗ installed ocaml-compiler-libs.v0.12.4∗ installed crowbar.0.2.2∗ installed yojson.3.0.0∗ installed metrics.0.5.0∗ installed cppo.1.8.0∗ installed re.1.14.0∗ installed ocplib-endian.1.2∗ installed dune-configurator.3.23.0∗ installed alcotest.1.9.1∗ installed lwt.6.1.2∗ installed metrics-unix.0.5.0∗ installed logs.0.10.0∗ installed ppxlib.0.38.0∗ installed ppx_deriving.6.1.1∗ installed ppx_deriving_yojson.3.10.0Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 4.14.3+afl ocaml-variants.4.14.3+options ocaml-option-afl2026-05-05 15:46.00 ---> saved as "18da17618502861766e5bddcd5f8a50154cc206c8362a0759b1c7f630ccd720a"/src: (copy (src .) (dst /src))2026-05-05 15:46.02 ---> saved as "0621dc9d0fdb0c7dc5eb049752159f5144bf6176cf57c0cbfd81101a28b49a3a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14.3/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.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/mtime -I /home/opam/.opam/4.14.3/lib/mtime/clock -I /home/opam/.opam/4.14.3/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.3/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.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/mtime -I /home/opam/.opam/4.14.3/lib/mtime/clock -I /home/opam/.opam/4.14.3/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.3/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.3/lib/alcotest -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/logs/fmt -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/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.strfuse 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.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/4.14.3/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.3/lib/alcotest -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/logs/fmt -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/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.3/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.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/logs/threaded -I /home/opam/.opam/4.14.3/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.3/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.3/lib/alcotest -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/logs/fmt -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/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.3/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.3/lib/alcotest -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/logs/fmt -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/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.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/4.14.3/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.3/lib/alcotest -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/logs/fmt -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/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.strfuse 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.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/4.14.3/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.3/lib/alcotest -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/logs/fmt -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/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.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/4.14.3/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.3/lib/cmdliner -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/metrics -I /home/opam/.opam/4.14.3/lib/metrics-unix -I /home/opam/.opam/4.14.3/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.3/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/lib/stdlib-shims -I /home/opam/.opam/4.14.3/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.3/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.3/lib/cmdliner -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/metrics -I /home/opam/.opam/4.14.3/lib/metrics-unix -I /home/opam/.opam/4.14.3/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.3/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/lib/stdlib-shims -I /home/opam/.opam/4.14.3/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_varjail: /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.1.1 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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_1249_4261" "mount.devfs" "path=/obuilder/result/e75c6d5aaed2c4e737687c20de84aac84bee1e609db37a59075495fc521942f8/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.1.1 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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 12026-05-05 15:53.28: Job failed: Failed: Build failed