Organisationsmiragemetrics2459c6 (main)fedora-39-4.14_opam-2.1

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:24.51: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (2459c6626c1e48a2b3a65e8a7f4991c5cf8bfddd) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard 2459c662
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# fedora-39-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /usr/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --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 './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.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


2024-05-10 09:24.51: Using cache hint "mirage/metrics-ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-da47aa3b8704acc3b2ce58299ce42260"
2024-05-10 09:24.51: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (comment fedora-39-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3")
 (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.1 --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"))
)


2024-05-10 09:24.51: Waiting for resource in pool OCluster
2024-05-11 01:00.55: Waiting for worker…
2024-05-11 01:04.37: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 2459c66 changes for 0.4.1


(from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
2024-05-11 01:04.37 ---> using "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a" from cache


/: (comment fedora-39-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64                              206 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    183 kB/s |  23 kB     00:00    
Fedora 39 - x86_64 - Updates                    6.8 MB/s |  32 MB     00:04    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 01:04.37 ---> using "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 01:04.37 ---> using "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 01:04.37 ---> using "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 01:04.37 ---> using "e051b4c4fe40af6432c57ad1c5b3847c92265813c1723580447b65ec069fe6e2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:04.37 ---> using "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:04.37 ---> using "78350c386d0fbf20d059b1bcaaedb7b51f80f003726e16bb03668496ad487060" from cache


/src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)
            (dst ./))
2024-05-11 01:04.37 ---> saved as "d35ea0dd55fbb284d03a8e315b73eb0648911f894c79a78de51a5484a646e894"


/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)
2024-05-11 01:04.41 ---> saved as "658c984069f38b20fb97b8640b5fcaa223c8ea81208229e94bb1f4385706642d"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3")


/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.1 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              199 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        9.9 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    178 kB/s |  23 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[metrics.dev] synchronised (no changes)
[metrics-influx.dev] synchronised (no changes)
[metrics-lwt.dev] synchronised (no changes)
[metrics-rusage.dev] synchronised (no changes)
[metrics-unix.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    gnuplot


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "gnuplot"
- Last metadata expiration check: 0:00:12 ago on Sat May 11 01:04:42 2024.
- Dependencies resolved.
- ================================================================================
-  Package                       Arch      Version               Repository  Size
- ================================================================================
- Installing:
-  gnuplot                       x86_64    5.4.8-2.fc39          fedora     840 k
- Installing dependencies:
-  abattis-cantarell-vf-fonts    noarch    0.301-10.fc39         fedora     121 k
-  avahi-libs                    x86_64    0.8-24.fc39           fedora      67 k
-  cairo                         x86_64    1.18.0-1.fc39         fedora     710 k
-  cups-libs                     x86_64    1:2.4.7-13.fc39       updates    267 k
-  default-fonts-core-sans       noarch    4.0-9.fc39            fedora      32 k
-  dejavu-sans-fonts             noarch    2.37-20.fc39          updates    1.3 M
-  double-conversion             x86_64    3.1.5-9.fc39          fedora      49 k
-  duktape                       x86_64    2.7.0-5.fc39          fedora     170 k
-  fontconfig                    x86_64    2.14.2-6.fc39         updates    296 k
-  freetype                      x86_64    2.13.1-2.fc39         fedora     414 k
-  fribidi                       x86_64    1.0.13-2.fc39         fedora      91 k
-  gd                            x86_64    2.3.3-12.fc39         fedora     139 k
-  gdk-pixbuf2                   x86_64    2.42.10-5.fc39        fedora     484 k
-  glx-utils                     x86_64    9.0.0-3.fc39          fedora      77 k
-  gnuplot-common                x86_64    5.4.8-2.fc39          fedora     803 k
-  google-noto-fonts-common      noarch    20240101-1.fc39       updates     17 k
-  google-noto-sans-vf-fonts     noarch    20240101-1.fc39       updates    593 k
-  graphite2                     x86_64    1.3.14-12.fc39        fedora      95 k
-  harfbuzz                      x86_64    8.2.1-2.fc39          fedora     975 k
-  highway                       x86_64    1.1.0-1.fc39          updates    496 k
-  hwdata                        noarch    0.381-1.fc39          updates    1.6 M
-  jbigkit-libs                  x86_64    2.1-26.fc39           fedora      53 k
-  libICE                        x86_64    1.0.10-11.fc39        fedora      70 k
-  libSM                         x86_64    1.2.3-13.fc39         fedora      41 k
-  libXcomposite                 x86_64    0.4.5-10.fc39         fedora      23 k
-  libXext                       x86_64    1.3.5-3.fc39          fedora      39 k
-  libXfixes                     x86_64    6.0.0-6.fc39          fedora      19 k
-  libXft                        x86_64    2.3.8-3.fc39          fedora      72 k
-  libXpm                        x86_64    3.5.17-1.fc39         updates     65 k
-  libXrender                    x86_64    0.9.11-3.fc39         fedora      27 k
-  libXxf86vm                    x86_64    1.1.5-3.fc39          fedora      18 k
-  libaom                        x86_64    3.8.2-1.fc39          updates    1.8 M
-  libavif                       x86_64    0.11.1-11.fc39        fedora      84 k
-  libcerf                       x86_64    2.3-2.fc39            fedora      37 k
-  libdatrie                     x86_64    0.2.13-7.fc39         fedora      32 k
-  libdav1d                      x86_64    1.2.1-2.fc39          fedora     618 k
-  libdrm                        x86_64    2.4.120-1.fc39        updates    157 k
-  libevdev                      x86_64    1.13.1-2.fc39         fedora      44 k
-  libglvnd                      x86_64    1:1.7.0-1.fc39        fedora     133 k
-  libglvnd-egl                  x86_64    1:1.7.0-1.fc39        fedora      36 k
-  libglvnd-glx                  x86_64    1:1.7.0-1.fc39        fedora     142 k
-  libgudev                      x86_64    238-2.fc39            fedora      35 k
-  libimagequant                 x86_64    4.0.3-2.fc39          updates    318 k
-  libinput                      x86_64    1.25.0-4.fc39         updates    215 k
-  libjpeg-turbo                 x86_64    2.1.4-3.fc39          fedora     183 k
-  libjxl                        x86_64    1:0.8.2-3.fc39        fedora     1.2 M
-  liblerc                       x86_64    4.0.0-4.fc39          fedora     201 k
-  libpciaccess                  x86_64    0.16-9.fc39           fedora      26 k
-  libpng                        x86_64    2:1.6.37-15.fc39      fedora     119 k
-  libproxy                      x86_64    0.5.5-1.fc39          updates     48 k
-  libthai                       x86_64    0.1.29-6.fc39         fedora     213 k
-  libtiff                       x86_64    4.4.0-8.fc39          fedora     202 k
-  libvmaf                       x86_64    2.3.0-6.fc39          fedora     180 k
-  libwacom                      x86_64    2.10.0-1.fc39         updates     43 k
-  libwacom-data                 noarch    2.10.0-1.fc39         updates    196 k
-  libwayland-client             x86_64    1.22.0-2.fc39         fedora      34 k
-  libwayland-cursor             x86_64    1.22.0-2.fc39         fedora      19 k
-  libwayland-egl                x86_64    1.22.0-2.fc39         fedora      13 k
-  libwayland-server             x86_64    1.22.0-2.fc39         fedora      42 k
-  libwebp                       x86_64    1.3.2-2.fc39          fedora     284 k
-  libxkbcommon                  x86_64    1.6.0-1.fc39          updates    142 k
-  libxkbcommon-x11              x86_64    1.6.0-1.fc39          updates     22 k
-  libxshmfence                  x86_64    1.3-13.fc39           fedora      12 k
-  llvm-libs                     x86_64    17.0.6-3.fc39         updates     27 M
-  lm_sensors-libs               x86_64    3.6.0-14.fc39         fedora      41 k
-  mesa-filesystem               x86_64    23.3.6-1.fc39         updates     19 k
-  mesa-libEGL                   x86_64    23.3.6-1.fc39         updates    134 k
-  mesa-libGL                    x86_64    23.3.6-1.fc39         updates    176 k
-  mesa-libgbm                   x86_64    23.3.6-1.fc39         updates     46 k
-  mesa-libglapi                 x86_64    23.3.6-1.fc39         updates     53 k
-  mtdev                         x86_64    1.1.6-6.fc39          fedora      20 k
-  pango                         x86_64    1.51.0-1.fc39         fedora     343 k
-  pcre2-utf16                   x86_64    10.42-1.fc39.2        fedora     212 k
-  pixman                        x86_64    0.42.2-2.fc39         fedora     288 k
-  qt-settings                   noarch    39.1-1.fc39           updates    9.6 k
-  qt5-qtbase                    x86_64    5.15.12-5.fc39        updates    3.6 M
-  qt5-qtbase-common             noarch    5.15.12-5.fc39        updates     12 k
-  qt5-qtbase-gui                x86_64    5.15.12-5.fc39        updates    6.4 M
-  qt5-qtdeclarative             x86_64    5.15.12-1.fc39        updates    4.3 M
-  qt5-qtsvg                     x86_64    5.15.12-1.fc39        updates    186 k
-  rav1e-libs                    x86_64    0.7.1-1.fc39          updates    1.0 M
-  shared-mime-info              x86_64    2.2-4.fc39            fedora     380 k
-  svt-av1-libs                  x86_64    1.4.1-3.fc39          fedora     2.0 M
-  xcb-util                      x86_64    0.4.1-3.fc39          fedora      18 k
-  xcb-util-image                x86_64    0.4.1-3.fc39          fedora      19 k
-  xcb-util-keysyms              x86_64    0.4.1-3.fc39          fedora      14 k
-  xcb-util-renderutil           x86_64    0.3.10-3.fc39         fedora      17 k
-  xcb-util-wm                   x86_64    0.4.2-3.fc39          fedora      31 k
-  xkeyboard-config              noarch    2.40-1.fc39           updates    971 k
-  xml-common                    noarch    0.6.3-61.fc39         fedora      31 k
- Installing weak dependencies:
-  jxl-pixbuf-loader             x86_64    1:0.8.2-3.fc39        fedora      61 k
-  mesa-dri-drivers              x86_64    23.3.6-1.fc39         updates     25 M
-  mesa-va-drivers               x86_64    23.3.6-1.fc39         updates    3.9 M
-  qt5-qttranslations            noarch    5.15.12-1.fc39        updates    2.0 M
-  qt5-qtwayland                 x86_64    5.15.12-2.fc39        updates    1.1 M
- 
- Transaction Summary
- ================================================================================
- Install  96 Packages
- 
- Total download size: 96 M
- Installed size: 399 M
- Downloading Packages:
- (1/96): avahi-libs-0.8-24.fc39.x86_64.rpm       816 kB/s |  67 kB     00:00    
- (2/96): abattis-cantarell-vf-fonts-0.301-10.fc3 1.4 MB/s | 121 kB     00:00    
- (3/96): default-fonts-core-sans-4.0-9.fc39.noar 3.7 MB/s |  32 kB     00:00    
- (4/96): double-conversion-3.1.5-9.fc39.x86_64.r 5.4 MB/s |  49 kB     00:00    
- (5/96): duktape-2.7.0-5.fc39.x86_64.rpm         6.3 MB/s | 170 kB     00:00    
- (6/96): cairo-1.18.0-1.fc39.x86_64.rpm          5.2 MB/s | 710 kB     00:00    
- (7/96): freetype-2.13.1-2.fc39.x86_64.rpm       9.5 MB/s | 414 kB     00:00    
- (8/96): fribidi-1.0.13-2.fc39.x86_64.rpm        2.7 MB/s |  91 kB     00:00    
- (9/96): glx-utils-9.0.0-3.fc39.x86_64.rpm       2.6 MB/s |  77 kB     00:00    
- (10/96): gdk-pixbuf2-2.42.10-5.fc39.x86_64.rpm  8.4 MB/s | 484 kB     00:00    
- (11/96): gd-2.3.3-12.fc39.x86_64.rpm            2.2 MB/s | 139 kB     00:00    
- (12/96): graphite2-1.3.14-12.fc39.x86_64.rpm    1.4 MB/s |  95 kB     00:00    
- (13/96): gnuplot-5.4.8-2.fc39.x86_64.rpm        6.7 MB/s | 840 kB     00:00    
- (14/96): gnuplot-common-5.4.8-2.fc39.x86_64.rpm 6.6 MB/s | 803 kB     00:00    
- (15/96): jbigkit-libs-2.1-26.fc39.x86_64.rpm    5.5 MB/s |  53 kB     00:00    
- (16/96): jxl-pixbuf-loader-0.8.2-3.fc39.x86_64. 3.8 MB/s |  61 kB     00:00    
- (17/96): libSM-1.2.3-13.fc39.x86_64.rpm         4.7 MB/s |  41 kB     00:00    
- (18/96): libICE-1.0.10-11.fc39.x86_64.rpm       2.1 MB/s |  70 kB     00:00    
- (19/96): libXcomposite-0.4.5-10.fc39.x86_64.rpm 2.7 MB/s |  23 kB     00:00    
- (20/96): libXext-1.3.5-3.fc39.x86_64.rpm        4.3 MB/s |  39 kB     00:00    
- (21/96): libXfixes-6.0.0-6.fc39.x86_64.rpm      2.1 MB/s |  19 kB     00:00    
- (22/96): harfbuzz-8.2.1-2.fc39.x86_64.rpm       9.2 MB/s | 975 kB     00:00    
- (23/96): libXrender-0.9.11-3.fc39.x86_64.rpm    2.7 MB/s |  27 kB     00:00    
- (24/96): libXft-2.3.8-3.fc39.x86_64.rpm         4.2 MB/s |  72 kB     00:00    
- (25/96): libXxf86vm-1.1.5-3.fc39.x86_64.rpm     2.0 MB/s |  18 kB     00:00    
- (26/96): libcerf-2.3-2.fc39.x86_64.rpm          4.2 MB/s |  37 kB     00:00    
- (27/96): libdatrie-0.2.13-7.fc39.x86_64.rpm     3.5 MB/s |  32 kB     00:00    
- (28/96): libavif-0.11.1-11.fc39.x86_64.rpm      4.9 MB/s |  84 kB     00:00    
- (29/96): libevdev-1.13.1-2.fc39.x86_64.rpm      1.5 MB/s |  44 kB     00:00    
- (30/96): libglvnd-1.7.0-1.fc39.x86_64.rpm       4.1 MB/s | 133 kB     00:00    
- (31/96): libglvnd-egl-1.7.0-1.fc39.x86_64.rpm   4.0 MB/s |  36 kB     00:00    
- (32/96): libgudev-238-2.fc39.x86_64.rpm         3.7 MB/s |  35 kB     00:00    
- (33/96): libglvnd-glx-1.7.0-1.fc39.x86_64.rpm   4.1 MB/s | 142 kB     00:00    
- (34/96): libjpeg-turbo-2.1.4-3.fc39.x86_64.rpm  4.4 MB/s | 183 kB     00:00    
- (35/96): libdav1d-1.2.1-2.fc39.x86_64.rpm       5.7 MB/s | 618 kB     00:00    
- (36/96): libpciaccess-0.16-9.fc39.x86_64.rpm    2.6 MB/s |  26 kB     00:00    
- (37/96): liblerc-4.0.0-4.fc39.x86_64.rpm        4.7 MB/s | 201 kB     00:00    
- (38/96): libpng-1.6.37-15.fc39.x86_64.rpm       3.9 MB/s | 119 kB     00:00    
- (39/96): libthai-0.1.29-6.fc39.x86_64.rpm       4.6 MB/s | 213 kB     00:00    
- (40/96): libtiff-4.4.0-8.fc39.x86_64.rpm        5.0 MB/s | 202 kB     00:00    
- (41/96): libwayland-client-1.22.0-2.fc39.x86_64 3.0 MB/s |  34 kB     00:00    
- (42/96): libwayland-cursor-1.22.0-2.fc39.x86_64 2.1 MB/s |  19 kB     00:00    
- (43/96): libvmaf-2.3.0-6.fc39.x86_64.rpm        5.0 MB/s | 180 kB     00:00    
- (44/96): libwayland-egl-1.22.0-2.fc39.x86_64.rp 1.5 MB/s |  13 kB     00:00    
- (45/96): libwayland-server-1.22.0-2.fc39.x86_64 4.8 MB/s |  42 kB     00:00    
- (46/96): libxshmfence-1.3-13.fc39.x86_64.rpm    1.4 MB/s |  12 kB     00:00    
- (47/96): lm_sensors-libs-3.6.0-14.fc39.x86_64.r 4.6 MB/s |  41 kB     00:00    
- (48/96): mtdev-1.1.6-6.fc39.x86_64.rpm          2.2 MB/s |  20 kB     00:00    
- (49/96): libjxl-0.8.2-3.fc39.x86_64.rpm         5.7 MB/s | 1.2 MB     00:00    
- (50/96): libwebp-1.3.2-2.fc39.x86_64.rpm        4.5 MB/s | 284 kB     00:00    
- (51/96): pango-1.51.0-1.fc39.x86_64.rpm         6.1 MB/s | 343 kB     00:00    
- (52/96): pcre2-utf16-10.42-1.fc39.2.x86_64.rpm  6.4 MB/s | 212 kB     00:00    
- (53/96): pixman-0.42.2-2.fc39.x86_64.rpm        5.0 MB/s | 288 kB     00:00    
- (54/96): xcb-util-0.4.1-3.fc39.x86_64.rpm       2.2 MB/s |  18 kB     00:00    
- (55/96): xcb-util-image-0.4.1-3.fc39.x86_64.rpm 2.1 MB/s |  19 kB     00:00    
- (56/96): shared-mime-info-2.2-4.fc39.x86_64.rpm 6.5 MB/s | 380 kB     00:00    
- (57/96): xcb-util-keysyms-0.4.1-3.fc39.x86_64.r 1.3 MB/s |  14 kB     00:00    
- (58/96): xcb-util-renderutil-0.3.10-3.fc39.x86_ 2.0 MB/s |  17 kB     00:00    
- (59/96): xcb-util-wm-0.4.2-3.fc39.x86_64.rpm    3.5 MB/s |  31 kB     00:00    
- (60/96): xml-common-0.6.3-61.fc39.noarch.rpm    3.4 MB/s |  31 kB     00:00    
- (61/96): cups-libs-2.4.7-13.fc39.x86_64.rpm     5.2 MB/s | 267 kB     00:00    
- (62/96): fontconfig-2.14.2-6.fc39.x86_64.rpm    5.2 MB/s | 296 kB     00:00    
- (63/96): google-noto-fonts-common-20240101-1.fc 2.0 MB/s |  17 kB     00:00    
- (64/96): google-noto-sans-vf-fonts-20240101-1.f 6.1 MB/s | 593 kB     00:00    
- (65/96): dejavu-sans-fonts-2.37-20.fc39.noarch. 6.3 MB/s | 1.3 MB     00:00    
- (66/96): svt-av1-libs-1.4.1-3.fc39.x86_64.rpm   6.7 MB/s | 2.0 MB     00:00    
- (67/96): libXpm-3.5.17-1.fc39.x86_64.rpm        4.0 MB/s |  65 kB     00:00    
- (68/96): highway-1.1.0-1.fc39.x86_64.rpm        6.7 MB/s | 496 kB     00:00    
- (69/96): libdrm-2.4.120-1.fc39.x86_64.rpm       6.3 MB/s | 157 kB     00:00    
- (70/96): libimagequant-4.0.3-2.fc39.x86_64.rpm  7.8 MB/s | 318 kB     00:00    
- (71/96): libinput-1.25.0-4.fc39.x86_64.rpm      6.6 MB/s | 215 kB     00:00    
- (72/96): libproxy-0.5.5-1.fc39.x86_64.rpm       5.2 MB/s |  48 kB     00:00    
- (73/96): libwacom-2.10.0-1.fc39.x86_64.rpm      4.8 MB/s |  43 kB     00:00    
- (74/96): hwdata-0.381-1.fc39.noarch.rpm         8.4 MB/s | 1.6 MB     00:00    
- (75/96): libwacom-data-2.10.0-1.fc39.noarch.rpm 5.5 MB/s | 196 kB     00:00    
- (76/96): libxkbcommon-1.6.0-1.fc39.x86_64.rpm   5.5 MB/s | 142 kB     00:00    
- (77/96): libxkbcommon-x11-1.6.0-1.fc39.x86_64.r 2.5 MB/s |  22 kB     00:00    
- (78/96): libaom-3.8.2-1.fc39.x86_64.rpm         9.2 MB/s | 1.8 MB     00:00    
- (79/96): mesa-filesystem-23.3.6-1.fc39.x86_64.r 2.2 MB/s |  19 kB     00:00    
- (80/96): mesa-libEGL-23.3.6-1.fc39.x86_64.rpm   5.5 MB/s | 134 kB     00:00    
- (81/96): mesa-libGL-23.3.6-1.fc39.x86_64.rpm    6.5 MB/s | 176 kB     00:00    
- (82/96): mesa-libgbm-23.3.6-1.fc39.x86_64.rpm   5.1 MB/s |  46 kB     00:00    
- (83/96): mesa-libglapi-23.3.6-1.fc39.x86_64.rpm 5.9 MB/s |  53 kB     00:00    
- (84/96): mesa-va-drivers-23.3.6-1.fc39.x86_64.r 9.4 MB/s | 3.9 MB     00:00    
- (85/96): qt-settings-39.1-1.fc39.noarch.rpm     1.0 MB/s | 9.6 kB     00:00    
- (86/96): qt5-qtbase-5.15.12-5.fc39.x86_64.rpm   9.3 MB/s | 3.6 MB     00:00    
- (87/96): qt5-qtbase-common-5.15.12-5.fc39.noarc 1.3 MB/s |  12 kB     00:00    
- (88/96): qt5-qtbase-gui-5.15.12-5.fc39.x86_64.r  10 MB/s | 6.4 MB     00:00    
- (89/96): qt5-qtdeclarative-5.15.12-1.fc39.x86_6  10 MB/s | 4.3 MB     00:00    
- (90/96): qt5-qtsvg-5.15.12-1.fc39.x86_64.rpm    5.5 MB/s | 186 kB     00:00    
- (91/96): qt5-qttranslations-5.15.12-1.fc39.noar 7.7 MB/s | 2.0 MB     00:00    
- (92/96): qt5-qtwayland-5.15.12-2.fc39.x86_64.rp 6.7 MB/s | 1.1 MB     00:00    
- (93/96): rav1e-libs-0.7.1-1.fc39.x86_64.rpm     8.4 MB/s | 1.0 MB     00:00    
- (94/96): mesa-dri-drivers-23.3.6-1.fc39.x86_64. 9.3 MB/s |  25 MB     00:02    
- (95/96): xkeyboard-config-2.40-1.fc39.noarch.rp 6.5 MB/s | 971 kB     00:00    
- (96/96): llvm-libs-17.0.6-3.fc39.x86_64.rpm     9.5 MB/s |  27 MB     00:02    
- --------------------------------------------------------------------------------
- Total                                            22 MB/s |  96 MB     00:04     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libpng-2:1.6.37-15.fc39.x86_64                        1/96 
-   Installing       : libjpeg-turbo-2.1.4-3.fc39.x86_64                     2/96 
-   Installing       : libXext-1.3.5-3.fc39.x86_64                           3/96 
-   Installing       : libxshmfence-1.3-13.fc39.x86_64                       4/96 
-   Installing       : libwayland-server-1.22.0-2.fc39.x86_64                5/96 
-   Installing       : libwayland-client-1.22.0-2.fc39.x86_64                6/96 
-   Installing       : libXrender-0.9.11-3.fc39.x86_64                       7/96 
-   Installing       : mesa-filesystem-23.3.6-1.fc39.x86_64                  8/96
-  
-   Installing       : llvm-libs-17.0.6-3.fc39.x86_64                        9/96 
-   Installing       : shared-mime-info-2.2-4.fc39.x86_64                   10/96 
-   Running scriptlet: shared-mime-info-2.2-4.fc39.x86_64                   10/96 
-   Installing       : libwebp-1.3.2-2.fc39.x86_64                          11/96 
-   Installing       : libglvnd-1:1.7.0-1.fc39.x86_64                       12/96 
-   Installing       : libevdev-1.13.1-2.fc39.x86_64                        13/96 
-   Installing       : libICE-1.0.10-11.fc39.x86_64                         14/96 
-   Installing       : libSM-1.2.3-13.fc39.x86_64                           15/96 
-   Installing       : gdk-pixbuf2-2.42.10-5.fc39.x86_64                    16/96 
-   Installing       : libwayland-cursor-1.22.0-2.fc39.x86_64               17/96 
-   Installing       : libXxf86vm-1.1.5-3.fc39.x86_64                       18/96 
-   Installing       : xkeyboard-config-2.40-1.fc39.noarch                  19/96 
-   Installing       : libxkbcommon-1.6.0-1.fc39.x86_64                     20/96 
-   Installing       : libxkbcommon-x11-1.6.0-1.fc39.x86_64                 21/96 
-   Installing       : rav1e-libs-0.7.1-1.fc39.x86_64                       22/96 
-   Installing       : qt5-qttranslations-5.15.12-1.fc39.noarch             23/96 
-   Installing       : qt-settings-39.1-1.fc39.noarch                       24/96 
-   Installing       : libwacom-data-2.10.0-1.fc39.noarch                   25/96 
-   Installing       : libimagequant-4.0.3-2.fc39.x86_64                    26/96 
-   Installing       : libXpm-3.5.17-1.fc39.x86_64                          27/96 
-   Installing       : hwdata-0.381-1.fc39.noarch                           28/96 
-   Installing       : libpciaccess-0.16-9.fc39.x86_64                      29/96 
-   Installing       : libdrm-2.4.120-1.fc39.x86_64                         30/96 
-   Installing       : mesa-va-drivers-23.3.6-1.fc39.x86_64                 31/96 
-   Installing       : highway-1.1.0-1.fc39.x86_64                          32/96 
-   Installing       : libjxl-1:0.8.2-3.fc39.x86_64                         33/96 
-   Installing       : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64              34/96 
-   Installing       : google-noto-fonts-common-20240101-1.fc39.noarch      35/96 
-   Installing       : google-noto-sans-vf-fonts-20240101-1.fc39.noarch     36/96 
-   Installing       : dejavu-sans-fonts-2.37-20.fc39.noarch                37/96 
-   Running scriptlet: xml-common-0.6.3-61.fc39.noarch                      38/96 
-   Installing       : xml-common-0.6.3-61.fc39.noarch                      38/96 
-   Installing       : xcb-util-wm-0.4.2-3.fc39.x86_64                      39/96 
-   Installing       : xcb-util-renderutil-0.3.10-3.fc39.x86_64             40/96 
-   Installing       : xcb-util-keysyms-0.4.1-3.fc39.x86_64                 41/96 
-   Installing       : xcb-util-0.4.1-3.fc39.x86_64                         42/96 
-   Installing       : xcb-util-image-0.4.1-3.fc39.x86_64                   43/96 
-   Installing       : svt-av1-libs-1.4.1-3.fc39.x86_64                     44/96 
-   Installing       : pixman-0.42.2-2.fc39.x86_64                          45/96 
-   Installing       : pcre2-utf16-10.42-1.fc39.2.x86_64                    46/96 
-   Installing       : mtdev-1.1.6-6.fc39.x86_64                            47/96 
-   Installing       : lm_sensors-libs-3.6.0-14.fc39.x86_64                 48/96 
-   Installing       : mesa-libglapi-23.3.6-1.fc39.x86_64                   49/96 
-   Installing       : mesa-dri-drivers-23.3.6-1.fc39.x86_64                50/96 
-   Installing       : mesa-libgbm-23.3.6-1.fc39.x86_64                     51/96 
-   Installing       : mesa-libEGL-23.3.6-1.fc39.x86_64                     52/96 
-   Installing       : libglvnd-egl-1:1.7.0-1.fc39.x86_64                   53/96 
-   Installing       : libwayland-egl-1.22.0-2.fc39.x86_64                  54/96 
-   Installing       : libvmaf-2.3.0-6.fc39.x86_64                          55/96 
-   Installing       : libaom-3.8.2-1.fc39.x86_64                           56/96 
-   Installing       : liblerc-4.0.0-4.fc39.x86_64                          57/96 
-   Installing       : libgudev-238-2.fc39.x86_64                           58/96 
-   Installing       : libwacom-2.10.0-1.fc39.x86_64                        59/96 
-   Installing       : libinput-1.25.0-4.fc39.x86_64                        60/96 
-   Running scriptlet: libinput-1.25.0-4.fc39.x86_64                        60/96 
-   Installing       : libdav1d-1.2.1-2.fc39.x86_64                         61/96 
-   Installing       : libavif-0.11.1-11.fc39.x86_64                        62/96 
-   Installing       : libdatrie-0.2.13-7.fc39.x86_64                       63/96 
-   Installing       : libthai-0.1.29-6.fc39.x86_64                         64/96 
-   Installing       : libcerf-2.3-2.fc39.x86_64                            65/96 
-   Installing       : libXfixes-6.0.0-6.fc39.x86_64                        66/96 
-   Installing       : libglvnd-glx-1:1.7.0-1.fc39.x86_64                   67/96 
-   Installing       : mesa-libGL-23.3.6-1.fc39.x86_64                      68/96 
-   Installing       : glx-utils-9.0.0-3.fc39.x86_64                        69/96 
-   Installing       : libXcomposite-0.4.5-10.fc39.x86_64                   70/96 
-   Installing       : jbigkit-libs-2.1-26.fc39.x86_64                      71/96 
-   Installing       : libtiff-4.4.0-8.fc39.x86_64                          72/96 
-   Installing       : graphite2-1.3.14-12.fc39.x86_64                      73/96 
-   Installing       : gnuplot-common-5.4.8-2.fc39.x86_64                   74/96 
-   Installing       : fribidi-1.0.13-2.fc39.x86_64                         75/96 
-   Installing       : duktape-2.7.0-5.fc39.x86_64                          76/96 
-   Installing       : libproxy-0.5.5-1.fc39.x86_64                         77/96 
-   Installing       : double-conversion-3.1.5-9.fc39.x86_64                78/96 
-   Installing       : qt5-qtbase-common-5.15.12-5.fc39.noarch              79/96 
-   Running scriptlet: qt5-qtbase-5.15.12-5.fc39.x86_64                     80/96 
-   Installing       : qt5-qtbase-5.15.12-5.fc39.x86_64                     80/96 
-   Running scriptlet: qt5-qtbase-5.15.12-5.fc39.x86_64                     80/96 
-   Installing       : avahi-libs-0.8-24.fc39.x86_64                        81/96 
-   Installing       : cups-libs-1:2.4.7-13.fc39.x86_64                     82/96 
-   Installing       : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch      83/96 
-   Installing       : default-fonts-core-sans-4.0-9.fc39.noarch            84/96 
-   Installing       : cairo-1.18.0-1.fc39.x86_64                           85/96
-  
-   Installing       : harfbuzz-8.2.1-2.fc39.x86_64                         86/96 
-   Installing       : freetype-2.13.1-2.fc39.x86_64                        87/96 
-   Installing       : fontconfig-2.14.2-6.fc39.x86_64                      88/96 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                      88/96
-  
-   Installing       : qt5-qtdeclarative-5.15.12-1.fc39.x86_64              89/96 
-   Installing       : qt5-qtbase-gui-5.15.12-5.fc39.x86_64                 90/96 
-   Installing       : qt5-qtwayland-5.15.12-2.fc39.x86_64                  91/96 
-   Installing       : qt5-qtsvg-5.15.12-1.fc39.x86_64                      92/96 
-   Installing       : gd-2.3.3-12.fc39.x86_64                              93/96 
-   Installing       : libXft-2.3.8-3.fc39.x86_64                           94/96 
-   Installing       : pango-1.51.0-1.fc39.x86_64                           95/96 
-   Installing       : gnuplot-5.4.8-2.fc39.x86_64                          96/96 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                      96/96 
-   Running scriptlet: gnuplot-5.4.8-2.fc39.x86_64                          96/96 
-   Verifying        : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch       1/96 
-   Verifying        : avahi-libs-0.8-24.fc39.x86_64                         2/96 
-   Verifying        : cairo-1.18.0-1.fc39.x86_64                            3/96 
-   Verifying        : default-fonts-core-sans-4.0-9.fc39.noarch             4/96 
-   Verifying        : double-conversion-3.1.5-9.fc39.x86_64                 5/96 
-   Verifying        : duktape-2.7.0-5.fc39.x86_64                           6/96 
-   Verifying        : freetype-2.13.1-2.fc39.x86_64                         7/96 
-   Verifying        : fribidi-1.0.13-2.fc39.x86_64                          8/96 
-   Verifying        : gd-2.3.3-12.fc39.x86_64                               9/96 
-   Verifying        : gdk-pixbuf2-2.42.10-5.fc39.x86_64                    10/96 
-   Verifying        : glx-utils-9.0.0-3.fc39.x86_64                        11/96 
-   Verifying        : gnuplot-5.4.8-2.fc39.x86_64                          12/96 
-   Verifying        : gnuplot-common-5.4.8-2.fc39.x86_64                   13/96 
-   Verifying        : graphite2-1.3.14-12.fc39.x86_64                      14/96 
-   Verifying        : harfbuzz-8.2.1-2.fc39.x86_64                         15/96 
-   Verifying        : jbigkit-libs-2.1-26.fc39.x86_64                      16/96 
-   Verifying        : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64              17/96 
-   Verifying        : libICE-1.0.10-11.fc39.x86_64                         18/96 
-   Verifying        : libSM-1.2.3-13.fc39.x86_64                           19/96 
-   Verifying        : libXcomposite-0.4.5-10.fc39.x86_64                   20/96 
-   Verifying        : libXext-1.3.5-3.fc39.x86_64                          21/96 
-   Verifying        : libXfixes-6.0.0-6.fc39.x86_64                        22/96 
-   Verifying        : libXft-2.3.8-3.fc39.x86_64                           23/96 
-   Verifying        : libXrender-0.9.11-3.fc39.x86_64                      24/96 
-   Verifying        : libXxf86vm-1.1.5-3.fc39.x86_64                       25/96 
-   Verifying        : libavif-0.11.1-11.fc39.x86_64                        26/96 
-   Verifying        : libcerf-2.3-2.fc39.x86_64                            27/96 
-   Verifying        : libdatrie-0.2.13-7.fc39.x86_64                       28/96 
-   Verifying        : libdav1d-1.2.1-2.fc39.x86_64                         29/96 
-   Verifying        : libevdev-1.13.1-2.fc39.x86_64                        30/96 
-   Verifying        : libglvnd-1:1.7.0-1.fc39.x86_64                       31/96 
-   Verifying        : libglvnd-egl-1:1.7.0-1.fc39.x86_64                   32/96 
-   Verifying        : libglvnd-glx-1:1.7.0-1.fc39.x86_64                   33/96 
-   Verifying        : libgudev-238-2.fc39.x86_64                           34/96 
-   Verifying        : libjpeg-turbo-2.1.4-3.fc39.x86_64                    35/96 
-   Verifying        : libjxl-1:0.8.2-3.fc39.x86_64                         36/96 
-   Verifying        : liblerc-4.0.0-4.fc39.x86_64                          37/96 
-   Verifying        : libpciaccess-0.16-9.fc39.x86_64                      38/96 
-   Verifying        : libpng-2:1.6.37-15.fc39.x86_64                       39/96 
-   Verifying        : libthai-0.1.29-6.fc39.x86_64                         40/96 
-   Verifying        : libtiff-4.4.0-8.fc39.x86_64                          41/96 
-   Verifying        : libvmaf-2.3.0-6.fc39.x86_64                          42/96 
-   Verifying        : libwayland-client-1.22.0-2.fc39.x86_64               43/96 
-   Verifying        : libwayland-cursor-1.22.0-2.fc39.x86_64               44/96 
-   Verifying        : libwayland-egl-1.22.0-2.fc39.x86_64                  45/96 
-   Verifying        : libwayland-server-1.22.0-2.fc39.x86_64               46/96 
-   Verifying        : libwebp-1.3.2-2.fc39.x86_64                          47/96 
-   Verifying        : libxshmfence-1.3-13.fc39.x86_64                      48/96 
-   Verifying        : lm_sensors-libs-3.6.0-14.fc39.x86_64                 49/96 
-   Verifying        : mtdev-1.1.6-6.fc39.x86_64                            50/96 
-   Verifying        : pango-1.51.0-1.fc39.x86_64                           51/96 
-   Verifying        : pcre2-utf16-10.42-1.fc39.2.x86_64                    52/96 
-   Verifying        : pixman-0.42.2-2.fc39.x86_64                          53/96 
-   Verifying        : shared-mime-info-2.2-4.fc39.x86_64                   54/96 
-   Verifying        : svt-av1-libs-1.4.1-3.fc39.x86_64                     55/96 
-   Verifying        : xcb-util-0.4.1-3.fc39.x86_64                         56/96 
-   Verifying        : xcb-util-image-0.4.1-3.fc39.x86_64                   57/96 
-   Verifying        : xcb-util-keysyms-0.4.1-3.fc39.x86_64                 58/96 
-   Verifying        : xcb-util-renderutil-0.3.10-3.fc39.x86_64             59/96 
-   Verifying        : xcb-util-wm-0.4.2-3.fc39.x86_64                      60/96 
-   Verifying        : xml-common-0.6.3-61.fc39.noarch                      61/96 
-   Verifying        : cups-libs-1:2.4.7-13.fc39.x86_64                     62/96 
-   Verifying        : dejavu-sans-fonts-2.37-20.fc39.noarch                63/96 
-   Verifying        : fontconfig-2.14.2-6.fc39.x86_64                      64/96 
-   Verifying        : google-noto-fonts-common-20240101-1.fc39.noarch      65/96 
-   Verifying        : google-noto-sans-vf-fonts-20240101-1.fc39.noarch     66/96 
-   Verifying        : highway-1.1.0-1.fc39.x86_64                          67/96 
-   Verifying        : hwdata-0.381-1.fc39.noarch                           68/96 
-   Verifying        : libXpm-3.5.17-1.fc39.x86_64                          69/96 
-   Verifying        : libaom-3.8.2-1.fc39.x86_64                           70/96 
-   Verifying        : libdrm-2.4.120-1.fc39.x86_64                         71/96 
-   Verifying        : libimagequant-4.0.3-2.fc39.x86_64                    72/96 
-   Verifying        : libinput-1.25.0-4.fc39.x86_64                        73/96 
-   Verifying        : libproxy-0.5.5-1.fc39.x86_64                         74/96 
-   Verifying        : libwacom-2.10.0-1.fc39.x86_64                        75/96 
-   Verifying        : libwacom-data-2.10.0-1.fc39.noarch                   76/96 
-   Verifying        : libxkbcommon-1.6.0-1.fc39.x86_64                     77/96 
-   Verifying        : libxkbcommon-x11-1.6.0-1.fc39.x86_64                 78/96 
-   Verifying        : llvm-libs-17.0.6-3.fc39.x86_64                       79/96 
-   Verifying        : mesa-dri-drivers-23.3.6-1.fc39.x86_64                80/96 
-   Verifying        : mesa-filesystem-23.3.6-1.fc39.x86_64                 81/96 
-   Verifying        : mesa-libEGL-23.3.6-1.fc39.x86_64                     82/96 
-   Verifying        : mesa-libGL-23.3.6-1.fc39.x86_64                      83/96 
-   Verifying        : mesa-libgbm-23.3.6-1.fc39.x86_64                     84/96 
-   Verifying        : mesa-libglapi-23.3.6-1.fc39.x86_64                   85/96 
-   Verifying        : mesa-va-drivers-23.3.6-1.fc39.x86_64                 86/96 
-   Verifying        : qt-settings-39.1-1.fc39.noarch                       87/96 
-   Verifying        : qt5-qtbase-5.15.12-5.fc39.x86_64                     88/96 
-   Verifying        : qt5-qtbase-common-5.15.12-5.fc39.noarch              89/96 
-   Verifying        : qt5-qtbase-gui-5.15.12-5.fc39.x86_64                 90/96 
-   Verifying        : qt5-qtdeclarative-5.15.12-1.fc39.x86_64              91/96 
-   Verifying        : qt5-qtsvg-5.15.12-1.fc39.x86_64                      92/96 
-   Verifying        : qt5-qttranslations-5.15.12-1.fc39.noarch             93/96 
-   Verifying        : qt5-qtwayland-5.15.12-2.fc39.x86_64                  94/96 
-   Verifying        : rav1e-libs-0.7.1-1.fc39.x86_64                       95/96 
-   Verifying        : xkeyboard-config-2.40-1.fc39.noarch                  96/96 
- 
- Installed:
-   abattis-cantarell-vf-fonts-0.301-10.fc39.noarch                               
-   avahi-libs-0.8-24.fc39.x86_64                                                 
-   cairo-1.18.0-1.fc39.x86_64                                                    
-   cups-libs-1:2.4.7-13.fc39.x86_64                                              
-   default-fonts-core-sans-4.0-9.fc39.noarch                                     
-   dejavu-sans-fonts-2.37-20.fc39.noarch                                         
-   double-conversion-3.1.5-9.fc39.x86_64                                         
-   duktape-2.7.0-5.fc39.x86_64                                                   
-   fontconfig-2.14.2-6.fc39.x86_64                                               
-   freetype-2.13.1-2.fc39.x86_64                                                 
-   fribidi-1.0.13-2.fc39.x86_64                                                  
-   gd-2.3.3-12.fc39.x86_64                                                       
-   gdk-pixbuf2-2.42.10-5.fc39.x86_64                                             
-   glx-utils-9.0.0-3.fc39.x86_64                                                 
-   gnuplot-5.4.8-2.fc39.x86_64                                                   
-   gnuplot-common-5.4.8-2.fc39.x86_64                                            
-   google-noto-fonts-common-20240101-1.fc39.noarch                               
-   google-noto-sans-vf-fonts-20240101-1.fc39.noarch                              
-   graphite2-1.3.14-12.fc39.x86_64                                               
-   harfbuzz-8.2.1-2.fc39.x86_64                                                  
-   highway-1.1.0-1.fc39.x86_64                                                   
-   hwdata-0.381-1.fc39.noarch                                                    
-   jbigkit-libs-2.1-26.fc39.x86_64                                               
-   jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64                                       
-   libICE-1.0.10-11.fc39.x86_64                                                  
-   libSM-1.2.3-13.fc39.x86_64                                                    
-   libXcomposite-0.4.5-10.fc39.x86_64                                            
-   libXext-1.3.5-3.fc39.x86_64                                                   
-   libXfixes-6.0.0-6.fc39.x86_64                                                 
-   libXft-2.3.8-3.fc39.x86_64                                                    
-   libXpm-3.5.17-1.fc39.x86_64                                                   
-   libXrender-0.9.11-3.fc39.x86_64                                               
-   libXxf86vm-1.1.5-3.fc39.x86_64                                                
-   libaom-3.8.2-1.fc39.x86_64                                                    
-   libavif-0.11.1-11.fc39.x86_64                                                 
-   libcerf-2.3-2.fc39.x86_64                                                     
-   libdatrie-0.2.13-7.fc39.x86_64                                                
-   libdav1d-1.2.1-2.fc39.x86_64                                                  
-   libdrm-2.4.120-1.fc39.x86_64                                                  
-   libevdev-1.13.1-2.fc39.x86_64                                                 
-   libglvnd-1:1.7.0-1.fc39.x86_64                                                
-   libglvnd-egl-1:1.7.0-1.fc39.x86_64                                            
-   libglvnd-glx-1:1.7.0-1.fc39.x86_64                                            
-   libgudev-238-2.fc39.x86_64                                                    
-   libimagequant-4.0.3-2.fc39.x86_64                                             
-   libinput-1.25.0-4.fc39.x86_64                                                 
-   libjpeg-turbo-2.1.4-3.fc39.x86_64                                             
-   libjxl-1:0.8.2-3.fc39.x86_64                                                  
-   liblerc-4.0.0-4.fc39.x86_64                                                   
-   libpciaccess-0.16-9.fc39.x86_64                                               
-   libpng-2:1.6.37-15.fc39.x86_64                                                
-   libproxy-0.5.5-1.fc39.x86_64                                                  
-   libthai-0.1.29-6.fc39.x86_64                                                  
-   libtiff-4.4.0-8.fc39.x86_64                                                   
-   libvmaf-2.3.0-6.fc39.x86_64                                                   
-   libwacom-2.10.0-1.fc39.x86_64                                                 
-   libwacom-data-2.10.0-1.fc39.noarch                                            
-   libwayland-client-1.22.0-2.fc39.x86_64                                        
-   libwayland-cursor-1.22.0-2.fc39.x86_64                                        
-   libwayland-egl-1.22.0-2.fc39.x86_64                                           
-   libwayland-server-1.22.0-2.fc39.x86_64                                        
-   libwebp-1.3.2-2.fc39.x86_64                                                   
-   libxkbcommon-1.6.0-1.fc39.x86_64                                              
-   libxkbcommon-x11-1.6.0-1.fc39.x86_64                                          
-   libxshmfence-1.3-13.fc39.x86_64                                               
-   llvm-libs-17.0.6-3.fc39.x86_64                                                
-   lm_sensors-libs-3.6.0-14.fc39.x86_64                                          
-   mesa-dri-drivers-23.3.6-1.fc39.x86_64                                         
-   mesa-filesystem-23.3.6-1.fc39.x86_64                                          
-   mesa-libEGL-23.3.6-1.fc39.x86_64                                              
-   mesa-libGL-23.3.6-1.fc39.x86_64                                               
-   mesa-libgbm-23.3.6-1.fc39.x86_64                                              
-   mesa-libglapi-23.3.6-1.fc39.x86_64                                            
-   mesa-va-drivers-23.3.6-1.fc39.x86_64                                          
-   mtdev-1.1.6-6.fc39.x86_64                                                     
-   pango-1.51.0-1.fc39.x86_64                                                    
-   pcre2-utf16-10.42-1.fc39.2.x86_64                                             
-   pixman-0.42.2-2.fc39.x86_64                                                   
-   qt-settings-39.1-1.fc39.noarch                                                
-   qt5-qtbase-5.15.12-5.fc39.x86_64                                              
-   qt5-qtbase-common-5.15.12-5.fc39.noarch                                       
-   qt5-qtbase-gui-5.15.12-5.fc39.x86_64                                          
-   qt5-qtdeclarative-5.15.12-1.fc39.x86_64                                       
-   qt5-qtsvg-5.15.12-1.fc39.x86_64                                               
-   qt5-qttranslations-5.15.12-1.fc39.noarch                                      
-   qt5-qtwayland-5.15.12-2.fc39.x86_64                                           
-   rav1e-libs-0.7.1-1.fc39.x86_64                                                
-   shared-mime-info-2.2-4.fc39.x86_64                                            
-   svt-av1-libs-1.4.1-3.fc39.x86_64                                              
-   xcb-util-0.4.1-3.fc39.x86_64                                                  
-   xcb-util-image-0.4.1-3.fc39.x86_64                                            
-   xcb-util-keysyms-0.4.1-3.fc39.x86_64                                          
-   xcb-util-renderutil-0.3.10-3.fc39.x86_64                                      
-   xcb-util-wm-0.4.2-3.fc39.x86_64                                               
-   xkeyboard-config-2.40-1.fc39.noarch                                           
-   xml-common-0.6.3-61.fc39.noarch                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "gnuplot"
- gnuplot-5.4.8-2.fc39.x86_64
2024-05-11 01:05.05 ---> saved as "5b661e3b725cdbf51b89c0823062ee7d92c4670b543dcab5dcff27a7194deff4"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild         0.14.3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install dune               3.15.2
  - install conf-gnuplot       0.1
  - install topkg              1.0.7
  - install base-bytes         base
  - install stdlib-shims       0.3.0
  - install re                 1.11.0
  - install ocaml-syntax-shims 1.0.0
  - install duration           0.2.1
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install uutf               1.0.3
  - install uuidm              0.9.8
  - install mtime              2.0.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install dune-configurator  3.15.2
  - install ocplib-endian      1.2
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install logs               0.7.0
===== 24 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gnuplot.0.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uuidm.0.9.8
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed duration.0.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.2
-> installed lwt.5.7.0
-> installed logs.0.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:05.44 ---> saved as "017e3984c847bef52e1d4d31baaf46882aa2cb1299ddeddcb1cb85971f93ccfc"


/src: (copy (src .) (dst /src))
2024-05-11 01:05.44 ---> saved as "1293e6127f5ad1070ec6aba32166ea84fa8c919f039f62466905f87b2afa31d6"


/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 `R3Z4I03L'.


  [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.001s. 3 tests run.
(cd _build/default/test/unix && ./test.exe)
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/Timers-28.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/OCaml_memory_management_counters_quick-25.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/MEM-30.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/Nice_graph-27.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/OCaml_memory_management_counters-26.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/CPU-29.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/Timers-28.d.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/OCaml_memory_management_counters_quick-25.d.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/MEM-30.d.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/Nice_graph-27.d.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/OCaml_memory_management_counters-26.d.png has been created.
/src/_build/default/test/unix/_metrics/cff30745-575f-40d0-a755-937da37562e4/out/CPU-29.d.png has been created.
2024-05-11 01:05.51 ---> saved as "011686b6afca91aee284593bd38929c2df20bea84141e643440c1b3a79a2b491"
Job succeeded
2024-05-11 01:05.51: Job succeeded