2025-10-27 22:43.23: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (5d3133c4a461d00eb97cc31b09d8126e49632c0f) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.4)Base: freebsd-14.3-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard 5d3133c4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-5.4# freebsd-14.3-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam ./RUN opam pin add -yn metrics.dev './' && \opam pin add -yn metrics-unix.dev './' && \opam pin add -yn metrics-rusage.dev './' && \opam pin add -yn metrics-lwt.dev './' && \opam pin add -yn metrics-influx.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-27 22:43.23: Using cache hint "mirage/metrics-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.4-d69f9c8a29338b68fee0e19152ac7397"2025-10-27 22:43.23: Using OBuilder spec:((from freebsd-14.3-ocaml-5.4)(comment freebsd-14.3-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)(dst ./))(run (network host)(shell "opam pin add -yn metrics.dev './' && \\nopam pin add -yn metrics-unix.dev './' && \\nopam pin add -yn metrics-rusage.dev './' && \\nopam pin add -yn metrics-lwt.dev './' && \\nopam pin add -yn metrics-influx.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4")(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 metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-10-27 22:43.23: Waiting for resource in pool OCluster2025-10-28 00:45.04: Waiting for worker…2025-10-28 01:37.43: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 5d3133c changes for 0.5.0(from freebsd-14.3-ocaml-5.4)2025-10-28 01:38.39 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache/: (comment freebsd-14.3-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))2025-10-28 01:38.39 ---> using "3a594302e099be4d1fe17d31961c678e53238e61e9f64fbe865d05a177bbd49f" 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-repository2025-10-28 01:38.39 ---> using "966aea62bfa80234ccffa3e603e9d2a2c27a29ab53d209038b434e38821f2fb7" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 5.4.02.4.12025-10-28 01:38.39 ---> using "901289cfc1072ebb5c56e6766d7e4b0939435c511aca0ca5e37a81de9f740bdb" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-28 01:38.39 ---> using "1dc6b19784012bf1d34b6ef08bc9997df686c93fa70b17674c490e435d82e9d9" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.2025-10-28 01:38.40 ---> using "dd2b5baaf84fb0d75e584a4435ad4c2f992562f175b774598ca383b29dc33bdf" from cache/src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)(dst ./))2025-10-28 01:38.40 ---> saved as "3454d5969743918c6069f63cc54a483832f8ca407493755cdf36d7f196abe912"/src: (run (network host)(shell "opam pin add -yn metrics.dev './' && \\nopam pin add -yn metrics-unix.dev './' && \\nopam pin add -yn metrics-rusage.dev './' && \\nopam pin add -yn metrics-lwt.dev './' && \\nopam pin add -yn metrics-influx.dev './'"))[metrics.dev] synchronised (file:///src)metrics is now pinned to file:///src (version dev)[metrics-unix.dev] synchronised (file:///src)metrics-unix is now pinned to file:///src (version dev)[metrics-rusage.dev] synchronised (file:///src)metrics-rusage is now pinned to file:///src (version dev)[metrics-lwt.dev] synchronised (file:///src)metrics-lwt is now pinned to file:///src (version dev)[metrics-influx.dev] synchronised (file:///src)metrics-influx is now pinned to file:///src (version dev)2025-10-28 01:38.45 ---> saved as "28d3bb32d83b93c18f4e333554ee72c67717acb27279e3b84813a9d036efa820"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-28 01:38.45 ---> saved as "a67fa50ddbfd174bc39e0d17542b377860ec3f349ae7d65a7301426163f5a9b5"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4")/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 metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[metrics-lwt.dev] synchronised (file:///src)[metrics-influx.dev] synchronised (file:///src)[metrics.dev] synchronised (file:///src)[metrics-rusage.dev] synchronised (file:///src)[metrics-unix.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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. 36615 packages processed.- Updating FreeBSD-kmods repository catalogue...- [rosemary] Fetching data.pkg: .. done- Processing entries: .......... done- FreeBSD-kmods repository update completed. 213 packages processed.- All repositories are up to date.- New version of pkg detected; it needs to be installed first.- The following 1 package(s) will be affected (of 0 checked):-- Installed packages to be UPGRADED:- pkg: 2.3.1 -> 2.3.1_1 [FreeBSD]-- Number of packages to be upgraded: 1-- 12 MiB to be downloaded.- [rosemary] [1/1] Fetching pkg-2.3.1_1.pkg: .- ..- ..- ...- .. done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Upgrading pkg from 2.3.1 to 2.3.1_1...- [rosemary] [1/1] Extracting pkg-2.3.1_1: ..- ........ done- Updating FreeBSD repository catalogue...- FreeBSD repository is up to date.- Updating FreeBSD-kmods repository catalogue...- FreeBSD-kmods repository is up to date.- All repositories are up to date.- The following 134 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- Imath: 3.2.1 [FreeBSD]- adwaita-icon-theme: 47.0 [FreeBSD]- adwaita-icon-theme-legacy: 46.2 [FreeBSD]- aom: 3.13.1 [FreeBSD]- at-spi2-core: 2.56.4 [FreeBSD]- avahi-app: 0.8_6 [FreeBSD]- cairo: 1.18.2,3 [FreeBSD]- colord: 1.4.8 [FreeBSD]- cups: 2.4.14 [FreeBSD]- dav1d: 1.5.1_1 [FreeBSD]- dbus: 1.16.2_4,1 [FreeBSD]- dbus-glib: 0.114 [FreeBSD]- duktape-lib: 2.7.0_1 [FreeBSD]- enchant2: 2.8.10 [FreeBSD]- fontconfig: 2.15.0_3,1 [FreeBSD]- freetype2: 2.13.3 [FreeBSD]- fribidi: 1.0.16 [FreeBSD]- gdbm: 1.26 [FreeBSD]- gdk-pixbuf2: 2.44.1 [FreeBSD]- geoclue: 2.8.0 [FreeBSD]- giflib: 5.2.2 [FreeBSD]- glib: 2.84.1_3,2 [FreeBSD]- glib-networking: 2.80.1_1 [FreeBSD]- gmp: 6.3.0 [FreeBSD]- gnome_subr: 1.0 [FreeBSD]- gnuplot: 5.4.10_3 [FreeBSD]- gnutls: 3.8.10 [FreeBSD]- gobject-introspection: 1.84.0,1 [FreeBSD]- graphene: 1.10.8_1 [FreeBSD]- graphite2: 1.3.14 [FreeBSD]- gsettings-desktop-schemas: 47.1_2 [FreeBSD]- gstreamer1: 1.26.6 [FreeBSD]- gstreamer1-plugins: 1.26.6 [FreeBSD]- gstreamer1-plugins-bad: 1.26.6 [FreeBSD]- gstreamer1-plugins-gl: 1.26.6 [FreeBSD]- gtk-update-icon-cache: 3.24.42 [FreeBSD]- gtk3: 3.24.50 [FreeBSD]- harfbuzz: 10.3.0 [FreeBSD]- harfbuzz-icu: 10.3.0 [FreeBSD]- hicolor-icon-theme: 0.18 [FreeBSD]- highway: 1.3.0 [FreeBSD]- hunspell: 1.7.2_1 [FreeBSD]- hwdata: 0.399,1 [FreeBSD]- hyphen: 2.8.8 [FreeBSD]- icu: 76.1,1 [FreeBSD]- iso-codes: 4.18.0 [FreeBSD]- jbigkit: 2.1_3 [FreeBSD]- jpeg-turbo: 3.1.2 [FreeBSD]- json-glib: 1.10.8 [FreeBSD]- lcms2: 2.17 [FreeBSD]- lerc: 4.0.0 [FreeBSD]- libGLU: 9.0.3 [FreeBSD]- libICE: 1.1.2,1 [FreeBSD]- libSM: 1.2.6,1 [FreeBSD]- libX11: 1.8.12,1 [FreeBSD]- libXau: 1.0.12 [FreeBSD]- libXcomposite: 0.4.6_1,1 [FreeBSD]- libXcursor: 1.2.3 [FreeBSD]- libXdamage: 1.1.6 [FreeBSD]- libXdmcp: 1.1.5 [FreeBSD]- libXext: 1.3.6,1 [FreeBSD]- libXfixes: 6.0.1 [FreeBSD]- libXft: 2.3.8 [FreeBSD]- libXi: 1.8.2,1 [FreeBSD]- libXinerama: 1.1.5,1 [FreeBSD]- libXrandr: 1.5.4 [FreeBSD]- libXrender: 0.9.12 [FreeBSD]- libXtst: 1.2.5 [FreeBSD]- libXxf86vm: 1.1.6 [FreeBSD]- libavif: 1.3.0_2 [FreeBSD]- libdaemon: 0.14_1 [FreeBSD]- libdatrie: 0.2.13_2 [FreeBSD]- libdeflate: 1.24 [FreeBSD]- libdrm: 2.4.123,1 [FreeBSD]- libedit: 3.1.20250104,1 [FreeBSD]- libepoll-shim: 0.0.20240608 [FreeBSD]- libepoxy: 1.5.10 [FreeBSD]- libevent: 2.1.12 [FreeBSD]- libgcrypt: 1.11.2 [FreeBSD]- libgd: 2.3.3_13,1 [FreeBSD]- libglvnd: 1.7.0 [FreeBSD]- libgpg-error: 1.55 [FreeBSD]- libgudev: 237 [FreeBSD]- libgusb: 0.4.9_1 [FreeBSD]- libinotify: 20240724_3 [FreeBSD]- libjxl: 0.11.1_2 [FreeBSD]- libmspack: 0.11alpha [FreeBSD]- libnotify: 0.8.7 [FreeBSD]- libpaper: 1.1.28_1 [FreeBSD]- libpciaccess: 0.18.1_1 [FreeBSD]- libproxy: 0.5.10 [FreeBSD]- librsvg2-rust: 2.60.0_5 [FreeBSD]- libsecret: 0.21.7_1 [FreeBSD]- libsoup: 2.74.3_1 [FreeBSD]- libsoup3: 3.6.5_2 [FreeBSD]- libsysinfo: 0.0.3_3 [FreeBSD]- libtasn1: 4.20.0_1 [FreeBSD]- libthai: 0.1.29_1 [FreeBSD]- libudev-devd: 0.6.0 [FreeBSD]- libunwind: 20240221_2 [FreeBSD]- libxcb: 1.17.0 [FreeBSD]- libxkbcommon: 1.8.1_3 [FreeBSD]- libxml2: 2.14.5 [FreeBSD]- libxshmfence: 1.3.3 [FreeBSD]- libxslt: 1.1.43_1 [FreeBSD]- libyuv: 0.0.1903 [FreeBSD]- lua53: 5.3.6_1 [FreeBSD]- lzo2: 2.10_1 [FreeBSD]- mesa-libs: 24.1.7_1 [FreeBSD]- nettle: 3.10.2 [FreeBSD]- openexr: 3.4.0 [FreeBSD]- openjph: 0.22.0 [FreeBSD]- orc: 0.4.41_1 [FreeBSD]- p11-kit: 0.25.10 [FreeBSD]- pango: 1.56.4 [FreeBSD]- pixman: 0.46.2 [FreeBSD]- png: 1.6.50 [FreeBSD]- polkit: 125_1 [FreeBSD]- py311-cairo: 1.28.0,1 [FreeBSD]- py311-packaging: 25.0 [FreeBSD]- py311-pygobject: 3.50.0 [FreeBSD]- pygobject-common: 3.50.0 [FreeBSD]- shared-mime-info: 2.4_2 [FreeBSD]- sqlite3: 3.50.2_1,1 [FreeBSD]- tex-kpathsea: 6.4.1 [FreeBSD]- tiff: 4.7.0 [FreeBSD]- vmaf: 3.0.0 [FreeBSD]- wayland: 1.24.0_2 [FreeBSD]- webkit2-gtk_40: 2.46.6_4 [FreeBSD]- webp: 1.6.0 [FreeBSD]- woff2: 1.0.2_5 [FreeBSD]- wx30-gtk3: 3.0.5.1_7 [FreeBSD]- xkeyboard-config: 2.41_4 [FreeBSD]- xorgproto: 2024.1 [FreeBSD]-- Number of packages to be installed: 134-- The process will require 815 MiB more space.- 151 MiB to be downloaded.- [rosemary] [1/134] Fetching duktape-lib-2.7.0_1.pkg: .......... done- [rosemary] [2/134] Fetching png-1.6.50.pkg: .......... done- [rosemary] [3/134] Fetching glib-networking-2.80.1_1.pkg: .......... done- [rosemary] [4/134] Fetching hyphen-2.8.8.pkg: ..... done- [rosemary] [5/134] Fetching libxcb-1.17.0.pkg: .......... done- [rosemary] [6/134] Fetching libdatrie-0.2.13_2.pkg: ... done- [rosemary] [7/134] Fetching freetype2-2.13.3.pkg: .- ......... done- [rosemary] [8/134] Fetching jpeg-turbo-3.1.2.pkg: .......... done- [rosemary] [9/134] Fetching graphene-1.10.8_1.pkg: .......... done- [rosemary] [10/134] Fetching libproxy-0.5.10.pkg: .......... done- [rosemary] [11/134] Fetching librsvg2-rust-2.60.0_5.pkg:- .......... done- [rosemary] [12/134] Fetching libglvnd-1.7.0.pkg: .......... done- [rosemary] [13/134] Fetching gstreamer1-plugins-bad-1.26.6.pkg: .....- ..... done- [rosemary] [14/134] Fetching libxslt-1.1.43_1.pkg: .......... done- [rosemary] [15/134] Fetching cups-2.4.14.pkg: .......... done- [rosemary] [16/134] Fetching gobject-introspection-1.84.0,1.pkg: .......... done- [rosemary] [17/134] Fetching nettle-3.10.2.pkg: .......... done- [rosemary] [18/134] Fetching libXrandr-1.5.4.pkg: .. done- [rosemary] [19/134] Fetching lzo2-2.10_1.pkg: ........ done- [rosemary] [20/134] Fetching adwaita-icon-theme-legacy-46.2.pkg: .......... done- [rosemary] [21/134] Fetching lcms2-2.17.pkg: .......... done- [rosemary] [22/134] Fetching adwaita-icon-theme-47.0.pkg: .......... done- [rosemary] [23/134] Fetching woff2-1.0.2_5.pkg: .... done- [rosemary] [24/134] Fetching libthai-0.1.29_1.pkg: .......... done- [rosemary] [25/134] Fetching wx30-gtk3-3.0.5.1_7.pkg: .......... done- [rosemary] [26/134] Fetching polkit-125_1.pkg: .......... done- [rosemary] [27/134] Fetching libsoup3-3.6.5_2.pkg: .......... done- [rosemary] [28/134] Fetching gtk-update-icon-cache-3.24.42.pkg: ...... done- [rosemary] [29/134] Fetching libdeflate-1.24.pkg: ...... done- [rosemary] [30/134] Fetching fribidi-1.0.16.pkg: ..... done- [rosemary] [31/134] Fetching libXxf86vm-1.1.6.pkg: . done- [rosemary] [32/134] Fetching libmspack-0.11alpha.pkg: ..... done- [rosemary] [33/134] Fetching vmaf-3.0.0.pkg: .......... done- [rosemary] [34/134] Fetching libXdamage-1.1.6.pkg: . done- [rosemary] [35/134] Fetching libtasn1-4.20.0_1.pkg: ......... done- [rosemary] [36/134] Fetching libdrm-2.4.123,1.pkg: .........- . done- [rosemary] [37/134] Fetching libXfixes-6.0.1.pkg: . done- [rosemary] [38/134] Fetching libXinerama-1.1.5,1.pkg: . done- [rosemary] [39/134] Fetching gnome_subr-1.0.pkg: . done- [rosemary] [40/134] Fetching libxml2-2.14.5.pkg: .......... done- [rosemary] [41/134] Fetching wayland-1.24.0_2.pkg: ......... done- [rosemary] [42/134] Fetching aom-3.13.1.pkg: .......... done- [rosemary] [43/134] Fetching orc-0.4.41_1.pkg: ......- .... done- [rosemary] [44/134] Fetching lua53-5.3.6_1.pkg: .......... done- [rosemary] [45/134] Fetching libgd-2.3.3_13,1.pkg: .......... done- [rosemary] [46/134] Fetching gdk-pixbuf2-2.44.1.pkg: .......... done- [rosemary] [47/134] Fetching icu-76.1,1.pkg: .....- ..... done- [rosemary] [48/134] Fetching libgusb-0.4.9_1.pkg: ...- ....... done- [rosemary] [49/134] Fetching gnutls-3.8.10.pkg: .......... done- [rosemary] [50/134] Fetching hicolor-icon-theme-0.18.pkg: . done- [rosemary] [51/134] Fetching libxshmfence-1.3.3.pkg: . done- [rosemary] [52/134] Fetching py311-packaging-25.0.pkg: ......... done- [rosemary] [53/134] Fetching harfbuzz-icu-10.3.0.pkg: . done- [rosemary] [54/134] Fetching libepoll-shim-0.0.20240608.pkg: . done- [rosemary] [55/134] Fetching libpaper-1.1.28_1.pkg: .. done- [rosemary] [56/134] Fetching colord-1.4.8.pkg: .......... done- [rosemary] [57/134] Fetching libjxl-0.11.1_2.pkg: .......... done- [rosemary] [58/134] Fetching py311-cairo-1.28.0,1.pkg: ....... done- [rosemary] [59/134] Fetching libX11-1.8.12,1.pkg: .......... done- [rosemary] [60/134] Fetching giflib-5.2.2.pkg: .......... done- [rosemary] [61/134] Fetching libXrender-0.9.12.pkg: .. done- [rosemary] [62/134] Fetching xorgproto-2024.1.pkg: .......... done- [rosemary] [63/134] Fetching libsoup-2.74.3_1.pkg: .......... done- [rosemary] [64/134] Fetching tex-kpathsea-6.4.1.pkg: .......... done- [rosemary] [65/134] Fetching libXtst-1.2.5.pkg: . done- [rosemary] [66/134] Fetching libXi-1.8.2,1.pkg: ........ done- [rosemary] [67/134] Fetching libXft-2.3.8.pkg: ...... done- [rosemary] [68/134] Fetching gtk3-3.24.50.pkg: ......- .... done- [rosemary] [69/134] Fetching webp-1.6.0.pkg: .......... done- [rosemary] [70/134] Fetching libepoxy-1.5.10.pkg: .......... done- [rosemary] [71/134] Fetching hwdata-0.399,1.pkg: .....- ..... done- [rosemary] [72/134] Fetching cairo-1.18.2,3.pkg: .......... done- [rosemary] [73/134] Fetching graphite2-1.3.14.pkg: ....... done- [rosemary] [74/134] Fetching shared-mime-info-2.4_2.pkg: .......... done- [rosemary] [75/134] Fetching libgudev-237.pkg: .... done- [rosemary] [76/134] Fetching hunspell-1.7.2_1.pkg: .......... done- [rosemary] [77/134] Fetching harfbuzz-10.3.0.pkg: .......... done- [rosemary] [78/134] Fetching libevent-2.1.12.pkg: .......... done- [rosemary] [79/134] Fetching libinotify-20240724_3.pkg: .. done- [rosemary] [80/134] Fetching mesa-libs-24.1.7_1.pkg: ........- .. done- [rosemary] [81/134] Fetching gdbm-1.26.pkg: .......... done- [rosemary] [82/134] Fetching libpciaccess-0.18.1_1.pkg: . done- [rosemary] [83/134] Fetching gstreamer1-plugins-gl-1.26.6.pkg: .......... done- [rosemary] [84/134] Fetching avahi-app-0.8_6.pkg: .......... done- [rosemary] [85/134] Fetching enchant2-2.8.10.pkg: ..... done- [rosemary] [86/134] Fetching gstreamer1-plugins-1.26.6.pkg: .......... done- [rosemary] [87/134] Fetching openjph-0.22.0.pkg: .......... done- [rosemary] [88/134] Fetching dbus-1.16.2_4,1.pkg: .......... done- [rosemary] [89/134] Fetching libedit-3.1.20250104,1.pkg: ........- .. done- [rosemary] [90/134] Fetching libXcursor-1.2.3.pkg: ... done- [rosemary] [91/134] Fetching highway-1.3.0.pkg: .......... done- [rosemary] [92/134] Fetching libgcrypt-1.11.2.pkg: .......... done- [rosemary] [93/134] Fetching json-glib-1.10.8.pkg: .......... done- [rosemary] [94/134] Fetching webkit2-gtk_40-2.46.6_4.pkg: ..- ....- .... done- [rosemary] [95/134] Fetching libsecret-0.21.7_1.pkg: .......... done- [rosemary] [96/134] Fetching pygobject-common-3.50.0.pkg: . done- [rosemary] [97/134] Fetching libudev-devd-0.6.0.pkg: . done- [rosemary] [98/134] Fetching libavif-1.3.0_2.pkg: .......... done- [rosemary] [99/134] Fetching libunwind-20240221_2.pkg: .......... done- [rosemary] [100/134] Fetching pango-1.56.4.pkg: .......... done- [rosemary] [101/134] Fetching libgpg-error-1.55.pkg: .......... done- [rosemary] [102/134] Fetching gmp-6.3.0.pkg: .......... done- [rosemary] [103/134] Fetching gstreamer1-1.26.6.pkg: .......... done- [rosemary] [104/134] Fetching Imath-3.2.1.pkg: ......... done- [rosemary] [105/134] Fetching libXext-1.3.6,1.pkg: ....... done- [rosemary] [106/134] Fetching p11-kit-0.25.10.pkg: .......... done- [rosemary] [107/134] Fetching dbus-glib-0.114.pkg: .......... done- [rosemary] [108/134] Fetching libsysinfo-0.0.3_3.pkg: .. done- [rosemary] [109/134] Fetching libXau-1.0.12.pkg: . done- [rosemary] [110/134] Fetching libICE-1.1.2,1.pkg: ....... done- [rosemary] [111/134] Fetching libXcomposite-0.4.6_1,1.pkg: . done- [rosemary] [112/134] Fetching libyuv-0.0.1903.pkg: .......... done- [rosemary] [113/134] Fetching fontconfig-2.15.0_3,1.pkg: .......... done- [rosemary] [114/134] Fetching pixman-0.46.2.pkg: .......... done- [rosemary] [115/134] Fetching dav1d-1.5.1_1.pkg: .......... done- [rosemary] [116/134] Fetching gsettings-desktop-schemas-47.1_2.pkg: .......... done- [rosemary] [117/134] Fetching at-spi2-core-2.56.4.pkg: .......... done- [rosemary] [118/134] Fetching sqlite3-3.50.2_1,1.pkg: .......... done- [rosemary] [119/134] Fetching libSM-1.2.6,1.pkg: .. done- [rosemary] [120/134] Fetching openexr-3.4.0.pkg: .......... done- [rosemary] [121/134] Fetching glib-2.84.1_3,2.pkg: .....- ..... done- [rosemary] [122/134] Fetching geoclue-2.8.0.pkg: .......... done- [rosemary] [123/134] Fetching xkeyboard-config-2.41_4.pkg: ........ done- [rosemary] [124/134] Fetching libxkbcommon-1.8.1_3.pkg: .......... done- [rosemary] [125/134] Fetching jbigkit-2.1_3.pkg: ..... done- [rosemary] [126/134] Fetching libdaemon-0.14_1.pkg: ... done- [rosemary] [127/134] Fetching iso-codes-4.18.0.pkg: .......... done- [rosemary] [128/134] Fetching libXdmcp-1.1.5.pkg: . done- [rosemary] [129/134] Fetching tiff-4.7.0.pkg: .......... done- [rosemary] [130/134] Fetching gnuplot-5.4.10_3.pkg: .......... done- [rosemary] [131/134] Fetching libnotify-0.8.7.pkg: ... done- [rosemary] [132/134] Fetching libGLU-9.0.3.pkg: .......... done- [rosemary] [133/134] Fetching lerc-4.0.0.pkg: .......... done- [rosemary] [134/134] Fetching py311-pygobject-3.50.0.pkg: .......... done- Checking integrity...- done (0 conflicting)- [rosemary] [1/134] Installing Imath-3.2.1...- [rosemary] [1/134] Extracting Imath-3.2.1: .......... done- [rosemary] [2/134] Installing dav1d-1.5.1_1...- [rosemary] [2/134] Extracting dav1d-1.5.1_1: .......... done- [rosemary] [3/134] Installing duktape-lib-2.7.0_1...- [rosemary] [3/134] Extracting duktape-lib-2.7.0_1: ......... done- [rosemary] [4/134] Installing fribidi-1.0.16...- [rosemary] [4/134] Extracting fribidi-1.0.16: .......... done- [rosemary] [5/134] Installing gdbm-1.26...- [rosemary] [5/134] Extracting gdbm-1.26: .......... done- [rosemary] [6/134] Installing giflib-5.2.2...- [rosemary] [6/134] Extracting giflib-5.2.2: .......... done- [rosemary] [7/134] Installing gmp-6.3.0...- [rosemary] [7/134] Extracting gmp-6.3.0: .......... done- [rosemary] [8/134] Installing gnome_subr-1.0...- [rosemary] [8/134] Extracting gnome_subr-1.0: .... done- [rosemary] [9/134] Installing graphite2-1.3.14...- [rosemary] [9/134] Extracting graphite2-1.3.14: .......... done- [rosemary] [10/134] Installing hicolor-icon-theme-0.18...- [rosemary] [10/134] Extracting hicolor-icon-theme-0.18: . done- [rosemary] [11/134] Installing highway-1.3.0...- [rosemary] [11/134] Extracting highway-1.3.0: .......... done- [rosemary] [12/134] Installing hunspell-1.7.2_1...- [rosemary] [12/134] Extracting hunspell-1.7.2_1: .......... done- [rosemary] [13/134] Installing hwdata-0.399,1...- [rosemary] [13/134] Extracting hwdata-0.399,1: .......... done- [rosemary] [14/134] Installing hyphen-2.8.8...- [rosemary] [14/134] Extracting hyphen-2.8.8: .......... done- [rosemary] [15/134] Installing icu-76.1,1...- [rosemary] [15/134] Extracting icu-76.1,1: .......... done- [rosemary] [16/134] Installing iso-codes-4.18.0...- [rosemary] [16/134] Extracting iso-codes-4.18.0: .- ......... done- [rosemary] [17/134] Installing jbigkit-2.1_3...- [rosemary] [17/134] Extracting jbigkit-2.1_3: .......... done- [rosemary] [18/134] Installing jpeg-turbo-3.1.2...- [rosemary] [18/134] Extracting jpeg-turbo-3.1.2: .......... done- [rosemary] [19/134] Installing lerc-4.0.0...- [rosemary] [19/134] Extracting lerc-4.0.0: ........ done- [rosemary] [20/134] Installing libICE-1.1.2,1...- [rosemary] [20/134] Extracting libICE-1.1.2,1: .......... done- [rosemary] [21/134] Installing libSM-1.2.6,1...- [rosemary] [21/134] Extracting libSM-1.2.6,1: .......... done- [rosemary] [22/134] Installing libXau-1.0.12...- [rosemary] [22/134] Extracting libXau-1.0.12: .......... done- [rosemary] [23/134] Installing libdaemon-0.14_1...- [rosemary] [23/134] Extracting libdaemon-0.14_1: .......... done- [rosemary] [24/134] Installing libdatrie-0.2.13_2...- [rosemary] [24/134] Extracting libdatrie-0.2.13_2: .......... done- [rosemary] [25/134] Installing libdeflate-1.24...- [rosemary] [25/134] Extracting libdeflate-1.24: .......... done- [rosemary] [26/134] Installing libedit-3.1.20250104,1...- [rosemary] [26/134] Extracting libedit-3.1.20250104,1: .......... done- [rosemary] [27/134] Installing libepoll-shim-0.0.20240608...- [rosemary] [27/134] Extracting libepoll-shim-0.0.20240608: .......... done- [rosemary] [28/134] Installing libevent-2.1.12...- [rosemary] [28/134] Extracting libevent-2.1.12: .......... done- [rosemary] [29/134] Installing libgpg-error-1.55...- [rosemary] [29/134] Extracting libgpg-error-1.55: .......... done- [rosemary] [30/134] Installing libgcrypt-1.11.2...- [rosemary] [30/134] Extracting libgcrypt-1.11.2: .......... done- [rosemary] [31/134] Installing libinotify-20240724_3...- [rosemary] [31/134] Extracting libinotify-20240724_3: .......... done- [rosemary] [32/134] Installing libmspack-0.11alpha...- [rosemary] [32/134] Extracting libmspack-0.11alpha: ......... done- [rosemary] [33/134] Installing libpaper-1.1.28_1...- [rosemary] [33/134] Extracting libpaper-1.1.28_1: .......... done- [rosemary] [34/134] Installing libpciaccess-0.18.1_1...- [rosemary] [34/134] Extracting libpciaccess-0.18.1_1: ........ done- [rosemary] [35/134] Installing libdrm-2.4.123,1...- [rosemary] [35/134] Extracting libdrm-2.4.123,1: .......... done- [rosemary] [36/134] Installing libsysinfo-0.0.3_3...- [rosemary] [36/134] Extracting libsysinfo-0.0.3_3: ......... done- [rosemary] [37/134] Installing libtasn1-4.20.0_1...- [rosemary] [37/134] Extracting libtasn1-4.20.0_1: .......... done- [rosemary] [38/134] Installing libthai-0.1.29_1...- [rosemary] [38/134] Extracting libthai-0.1.29_1: .......... done- [rosemary] [39/134] Installing libudev-devd-0.6.0...- [rosemary] [39/134] Extracting libudev-devd-0.6.0: ........ done- [rosemary] [40/134] Installing libunwind-20240221_2...- [rosemary] [40/134] Extracting libunwind-20240221_2: .......... done- [rosemary] [41/134] Installing libxml2-2.14.5...- [rosemary] [41/134] Extracting libxml2-2.14.5: .......... done- [rosemary] [42/134] Installing libxshmfence-1.3.3...- [rosemary] [42/134] Extracting libxshmfence-1.3.3: ......... done- [rosemary] [43/134] Installing libxslt-1.1.43_1...- [rosemary] [43/134] Extracting libxslt-1.1.43_1: .......... done- [rosemary] [44/134] Installing libyuv-0.0.1903...- [rosemary] [44/134] Extracting libyuv-0.0.1903: .......... done- [rosemary] [45/134] Installing lua53-5.3.6_1...- [rosemary] [45/134] Extracting lua53-5.3.6_1: .......... done- [rosemary] [46/134] Installing lzo2-2.10_1...- [rosemary] [46/134] Extracting lzo2-2.10_1: .......... done- [rosemary] [47/134] Installing nettle-3.10.2...- [rosemary] [47/134] Extracting nettle-3.10.2: .......... done- [rosemary] [48/134] Installing orc-0.4.41_1...- [rosemary] [48/134] Extracting orc-0.4.41_1: .......... done- [rosemary] [49/134] Installing p11-kit-0.25.10...- [rosemary] [49/134] Extracting p11-kit-0.25.10: .......... done- [rosemary] [50/134] Installing gnutls-3.8.10...- [rosemary] [50/134] Extracting gnutls-3.8.10: .......... done- [rosemary] [51/134] Installing pixman-0.46.2...- [rosemary] [51/134] Extracting pixman-0.46.2: ......... done- [rosemary] [52/134] Installing png-1.6.50...- [rosemary] [52/134] Extracting png-1.6.50: .......... done- [rosemary] [53/134] Installing freetype2-2.13.3...- [rosemary] [53/134] Extracting freetype2-2.13.3: .......... done- [rosemary] [54/134] Installing fontconfig-2.15.0_3,1...- [rosemary] [54/134] Extracting fontconfig-2.15.0_3,1: .......... done- [rosemary] [55/134] Installing py311-packaging-25.0...- [rosemary] [55/134] Extracting py311-packaging-25.0: .......... done- [rosemary] [56/134] Installing glib-2.84.1_3,2...- [rosemary] [56/134] Extracting glib-2.84.1_3,2: .......... done- [rosemary] [57/134] Installing enchant2-2.8.10...- [rosemary] [57/134] Extracting enchant2-2.8.10: .......... done- [rosemary] [58/134] Installing gobject-introspection-1.84.0,1...- [rosemary] [58/134] Extracting gobject-introspection-1.84.0,1: .......... done- [rosemary] [59/134] Installing gsettings-desktop-schemas-47.1_2...- [rosemary] [59/134] Extracting gsettings-desktop-schemas-47.1_2: .......... done- [rosemary] [60/134] Installing gstreamer1-1.26.6...- [rosemary] [60/134] Extracting gstreamer1-1.26.6: .......... done- [rosemary] [61/134] Installing gstreamer1-plugins-1.26.6...- [rosemary] [61/134] Extracting gstreamer1-plugins-1.26.6: .......... done- [rosemary] [62/134] Installing harfbuzz-10.3.0...- [rosemary] [62/134] Extracting harfbuzz-10.3.0: .......... done- [rosemary] [63/134] Installing harfbuzz-icu-10.3.0...- [rosemary] [63/134] Extracting harfbuzz-icu-10.3.0: ........ done- [rosemary] [64/134] Installing json-glib-1.10.8...- [rosemary] [64/134] Extracting json-glib-1.10.8: .......... done- [rosemary] [65/134] Installing libgudev-237...- [rosemary] [65/134] Extracting libgudev-237: .......... done- [rosemary] [66/134] Installing libgusb-0.4.9_1...- [rosemary] [66/134] Extracting libgusb-0.4.9_1: .......... done- [rosemary] [67/134] Installing libproxy-0.5.10...- [rosemary] [67/134] Extracting libproxy-0.5.10: .......... done- [rosemary] [68/134] Installing glib-networking-2.80.1_1...- [rosemary] [68/134] Extracting glib-networking-2.80.1_1: .........- . done- [rosemary] [69/134] Installing libsecret-0.21.7_1...- [rosemary] [69/134] Extracting libsecret-0.21.7_1: .......... done- [rosemary] [70/134] Installing pygobject-common-3.50.0...- [rosemary] [70/134] Extracting pygobject-common-3.50.0: ..... done- [rosemary] [71/134] Installing shared-mime-info-2.4_2...- [rosemary] [71/134] Extracting shared-mime-info-2.4_2: ......... done- [rosemary] [72/134] Installing sqlite3-3.50.2_1,1...- [rosemary] [72/134] Extracting sqlite3-3.50.2_1,1: .......... done- [rosemary] [73/134] Installing libsoup-2.74.3_1...- [rosemary] [73/134] Extracting libsoup-2.74.3_1: .......... done- [rosemary] [74/134] Installing libsoup3-3.6.5_2...- [rosemary] [74/134] Extracting libsoup3-3.6.5_2: .......... done- [rosemary] [75/134] Installing tex-kpathsea-6.4.1...- [rosemary] [75/134] Extracting tex-kpathsea-6.4.1: .......... done- [rosemary] [76/134] Installing tiff-4.7.0...- [rosemary] [76/134] Extracting tiff-4.7.0: .......... done- [rosemary] [77/134] Installing gdk-pixbuf2-2.44.1...- [rosemary] [77/134] Extracting gdk-pixbuf2-2.44.1: .......... done- [rosemary] [78/134] Installing gtk-update-icon-cache-3.24.42...- [rosemary] [78/134] Extracting gtk-update-icon-cache-3.24.42: .......... done- [rosemary] [79/134] Installing adwaita-icon-theme-legacy-46.2...- [rosemary] [79/134] Extracting adwaita-icon-theme-legacy-46.2: .......... done- [rosemary] [80/134] Installing adwaita-icon-theme-47.0...- [rosemary] [80/134] Extracting adwaita-icon-theme-47.0: .......... done- [rosemary] [81/134] Installing lcms2-2.17...- [rosemary] [81/134] Extracting lcms2-2.17: .......... done- [rosemary] [82/134] Installing libnotify-0.8.7...- [rosemary] [82/134] Extracting libnotify-0.8.7: .......... done- [rosemary] [83/134] Installing geoclue-2.8.0...- [rosemary] [83/134] Extracting geoclue-2.8.0: .......... done- [rosemary] [84/134] Installing openjph-0.22.0...- [rosemary] [84/134] Extracting openjph-0.22.0: .......... done- [rosemary] [85/134] Installing openexr-3.4.0...- [rosemary] [85/134] Extracting openexr-3.4.0: .......- ... done- [rosemary] [86/134] Installing libjxl-0.11.1_2...- [rosemary] [86/134] Extracting libjxl-0.11.1_2: .......... done- [rosemary] [87/134] Installing vmaf-3.0.0...- [rosemary] [87/134] Extracting vmaf-3.0.0: .......... done- [rosemary] [88/134] Installing aom-3.13.1...- [rosemary] [88/134] Extracting aom-3.13.1: .......... done- [rosemary] [89/134] Installing libavif-1.3.0_2...- [rosemary] [89/134] Extracting libavif-1.3.0_2: .......... done- [rosemary] [90/134] Installing wayland-1.24.0_2...- [rosemary] [90/134] Extracting wayland-1.24.0_2: .......... done- [rosemary] [91/134] Installing webp-1.6.0...- [rosemary] [91/134] Extracting webp-1.6.0: .......... done- [rosemary] [92/134] Installing libgd-2.3.3_13,1...- [rosemary] [92/134] Extracting libgd-2.3.3_13,1: .......... done- [rosemary] [93/134] Installing woff2-1.0.2_5...- [rosemary] [93/134] Extracting woff2-1.0.2_5: .......... done- [rosemary] [94/134] Installing xkeyboard-config-2.41_4...- [rosemary] [94/134] Extracting xkeyboard-config-2.41_4: .......... done- [rosemary] [95/134] Installing xorgproto-2024.1...- [rosemary] [95/134] Extracting xorgproto-2024.1: .......... done- [rosemary] [96/134] Installing libXdmcp-1.1.5...- [rosemary] [96/134] Extracting libXdmcp-1.1.5: ......... done- [rosemary] [97/134] Installing libxcb-1.17.0...- [rosemary] [97/134] Extracting libxcb-1.17.0: .......... done- [rosemary] [98/134] Installing libX11-1.8.12,1...- [rosemary] [98/134] Extracting libX11-1.8.12,1: ....- ...... done- [rosemary] [99/134] Installing dbus-1.16.2_4,1...- ===> Creating groups- Creating group 'messagebus' with gid '556'- ===> Creating users- Creating user 'messagebus' with uid '556'- [rosemary] [99/134] Extracting dbus-1.16.2_4,1: ......... done- [rosemary] [100/134] Installing dbus-glib-0.114...- [rosemary] [100/134] Extracting dbus-glib-0.114: .......... done- [rosemary] [101/134] Installing avahi-app-0.8_6...- ===> Creating groups- Creating group 'avahi' with gid '558'- ===> Creating users- Creating user 'avahi' with uid '558'- [rosemary] [101/134] Extracting avahi-app-0.8_6: .......... done- [rosemary] [102/134] Installing cups-2.4.14...- ===> Creating groups- Creating group 'cups' with gid '193'- ===> Creating users- Creating user 'cups' with uid '193'- [rosemary] [102/134] Extracting cups-2.4.14: .......... done- [rosemary] [103/134] Installing libXext-1.3.6,1...- [rosemary] [103/134] Extracting libXext-1.3.6,1: .......... done- [rosemary] [104/134] Installing libXfixes-6.0.1...- [rosemary] [104/134] Extracting libXfixes-6.0.1: .......... done- [rosemary] [105/134] Installing libXcomposite-0.4.6_1,1...- [rosemary] [105/134] Extracting libXcomposite-0.4.6_1,1: .......... done- [rosemary] [106/134] Installing libXdamage-1.1.6...- [rosemary] [106/134] Extracting libXdamage-1.1.6: ......... done- [rosemary] [107/134] Installing libXi-1.8.2,1...- [rosemary] [107/134] Extracting libXi-1.8.2,1: .......... done- [rosemary] [108/134] Installing libXinerama-1.1.5,1...- [rosemary] [108/134] Extracting libXinerama-1.1.5,1: .......... done- [rosemary] [109/134] Installing libXrender-0.9.12...- [rosemary] [109/134] Extracting libXrender-0.9.12: .......... done- [rosemary] [110/134] Installing cairo-1.18.2,3...- [rosemary] [110/134] Extracting cairo-1.18.2,3: .......... done- [rosemary] [111/134] Installing libXcursor-1.2.3...- [rosemary] [111/134] Extracting libXcursor-1.2.3: .......... done- [rosemary] [112/134] Installing libXft-2.3.8...- [rosemary] [112/134] Extracting libXft-2.3.8: .......... done- [rosemary] [113/134] Installing libXrandr-1.5.4...- [rosemary] [113/134] Extracting libXrandr-1.5.4: .......... done- [rosemary] [114/134] Installing libXtst-1.2.5...- [rosemary] [114/134] Extracting libXtst-1.2.5: .......... done- [rosemary] [115/134] Installing at-spi2-core-2.56.4...- [rosemary] [115/134] Extracting at-spi2-core-2.56.4: .......... done- [rosemary] [116/134] Installing libXxf86vm-1.1.6...- [rosemary] [116/134] Extracting libXxf86vm-1.1.6: .......... done- [rosemary] [117/134] Installing libglvnd-1.7.0...- [rosemary] [117/134] Extracting libglvnd-1.7.0: .......... done- [rosemary] [118/134] Installing libGLU-9.0.3...- [rosemary] [118/134] Extracting libGLU-9.0.3: ..... done- [rosemary] [119/134] Installing libepoxy-1.5.10...- [rosemary] [119/134] Extracting libepoxy-1.5.10: .......... done- [rosemary] [120/134] Installing libxkbcommon-1.8.1_3...- [rosemary] [120/134] Extracting libxkbcommon-1.8.1_3: .......... done- [rosemary] [121/134] Installing mesa-libs-24.1.7_1...- [rosemary] [121/134] Extracting mesa-libs-24.1.7_1: .......... done- [rosemary] [122/134] Installing pango-1.56.4...- [rosemary] [122/134] Extracting pango-1.56.4: .......... done- [rosemary] [123/134] Installing gstreamer1-plugins-bad-1.26.6...- [rosemary] [123/134] Extracting gstreamer1-plugins-bad-1.26.6: .......... done- [rosemary] [124/134] Installing librsvg2-rust-2.60.0_5...- [rosemary] [124/134] Extracting librsvg2-rust-2.60.0_5: .......... done- [rosemary] [125/134] Installing polkit-125_1...- ===> Creating groups- Creating group 'polkitd' with gid '565'- ===> Creating users- Creating user 'polkitd' with uid '565'- [rosemary] [125/134] Extracting polkit-125_1:- ......... done- [rosemary] [126/134] Installing colord-1.4.8...- ===> Creating groups- Creating group 'colord' with gid '970'- ===> Creating users- Creating user 'colord' with uid '970'- [rosemary] [126/134] Extracting colord-1.4.8: .......... done- [rosemary] [127/134] Installing gtk3-3.24.50...- [rosemary] [127/134] Extracting gtk3-3.24.50: .......... done- [rosemary] [128/134] Installing py311-cairo-1.28.0,1...- [rosemary] [128/134] Extracting py311-cairo-1.28.0,1: .......... done- [rosemary] [129/134] Installing py311-pygobject-3.50.0...- [rosemary] [129/134] Extracting py311-pygobject-3.50.0: .......... done- [rosemary] [130/134] Installing graphene-1.10.8_1...- [rosemary] [130/134] Extracting graphene-1.10.8_1: .......... done- [rosemary] [131/134] Installing gstreamer1-plugins-gl-1.26.6...- [rosemary] [131/134] Extracting gstreamer1-plugins-gl-1.26.6: .......... done- [rosemary] [132/134] Installing webkit2-gtk_40-2.46.6_4...- [rosemary] [132/134] Extracting webkit2-gtk_40-2.46.6_4: .......... done- [rosemary] [133/134] Installing wx30-gtk3-3.0.5.1_7...- [rosemary] [133/134] Extracting wx30-gtk3-3.0.5.1_7: .......... done- [rosemary] [134/134] Installing gnuplot-5.4.10_3...- [rosemary] [134/134] Extracting gnuplot-5.4.10_3: .......... done- ==> Running trigger: gtk-update-icon-cache.ucl- Generating GTK icon cache for /usr/local/share/icons/hicolor- Generating GTK icon cache for /usr/local/share/icons/Adwaita- Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy- ==> Running trigger: fontconfig.ucl- Running fc-cache to build fontconfig cache...- ==> 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: gdk-pixbuf-query-loaders.ucl- Generating gdk-pixbuf modules cache- ==> Running trigger: gio-modules.ucl- Generating GIO modules cache- =====- Message from libinotify-20240724_3:-- --- You might want to consider increasing the kern.maxfiles tunable if you plan- to use this library for applications that need to monitor activity of a lot- of files.- =====- Message from freetype2-2.13.3:-- --- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as- the default, emulating a modern version of ClearType. This change inevitably- leads to different rendering results, and you might change port's options to- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment- variable).-- The environment variable "FREETYPE_PROPERTIES" can be used to control the- driver properties. Example:-- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \- cff:no-stem-darkening=1 \- autofitter:warping=1-- This allows to select, say, the subpixel hinting mode at runtime for a given- application.-- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include- the foundry and information whether they contain wide characters. For example,- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at- run time with using pcf:no-long-family-names property, if needed. Example:-- FREETYPE_PROPERTIES=pcf:no-long-family-names=1-- How to recreate fontconfig cache with using such environment variable,- if needed:- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv-- The controllable properties are listed in the section "Controlling FreeType- Modules" in the reference's table of contents- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).- =====- Message from libsoup-2.74.3_1:-- --- libsoup can use NTLM authentication if it is compiled- with the SMB option. To use it, you must install a- port that provides NTLM, like net/samba412 or net/samba413.- =====- Message from libjxl-0.11.1_2:-- --- Additional packages recommended for new users:- - imlib2-jxl (e.g., feh, scrot)- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)- - gimp-jxl-plugin- =====- Message from wayland-1.24.0_2:-- --- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will- contain "wayland-%d" unix(4) sockets. This is usually handled by- consolekit2 (via ck-launch-session) or pam_xdg (via login).- =====- Message from libxkbcommon-1.8.1_3:-- --- If arrow keys don't work under X11 switch to legacy rules e.g.,-- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:- export XKB_DEFAULT_RULES=xorg-- For csh/tcsh run and (optionally) add into ~/.login:- setenv XKB_DEFAULT_RULES xorg2025-10-28 01:39.57 ---> saved as "add027ee9ee18331ea4987442a69158fc1fb7258d3efdbe42b2d60adde39adf8"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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 23 packages∗ alcotest 1.9.1∗ astring 0.8.5∗ base-bytes base∗ cmdliner 2.0.0∗ conf-gnuplot 0.1∗ cppo 1.8.0∗ csexp 1.5.2∗ dune 3.20.2∗ dune-configurator 3.20.2∗ duration 0.2.1∗ fmt 0.11.0∗ logs 0.9.0∗ lwt 5.9.2∗ mtime 2.1.0∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ re 1.14.0∗ stdlib-shims 0.3.0∗ topkg 1.1.0∗ uuidm 0.9.10∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved cmdliner.2.0.0 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved alcotest.1.9.1 (cached)⬇ retrieved duration.0.2.1 (cached)∗ installed conf-gnuplot.0.1⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved logs.0.9.0 (cached)⬇ retrieved mtime.2.1.0 (cached)⬇ retrieved lwt.5.9.2 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved topkg.1.1.0 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved uuidm.0.9.10 (https://erratique.ch/software/uuidm/releases/uuidm-0.9.10.tbz)⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)∗ installed cmdliner.2.0.0∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed topkg.1.1.0∗ installed uuidm.0.9.10∗ installed uutf.1.0.4∗ installed mtime.2.1.0∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed dune.3.20.2∗ installed duration.0.2.1∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed ocaml-syntax-shims.1.0.0∗ installed cppo.1.8.0∗ installed re.1.14.0∗ installed ocplib-endian.1.2∗ installed alcotest.1.9.1∗ installed dune-configurator.3.20.2∗ installed lwt.5.9.2∗ installed logs.0.9.0Done.2025-10-28 01:41.03 ---> saved as "9d57f61eb3211901ef88d4f38d225cc879c443cc675c431e7bd75b80d76d5a7c"/src: (copy (src .) (dst /src))2025-10-28 01:41.04 ---> saved as "f07797a481bd2ba5c8b46b6e142a7b0149dd023ff1ab08d0fc374d98deecbbd6"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/core && ./test.exe)Testing `metrics'.This run has ID `4ROB34UO'.[OK] base 0 f.[OK] base 1 timer.[OK] base 2 status.Full test results in `/src/_build/default/test/core/_build/_tests/metrics'.Test Successful in 1.002s. 3 tests run.(cd _build/default/test/unix && ./test.exe)/src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/Timers-28.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/OCaml_memory_management_counters_quick-25.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/MEM-30.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/Nice_graph-27.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/OCaml_memory_management_counters-26.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/CPU-29.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/Timers-28.d.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/OCaml_memory_management_counters_quick-25.d.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/MEM-30.d.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/Nice_graph-27.d.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/OCaml_memory_management_counters-26.d.png has been created./src/_build/default/test/unix/_metrics/effb3295-6f45-4e7d-af98-3a90796a8373/out/CPU-29.d.png has been created.2025-10-28 01:41.11 ---> saved as "5a378358b6b01937a8887562dbf6d1052800580944f2b56b29ab134aab348b61"Job succeeded2025-10-28 01:42.19: Job succeeded