2025-09-18 08:04.46: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4) Base: freebsd-14.2-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.2-ocaml-5.3 # freebsd-14.2-5.3_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 index.opam index-bench.opam ./ RUN opam pin add -yn index.dev './' && \ opam pin add -yn index-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.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-09-18 08:04.46: Using cache hint "gs0510/index-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-693782a7907e5ecedeb3e07ab810db4b" 2025-09-18 08:04.46: Using OBuilder spec: ((from freebsd-14.2-ocaml-5.3) (comment freebsd-14.2-5.3_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src index.opam index-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn index.dev './' && \ \nopam pin add -yn index-bench.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.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-09-18 08:04.46: Waiting for resource in pool OCluster 2025-09-18 08:04.47: Waiting for worker… 2025-09-18 08:04.47: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 8f2e73f Update cache.ml (from freebsd-14.2-ocaml-5.3) 2025-09-18 08:03.29 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache /: (comment freebsd-14.2-5.3_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-09-18 08:03.30 ---> using "3cf9d05e5eb2b3cab7746fab6ccc73ebe3b43051756027b7ee3d88bc2433384a" 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-09-18 08:03.30 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.2-RELEASE-p1 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-18 08:03.30 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-18 08:03.30 ---> using "ceecf1d51f19afc7e1cbf641861a5e731a764903c017a5b842658d708b08899c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4028320478..7949ff40d8 master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2025-09-18 08:03.31 ---> using "91759d5f3fe03d58fbf57a8621ed87fe99bdc24a888d2e9aabe5ccaf101a2ddc" from cache /src: (copy (src index.opam index-bench.opam) (dst ./)) 2025-09-18 08:03.31 ---> saved as "f39365f8012be365275745c3bc8c31f0731da54a0fbf81d1de46db2f688c1230" /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-09-18 08:03.33 ---> saved as "5a36ffe562464a7538fa7e17eeddc1cb91738f7a3dd6531171e3ce5ee78f8d2c" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-18 08:03.33 ---> saved as "cf61a178ddc893ee04ad697cbf9da216ade5035bcba62129fc33557a7ee82b71" /src: (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: 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. 35671 packages processed. - All repositories are up to date. - The following 133 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - Imath: 3.1.12 - adwaita-icon-theme: 47.0 - adwaita-icon-theme-legacy: 46.2 - aom: 3.12.1 - at-spi2-core: 2.56.4 - avahi-app: 0.8_6 - cairo: 1.18.2,3 - colord: 1.4.8 - cups: 2.4.11_1 - dav1d: 1.5.1_1 - dbus: 1.16.2_3,1 - dbus-glib: 0.114 - duktape-lib: 2.7.0 - enchant2: 2.8.10 - fontconfig: 2.15.0_3,1 - freetype2: 2.13.3 - fribidi: 1.0.16 - gdbm: 1.25 - gdk-pixbuf2: 2.42.12_2 - geoclue: 2.7.2 - giflib: 5.2.2 - glib: 2.84.1_2,2 - glib-networking: 2.80.1_1 - gmp: 6.3.0 - gnome_subr: 1.0 - gnuplot: 5.4.10_3 - gnutls: 3.8.10 - gobject-introspection: 1.84.0,1 - graphene: 1.10.8_1 - graphite2: 1.3.14 - gsettings-desktop-schemas: 47.1_2 - gstreamer1: 1.26.2 - gstreamer1-plugins: 1.26.2 - gstreamer1-plugins-bad: 1.26.2 - gstreamer1-plugins-gl: 1.26.2 - gtk-update-icon-cache: 3.24.42 - gtk3: 3.24.50 - harfbuzz: 10.3.0 - harfbuzz-icu: 10.3.0 - hicolor-icon-theme: 0.18 - highway: 1.2.0 - hunspell: 1.7.2_1 - hwdata: 0.396,1 - hyphen: 2.8.8 - icu: 76.1,1 - iso-codes: 4.18.0 - jbigkit: 2.1_3 - jpeg-turbo: 3.1.1 - json-glib: 1.10.6 - lcms2: 2.17 - lerc: 4.0.0 - libGLU: 9.0.3 - libICE: 1.1.2,1 - libSM: 1.2.6,1 - libX11: 1.8.12,1 - libXau: 1.0.12 - libXcomposite: 0.4.6_1,1 - libXcursor: 1.2.3 - libXdamage: 1.1.6 - libXdmcp: 1.1.5 - libXext: 1.3.6,1 - libXfixes: 6.0.1 - libXft: 2.3.8 - libXi: 1.8.2,1 - libXinerama: 1.1.5,1 - libXrandr: 1.5.4 - libXrender: 0.9.12 - libXtst: 1.2.5 - libXxf86vm: 1.1.6 - libavif: 1.3.0_1 - libdaemon: 0.14_1 - libdatrie: 0.2.13_2 - libdeflate: 1.24 - libdrm: 2.4.123,1 - libedit: 3.1.20250104,1 - libepoll-shim: 0.0.20240608 - libepoxy: 1.5.10 - libevent: 2.1.12 - libgcrypt: 1.11.2 - libgd: 2.3.3_13,1 - libglvnd: 1.7.0 - libgpg-error: 1.55 - libgudev: 237 - libgusb: 0.4.9_1 - libinotify: 20240724_1 - libjxl: 0.11.1_1 - libmspack: 0.11alpha - libnotify: 0.8.6 - libpaper: 1.1.28_1 - libpciaccess: 0.18.1_1 - libproxy: 0.5.10 - librsvg2-rust: 2.60.0_3 - libsecret: 0.21.7_1 - libsoup: 2.74.3_1 - libsoup3: 3.6.5_2 - libsysinfo: 0.0.3_3 - libtasn1: 4.20.0_1 - libthai: 0.1.29_1 - libudev-devd: 0.6.0 - libunwind: 20240221_2 - libxcb: 1.17.0 - libxkbcommon: 1.8.1_3 - libxml2: 2.14.5 - libxshmfence: 1.3.3 - libxslt: 1.1.43_1 - libyuv: 0.0.1789_2 - lua53: 5.3.6_1 - lzo2: 2.10_1 - mesa-libs: 24.1.7_1 - nettle: 3.10.2 - openexr: 3.3.5 - orc: 0.4.41 - p11-kit: 0.25.5 - pango: 1.56.1 - pixman: 0.46.2 - png: 1.6.49 - polkit: 125_1 - py311-cairo: 1.28.0,1 - py311-packaging: 25.0 - py311-pygobject: 3.50.0 - pygobject-common: 3.50.0 - shared-mime-info: 2.4_2 - sqlite3: 3.50.2_1,1 - tex-kpathsea: 6.4.1 - tiff: 4.7.0 - vmaf: 3.0.0 - wayland: 1.23.1_1 - webkit2-gtk_40: 2.46.6_1 - webp: 1.5.0 - woff2: 1.0.2_5 - wx30-gtk3: 3.0.5.1_6 - xkeyboard-config: 2.41_4 - xorgproto: 2024.1 - - Number of packages to be installed: 133 - - The process will require 807 MiB more space. - 150 MiB to be downloaded. - [rosemary] [1/133] Fetching duktape-lib-2.7.0.pkg: .......... done - [rosemary] [2/133] Fetching png-1.6.49.pkg: .......... done - [rosemary] [3/133] Fetching glib-networking-2.80.1_1.pkg: .......... done - [rosemary] [4/133] Fetching hyphen-2.8.8.pkg: ..... done - [rosemary] [5/133] Fetching libxcb-1.17.0.pkg: ...... - .... done - [rosemary] [6/133] Fetching libdatrie-0.2.13_2.pkg: ... done - [rosemary] [7/133] Fetching freetype2-2.13.3.pkg: ....... - ... done - [rosemary] [8/133] Fetching jpeg-turbo-3.1.1.pkg: .......... done - [rosemary] [9/133] Fetching graphene-1.10.8_1.pkg: . - ......... done - [rosemary] [10/133] Fetching libproxy-0.5.10.pkg: ........ - .. done - [rosemary] [11/133] Fetching librsvg2-rust-2.60.0_3.pkg: ... - ... - .... done - [rosemary] [12/133] Fetching libglvnd-1.7.0.pkg: .......... done - [rosemary] [13/133] Fetching gstreamer1-plugins-bad-1.26.2.pkg: ..... - ..... done - [rosemary] [14/133] Fetching libxslt-1.1.43_1.pkg: .......... done - [rosemary] [15/133] Fetching cups-2.4.11_1.pkg: - .......... done - [rosemary] [16/133] Fetching gobject-introspection-1.84.0,1.pkg: ........ - .. done - [rosemary] [17/133] Fetching nettle-3.10.2.pkg: .......... done - [rosemary] [18/133] Fetching libXrandr-1.5.4.pkg: .. done - [rosemary] [19/133] Fetching lzo2-2.10_1.pkg: ...... - .. done - [rosemary] [20/133] Fetching adwaita-icon-theme-legacy-46.2.pkg: ......... - . done - [rosemary] [21/133] Fetching lcms2-2.17.pkg: ........ - .. done - [rosemary] [22/133] Fetching adwaita-icon-theme-47.0.pkg: .......... done - [rosemary] [23/133] Fetching woff2-1.0.2_5.pkg: .... done - [rosemary] [24/133] Fetching libthai-0.1.29_1.pkg: .......... done - [rosemary] [25/133] Fetching wx30-gtk3-3.0.5.1_6.pkg: - ........ - .. done - [rosemary] [26/133] Fetching polkit-125_1.pkg: .......... done - [rosemary] [27/133] Fetching libsoup3-3.6.5_2.pkg: ........ done - [rosemary] [28/133] Fetching gtk-update-icon-cache-3.24.42.pkg: ...... done - [rosemary] [29/133] Fetching libdeflate-1.24.pkg: ...... done - [rosemary] [30/133] Fetching fribidi-1.0.16.pkg: ...... done - [rosemary] [31/133] Fetching libXxf86vm-1.1.6.pkg: .. done - [rosemary] [32/133] Fetching libmspack-0.11alpha.pkg: ..... done - [rosemary] [33/133] Fetching vmaf-3.0.0.pkg: .......... done - [rosemary] [34/133] Fetching libXdamage-1.1.6.pkg: . done - [rosemary] [35/133] Fetching libtasn1-4.20.0_1.pkg: .. - ........ done - [rosemary] [36/133] Fetching libdrm-2.4.123,1.pkg: .......... done - [rosemary] [37/133] Fetching libXfixes-6.0.1.pkg: . done - [rosemary] [38/133] Fetching libXinerama-1.1.5,1.pkg: . done - [rosemary] [39/133] Fetching gnome_subr-1.0.pkg: . done - [rosemary] [40/133] Fetching libxml2-2.14.5.pkg: .......... done - [rosemary] [41/133] Fetching wayland-1.23.1_1.pkg: ......... done - [rosemary] [42/133] Fetching aom-3.12.1.pkg: ....... - ... done - [rosemary] [43/133] Fetching orc-0.4.41.pkg: ......... done - [rosemary] [44/133] Fetching lua53-5.3.6_1.pkg: ........ done - [rosemary] [45/133] Fetching libgd-2.3.3_13,1.pkg: .......... done - [rosemary] [46/133] Fetching gdk-pixbuf2-2.42.12_2.pkg: ..... - ..... done - [rosemary] [47/133] Fetching icu-76.1,1.pkg: . - ... - ... - ... done - [rosemary] [48/133] Fetching libgusb-0.4.9_1.pkg: .......... done - [rosemary] [49/133] Fetching gnutls-3.8.10.pkg: ....... - ... done - [rosemary] [50/133] Fetching hicolor-icon-theme-0.18.pkg: . done - [rosemary] [51/133] Fetching libxshmfence-1.3.3.pkg: . done - [rosemary] [52/133] Fetching py311-packaging-25.0.pkg: ........ done - [rosemary] [53/133] Fetching harfbuzz-icu-10.3.0.pkg: . done - [rosemary] [54/133] Fetching libepoll-shim-0.0.20240608.pkg: .. done - [rosemary] [55/133] Fetching libpaper-1.1.28_1.pkg: .. done - [rosemary] [56/133] Fetching colord-1.4.8.pkg: .......... done - [rosemary] [57/133] Fetching libjxl-0.11.1_1.pkg: ..... - ..... done - [rosemary] [58/133] Fetching py311-cairo-1.28.0,1.pkg: ....... done - [rosemary] [59/133] Fetching libX11-1.8.12,1.pkg: .......... done - [rosemary] [60/133] Fetching giflib-5.2.2.pkg: .......... done - [rosemary] [61/133] Fetching libXrender-0.9.12.pkg: ... done - [rosemary] [62/133] Fetching xorgproto-2024.1.pkg: .......... done - [rosemary] [63/133] Fetching libsoup-2.74.3_1.pkg: .......... done - [rosemary] [64/133] Fetching tex-kpathsea-6.4.1.pkg: ......... done - [rosemary] [65/133] Fetching libXtst-1.2.5.pkg: . done - [rosemary] [66/133] Fetching libXi-1.8.2,1.pkg: ........ done - [rosemary] [67/133] Fetching libXft-2.3.8.pkg: ..... done - [rosemary] [68/133] Fetching gtk3-3.24.50.pkg: .... - ...... done - [rosemary] [69/133] Fetching webp-1.5.0.pkg: .......... done - [rosemary] [70/133] Fetching libepoxy-1.5.10.pkg: ........ done - [rosemary] [71/133] Fetching hwdata-0.396,1.pkg: .......... done - [rosemary] [72/133] Fetching cairo-1.18.2,3.pkg: ...... - .... done - [rosemary] [73/133] Fetching graphite2-1.3.14.pkg: ....... done - [rosemary] [74/133] Fetching shared-mime-info-2.4_2.pkg: .......... done - [rosemary] [75/133] Fetching libgudev-237.pkg: .... done - [rosemary] [76/133] Fetching hunspell-1.7.2_1.pkg: ........ done - [rosemary] [77/133] Fetching harfbuzz-10.3.0.pkg: .......... done - [rosemary] [78/133] Fetching libevent-2.1.12.pkg: .......... done - [rosemary] [79/133] Fetching libinotify-20240724_1.pkg: .. done - [rosemary] [80/133] Fetching mesa-libs-24.1.7_1.pkg: .......... done - [rosemary] [81/133] Fetching gdbm-1.25.pkg: ....... done - [rosemary] [82/133] Fetching libpciaccess-0.18.1_1.pkg: . done - [rosemary] [83/133] Fetching gstreamer1-plugins-gl-1.26.2.pkg: - .......... done - [rosemary] [84/133] Fetching avahi-app-0.8_6.pkg: .......... done - [rosemary] [85/133] Fetching enchant2-2.8.10.pkg: ..... done - [rosemary] [86/133] Fetching gstreamer1-plugins-1.26.2.pkg: ...... - .... done - [rosemary] [87/133] Fetching dbus-1.16.2_3,1.pkg: .......... done - [rosemary] [88/133] Fetching libedit-3.1.20250104,1.pkg: ......... done - [rosemary] [89/133] Fetching libXcursor-1.2.3.pkg: ... done - [rosemary] [90/133] Fetching highway-1.2.0.pkg: .......... done - [rosemary] [91/133] Fetching libgcrypt-1.11.2.pkg: ... - ....... done - [rosemary] [92/133] Fetching json-glib-1.10.6.pkg: .......... done - [rosemary] [93/133] Fetching webkit2-gtk_40-2.46.6_1.pkg: - .. - . - ... - .. - .. done - [rosemary] [94/133] Fetching libsecret-0.21.7_1.pkg: - .......... done - [rosemary] [95/133] Fetching pygobject-common-3.50.0.pkg: . done - [rosemary] [96/133] Fetching libudev-devd-0.6.0.pkg: . done - [rosemary] [97/133] Fetching libavif-1.3.0_1.pkg: .......... done - [rosemary] [98/133] Fetching libunwind-20240221_2.pkg: ........ done - [rosemary] [99/133] Fetching pango-1.56.1.pkg: . - ......... done - [rosemary] [100/133] Fetching libgpg-error-1.55.pkg: ......... done - [rosemary] [101/133] Fetching gmp-6.3.0.pkg: .......... done - [rosemary] [102/133] Fetching gstreamer1-1.26.2.pkg: ...... - .... done - [rosemary] [103/133] Fetching Imath-3.1.12.pkg: .......... done - [rosemary] [104/133] Fetching libXext-1.3.6,1.pkg: ....... done - [rosemary] [105/133] Fetching p11-kit-0.25.5.pkg: .......... done - [rosemary] [106/133] Fetching dbus-glib-0.114.pkg: .......... done - [rosemary] [107/133] Fetching libsysinfo-0.0.3_3.pkg: .. done - [rosemary] [108/133] Fetching libXau-1.0.12.pkg: . done - [rosemary] [109/133] Fetching libICE-1.1.2,1.pkg: ....... done - [rosemary] [110/133] Fetching libXcomposite-0.4.6_1,1.pkg: . done - [rosemary] [111/133] Fetching libyuv-0.0.1789_2.pkg: .......... done - [rosemary] [112/133] Fetching fontconfig-2.15.0_3,1.pkg: .......... done - [rosemary] [113/133] Fetching pixman-0.46.2.pkg: ......... done - [rosemary] [114/133] Fetching dav1d-1.5.1_1.pkg: .......... done - [rosemary] [115/133] Fetching gsettings-desktop-schemas-47.1_2.pkg: .......... done - [rosemary] [116/133] Fetching at-spi2-core-2.56.4.pkg: .......... done - [rosemary] [117/133] Fetching sqlite3-3.50.2_1,1.pkg: .......... done - [rosemary] [118/133] Fetching libSM-1.2.6,1.pkg: . done - [rosemary] [119/133] Fetching openexr-3.3.5.pkg: .......... done - [rosemary] [120/133] Fetching glib-2.84.1_2,2.pkg: .. - ...... - .. done - [rosemary] [121/133] Fetching geoclue-2.7.2.pkg: .......... done - [rosemary] [122/133] Fetching xkeyboard-config-2.41_4.pkg: .......... done - [rosemary] [123/133] Fetching libxkbcommon-1.8.1_3.pkg: .......... done - [rosemary] [124/133] Fetching jbigkit-2.1_3.pkg: ..... done - [rosemary] [125/133] Fetching libdaemon-0.14_1.pkg: .. done - [rosemary] [126/133] Fetching iso-codes-4.18.0.pkg: .... - ...... done - [rosemary] [127/133] Fetching libXdmcp-1.1.5.pkg: . done - [rosemary] [128/133] Fetching tiff-4.7.0.pkg: ..... - ..... done - [rosemary] [129/133] Fetching gnuplot-5.4.10_3.pkg: .......... done - [rosemary] [130/133] Fetching libnotify-0.8.6.pkg: ... done - [rosemary] [131/133] Fetching libGLU-9.0.3.pkg: .......... done - [rosemary] [132/133] Fetching lerc-4.0.0.pkg: .......... done - [rosemary] [133/133] Fetching py311-pygobject-3.50.0.pkg: .......... done - Checking integrity... - done (0 conflicting) - [rosemary] [1/133] Installing Imath-3.1.12... - [rosemary] [1/133] Extracting Imath-3.1.12: .......... done - [rosemary] [2/133] Installing dav1d-1.5.1_1... - [rosemary] [2/133] Extracting dav1d-1.5.1_1: .......... done - [rosemary] [3/133] Installing duktape-lib-2.7.0... - [rosemary] [3/133] Extracting duktape-lib-2.7.0: ......... done - [rosemary] [4/133] Installing fribidi-1.0.16... - [rosemary] [4/133] Extracting fribidi-1.0.16: .......... done - [rosemary] [5/133] Installing gdbm-1.25... - [rosemary] [5/133] Extracting gdbm-1.25: .......... done - [rosemary] [6/133] Installing giflib-5.2.2... - [rosemary] [6/133] Extracting giflib-5.2.2: .......... done - [rosemary] [7/133] Installing gmp-6.3.0... - [rosemary] [7/133] Extracting gmp-6.3.0: . - ......... done - [rosemary] [8/133] Installing gnome_subr-1.0... - [rosemary] [8/133] Extracting gnome_subr-1.0: .... done - [rosemary] [9/133] Installing graphite2-1.3.14... - [rosemary] [9/133] Extracting graphite2-1.3.14: .......... done - [rosemary] [10/133] Installing hicolor-icon-theme-0.18... - [rosemary] [10/133] Extracting hicolor-icon-theme-0.18: . done - [rosemary] [11/133] Installing highway-1.2.0... - [rosemary] [11/133] Extracting highway-1.2.0: .......... done - [rosemary] [12/133] Installing hunspell-1.7.2_1... - [rosemary] [12/133] Extracting hunspell-1.7.2_1: .......... done - [rosemary] [13/133] Installing hwdata-0.396,1... - [rosemary] [13/133] Extracting hwdata-0.396,1: .......... done - [rosemary] [14/133] Installing hyphen-2.8.8... - [rosemary] [14/133] Extracting hyphen-2.8.8: .......... done - [rosemary] [15/133] Installing icu-76.1,1... - [rosemary] [15/133] Extracting icu-76.1,1: .......... done - [rosemary] [16/133] Installing iso-codes-4.18.0... - [rosemary] [16/133] Extracting iso-codes-4.18.0: .......... done - [rosemary] [17/133] Installing jbigkit-2.1_3... - [rosemary] [17/133] Extracting jbigkit-2.1_3: .......... done - [rosemary] [18/133] Installing jpeg-turbo-3.1.1... - [rosemary] [18/133] Extracting jpeg-turbo-3.1.1: .......... done - [rosemary] [19/133] Installing lerc-4.0.0... - [rosemary] [19/133] Extracting lerc-4.0.0: ........ done - [rosemary] [20/133] Installing libICE-1.1.2,1... - [rosemary] [20/133] Extracting libICE-1.1.2,1: .......... done - [rosemary] [21/133] Installing libSM-1.2.6,1... - [rosemary] [21/133] Extracting libSM-1.2.6,1: .......... done - [rosemary] [22/133] Installing libXau-1.0.12... - [rosemary] [22/133] Extracting libXau-1.0.12: .......... done - [rosemary] [23/133] Installing libdaemon-0.14_1... - [rosemary] [23/133] Extracting libdaemon-0.14_1: .......... done - [rosemary] [24/133] Installing libdatrie-0.2.13_2... - [rosemary] [24/133] Extracting libdatrie-0.2.13_2: .......... done - [rosemary] [25/133] Installing libdeflate-1.24... - [rosemary] [25/133] Extracting libdeflate-1.24: .......... done - [rosemary] [26/133] Installing libedit-3.1.20250104,1... - [rosemary] [26/133] Extracting libedit-3.1.20250104,1: .......... done - [rosemary] [27/133] Installing libepoll-shim-0.0.20240608... - [rosemary] [27/133] Extracting libepoll-shim-0.0.20240608: .......... done - [rosemary] [28/133] Installing libevent-2.1.12... - [rosemary] [28/133] Extracting libevent-2.1.12: .......... done - [rosemary] [29/133] Installing libgpg-error-1.55... - [rosemary] [29/133] Extracting libgpg-error-1.55: .......... done - [rosemary] [30/133] Installing libgcrypt-1.11.2... - [rosemary] [30/133] Extracting libgcrypt-1.11.2: - .......... done - [rosemary] [31/133] Installing libinotify-20240724_1... - [rosemary] [31/133] Extracting libinotify-20240724_1: .......... done - [rosemary] [32/133] Installing libmspack-0.11alpha... - [rosemary] [32/133] Extracting libmspack-0.11alpha: ......... done - [rosemary] [33/133] Installing libpaper-1.1.28_1... - [rosemary] [33/133] Extracting libpaper-1.1.28_1: .......... done - [rosemary] [34/133] Installing libpciaccess-0.18.1_1... - [rosemary] [34/133] Extracting libpciaccess-0.18.1_1: ........ done - [rosemary] [35/133] Installing libdrm-2.4.123,1... - [rosemary] [35/133] Extracting libdrm-2.4.123,1: .......... done - [rosemary] [36/133] Installing libsysinfo-0.0.3_3... - [rosemary] [36/133] Extracting libsysinfo-0.0.3_3: ......... done - [rosemary] [37/133] Installing libtasn1-4.20.0_1... - [rosemary] [37/133] Extracting libtasn1-4.20.0_1: .......... done - [rosemary] [38/133] Installing libthai-0.1.29_1... - [rosemary] [38/133] Extracting libthai-0.1.29_1: .......... done - [rosemary] [39/133] Installing libudev-devd-0.6.0... - [rosemary] [39/133] Extracting libudev-devd-0.6.0: ........ done - [rosemary] [40/133] Installing libunwind-20240221_2... - [rosemary] [40/133] Extracting libunwind-20240221_2: .......... done - [rosemary] [41/133] Installing libxml2-2.14.5... - [rosemary] [41/133] Extracting libxml2-2.14.5: .......... done - [rosemary] [42/133] Installing libxshmfence-1.3.3... - [rosemary] [42/133] Extracting libxshmfence-1.3.3: ......... done - [rosemary] [43/133] Installing libxslt-1.1.43_1... - [rosemary] [43/133] Extracting libxslt-1.1.43_1: .......... done - [rosemary] [44/133] Installing libyuv-0.0.1789_2... - [rosemary] [44/133] Extracting libyuv-0.0.1789_2: .......... done - [rosemary] [45/133] Installing lua53-5.3.6_1... - [rosemary] [45/133] Extracting lua53-5.3.6_1: .......... done - [rosemary] [46/133] Installing lzo2-2.10_1... - [rosemary] [46/133] Extracting lzo2-2.10_1: .......... done - [rosemary] [47/133] Installing nettle-3.10.2... - [rosemary] [47/133] Extracting nettle-3.10.2: .......... done - [rosemary] [48/133] Installing openexr-3.3.5... - [rosemary] [48/133] Extracting openexr-3.3.5: .......... done - [rosemary] [49/133] Installing orc-0.4.41... - [rosemary] [49/133] Extracting orc-0.4.41: .......... done - [rosemary] [50/133] Installing p11-kit-0.25.5... - [rosemary] [50/133] Extracting p11-kit-0.25.5: .......... done - [rosemary] [51/133] Installing gnutls-3.8.10... - [rosemary] [51/133] Extracting gnutls-3.8.10: .......... done - [rosemary] [52/133] Installing pixman-0.46.2... - [rosemary] [52/133] Extracting pixman-0.46.2: ......... done - [rosemary] [53/133] Installing png-1.6.49... - [rosemary] [53/133] Extracting png-1.6.49: .......... done - [rosemary] [54/133] Installing freetype2-2.13.3... - [rosemary] [54/133] Extracting freetype2-2.13.3: .......... done - [rosemary] [55/133] Installing fontconfig-2.15.0_3,1... - [rosemary] [55/133] Extracting fontconfig-2.15.0_3,1: .......... done - [rosemary] [56/133] Installing py311-packaging-25.0... - [rosemary] [56/133] Extracting py311-packaging-25.0: .......... done - [rosemary] [57/133] Installing glib-2.84.1_2,2... - [rosemary] [57/133] Extracting glib-2.84.1_2,2: .... - ...... done - [rosemary] [58/133] Installing enchant2-2.8.10... - [rosemary] [58/133] Extracting enchant2-2.8.10: .......... done - [rosemary] [59/133] Installing gobject-introspection-1.84.0,1... - [rosemary] [59/133] Extracting gobject-introspection-1.84.0,1: .......... done - [rosemary] [60/133] Installing gsettings-desktop-schemas-47.1_2... - [rosemary] [60/133] Extracting gsettings-desktop-schemas-47.1_2: .......... done - [rosemary] [61/133] Installing gstreamer1-1.26.2... - [rosemary] [61/133] Extracting gstreamer1-1.26.2: .......... done - [rosemary] [62/133] Installing gstreamer1-plugins-1.26.2... - [rosemary] [62/133] Extracting gstreamer1-plugins-1.26.2: .......... done - [rosemary] [63/133] Installing harfbuzz-10.3.0... - [rosemary] [63/133] Extracting harfbuzz-10.3.0: .......... done - [rosemary] [64/133] Installing harfbuzz-icu-10.3.0... - [rosemary] [64/133] Extracting harfbuzz-icu-10.3.0: ........ done - [rosemary] [65/133] Installing json-glib-1.10.6... - [rosemary] [65/133] Extracting json-glib-1.10.6: .......... done - [rosemary] [66/133] Installing libgudev-237... - [rosemary] [66/133] Extracting libgudev-237: .......... done - [rosemary] [67/133] Installing libgusb-0.4.9_1... - [rosemary] [67/133] Extracting libgusb-0.4.9_1: .......... done - [rosemary] [68/133] Installing libproxy-0.5.10... - [rosemary] [68/133] Extracting libproxy-0.5.10: .......... done - [rosemary] [69/133] Installing glib-networking-2.80.1_1... - [rosemary] [69/133] Extracting glib-networking-2.80.1_1: .......... done - [rosemary] [70/133] Installing libsecret-0.21.7_1... - [rosemary] [70/133] Extracting libsecret-0.21.7_1: .......... done - [rosemary] [71/133] Installing pygobject-common-3.50.0... - [rosemary] [71/133] Extracting pygobject-common-3.50.0: ..... done - [rosemary] [72/133] Installing shared-mime-info-2.4_2... - [rosemary] [72/133] Extracting shared-mime-info-2.4_2: ......... done - [rosemary] [73/133] Installing sqlite3-3.50.2_1,1... - [rosemary] [73/133] Extracting sqlite3-3.50.2_1,1: .......... done - [rosemary] [74/133] Installing libsoup-2.74.3_1... - [rosemary] [74/133] Extracting libsoup-2.74.3_1: .......... done - [rosemary] [75/133] Installing libsoup3-3.6.5_2... - [rosemary] [75/133] Extracting libsoup3-3.6.5_2: .......... done - [rosemary] [76/133] Installing tex-kpathsea-6.4.1... - [rosemary] [76/133] Extracting tex-kpathsea-6.4.1: .......... done - [rosemary] [77/133] Installing tiff-4.7.0... - [rosemary] [77/133] Extracting tiff-4.7.0: .......... done - [rosemary] [78/133] Installing gdk-pixbuf2-2.42.12_2... - [rosemary] [78/133] Extracting gdk-pixbuf2-2.42.12_2: .......... done - [rosemary] [79/133] Installing gtk-update-icon-cache-3.24.42... - [rosemary] [79/133] Extracting gtk-update-icon-cache-3.24.42: .......... done - [rosemary] [80/133] Installing adwaita-icon-theme-legacy-46.2... - [rosemary] [80/133] Extracting adwaita-icon-theme-legacy-46.2: .......... done - [rosemary] [81/133] Installing adwaita-icon-theme-47.0... - [rosemary] [81/133] Extracting adwaita-icon-theme-47.0: .......... done - [rosemary] [82/133] Installing lcms2-2.17... - [rosemary] [82/133] Extracting lcms2-2.17: .......... done - [rosemary] [83/133] Installing libjxl-0.11.1_1... - [rosemary] [83/133] Extracting libjxl-0.11.1_1: .......... done - [rosemary] [84/133] Installing libnotify-0.8.6... - [rosemary] [84/133] Extracting libnotify-0.8.6: .......... done - [rosemary] [85/133] Installing geoclue-2.7.2... - [rosemary] [85/133] Extracting geoclue-2.7.2: .......... done - [rosemary] [86/133] Installing vmaf-3.0.0... - [rosemary] [86/133] Extracting vmaf-3.0.0: .......... done - [rosemary] [87/133] Installing aom-3.12.1... - [rosemary] [87/133] Extracting aom-3.12.1: .......... done - [rosemary] [88/133] Installing libavif-1.3.0_1... - [rosemary] [88/133] Extracting libavif-1.3.0_1: .......... done - [rosemary] [89/133] Installing wayland-1.23.1_1... - [rosemary] [89/133] Extracting wayland-1.23.1_1: .......... done - [rosemary] [90/133] Installing webp-1.5.0... - [rosemary] [90/133] Extracting webp-1.5.0: .......... done - [rosemary] [91/133] Installing libgd-2.3.3_13,1... - [rosemary] [91/133] Extracting libgd-2.3.3_13,1: .......... done - [rosemary] [92/133] Installing woff2-1.0.2_5... - [rosemary] [92/133] Extracting woff2-1.0.2_5: .......... done - [rosemary] [93/133] Installing xkeyboard-config-2.41_4... - [rosemary] [93/133] Extracting xkeyboard-config-2.41_4: .......... done - [rosemary] [94/133] Installing xorgproto-2024.1... - [rosemary] [94/133] Extracting xorgproto-2024.1: .......... done - [rosemary] [95/133] Installing libXdmcp-1.1.5... - [rosemary] [95/133] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [96/133] Installing libxcb-1.17.0... - [rosemary] [96/133] Extracting libxcb-1.17.0: .......... done - [rosemary] [97/133] Installing libX11-1.8.12,1... - [rosemary] [97/133] Extracting libX11-1.8.12,1: .......... done - [rosemary] [98/133] Installing dbus-1.16.2_3,1... - ===> Creating groups - Creating group 'messagebus' with gid '556' - ===> Creating users - Creating user 'messagebus' with uid '556' - [rosemary] [98/133] Extracting dbus-1.16.2_3,1: ......... done - [rosemary] [99/133] Installing dbus-glib-0.114... - [rosemary] [99/133] Extracting dbus-glib-0.114: .......... done - [rosemary] [100/133] Installing avahi-app-0.8_6... - ===> Creating groups - Creating group 'avahi' with gid '558' - ===> Creating users - Creating user 'avahi' with uid '558' - [rosemary] [100/133] Extracting avahi-app-0.8_6: .......... done - [rosemary] [101/133] Installing cups-2.4.11_1... - ===> Creating groups - Creating group 'cups' with gid '193' - ===> Creating users - Creating user 'cups' with uid '193' - [rosemary] [101/133] Extracting cups-2.4.11_1: .......... done - [rosemary] [102/133] Installing libXext-1.3.6,1... - [rosemary] [102/133] Extracting libXext-1.3.6,1: .......... done - [rosemary] [103/133] Installing libXfixes-6.0.1... - [rosemary] [103/133] Extracting libXfixes-6.0.1: .......... done - [rosemary] [104/133] Installing libXcomposite-0.4.6_1,1... - [rosemary] [104/133] Extracting libXcomposite-0.4.6_1,1: .......... done - [rosemary] [105/133] Installing libXdamage-1.1.6... - [rosemary] [105/133] Extracting libXdamage-1.1.6: ......... done - [rosemary] [106/133] Installing libXi-1.8.2,1... - [rosemary] [106/133] Extracting libXi-1.8.2,1: .......... done - [rosemary] [107/133] Installing libXinerama-1.1.5,1... - [rosemary] [107/133] Extracting libXinerama-1.1.5,1: .......... done - [rosemary] [108/133] Installing libXrender-0.9.12... - [rosemary] [108/133] Extracting libXrender-0.9.12: .......... done - [rosemary] [109/133] Installing cairo-1.18.2,3... - [rosemary] [109/133] Extracting cairo-1.18.2,3: .......... done - [rosemary] [110/133] Installing libXcursor-1.2.3... - [rosemary] [110/133] Extracting libXcursor-1.2.3: .......... done - [rosemary] [111/133] Installing libXft-2.3.8... - [rosemary] [111/133] Extracting libXft-2.3.8: .......... done - [rosemary] [112/133] Installing libXrandr-1.5.4... - [rosemary] [112/133] Extracting libXrandr-1.5.4: .......... done - [rosemary] [113/133] Installing libXtst-1.2.5... - [rosemary] [113/133] Extracting libXtst-1.2.5: .......... done - [rosemary] [114/133] Installing at-spi2-core-2.56.4... - [rosemary] [114/133] Extracting at-spi2-core-2.56.4: .......... done - [rosemary] [115/133] Installing libXxf86vm-1.1.6... - [rosemary] [115/133] Extracting libXxf86vm-1.1.6: .......... done - [rosemary] [116/133] Installing libglvnd-1.7.0... - [rosemary] [116/133] Extracting libglvnd-1.7.0: .......... done - [rosemary] [117/133] Installing libGLU-9.0.3... - [rosemary] [117/133] Extracting libGLU-9.0.3: ..... done - [rosemary] [118/133] Installing libepoxy-1.5.10... - [rosemary] [118/133] Extracting libepoxy-1.5.10: .......... done - [rosemary] [119/133] Installing libxkbcommon-1.8.1_3... - [rosemary] [119/133] Extracting libxkbcommon-1.8.1_3: .......... done - [rosemary] [120/133] Installing mesa-libs-24.1.7_1... - [rosemary] [120/133] Extracting mesa-libs-24.1.7_1: .......... done - [rosemary] [121/133] Installing pango-1.56.1... - [rosemary] [121/133] Extracting pango-1.56.1: .......... done - [rosemary] [122/133] Installing gstreamer1-plugins-bad-1.26.2... - [rosemary] [122/133] Extracting gstreamer1-plugins-bad-1.26.2: ..... - ..... done - [rosemary] [123/133] Installing librsvg2-rust-2.60.0_3... - [rosemary] [123/133] Extracting librsvg2-rust-2.60.0_3: .......... done - [rosemary] [124/133] Installing polkit-125_1... - ===> Creating groups - Creating group 'polkitd' with gid '565' - ===> Creating users - Creating user 'polkitd' with uid '565' - [rosemary] [124/133] Extracting polkit-125_1: ......... done - [rosemary] [125/133] Installing colord-1.4.8... - ===> Creating groups - Creating group 'colord' with gid '970' - ===> Creating users - Creating user 'colord' with uid '970' - [rosemary] [125/133] Extracting colord-1.4.8: .......... done - [rosemary] [126/133] Installing gtk3-3.24.50... - [rosemary] [126/133] Extracting gtk3-3.24.50: ... - ....... done - [rosemary] [127/133] Installing py311-cairo-1.28.0,1... - [rosemary] [127/133] Extracting py311-cairo-1.28.0,1: .......... done - [rosemary] [128/133] Installing py311-pygobject-3.50.0... - [rosemary] [128/133] Extracting py311-pygobject-3.50.0: .......... done - [rosemary] [129/133] Installing graphene-1.10.8_1... - [rosemary] [129/133] Extracting graphene-1.10.8_1: .......... done - [rosemary] [130/133] Installing gstreamer1-plugins-gl-1.26.2... - [rosemary] [130/133] Extracting gstreamer1-plugins-gl-1.26.2: .......... done - [rosemary] [131/133] Installing webkit2-gtk_40-2.46.6_1... - [rosemary] [131/133] Extracting webkit2-gtk_40-2.46.6_1: - .......... done - [rosemary] [132/133] Installing wx30-gtk3-3.0.5.1_6... - [rosemary] [132/133] Extracting wx30-gtk3-3.0.5.1_6: ......... - . done - [rosemary] [133/133] Installing gnuplot-5.4.10_3... - [rosemary] [133/133] Extracting gnuplot-5.4.10_3: .......... done - ==> Running trigger: shared-mime-info.ucl - Building the Shared MIME-Info database cache - ==> 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: 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: fontconfig.ucl - Running fc-cache to build fontconfig cache... - ==> Running trigger: gdk-pixbuf-query-loaders.ucl - Generating gdk-pixbuf modules cache - ===== - Message from libinotify-20240724_1: - - -- - 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_1: - - -- - Additional packages recommended for new users: - - imlib2-jxl (e.g., feh, scrot) - - kf5-kimageformats (e.g., nomacs, flameshot, skanlite) - - gimp-jxl-plugin - ===== - Message from wayland-1.23.1_1: - - -- - Wayland requires XDG_RUNTIME_DIR to be defined to a path that will - contain "wayland-%d" unix(4) sockets. This is usually handled by - consolekit2 (via ck-launch-session) or pam_xdg (via login). - ===== - 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-09-18 08:06.26 ---> saved as "4911bd8345a95804bb30f957d8da2a30ae05786cd723cb64f53b9de2bcbf86f5" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 34 packages ∗ afl-persistent 1.4 ∗ alcotest 1.9.0 ∗ astring 0.8.5 ∗ base-bytes base ∗ cmdliner 1.3.0 ∗ conf-gnuplot 0.1 ∗ cppo 1.8.0 ∗ crowbar 0.2.1 ∗ csexp 1.5.2 ∗ dune 3.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.17.0 ∗ 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.36.0 ∗ re 1.13.2 ∗ seq base ∗ 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.0 (cached) ⬇ retrieved cmdliner.1.3.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) ⬇ retrieved metrics.0.5.0, metrics-unix.0.5.0 (cached) ⬇ retrieved lwt.5.9.2 (cached) ⬇ retrieved mtime.2.1.0 (cached) ⬇ retrieved ocaml-compiler-libs.v0.17.0 (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.13.2 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved stdlib-shims.0.3.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 ppxlib.0.36.0 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) ∗ installed cmdliner.1.3.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 re.1.13.2 ∗ installed yojson.3.0.0 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed metrics.0.5.0 ∗ installed cppo.1.8.0 ∗ installed ocplib-endian.1.2 ∗ installed crowbar.0.2.1 ∗ installed alcotest.1.9.0 ∗ installed dune-configurator.3.20.2 ∗ installed lwt.5.9.2 ∗ installed metrics-unix.0.5.0 ∗ installed logs.0.9.0 ∗ installed ppxlib.0.36.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 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl 2025-09-18 08:07.27 ---> saved as "0ac7bca6fa6bc30ca58e0b159de805cddd20941c16d54ace446860bc32516fd6" /src: (copy (src .) (dst /src)) 2025-09-18 08:07.27 ---> saved as "963639facdc5d2b930690ed5cd877be79f7ff18c25ac9d78ac3c4a049e97a10b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I src/.index.objs/byte -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/mtime -I /home/opam/.opam/5.3.0/lib/mtime/clock -I /home/opam/.opam/5.3.0/lib/stdlib-shims -cmi-file src/.index.objs/byte/index__Stats.cmi -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/5.3.0/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/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/mtime -I /home/opam/.opam/5.3.0/lib/mtime/clock -I /home/opam/.opam/5.3.0/lib/stdlib-shims -cmi-file src/.index.objs/byte/index__Stats.cmi -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/5.3.0/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 -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Io_array.cmi -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/5.3.0/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/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Common.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Common.cmx -c -impl test/unix/common.ml) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). 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/5.3.0/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 -bin-annot-occurrences -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/threaded -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I src/.index.objs/byte -cmi-file src/unix/.index_unix.objs/byte/index_unix.cmi -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/5.3.0/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 -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Common.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Common.cmo -c -impl test/unix/common.ml) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). 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/5.3.0/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/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Io_array.cmi -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/5.3.0/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 -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmo -c -impl test/unix/force_merge.ml) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). (cd _build/default && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Main.cmi -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/5.3.0/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/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Force_merge.cmx -c -impl test/unix/force_merge.ml) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). (cd _build/default && /home/opam/.opam/5.3.0/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/5.3.0/lib/alcotest -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/logs/fmt -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Main.cmi -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/5.3.0/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 -bin-annot-occurrences -I bench/.bench.eobjs/byte -I /home/opam/.opam/5.3.0/lib/cmdliner -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/metrics -I /home/opam/.opam/5.3.0/lib/metrics-unix -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I /home/opam/.opam/5.3.0/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file bench/.bench.eobjs/byte/dune__exe__Bench.cmi -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). File "bench/bench.ml", line 498, characters 16-27: 498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s) ^^^^^^^^^^^ Error (alert deprecated): Cmdliner.Arg.env_var Use Cmd.Env.info instead. File "bench/bench.ml", line 561, characters 9-13: 561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc) ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "bench/bench.ml", line 561, characters 40-49: 561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc) ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "bench/bench.ml", line 592, characters 4-13: 592 | Term.info "run" ~doc ~exits:Term.default_exits ) ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "bench/bench.ml", line 592, characters 32-50: 592 | Term.info "run" ~doc ~exits:Term.default_exits ) ^^^^^^^^^^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.default_exits Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead. File "bench/bench.ml", line 596, characters 8-12: 596 | Term.(exit @@ eval_choice cmd choices) ^^^^ Error (alert deprecated): Cmdliner.Term.exit Use Stdlib.exit and Cmd.eval instead. File "bench/bench.ml", line 596, characters 16-27: 596 | Term.(exit @@ eval_choice cmd choices) ^^^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.eval_choice Use Cmd.group and one of Cmd.eval* instead. (cd _build/default && /home/opam/.opam/5.3.0/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/5.3.0/lib/cmdliner -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/metrics -I /home/opam/.opam/5.3.0/lib/metrics-unix -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.3.0/lib/re -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I /home/opam/.opam/5.3.0/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 -cmi-file bench/.bench.eobjs/byte/dune__exe__Bench.cmi -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). File "bench/bench.ml", line 498, characters 16-27: 498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s) ^^^^^^^^^^^ Error (alert deprecated): Cmdliner.Arg.env_var Use Cmd.Env.info instead. File "bench/bench.ml", line 561, characters 9-13: 561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc) ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "bench/bench.ml", line 561, characters 40-49: 561 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc) ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "bench/bench.ml", line 592, characters 4-13: 592 | Term.info "run" ~doc ~exits:Term.default_exits ) ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "bench/bench.ml", line 592, characters 32-50: 592 | Term.info "run" ~doc ~exits:Term.default_exits ) ^^^^^^^^^^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.default_exits Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead. File "bench/bench.ml", line 596, characters 8-12: 596 | Term.(exit @@ eval_choice cmd choices) ^^^^ Error (alert deprecated): Cmdliner.Term.exit Use Stdlib.exit and Cmd.eval instead. File "bench/bench.ml", line 596, characters 16-27: 596 | Term.(exit @@ eval_choice cmd choices) ^^^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.eval_choice Use Cmd.group and one of Cmd.eval* instead. jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.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_853_291" "mount.devfs" "path=/obuilder/result/74a321202611b3aa3dd14bff2f461a78edb55771a4e75d83d478d1f79ed6c49d/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.36.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.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-09-18 08:08.47: Job failed: Failed: Build failed