Organisationsgs0510index8f2e73 (master)fedora-38-5.1_opam-2.1

fedora-38-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:36.06: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (linux-x86_64:fedora-38-5.1_opam-2.1)
Base: ocaml/opam@sha256:85d9573f01137abd00ee09096b477fcfcec820e93fc2c5fcadb5ac9b04d6ae37
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:85d9573f01137abd00ee09096b477fcfcec820e93fc2c5fcadb5ac9b04d6ae37
# fedora-38-5.1_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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
    opam pin add -yn index-bench.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y index.dev index-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-30 08:36.06: Using cache hint "gs0510/index-ocaml/opam@sha256:85d9573f01137abd00ee09096b477fcfcec820e93fc2c5fcadb5ac9b04d6ae37-fedora-38-5.1_opam-2.1-688cb96de6f7597999fdaf9291399539"
2024-04-30 08:36.06: Using OBuilder spec:
((from ocaml/opam@sha256:85d9573f01137abd00ee09096b477fcfcec820e93fc2c5fcadb5ac9b04d6ae37)
 (comment fedora-38-5.1_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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src index.opam index-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn index.dev './' && \
             \nopam pin add -yn index-bench.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")
 (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 index.dev index-bench.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 08:36.06: Waiting for resource in pool OCluster
2024-04-30 19:54.25: Waiting for worker…
2024-04-30 19:59.32: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 8f2e73f Update cache.ml


(from ocaml/opam@sha256:85d9573f01137abd00ee09096b477fcfcec820e93fc2c5fcadb5ac9b04d6ae37)
2024-04-30 19:59.32 ---> using "de60c409cb1c0e1ac257fc774bca3ca74478d8699cc1dc0a6a2f3e9c2cfd336e" from cache


/: (comment fedora-38-5.1_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 38 - x86_64                              211 kB/s |  26 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                      268 kB/s |  25 kB     00:00    
Fedora 38 - x86_64 - Updates                    238 kB/s |  22 kB     00:00    
Fedora 38 - x86_64 - Updates                    5.3 MB/s | 8.5 MB     00:01    
Fedora Modular 38 - x86_64 - Updates            253 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 19:59.32 ---> using "497a8e4daa754da5bdda159d4b933cda5348e7622d389d75e1330ead5206e3c2" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 19:59.32 ---> using "dd87580101a756f59e4d8f59698019dbd3fcbc0662cf618e275093d37b736216" 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.


Continue? [Y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 19:59.32 ---> using "5f46fa255f3da73e72eb893efdb06e82a5c3e5f5d1f9a984698c35f3a5ab1e35" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 19:59.32 ---> using "e224fa3c0ea6675cb74e379311c9bff3f08254e450ab79085b058f440cd89a0b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:59.32 ---> using "3d092247105e3a58e6226fd46d8707b546b46cb4773aede6f511dbed82014a84" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..bafea8d973  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


<><> 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-04-30 20:00.46 ---> saved as "793c2e59fe2a1e23c33c6bf39d439d70f24679d228bedc7915d11726f97b7671"


/src: (copy (src index.opam index-bench.opam) (dst ./))
2024-04-30 20:00.46 ---> saved as "a79e1234f99b3d27decab036b05c6180dafbc6fdf90b9fd9f78e2c2a726bb657"


/src: (run (network host)
           (shell  "opam pin add -yn index.dev './' && \
                  \nopam pin add -yn index-bench.dev './'"))
[index.dev] synchronised (file:///src)
index is now pinned to file:///src (version dev)
[index-bench.dev] synchronised (file:///src)
index-bench is now pinned to file:///src (version dev)
2024-04-30 20:00.48 ---> saved as "326ea4896851e7a7e0b74243aaec5a130d17c94be76a6d2e462868071f5d7984"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")


/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 index.dev index-bench.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                              198 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      197 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    209 kB/s |  23 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates            242 kB/s |  24 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (no changes)
[index-bench.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-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/bin/sudo "yum" "install" "-y" "gnuplot"
- Last metadata expiration check: 0:00:18 ago on Tue Apr 30 20:00:51 2024.
- Dependencies resolved.
- ================================================================================
-  Package                      Arch      Version                Repository  Size
- ================================================================================
- Installing:
-  gnuplot                      x86_64    5.4.5-2.fc38           fedora     838 k
- Installing dependencies:
-  avahi-libs                   x86_64    0.8-22.fc38            updates     66 k
-  cairo                        x86_64    1.17.8-4.fc38          updates    704 k
-  cups-libs                    x86_64    1:2.4.7-13.fc38        updates    268 k
-  dejavu-sans-fonts            noarch    2.37-20.fc38           fedora     1.3 M
-  double-conversion            x86_64    3.1.5-8.fc38           fedora      49 k
-  fontconfig                   x86_64    2.14.2-2.fc38          updates    295 k
-  freetype                     x86_64    2.13.0-2.fc38          fedora     414 k
-  fribidi                      x86_64    1.0.12-3.fc38          fedora      89 k
-  gd                           x86_64    2.3.3-10.fc38          fedora     140 k
-  gdk-pixbuf2                  x86_64    2.42.10-2.fc38         fedora     485 k
-  glx-utils                    x86_64    8.5.0-1.fc38           fedora      40 k
-  gnuplot-common               x86_64    5.4.5-2.fc38           fedora     790 k
-  google-noto-fonts-common     noarch    20230201-2.fc38        updates     16 k
-  google-noto-sans-vf-fonts    noarch    20230201-2.fc38        updates    579 k
-  graphite2                    x86_64    1.3.14-11.fc38         fedora      95 k
-  harfbuzz                     x86_64    7.1.0-1.fc38           fedora     889 k
-  highway                      x86_64    1.1.0-1.fc38           updates    482 k
-  hwdata                       noarch    0.381-1.fc38           updates    1.6 M
-  jbigkit-libs                 x86_64    2.1-25.fc38            fedora      53 k
-  langpacks-core-font-en       noarch    3.0-32.fc38            updates    9.6 k
-  libICE                       x86_64    1.0.10-10.fc38         fedora      71 k
-  libSM                        x86_64    1.2.3-12.fc38          fedora      41 k
-  libXcomposite                x86_64    0.4.5-9.fc38           fedora      23 k
-  libXext                      x86_64    1.3.5-2.fc38           fedora      39 k
-  libXfixes                    x86_64    6.0.0-5.fc38           fedora      19 k
-  libXft                       x86_64    2.3.8-2.fc38           updates     72 k
-  libXpm                       x86_64    3.5.17-1.fc38          updates     65 k
-  libXrender                   x86_64    0.9.11-2.fc38          fedora      27 k
-  libXxf86vm                   x86_64    1.1.5-2.fc38           fedora      18 k
-  libaom                       x86_64    3.8.2-1.fc38           updates    1.8 M
-  libavif                      x86_64    0.11.1-7.fc38          fedora      84 k
-  libcerf                      x86_64    2.3-1.fc38             fedora      37 k
-  libdatrie                    x86_64    0.2.13-5.fc38          fedora      32 k
-  libdav1d                     x86_64    1.2.1-1.fc38           updates    618 k
-  libdrm                       x86_64    2.4.120-1.fc38         updates    157 k
-  libevdev                     x86_64    1.13.1-1.fc38          updates     44 k
-  libglvnd                     x86_64    1:1.6.0-2.fc38         fedora     134 k
-  libglvnd-egl                 x86_64    1:1.6.0-2.fc38         fedora      36 k
-  libglvnd-glx                 x86_64    1:1.6.0-2.fc38         fedora     142 k
-  libgudev                     x86_64    237-4.fc38             fedora      35 k
-  libimagequant                x86_64    2.17.0-4.fc38          fedora      63 k
-  libinput                     x86_64    1.23.0-2.fc38          updates    213 k
-  libjpeg-turbo                x86_64    2.1.4-2.fc38           fedora     183 k
-  libjxl                       x86_64    1:0.7.0-6.fc38         fedora     1.0 M
-  liblerc                      x86_64    4.0.0-3.fc38           fedora     202 k
-  libpciaccess                 x86_64    0.16-8.fc38            fedora      26 k
-  libpng                       x86_64    2:1.6.37-14.fc38       fedora     120 k
-  libproxy                     x86_64    0.4.18-6.fc38          fedora      71 k
-  libthai                      x86_64    0.1.29-4.fc38          fedora     213 k
-  libtiff                      x86_64    4.4.0-8.fc38           updates    201 k
-  libvmaf                      x86_64    2.3.0-5.fc38           fedora     180 k
-  libwacom                     x86_64    2.8.0-1.fc38           updates     42 k
-  libwacom-data                noarch    2.8.0-1.fc38           updates    191 k
-  libwayland-client            x86_64    1.22.0-1.fc38          updates     34 k
-  libwayland-cursor            x86_64    1.22.0-1.fc38          updates     19 k
-  libwayland-egl               x86_64    1.22.0-1.fc38          updates     13 k
-  libwayland-server            x86_64    1.22.0-1.fc38          updates     42 k
-  libwebp                      x86_64    1.3.2-2.fc38           updates    284 k
-  libxkbcommon                 x86_64    1.5.0-2.fc38           fedora     140 k
-  libxkbcommon-x11             x86_64    1.5.0-2.fc38           fedora      22 k
-  libxshmfence                 x86_64    1.3-12.fc38            fedora      12 k
-  llvm-libs                    x86_64    16.0.6-3.fc38          updates     27 M
-  lm_sensors-libs              x86_64    3.6.0-13.fc38          fedora      41 k
-  mesa-filesystem              x86_64    23.1.9-1.fc38          updates     17 k
-  mesa-libEGL                  x86_64    23.1.9-1.fc38          updates    131 k
-  mesa-libGL                   x86_64    23.1.9-1.fc38          updates    173 k
-  mesa-libgbm                  x86_64    23.1.9-1.fc38          updates     44 k
-  mesa-libglapi                x86_64    23.1.9-1.fc38          updates     53 k
-  mtdev                        x86_64    1.1.6-5.fc38           fedora      21 k
-  pango                        x86_64    1.50.14-1.fc38         fedora     342 k
-  pcre2-utf16                  x86_64    10.42-1.fc38.1         fedora     214 k
-  pixman                       x86_64    0.42.2-1.fc38          fedora     285 k
-  qt-settings                  noarch    38.3-1.fc38            updates    9.2 k
-  qt5-qtbase                   x86_64    5.15.12-5.fc38         updates    3.6 M
-  qt5-qtbase-common            noarch    5.15.12-5.fc38         updates     12 k
-  qt5-qtbase-gui               x86_64    5.15.12-5.fc38         updates    6.4 M
-  qt5-qtdeclarative            x86_64    5.15.12-1.fc38         updates    4.3 M
-  qt5-qtsvg                    x86_64    5.15.12-1.fc38         updates    186 k
-  rav1e-libs                   x86_64    0.7.1-1.fc38           updates    1.0 M
-  shared-mime-info             x86_64    2.2-3.fc38             fedora     381 k
-  svt-av1-libs                 x86_64    1.4.1-2.fc38           fedora     2.0 M
-  xcb-util                     x86_64    0.4.1-2.fc38           fedora      19 k
-  xcb-util-image               x86_64    0.4.1-2.fc38           fedora      19 k
-  xcb-util-keysyms             x86_64    0.4.1-2.fc38           fedora      14 k
-  xcb-util-renderutil          x86_64    0.3.10-2.fc38          fedora      17 k
-  xcb-util-wm                  x86_64    0.4.2-2.fc38           fedora      31 k
-  xkeyboard-config             noarch    2.38-1.fc38            fedora     963 k
-  xml-common                   noarch    0.6.3-60.fc38          fedora      31 k
- Installing weak dependencies:
-  jxl-pixbuf-loader            x86_64    1:0.7.0-6.fc38         fedora      56 k
-  mesa-dri-drivers             x86_64    23.1.9-1.fc38          updates     19 M
-  mesa-va-drivers              x86_64    23.1.9-1.fc38          updates    3.4 M
-  qt5-qttranslations           noarch    5.15.12-1.fc38         updates    2.0 M
-  qt5-qtwayland                x86_64    5.15.12-2.fc38         updates    1.1 M
- 
- Transaction Summary
- ================================================================================
- Install  94 Packages
- 
- Total download size: 88 M
- Installed size: 369 M
- Downloading Packages:
- (1/94): double-conversion-3.1.5-8.fc38.x86_64.r 824 kB/s |  49 kB     00:00    
- (2/94): freetype-2.13.0-2.fc38.x86_64.rpm       4.7 MB/s | 414 kB     00:00    
- (3/94): fribidi-1.0.12-3.fc38.x86_64.rpm        2.8 MB/s |  89 kB     00:00    
- (4/94): dejavu-sans-fonts-2.37-20.fc38.noarch.r  12 MB/s | 1.3 MB     00:00    
- (5/94): gd-2.3.3-10.fc38.x86_64.rpm             4.5 MB/s | 140 kB     00:00    
- (6/94): gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm    11 MB/s | 485 kB     00:00    
- (7/94): glx-utils-8.5.0-1.fc38.x86_64.rpm       1.7 MB/s |  40 kB     00:00    
- (8/94): graphite2-1.3.14-11.fc38.x86_64.rpm     2.6 MB/s |  95 kB     00:00    
- (9/94): gnuplot-5.4.5-2.fc38.x86_64.rpm          12 MB/s | 838 kB     00:00    
- (10/94): gnuplot-common-5.4.5-2.fc38.x86_64.rpm  12 MB/s | 790 kB     00:00    
- (11/94): jbigkit-libs-2.1-25.fc38.x86_64.rpm    3.1 MB/s |  53 kB     00:00    
- (12/94): libICE-1.0.10-10.fc38.x86_64.rpm       4.0 MB/s |  71 kB     00:00    
- (13/94): harfbuzz-7.1.0-1.fc38.x86_64.rpm        16 MB/s | 889 kB     00:00    
- (14/94): jxl-pixbuf-loader-0.7.0-6.fc38.x86_64. 1.8 MB/s |  56 kB     00:00    
- (15/94): libSM-1.2.3-12.fc38.x86_64.rpm         2.6 MB/s |  41 kB     00:00    
- (16/94): libXcomposite-0.4.5-9.fc38.x86_64.rpm  1.2 MB/s |  23 kB     00:00    
- (17/94): libXext-1.3.5-2.fc38.x86_64.rpm        1.8 MB/s |  39 kB     00:00    
- (18/94): libXfixes-6.0.0-5.fc38.x86_64.rpm      834 kB/s |  19 kB     00:00    
- (19/94): libavif-0.11.1-7.fc38.x86_64.rpm       6.0 MB/s |  84 kB     00:00    
- (20/94): libXrender-0.9.11-2.fc38.x86_64.rpm    1.0 MB/s |  27 kB     00:00    
- (21/94): libXxf86vm-1.1.5-2.fc38.x86_64.rpm     760 kB/s |  18 kB     00:00    
- (22/94): libdatrie-0.2.13-5.fc38.x86_64.rpm     3.0 MB/s |  32 kB     00:00    
- (23/94): libcerf-2.3-1.fc38.x86_64.rpm          1.9 MB/s |  37 kB     00:00    
- (24/94): libglvnd-egl-1.6.0-2.fc38.x86_64.rpm   2.5 MB/s |  36 kB     00:00    
- (25/94): libglvnd-glx-1.6.0-2.fc38.x86_64.rpm   6.9 MB/s | 142 kB     00:00    
- (26/94): libglvnd-1.6.0-2.fc38.x86_64.rpm       3.4 MB/s | 134 kB     00:00    
- (27/94): libgudev-237-4.fc38.x86_64.rpm         2.1 MB/s |  35 kB     00:00    
- (28/94): libimagequant-2.17.0-4.fc38.x86_64.rpm 2.5 MB/s |  63 kB     00:00    
- (29/94): libjpeg-turbo-2.1.4-2.fc38.x86_64.rpm  6.4 MB/s | 183 kB     00:00    
- (30/94): liblerc-4.0.0-3.fc38.x86_64.rpm        7.1 MB/s | 202 kB     00:00    
- (31/94): libpciaccess-0.16-8.fc38.x86_64.rpm    1.1 MB/s |  26 kB     00:00    
- (32/94): libpng-1.6.37-14.fc38.x86_64.rpm       7.3 MB/s | 120 kB     00:00    
- (33/94): libjxl-0.7.0-6.fc38.x86_64.rpm          14 MB/s | 1.0 MB     00:00    
- (34/94): libproxy-0.4.18-6.fc38.x86_64.rpm      2.6 MB/s |  71 kB     00:00    
- (35/94): libxkbcommon-1.5.0-2.fc38.x86_64.rpm   7.7 MB/s | 140 kB     00:00    
- (36/94): libvmaf-2.3.0-5.fc38.x86_64.rpm        6.4 MB/s | 180 kB     00:00    
- (37/94): libthai-0.1.29-4.fc38.x86_64.rpm       5.2 MB/s | 213 kB     00:00    
- (38/94): libxkbcommon-x11-1.5.0-2.fc38.x86_64.r 2.0 MB/s |  22 kB     00:00    
- (39/94): libxshmfence-1.3-12.fc38.x86_64.rpm    511 kB/s |  12 kB     00:00    
- (40/94): lm_sensors-libs-3.6.0-13.fc38.x86_64.r 1.5 MB/s |  41 kB     00:00    
- (41/94): mtdev-1.1.6-5.fc38.x86_64.rpm          630 kB/s |  21 kB     00:00    
- (42/94): pcre2-utf16-10.42-1.fc38.1.x86_64.rpm  6.7 MB/s | 214 kB     00:00    
- (43/94): pango-1.50.14-1.fc38.x86_64.rpm        8.2 MB/s | 342 kB     00:00    
- (44/94): pixman-0.42.2-1.fc38.x86_64.rpm        7.6 MB/s | 285 kB     00:00    
- (45/94): xcb-util-0.4.1-2.fc38.x86_64.rpm       838 kB/s |  19 kB     00:00    
- (46/94): shared-mime-info-2.2-3.fc38.x86_64.rpm 8.3 MB/s | 381 kB     00:00    
- (47/94): xcb-util-image-0.4.1-2.fc38.x86_64.rpm 1.4 MB/s |  19 kB     00:00    
- (48/94): xcb-util-keysyms-0.4.1-2.fc38.x86_64.r 707 kB/s |  14 kB     00:00    
- (49/94): xcb-util-renderutil-0.3.10-2.fc38.x86_ 848 kB/s |  17 kB     00:00    
- (50/94): xcb-util-wm-0.4.2-2.fc38.x86_64.rpm    2.0 MB/s |  31 kB     00:00    
- (51/94): xml-common-0.6.3-60.fc38.noarch.rpm    2.8 MB/s |  31 kB     00:00    
- (52/94): svt-av1-libs-1.4.1-2.fc38.x86_64.rpm    14 MB/s | 2.0 MB     00:00    
- (53/94): avahi-libs-0.8-22.fc38.x86_64.rpm      1.1 MB/s |  66 kB     00:00    
- (54/94): xkeyboard-config-2.38-1.fc38.noarch.rp 9.0 MB/s | 963 kB     00:00    
- (55/94): cairo-1.17.8-4.fc38.x86_64.rpm         8.0 MB/s | 704 kB     00:00    
- (56/94): cups-libs-2.4.7-13.fc38.x86_64.rpm     3.0 MB/s | 268 kB     00:00    
- (57/94): fontconfig-2.14.2-2.fc38.x86_64.rpm    3.6 MB/s | 295 kB     00:00    
- (58/94): google-noto-fonts-common-20230201-2.fc 332 kB/s |  16 kB     00:00    
- (59/94): highway-1.1.0-1.fc38.x86_64.rpm        9.9 MB/s | 482 kB     00:00    
- (60/94): google-noto-sans-vf-fonts-20230201-2.f 7.4 MB/s | 579 kB     00:00    
- (61/94): langpacks-core-font-en-3.0-32.fc38.noa 323 kB/s | 9.6 kB     00:00    
- (62/94): libXft-2.3.8-2.fc38.x86_64.rpm         1.6 MB/s |  72 kB     00:00    
- (63/94): libXpm-3.5.17-1.fc38.x86_64.rpm        1.7 MB/s |  65 kB     00:00    
- (64/94): hwdata-0.381-1.fc38.noarch.rpm          12 MB/s | 1.6 MB     00:00    
- (65/94): libdav1d-1.2.1-1.fc38.x86_64.rpm        12 MB/s | 618 kB     00:00    
- (66/94): libaom-3.8.2-1.fc38.x86_64.rpm          23 MB/s | 1.8 MB     00:00    
- (67/94): libdrm-2.4.120-1.fc38.x86_64.rpm       4.9 MB/s | 157 kB     00:00    
- (68/94): libevdev-1.13.1-1.fc38.x86_64.rpm      1.1 MB/s |  44 kB     00:00    
- (69/94): libinput-1.23.0-2.fc38.x86_64.rpm      5.1 MB/s | 213 kB     00:00    
- (70/94): libtiff-4.4.0-8.fc38.x86_64.rpm        4.0 MB/s | 201 kB     00:00    
- (71/94): libwacom-2.8.0-1.fc38.x86_64.rpm       1.1 MB/s |  42 kB     00:00    
- (72/94): libwacom-data-2.8.0-1.fc38.noarch.rpm  4.6 MB/s | 191 kB     00:00    
- (73/94): libwayland-client-1.22.0-1.fc38.x86_64 1.3 MB/s |  34 kB     00:00    
- (74/94): libwayland-cursor-1.22.0-1.fc38.x86_64 796 kB/s |  19 kB     00:00    
- (75/94): libwayland-egl-1.22.0-1.fc38.x86_64.rp 381 kB/s |  13 kB     00:00    
- (76/94): libwebp-1.3.2-2.fc38.x86_64.rpm        5.8 MB/s | 284 kB     00:00    
- (77/94): libwayland-server-1.22.0-1.fc38.x86_64 791 kB/s |  42 kB     00:00    
- (78/94): mesa-filesystem-23.1.9-1.fc38.x86_64.r 248 kB/s |  17 kB     00:00    
- (79/94): mesa-libEGL-23.1.9-1.fc38.x86_64.rpm   3.3 MB/s | 131 kB     00:00    
- (80/94): mesa-libGL-23.1.9-1.fc38.x86_64.rpm    3.5 MB/s | 173 kB     00:00    
- (81/94): mesa-libgbm-23.1.9-1.fc38.x86_64.rpm   1.6 MB/s |  44 kB     00:00    
- (82/94): mesa-libglapi-23.1.9-1.fc38.x86_64.rpm 4.2 MB/s |  53 kB     00:00    
- (83/94): mesa-va-drivers-23.1.9-1.fc38.x86_64.r  18 MB/s | 3.4 MB     00:00    
- (84/94): qt-settings-38.3-1.fc38.noarch.rpm     143 kB/s | 9.2 kB     00:00    
- (85/94): llvm-libs-16.0.6-3.fc38.x86_64.rpm      43 MB/s |  27 MB     00:00    
- (86/94): mesa-dri-drivers-23.1.9-1.fc38.x86_64.  26 MB/s |  19 MB     00:00    
- (87/94): qt5-qtbase-common-5.15.12-5.fc38.noarc 110 kB/s |  12 kB     00:00    
- (88/94): qt5-qtbase-5.15.12-5.fc38.x86_64.rpm    12 MB/s | 3.6 MB     00:00    
- (89/94): qt5-qtsvg-5.15.12-1.fc38.x86_64.rpm    3.4 MB/s | 186 kB     00:00    
- (90/94): qt5-qtdeclarative-5.15.12-1.fc38.x86_6  21 MB/s | 4.3 MB     00:00    
- (91/94): qt5-qtbase-gui-5.15.12-5.fc38.x86_64.r  28 MB/s | 6.4 MB     00:00    
- (92/94): qt5-qttranslations-5.15.12-1.fc38.noar  13 MB/s | 2.0 MB     00:00    
- (93/94): qt5-qtwayland-5.15.12-2.fc38.x86_64.rp  14 MB/s | 1.1 MB     00:00    
- (94/94): rav1e-libs-0.7.1-1.fc38.x86_64.rpm     6.9 MB/s | 1.0 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                            37 MB/s |  88 MB     00:02     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                        1/94 
-   Installing       : libjpeg-turbo-2.1.4-2.fc38.x86_64                     2/94 
-   Installing       : libXext-1.3.5-2.fc38.x86_64                           3/94 
-   Installing       : libwayland-server-1.22.0-1.fc38.x86_64                4/94 
-   Installing       : libwayland-client-1.22.0-1.fc38.x86_64                5/94 
-   Installing       : libxshmfence-1.3-12.fc38.x86_64                       6/94 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                       7/94 
-   Installing       : mesa-filesystem-23.1.9-1.fc38.x86_64                  8/94
-  
-   Installing       : llvm-libs-16.0.6-3.fc38.x86_64                        9/94 
-   Installing       : libwebp-1.3.2-2.fc38.x86_64                          10/94 
-   Installing       : shared-mime-info-2.2-3.fc38.x86_64                   11/94 
-   Running scriptlet: shared-mime-info-2.2-3.fc38.x86_64                   11/94 
-   Installing       : libglvnd-1:1.6.0-2.fc38.x86_64                       12/94 
-   Installing       : libICE-1.0.10-10.fc38.x86_64                         13/94 
-   Installing       : libSM-1.2.3-12.fc38.x86_64                           14/94 
-   Installing       : gdk-pixbuf2-2.42.10-2.fc38.x86_64                    15/94 
-   Installing       : libwayland-cursor-1.22.0-1.fc38.x86_64               16/94 
-   Installing       : libXxf86vm-1.1.5-2.fc38.x86_64                       17/94
-  
-   Installing       : rav1e-libs-0.7.1-1.fc38.x86_64                       18/94 
-   Installing       : qt5-qttranslations-5.15.12-1.fc38.noarch             19/94 
-   Installing       : qt-settings-38.3-1.fc38.noarch                       20/94 
-   Installing       : libwayland-egl-1.22.0-1.fc38.x86_64                  21/94 
-   Installing       : libwacom-data-2.8.0-1.fc38.noarch                    22/94 
-   Installing       : libevdev-1.13.1-1.fc38.x86_64                        23/94 
-   Installing       : libdav1d-1.2.1-1.fc38.x86_64                         24/94 
-   Installing       : libXpm-3.5.17-1.fc38.x86_64                          25/94 
-   Installing       : hwdata-0.381-1.fc38.noarch                           26/94 
-   Installing       : libpciaccess-0.16-8.fc38.x86_64                      27/94 
-   Installing       : libdrm-2.4.120-1.fc38.x86_64                         28/94 
-   Installing       : mesa-va-drivers-23.1.9-1.fc38.x86_64                 29/94 
-   Installing       : highway-1.1.0-1.fc38.x86_64                          30/94 
-   Installing       : libjxl-1:0.7.0-6.fc38.x86_64                         31/94 
-   Installing       : jxl-pixbuf-loader-1:0.7.0-6.fc38.x86_64              32/94 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch      33/94 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     34/94 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch            35/94 
-   Installing       : avahi-libs-0.8-22.fc38.x86_64                        36/94 
-   Installing       : cups-libs-1:2.4.7-13.fc38.x86_64                     37/94 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                      38/94 
-   Installing       : xml-common-0.6.3-60.fc38.noarch                      38/94 
-   Installing       : xkeyboard-config-2.38-1.fc38.noarch                  39/94 
-   Installing       : libxkbcommon-1.5.0-2.fc38.x86_64                     40/94 
-   Installing       : libxkbcommon-x11-1.5.0-2.fc38.x86_64                 41/94 
-   Installing       : xcb-util-wm-0.4.2-2.fc38.x86_64                      42/94 
-   Installing       : xcb-util-renderutil-0.3.10-2.fc38.x86_64             43/94 
-   Installing       : xcb-util-keysyms-0.4.1-2.fc38.x86_64                 44/94 
-   Installing       : xcb-util-0.4.1-2.fc38.x86_64                         45/94 
-   Installing       : xcb-util-image-0.4.1-2.fc38.x86_64                   46/94 
-   Installing       : svt-av1-libs-1.4.1-2.fc38.x86_64                     47/94 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                          48/94 
-   Installing       : pcre2-utf16-10.42-1.fc38.1.x86_64                    49/94 
-   Installing       : mtdev-1.1.6-5.fc38.x86_64                            50/94 
-   Installing       : lm_sensors-libs-3.6.0-13.fc38.x86_64                 51/94 
-   Installing       : mesa-libgbm-23.1.9-1.fc38.x86_64                     52/94 
-   Installing       : mesa-libglapi-23.1.9-1.fc38.x86_64                   53/94
-  
-   Installing       : mesa-dri-drivers-23.1.9-1.fc38.x86_64                54/94 
-   Installing       : mesa-libEGL-23.1.9-1.fc38.x86_64                     55/94 
-   Installing       : libglvnd-egl-1:1.6.0-2.fc38.x86_64                   56/94 
-   Installing       : libvmaf-2.3.0-5.fc38.x86_64                          57/94 
-   Installing       : libaom-3.8.2-1.fc38.x86_64                           58/94 
-   Installing       : libavif-0.11.1-7.fc38.x86_64                         59/94 
-   Installing       : libproxy-0.4.18-6.fc38.x86_64                        60/94 
-   Installing       : liblerc-4.0.0-3.fc38.x86_64                          61/94 
-   Installing       : libimagequant-2.17.0-4.fc38.x86_64                   62/94 
-   Installing       : libgudev-237-4.fc38.x86_64                           63/94 
-   Installing       : libwacom-2.8.0-1.fc38.x86_64                         64/94 
-   Installing       : libinput-1.23.0-2.fc38.x86_64                        65/94 
-   Running scriptlet: libinput-1.23.0-2.fc38.x86_64                        65/94 
-   Installing       : libdatrie-0.2.13-5.fc38.x86_64                       66/94 
-   Installing       : libthai-0.1.29-4.fc38.x86_64                         67/94 
-   Installing       : libcerf-2.3-1.fc38.x86_64                            68/94 
-   Installing       : libXfixes-6.0.0-5.fc38.x86_64                        69/94 
-   Installing       : libglvnd-glx-1:1.6.0-2.fc38.x86_64                   70/94 
-   Installing       : mesa-libGL-23.1.9-1.fc38.x86_64                      71/94 
-   Installing       : glx-utils-8.5.0-1.fc38.x86_64                        72/94 
-   Installing       : libXcomposite-0.4.5-9.fc38.x86_64                    73/94 
-   Installing       : jbigkit-libs-2.1-25.fc38.x86_64                      74/94 
-   Installing       : libtiff-4.4.0-8.fc38.x86_64                          75/94 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                      76/94 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                           77/94 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                         78/94 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                        79/94 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                      80/94 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      80/94
-  
-   Installing       : gd-2.3.3-10.fc38.x86_64                              81/94 
-   Installing       : libXft-2.3.8-2.fc38.x86_64                           82/94 
-   Installing       : gnuplot-common-5.4.5-2.fc38.x86_64                   83/94 
-   Installing       : fribidi-1.0.12-3.fc38.x86_64                         84/94 
-   Installing       : pango-1.50.14-1.fc38.x86_64                          85/94 
-   Installing       : double-conversion-3.1.5-8.fc38.x86_64                86/94 
-   Installing       : qt5-qtbase-common-5.15.12-5.fc38.noarch              87/94 
-   Running scriptlet: qt5-qtbase-5.15.12-5.fc38.x86_64                     88/94 
-   Installing       : qt5-qtbase-5.15.12-5.fc38.x86_64                     88/94 
-   Running scriptlet: qt5-qtbase-5.15.12-5.fc38.x86_64                     88/94
-  
-   Installing       : qt5-qtdeclarative-5.15.12-1.fc38.x86_64              89/94 
-   Installing       : qt5-qtbase-gui-5.15.12-5.fc38.x86_64                 90/94 
-   Installing       : qt5-qtwayland-5.15.12-2.fc38.x86_64                  91/94 
-   Installing       : qt5-qtsvg-5.15.12-1.fc38.x86_64                      92/94 
-   Installing       : dejavu-sans-fonts-2.37-20.fc38.noarch                93/94 
-   Installing       : gnuplot-5.4.5-2.fc38.x86_64                          94/94 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      94/94 
-   Running scriptlet: gnuplot-5.4.5-2.fc38.x86_64                          94/94
-  
-   Verifying        : dejavu-sans-fonts-2.37-20.fc38.noarch                 1/94 
-   Verifying        : double-conversion-3.1.5-8.fc38.x86_64                 2/94 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                         3/94 
-   Verifying        : fribidi-1.0.12-3.fc38.x86_64                          4/94 
-   Verifying        : gd-2.3.3-10.fc38.x86_64                               5/94 
-   Verifying        : gdk-pixbuf2-2.42.10-2.fc38.x86_64                     6/94 
-   Verifying        : glx-utils-8.5.0-1.fc38.x86_64                         7/94 
-   Verifying        : gnuplot-5.4.5-2.fc38.x86_64                           8/94 
-   Verifying        : gnuplot-common-5.4.5-2.fc38.x86_64                    9/94 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                      10/94 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                         11/94 
-   Verifying        : jbigkit-libs-2.1-25.fc38.x86_64                      12/94 
-   Verifying        : jxl-pixbuf-loader-1:0.7.0-6.fc38.x86_64              13/94 
-   Verifying        : libICE-1.0.10-10.fc38.x86_64                         14/94 
-   Verifying        : libSM-1.2.3-12.fc38.x86_64                           15/94 
-   Verifying        : libXcomposite-0.4.5-9.fc38.x86_64                    16/94 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                          17/94 
-   Verifying        : libXfixes-6.0.0-5.fc38.x86_64                        18/94 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                      19/94 
-   Verifying        : libXxf86vm-1.1.5-2.fc38.x86_64                       20/94 
-   Verifying        : libavif-0.11.1-7.fc38.x86_64                         21/94 
-   Verifying        : libcerf-2.3-1.fc38.x86_64                            22/94 
-   Verifying        : libdatrie-0.2.13-5.fc38.x86_64                       23/94 
-   Verifying        : libglvnd-1:1.6.0-2.fc38.x86_64                       24/94 
-   Verifying        : libglvnd-egl-1:1.6.0-2.fc38.x86_64                   25/94 
-   Verifying        : libglvnd-glx-1:1.6.0-2.fc38.x86_64                   26/94 
-   Verifying        : libgudev-237-4.fc38.x86_64                           27/94 
-   Verifying        : libimagequant-2.17.0-4.fc38.x86_64                   28/94 
-   Verifying        : libjpeg-turbo-2.1.4-2.fc38.x86_64                    29/94 
-   Verifying        : libjxl-1:0.7.0-6.fc38.x86_64                         30/94 
-   Verifying        : liblerc-4.0.0-3.fc38.x86_64                          31/94 
-   Verifying        : libpciaccess-0.16-8.fc38.x86_64                      32/94 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                       33/94 
-   Verifying        : libproxy-0.4.18-6.fc38.x86_64                        34/94 
-   Verifying        : libthai-0.1.29-4.fc38.x86_64                         35/94 
-   Verifying        : libvmaf-2.3.0-5.fc38.x86_64                          36/94 
-   Verifying        : libxkbcommon-1.5.0-2.fc38.x86_64                     37/94 
-   Verifying        : libxkbcommon-x11-1.5.0-2.fc38.x86_64                 38/94 
-   Verifying        : libxshmfence-1.3-12.fc38.x86_64                      39/94 
-   Verifying        : lm_sensors-libs-3.6.0-13.fc38.x86_64                 40/94 
-   Verifying        : mtdev-1.1.6-5.fc38.x86_64                            41/94 
-   Verifying        : pango-1.50.14-1.fc38.x86_64                          42/94 
-   Verifying        : pcre2-utf16-10.42-1.fc38.1.x86_64                    43/94 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                          44/94 
-   Verifying        : shared-mime-info-2.2-3.fc38.x86_64                   45/94 
-   Verifying        : svt-av1-libs-1.4.1-2.fc38.x86_64                     46/94 
-   Verifying        : xcb-util-0.4.1-2.fc38.x86_64                         47/94 
-   Verifying        : xcb-util-image-0.4.1-2.fc38.x86_64                   48/94 
-   Verifying        : xcb-util-keysyms-0.4.1-2.fc38.x86_64                 49/94 
-   Verifying        : xcb-util-renderutil-0.3.10-2.fc38.x86_64             50/94 
-   Verifying        : xcb-util-wm-0.4.2-2.fc38.x86_64                      51/94 
-   Verifying        : xkeyboard-config-2.38-1.fc38.noarch                  52/94 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                      53/94 
-   Verifying        : avahi-libs-0.8-22.fc38.x86_64                        54/94 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                           55/94 
-   Verifying        : cups-libs-1:2.4.7-13.fc38.x86_64                     56/94 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                      57/94 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch      58/94 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     59/94 
-   Verifying        : highway-1.1.0-1.fc38.x86_64                          60/94 
-   Verifying        : hwdata-0.381-1.fc38.noarch                           61/94 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch            62/94 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                           63/94 
-   Verifying        : libXpm-3.5.17-1.fc38.x86_64                          64/94 
-   Verifying        : libaom-3.8.2-1.fc38.x86_64                           65/94 
-   Verifying        : libdav1d-1.2.1-1.fc38.x86_64                         66/94 
-   Verifying        : libdrm-2.4.120-1.fc38.x86_64                         67/94 
-   Verifying        : libevdev-1.13.1-1.fc38.x86_64                        68/94 
-   Verifying        : libinput-1.23.0-2.fc38.x86_64                        69/94 
-   Verifying        : libtiff-4.4.0-8.fc38.x86_64                          70/94 
-   Verifying        : libwacom-2.8.0-1.fc38.x86_64                         71/94 
-   Verifying        : libwacom-data-2.8.0-1.fc38.noarch                    72/94 
-   Verifying        : libwayland-client-1.22.0-1.fc38.x86_64               73/94 
-   Verifying        : libwayland-cursor-1.22.0-1.fc38.x86_64               74/94 
-   Verifying        : libwayland-egl-1.22.0-1.fc38.x86_64                  75/94 
-   Verifying        : libwayland-server-1.22.0-1.fc38.x86_64               76/94 
-   Verifying        : libwebp-1.3.2-2.fc38.x86_64                          77/94 
-   Verifying        : llvm-libs-16.0.6-3.fc38.x86_64                       78/94 
-   Verifying        : mesa-dri-drivers-23.1.9-1.fc38.x86_64                79/94 
-   Verifying        : mesa-filesystem-23.1.9-1.fc38.x86_64                 80/94 
-   Verifying        : mesa-libEGL-23.1.9-1.fc38.x86_64                     81/94 
-   Verifying        : mesa-libGL-23.1.9-1.fc38.x86_64                      82/94 
-   Verifying        : mesa-libgbm-23.1.9-1.fc38.x86_64                     83/94 
-   Verifying        : mesa-libglapi-23.1.9-1.fc38.x86_64                   84/94 
-   Verifying        : mesa-va-drivers-23.1.9-1.fc38.x86_64                 85/94 
-   Verifying        : qt-settings-38.3-1.fc38.noarch                       86/94 
-   Verifying        : qt5-qtbase-5.15.12-5.fc38.x86_64                     87/94 
-   Verifying        : qt5-qtbase-common-5.15.12-5.fc38.noarch              88/94 
-   Verifying        : qt5-qtbase-gui-5.15.12-5.fc38.x86_64                 89/94 
-   Verifying        : qt5-qtdeclarative-5.15.12-1.fc38.x86_64              90/94 
-   Verifying        : qt5-qtsvg-5.15.12-1.fc38.x86_64                      91/94 
-   Verifying        : qt5-qttranslations-5.15.12-1.fc38.noarch             92/94 
-   Verifying        : qt5-qtwayland-5.15.12-2.fc38.x86_64                  93/94 
-   Verifying        : rav1e-libs-0.7.1-1.fc38.x86_64                       94/94 
- 
- Installed:
-   avahi-libs-0.8-22.fc38.x86_64                                                 
-   cairo-1.17.8-4.fc38.x86_64                                                    
-   cups-libs-1:2.4.7-13.fc38.x86_64                                              
-   dejavu-sans-fonts-2.37-20.fc38.noarch                                         
-   double-conversion-3.1.5-8.fc38.x86_64                                         
-   fontconfig-2.14.2-2.fc38.x86_64                                               
-   freetype-2.13.0-2.fc38.x86_64                                                 
-   fribidi-1.0.12-3.fc38.x86_64                                                  
-   gd-2.3.3-10.fc38.x86_64                                                       
-   gdk-pixbuf2-2.42.10-2.fc38.x86_64                                             
-   glx-utils-8.5.0-1.fc38.x86_64                                                 
-   gnuplot-5.4.5-2.fc38.x86_64                                                   
-   gnuplot-common-5.4.5-2.fc38.x86_64                                            
-   google-noto-fonts-common-20230201-2.fc38.noarch                               
-   google-noto-sans-vf-fonts-20230201-2.fc38.noarch                              
-   graphite2-1.3.14-11.fc38.x86_64                                               
-   harfbuzz-7.1.0-1.fc38.x86_64                                                  
-   highway-1.1.0-1.fc38.x86_64                                                   
-   hwdata-0.381-1.fc38.noarch                                                    
-   jbigkit-libs-2.1-25.fc38.x86_64                                               
-   jxl-pixbuf-loader-1:0.7.0-6.fc38.x86_64                                       
-   langpacks-core-font-en-3.0-32.fc38.noarch                                     
-   libICE-1.0.10-10.fc38.x86_64                                                  
-   libSM-1.2.3-12.fc38.x86_64                                                    
-   libXcomposite-0.4.5-9.fc38.x86_64                                             
-   libXext-1.3.5-2.fc38.x86_64                                                   
-   libXfixes-6.0.0-5.fc38.x86_64                                                 
-   libXft-2.3.8-2.fc38.x86_64                                                    
-   libXpm-3.5.17-1.fc38.x86_64                                                   
-   libXrender-0.9.11-2.fc38.x86_64                                               
-   libXxf86vm-1.1.5-2.fc38.x86_64                                                
-   libaom-3.8.2-1.fc38.x86_64                                                    
-   libavif-0.11.1-7.fc38.x86_64                                                  
-   libcerf-2.3-1.fc38.x86_64                                                     
-   libdatrie-0.2.13-5.fc38.x86_64                                                
-   libdav1d-1.2.1-1.fc38.x86_64                                                  
-   libdrm-2.4.120-1.fc38.x86_64                                                  
-   libevdev-1.13.1-1.fc38.x86_64                                                 
-   libglvnd-1:1.6.0-2.fc38.x86_64                                                
-   libglvnd-egl-1:1.6.0-2.fc38.x86_64                                            
-   libglvnd-glx-1:1.6.0-2.fc38.x86_64                                            
-   libgudev-237-4.fc38.x86_64                                                    
-   libimagequant-2.17.0-4.fc38.x86_64                                            
-   libinput-1.23.0-2.fc38.x86_64                                                 
-   libjpeg-turbo-2.1.4-2.fc38.x86_64                                             
-   libjxl-1:0.7.0-6.fc38.x86_64                                                  
-   liblerc-4.0.0-3.fc38.x86_64                                                   
-   libpciaccess-0.16-8.fc38.x86_64                                               
-   libpng-2:1.6.37-14.fc38.x86_64                                                
-   libproxy-0.4.18-6.fc38.x86_64                                                 
-   libthai-0.1.29-4.fc38.x86_64                                                  
-   libtiff-4.4.0-8.fc38.x86_64                                                   
-   libvmaf-2.3.0-5.fc38.x86_64                                                   
-   libwacom-2.8.0-1.fc38.x86_64                                                  
-   libwacom-data-2.8.0-1.fc38.noarch                                             
-   libwayland-client-1.22.0-1.fc38.x86_64                                        
-   libwayland-cursor-1.22.0-1.fc38.x86_64                                        
-   libwayland-egl-1.22.0-1.fc38.x86_64                                           
-   libwayland-server-1.22.0-1.fc38.x86_64                                        
-   libwebp-1.3.2-2.fc38.x86_64                                                   
-   libxkbcommon-1.5.0-2.fc38.x86_64                                              
-   libxkbcommon-x11-1.5.0-2.fc38.x86_64                                          
-   libxshmfence-1.3-12.fc38.x86_64                                               
-   llvm-libs-16.0.6-3.fc38.x86_64                                                
-   lm_sensors-libs-3.6.0-13.fc38.x86_64                                          
-   mesa-dri-drivers-23.1.9-1.fc38.x86_64                                         
-   mesa-filesystem-23.1.9-1.fc38.x86_64                                          
-   mesa-libEGL-23.1.9-1.fc38.x86_64                                              
-   mesa-libGL-23.1.9-1.fc38.x86_64                                               
-   mesa-libgbm-23.1.9-1.fc38.x86_64                                              
-   mesa-libglapi-23.1.9-1.fc38.x86_64                                            
-   mesa-va-drivers-23.1.9-1.fc38.x86_64                                          
-   mtdev-1.1.6-5.fc38.x86_64                                                     
-   pango-1.50.14-1.fc38.x86_64                                                   
-   pcre2-utf16-10.42-1.fc38.1.x86_64                                             
-   pixman-0.42.2-1.fc38.x86_64                                                   
-   qt-settings-38.3-1.fc38.noarch                                                
-   qt5-qtbase-5.15.12-5.fc38.x86_64                                              
-   qt5-qtbase-common-5.15.12-5.fc38.noarch                                       
-   qt5-qtbase-gui-5.15.12-5.fc38.x86_64                                          
-   qt5-qtdeclarative-5.15.12-1.fc38.x86_64                                       
-   qt5-qtsvg-5.15.12-1.fc38.x86_64                                               
-   qt5-qttranslations-5.15.12-1.fc38.noarch                                      
-   qt5-qtwayland-5.15.12-2.fc38.x86_64                                           
-   rav1e-libs-0.7.1-1.fc38.x86_64                                                
-   shared-mime-info-2.2-3.fc38.x86_64                                            
-   svt-av1-libs-1.4.1-2.fc38.x86_64                                              
-   xcb-util-0.4.1-2.fc38.x86_64                                                  
-   xcb-util-image-0.4.1-2.fc38.x86_64                                            
-   xcb-util-keysyms-0.4.1-2.fc38.x86_64                                          
-   xcb-util-renderutil-0.3.10-2.fc38.x86_64                                      
-   xcb-util-wm-0.4.2-2.fc38.x86_64                                               
-   xkeyboard-config-2.38-1.fc38.noarch                                           
-   xml-common-0.6.3-60.fc38.noarch                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "gnuplot"
- gnuplot-5.4.5-2.fc38.x86_64
2024-04-30 20:01.24 ---> saved as "2a9a0a008ac4b4e5957d18dd73f70fa96422353779b9118061933f6b1f17315a"


/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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-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 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 sexplib0            v0.17.0
  - install result              1.5
  - install re                  1.11.0
  - install ppx_derivers        1.2.1
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install afl-persistent      1.4
  - 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 ppxlib              0.32.1
  - install dune-configurator   3.15.2
  - install yojson              2.1.2
  - install ocplib-endian       1.2
  - install metrics             0.4.1
  - install alcotest            1.7.0
  - install ppx_deriving        5.2.1
  - install lwt                 5.7.0
  - install crowbar             0.2.1
  - install ppx_deriving_yojson 3.7.0
  - install metrics-unix        0.4.1
  - install logs                0.7.0
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> 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 crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved metrics-unix.0.4.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (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 ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> 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 ppx_derivers.1.2.1
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed metrics.0.4.1
-> installed result.1.5
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.2
-> installed yojson.2.1.2
-> installed lwt.5.7.0
-> installed metrics-unix.0.4.1
-> installed logs.0.7.0
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
-> installed ppx_deriving_yojson.3.7.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.


   To globally enable AFL instrumentation, create an OCaml switch like:


     opam switch create 5.1.1+afl ocaml-variants.5.1.1+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:02.58 ---> saved as "bee820249f0ca55fdd407194034d5cdbe802f687dcc6ade232752e490db652e4"


/src: (copy (src .) (dst /src))
2024-04-30 20:02.58 ---> saved as "77c470933c4474051c586733201dc921968d67d56d0a0101f6473be534a39cbc"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.index.objs/byte -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/mtime -I /home/opam/.opam/5.1/lib/mtime/clock/os -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/byte/index__Stats.cmo -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.index.objs/byte -I src/.index.objs/native -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/mtime -I /home/opam/.opam/5.1/lib/mtime/clock/os -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/native/index__Stats.cmx -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Io_array.cmo -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.


File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I src/.index.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Index_unix__ -o src/unix/.index_unix.objs/byte/index_unix.cmo -c -impl src/unix/index_unix.ml)
File "src/unix/index_unix.ml", line 139, characters 8-48:
139 |         (aux [@tailcall]) (Filename.dirname dir) @@ fun () ->
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 51 [wrong-tailcall-expectation]): expected tailcall
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Io_array.cmx -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.


File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Common.cmo -c -impl test/unix/common.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmo -c -impl test/unix/force_merge.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Common.cmx -c -impl test/unix/common.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Force_merge.cmx -c -impl test/unix/force_merge.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bench/.bench.eobjs/byte -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/metrics -I /home/opam/.opam/5.1/lib/metrics-unix -I /home/opam/.opam/5.1/lib/ppx_deriving/runtime -I /home/opam/.opam/5.1/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).


File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.


File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.


File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.


File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.


File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/metrics -I /home/opam/.opam/5.1/lib/metrics-unix -I /home/opam/.opam/5.1/lib/ppx_deriving/runtime -I /home/opam/.opam/5.1/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/yojson -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).


File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.


File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.


File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.


File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.


File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 20:03.01: Job failed: Failed: Build failed