Organisationsgs0510index8f2e73 (master)fedora-40-5.2_opam-2.1

fedora-40-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:07.26: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (linux-x86_64:fedora-40-5.2_opam-2.1)
Base: ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741
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:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741
# fedora-40-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 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.6.0.2 ppx_deriving_yojson.3.8.0 ppxlib.0.32.1 re.1.11.0 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.2.1"
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-06-17 13:07.26: Using cache hint "gs0510/index-ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741-fedora-40-5.2_opam-2.1-86393bb16f07893c2468c1e4d1bcaadd"
2024-06-17 13:07.26: Using OBuilder spec:
((from ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741)
 (comment fedora-40-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 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.6.0.2 ppx_deriving_yojson.3.8.0 ppxlib.0.32.1 re.1.11.0 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.2.1")
 (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-06-17 13:07.26: Waiting for resource in pool OCluster
2024-06-19 14:19.47: Waiting for worker…
2024-06-19 14:28.13: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/index.git-e2568b4ca0d28428be2a6fd6d7fe4d9cc3ed018c/.git/
HEAD is now at 8f2e73f Update cache.ml


(from ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741)
Unable to find image 'ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741' locally
docker.io/ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741: Pulling from ocaml/opam
d6b3e7188b97: Pulling fs layer
d6b3e7188b97: Verifying Checksum
d6b3e7188b97: Download complete
d6b3e7188b97: Pull complete
Digest: sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741
Status: Downloaded newer image for ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741
2024-06-19 14:28.15 ---> using "311387f967779057c05de4de657662b862318d14c58f755fb66ab2496a86363f" from cache


/: (comment fedora-40-5.2_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 40 - x86_64                              317 kB/s |  30 kB     00:00    
Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                    180 kB/s |  15 kB     00:00    
Fedora 40 - x86_64 - Updates                    7.2 MB/s | 4.8 MB     00:00    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-19 14:28.15 ---> using "1746941a6f6864c7597e15ebc01977cc59abd58bfe956254a62b8b1e30fbfae0" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 14:28.15 ---> using "92f51ce143781513f6adcc1fc86ff80eda50e4c86e429c2c8a742a38ddc0c208" 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-06-19 14:28.15 ---> using "3020a76352a3df088fa068fdff6bf7a31bc8d99972b6ae7d96bedbf07e167d34" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-19 14:28.15 ---> using "ed58a90787e2009ee616547808ef0c2b2acb00b14827634504f45a0e31327b9e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 14:28.15 ---> using "312ac7c2fe140f841d4a444e87e5710c47dc69a5275a3cb78e8a8cb198f0504f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


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


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 14:28.15 ---> using "5e22af72f3e226aa89197cdb41fa65149b28fa8292c8924bb90215b2b59d06a1" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2024-06-19 14:28.15 ---> saved as "5b9babff131a53ff7392b57000d692d3d973c044a7d8b1c7c4864b5061f9545a"


/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-06-19 14:28.17 ---> saved as "cd7d12cdd5a4c58f3c5917af65660bcc6037bb79a5a8b516cbdc3ce22763719f"


/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.3.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 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.6.0.2 ppx_deriving_yojson.3.8.0 ppxlib.0.32.1 re.1.11.0 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.2.1")


/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 40 - x86_64                              137 kB/s |  30 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        8.3 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    169 kB/s |  23 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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 Wed Jun 19 14:28:18 2024.
- Dependencies resolved.
- ================================================================================
-  Package                       Arch      Version               Repository  Size
- ================================================================================
- Installing:
-  gnuplot                       x86_64    5.4.9-3.fc40          fedora     827 k
- Installing dependencies:
-  abattis-cantarell-vf-fonts    noarch    0.301-12.fc40         fedora     120 k
-  avahi-libs                    x86_64    0.8-26.fc40           fedora      67 k
-  cairo                         x86_64    1.18.0-3.fc40         fedora     709 k
-  cups-libs                     x86_64    1:2.4.8-3.fc40        updates    259 k
-  default-fonts-core-sans       noarch    4.0-13.fc40           updates     31 k
-  dejavu-sans-fonts             noarch    2.37-23.fc40          fedora     1.3 M
-  double-conversion             x86_64    3.3.0-3.fc40          fedora      50 k
-  duktape                       x86_64    2.7.0-7.fc40          fedora     170 k
-  fontconfig                    x86_64    2.15.0-6.fc40         updates    270 k
-  fonts-filesystem              noarch    1:2.0.5-14.fc40       fedora     8.2 k
-  freetype                      x86_64    2.13.2-5.fc40         fedora     410 k
-  fribidi                       x86_64    1.0.13-4.fc40         fedora      91 k
-  gd                            x86_64    2.3.3-16.fc40         fedora     136 k
-  gdk-pixbuf2                   x86_64    2.42.10-8.fc40        fedora     485 k
-  glx-utils                     x86_64    9.0.0-6.fc40          fedora      72 k
-  gnuplot-common                x86_64    5.4.9-3.fc40          fedora     802 k
-  google-noto-fonts-common      noarch    20240301-2.fc40       fedora      17 k
-  google-noto-sans-vf-fonts     noarch    20240301-2.fc40       fedora     593 k
-  graphite2                     x86_64    1.3.14-15.fc40        fedora      95 k
-  harfbuzz                      x86_64    8.4.0-1.fc40          updates    1.0 M
-  highway                       x86_64    1.2.0-2.fc40          updates    652 k
-  hwdata                        noarch    0.383-1.fc40          updates    1.6 M
-  jbigkit-libs                  x86_64    2.1-29.fc40           fedora      53 k
-  libICE                        x86_64    1.1.1-3.fc40          fedora      74 k
-  libSM                         x86_64    1.2.4-3.fc40          fedora      43 k
-  libXcomposite                 x86_64    0.4.6-3.fc40          fedora      24 k
-  libXext                       x86_64    1.3.6-1.fc40          fedora      39 k
-  libXfixes                     x86_64    6.0.1-3.fc40          fedora      19 k
-  libXft                        x86_64    2.3.8-6.fc40          fedora      72 k
-  libXpm                        x86_64    3.5.17-3.fc40         fedora      66 k
-  libXrender                    x86_64    0.9.11-6.fc40         fedora      27 k
-  libXxf86vm                    x86_64    1.1.5-6.fc40          fedora      18 k
-  libaom                        x86_64    3.9.0-1.fc40          updates    1.8 M
-  libavif                       x86_64    1.0.4-3.fc40          updates     91 k
-  libcerf                       x86_64    2.3-4.fc40            fedora      37 k
-  libdatrie                     x86_64    0.2.13-9.fc40         fedora      32 k
-  libdav1d                      x86_64    1.4.3-1.fc40          updates    626 k
-  libdrm                        x86_64    2.4.121-1.fc40        updates    158 k
-  libevdev                      x86_64    1.13.2-2.fc40         updates     38 k
-  libglvnd                      x86_64    1:1.7.0-4.fc40        fedora     115 k
-  libglvnd-egl                  x86_64    1:1.7.0-4.fc40        fedora      35 k
-  libglvnd-glx                  x86_64    1:1.7.0-4.fc40        fedora     132 k
-  libgudev                      x86_64    238-5.fc40            fedora      35 k
-  libimagequant                 x86_64    4.0.3-3.fc40          fedora     306 k
-  libinput                      x86_64    1.25.0-5.fc40         updates    214 k
-  libjpeg-turbo                 x86_64    3.0.2-1.fc40          fedora     227 k
-  libjxl                        x86_64    1:0.8.2-6.fc40        fedora     1.2 M
-  liblerc                       x86_64    4.0.0-6.fc40          fedora     210 k
-  libpciaccess                  x86_64    0.16-12.fc40          fedora      26 k
-  libpng                        x86_64    2:1.6.40-3.fc40       fedora     120 k
-  libproxy                      x86_64    0.5.5-1.fc40          updates     48 k
-  libthai                       x86_64    0.1.29-8.fc40         fedora     214 k
-  libtiff                       x86_64    4.6.0-2.fc40          fedora     332 k
-  libvmaf                       x86_64    2.3.0-7.fc40          fedora     180 k
-  libwacom                      x86_64    2.11.0-1.fc40         updates     44 k
-  libwacom-data                 noarch    2.11.0-1.fc40         updates    198 k
-  libwayland-client             x86_64    1.22.0-3.fc40         fedora      32 k
-  libwayland-cursor             x86_64    1.22.0-3.fc40         fedora      19 k
-  libwayland-egl                x86_64    1.22.0-3.fc40         fedora      12 k
-  libwayland-server             x86_64    1.22.0-3.fc40         fedora      40 k
-  libwebp                       x86_64    1.3.2-5.fc40          fedora     286 k
-  libxkbcommon                  x86_64    1.6.0-2.fc40          fedora     142 k
-  libxkbcommon-x11              x86_64    1.6.0-2.fc40          fedora      22 k
-  libxshmfence                  x86_64    1.3.2-3.fc40          fedora      12 k
-  llvm-libs                     x86_64    18.1.6-2.fc40         updates     28 M
-  lm_sensors-libs               x86_64    3.6.0-18.fc40         fedora      40 k
-  mesa-filesystem               x86_64    24.1.1-5.fc40         updates     21 k
-  mesa-libEGL                   x86_64    24.1.1-5.fc40         updates    140 k
-  mesa-libGL                    x86_64    24.1.1-5.fc40         updates    176 k
-  mesa-libgbm                   x86_64    24.1.1-5.fc40         updates     48 k
-  mesa-libglapi                 x86_64    24.1.1-5.fc40         updates     51 k
-  mtdev                         x86_64    1.1.6-8.fc40          fedora      21 k
-  pango                         x86_64    1.52.2-1.fc40         updates    347 k
-  pcre2-utf16                   x86_64    10.42-2.fc40.2        fedora     216 k
-  pixman                        x86_64    0.43.4-1.fc40         updates    293 k
-  qt-settings                   noarch    40.0-1.fc40           fedora      10 k
-  qt5-qtbase                    x86_64    5.15.14-1.fc40        updates    3.5 M
-  qt5-qtbase-common             noarch    5.15.14-1.fc40        updates     12 k
-  qt5-qtbase-gui                x86_64    5.15.14-1.fc40        updates    6.4 M
-  qt5-qtdeclarative             x86_64    5.15.14-1.fc40        updates    4.2 M
-  qt5-qtsvg                     x86_64    5.15.14-1.fc40        updates    187 k
-  rav1e-libs                    x86_64    0.7.1-2.fc40          updates    1.0 M
-  shared-mime-info              x86_64    2.3-5.fc40            updates    390 k
-  svt-av1-libs                  x86_64    2.1.0-1.fc40          updates    2.0 M
-  xcb-util                      x86_64    0.4.1-5.fc40          fedora      18 k
-  xcb-util-image                x86_64    0.4.1-5.fc40          fedora      19 k
-  xcb-util-keysyms              x86_64    0.4.1-5.fc40          fedora      14 k
-  xcb-util-renderutil           x86_64    0.3.10-5.fc40         fedora      17 k
-  xcb-util-wm                   x86_64    0.4.2-5.fc40          fedora      31 k
-  xkeyboard-config              noarch    2.41-1.fc40           fedora     976 k
-  xml-common                    noarch    0.6.3-63.fc40         fedora      31 k
- Installing weak dependencies:
-  jxl-pixbuf-loader             x86_64    1:0.8.2-6.fc40        fedora      61 k
-  mesa-dri-drivers              x86_64    24.1.1-5.fc40         updates     26 M
-  mesa-va-drivers               x86_64    24.1.1-5.fc40         updates    4.0 M
-  qt5-qttranslations            noarch    5.15.14-1.fc40        updates    2.0 M
-  qt5-qtwayland                 x86_64    5.15.14-1.fc40        updates    1.1 M
-  xdriinfo                      x86_64    1.0.7-2.fc40          fedora      21 k
- 
- Transaction Summary
- ================================================================================
- Install  98 Packages
- 
- Total download size: 99 M
- Installed size: 401 M
- Downloading Packages:
- (1/98): avahi-libs-0.8-26.fc40.x86_64.rpm       761 kB/s |  67 kB     00:00    
- (2/98): abattis-cantarell-vf-fonts-0.301-12.fc4 1.0 MB/s | 120 kB     00:00    
- (3/98): cairo-1.18.0-3.fc40.x86_64.rpm          5.1 MB/s | 709 kB     00:00    
- (4/98): double-conversion-3.3.0-3.fc40.x86_64.r 1.5 MB/s |  50 kB     00:00    
- (5/98): duktape-2.7.0-7.fc40.x86_64.rpm         7.4 MB/s | 170 kB     00:00    
- (6/98): fonts-filesystem-2.0.5-14.fc40.noarch.r 253 kB/s | 8.2 kB     00:00    
- (7/98): dejavu-sans-fonts-2.37-23.fc40.noarch.r  11 MB/s | 1.3 MB     00:00    
- (8/98): fribidi-1.0.13-4.fc40.x86_64.rpm        2.8 MB/s |  91 kB     00:00    
- (9/98): freetype-2.13.2-5.fc40.x86_64.rpm       6.0 MB/s | 410 kB     00:00    
- (10/98): glx-utils-9.0.0-6.fc40.x86_64.rpm      2.6 MB/s |  72 kB     00:00    
- (11/98): gd-2.3.3-16.fc40.x86_64.rpm            2.7 MB/s | 136 kB     00:00    
- (12/98): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm  7.9 MB/s | 485 kB     00:00    
- (13/98): gnuplot-5.4.9-3.fc40.x86_64.rpm        7.1 MB/s | 827 kB     00:00    
- (14/98): google-noto-fonts-common-20240301-2.fc 188 kB/s |  17 kB     00:00    
- (15/98): gnuplot-common-5.4.9-3.fc40.x86_64.rpm 5.6 MB/s | 802 kB     00:00    
- (16/98): jbigkit-libs-2.1-29.fc40.x86_64.rpm    2.7 MB/s |  53 kB     00:00    
- (17/98): graphite2-1.3.14-15.fc40.x86_64.rpm    1.1 MB/s |  95 kB     00:00    
- (18/98): jxl-pixbuf-loader-0.8.2-6.fc40.x86_64. 1.1 MB/s |  61 kB     00:00    
- (19/98): libICE-1.1.1-3.fc40.x86_64.rpm         2.4 MB/s |  74 kB     00:00    
- (20/98): google-noto-sans-vf-fonts-20240301-2.f 4.6 MB/s | 593 kB     00:00    
- (21/98): libXext-1.3.6-1.fc40.x86_64.rpm        1.9 MB/s |  39 kB     00:00    
- (22/98): libXcomposite-0.4.6-3.fc40.x86_64.rpm  520 kB/s |  24 kB     00:00    
- (23/98): libXfixes-6.0.1-3.fc40.x86_64.rpm      984 kB/s |  19 kB     00:00    
- (24/98): libSM-1.2.4-3.fc40.x86_64.rpm          513 kB/s |  43 kB     00:00    
- (25/98): libXft-2.3.8-6.fc40.x86_64.rpm         3.5 MB/s |  72 kB     00:00    
- (26/98): libXpm-3.5.17-3.fc40.x86_64.rpm        1.8 MB/s |  66 kB     00:00    
- (27/98): libXrender-0.9.11-6.fc40.x86_64.rpm    1.4 MB/s |  27 kB     00:00    
- (28/98): libXxf86vm-1.1.5-6.fc40.x86_64.rpm     578 kB/s |  18 kB     00:00    
- (29/98): libdatrie-0.2.13-9.fc40.x86_64.rpm     707 kB/s |  32 kB     00:00    
- (30/98): libcerf-2.3-4.fc40.x86_64.rpm          531 kB/s |  37 kB     00:00    
- (31/98): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm   1.1 MB/s |  35 kB     00:00    
- (32/98): libglvnd-1.7.0-4.fc40.x86_64.rpm       1.5 MB/s | 115 kB     00:00    
- (33/98): libgudev-238-5.fc40.x86_64.rpm         1.3 MB/s |  35 kB     00:00    
- (34/98): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm   3.2 MB/s | 132 kB     00:00    
- (35/98): libimagequant-4.0.3-3.fc40.x86_64.rpm  6.2 MB/s | 306 kB     00:00    
- (36/98): libjpeg-turbo-3.0.2-1.fc40.x86_64.rpm  6.5 MB/s | 227 kB     00:00    
- (37/98): libpciaccess-0.16-12.fc40.x86_64.rpm   721 kB/s |  26 kB     00:00    
- (38/98): liblerc-4.0.0-6.fc40.x86_64.rpm        4.2 MB/s | 210 kB     00:00    
- (39/98): libthai-0.1.29-8.fc40.x86_64.rpm       9.6 MB/s | 214 kB     00:00    
- (40/98): libjxl-0.8.2-6.fc40.x86_64.rpm          11 MB/s | 1.2 MB     00:00    
- (41/98): libpng-1.6.40-3.fc40.x86_64.rpm        2.7 MB/s | 120 kB     00:00    
- (42/98): libtiff-4.6.0-2.fc40.x86_64.rpm         14 MB/s | 332 kB     00:00    
- (43/98): libwayland-cursor-1.22.0-3.fc40.x86_64 844 kB/s |  19 kB     00:00    
- (44/98): libwayland-client-1.22.0-3.fc40.x86_64 949 kB/s |  32 kB     00:00    
- (45/98): libvmaf-2.3.0-7.fc40.x86_64.rpm        3.5 MB/s | 180 kB     00:00    
- (46/98): libwayland-server-1.22.0-3.fc40.x86_64 1.3 MB/s |  40 kB     00:00    
- (47/98): libwayland-egl-1.22.0-3.fc40.x86_64.rp 373 kB/s |  12 kB     00:00    
- (48/98): libwebp-1.3.2-5.fc40.x86_64.rpm        9.1 MB/s | 286 kB     00:00    
- (49/98): libxkbcommon-1.6.0-2.fc40.x86_64.rpm   6.7 MB/s | 142 kB     00:00    
- (50/98): libxkbcommon-x11-1.6.0-2.fc40.x86_64.r 1.1 MB/s |  22 kB     00:00    
- (51/98): libxshmfence-1.3.2-3.fc40.x86_64.rpm   622 kB/s |  12 kB     00:00    
- (52/98): mtdev-1.1.6-8.fc40.x86_64.rpm          1.1 MB/s |  21 kB     00:00    
- (53/98): lm_sensors-libs-3.6.0-18.fc40.x86_64.r 1.4 MB/s |  40 kB     00:00    
- (54/98): qt-settings-40.0-1.fc40.noarch.rpm     271 kB/s |  10 kB     00:00    
- (55/98): pcre2-utf16-10.42-2.fc40.2.x86_64.rpm  3.1 MB/s | 216 kB     00:00    
- (56/98): xcb-util-image-0.4.1-5.fc40.x86_64.rpm 521 kB/s |  19 kB     00:00    
- (57/98): xcb-util-0.4.1-5.fc40.x86_64.rpm       236 kB/s |  18 kB     00:00    
- (58/98): xcb-util-keysyms-0.4.1-5.fc40.x86_64.r 560 kB/s |  14 kB     00:00    
- (59/98): xcb-util-renderutil-0.3.10-5.fc40.x86_ 576 kB/s |  17 kB     00:00    
- (60/98): xcb-util-wm-0.4.2-5.fc40.x86_64.rpm    1.1 MB/s |  31 kB     00:00    
- (61/98): xml-common-0.6.3-63.fc40.noarch.rpm    877 kB/s |  31 kB     00:00    
- (62/98): xdriinfo-1.0.7-2.fc40.x86_64.rpm       339 kB/s |  21 kB     00:00    
- (63/98): xkeyboard-config-2.41-1.fc40.noarch.rp  15 MB/s | 976 kB     00:00    
- (64/98): cups-libs-2.4.8-3.fc40.x86_64.rpm       11 MB/s | 259 kB     00:00    
- (65/98): default-fonts-core-sans-4.0-13.fc40.no 1.6 MB/s |  31 kB     00:00    
- (66/98): fontconfig-2.15.0-6.fc40.x86_64.rpm     12 MB/s | 270 kB     00:00    
- (67/98): harfbuzz-8.4.0-1.fc40.x86_64.rpm        28 MB/s | 1.0 MB     00:00    
- (68/98): highway-1.2.0-2.fc40.x86_64.rpm         15 MB/s | 652 kB     00:00    
- (69/98): hwdata-0.383-1.fc40.noarch.rpm          24 MB/s | 1.6 MB     00:00    
- (70/98): libavif-1.0.4-3.fc40.x86_64.rpm        2.0 MB/s |  91 kB     00:00    
- (71/98): libaom-3.9.0-1.fc40.x86_64.rpm          28 MB/s | 1.8 MB     00:00    
- (72/98): libdav1d-1.4.3-1.fc40.x86_64.rpm        22 MB/s | 626 kB     00:00    
- (73/98): libdrm-2.4.121-1.fc40.x86_64.rpm       5.4 MB/s | 158 kB     00:00    
- (74/98): libevdev-1.13.2-2.fc40.x86_64.rpm      2.0 MB/s |  38 kB     00:00    
- (75/98): libproxy-0.5.5-1.fc40.x86_64.rpm       2.5 MB/s |  48 kB     00:00    
- (76/98): libwacom-2.11.0-1.fc40.x86_64.rpm      2.3 MB/s |  44 kB     00:00    
- (77/98): libinput-1.25.0-5.fc40.x86_64.rpm      5.3 MB/s | 214 kB     00:00    
- (78/98): libwacom-data-2.11.0-1.fc40.noarch.rpm 9.3 MB/s | 198 kB     00:00    
- (79/98): mesa-filesystem-24.1.1-5.fc40.x86_64.r 691 kB/s |  21 kB     00:00    
- (80/98): mesa-libEGL-24.1.1-5.fc40.x86_64.rpm   3.4 MB/s | 140 kB     00:00    
- (81/98): mesa-libGL-24.1.1-5.fc40.x86_64.rpm    4.0 MB/s | 176 kB     00:00    
- (82/98): mesa-libgbm-24.1.1-5.fc40.x86_64.rpm   1.1 MB/s |  48 kB     00:00    
- (83/98): mesa-libglapi-24.1.1-5.fc40.x86_64.rpm 1.1 MB/s |  51 kB     00:00    
- (84/98): mesa-va-drivers-24.1.1-5.fc40.x86_64.r  28 MB/s | 4.0 MB     00:00    
- (85/98): pango-1.52.2-1.fc40.x86_64.rpm         7.5 MB/s | 347 kB     00:00    
- (86/98): pixman-0.43.4-1.fc40.x86_64.rpm        5.6 MB/s | 293 kB     00:00    
- (87/98): llvm-libs-18.1.6-2.fc40.x86_64.rpm      43 MB/s |  28 MB     00:00    
- (88/98): mesa-dri-drivers-24.1.1-5.fc40.x86_64.  36 MB/s |  26 MB     00:00    
- (89/98): qt5-qtbase-common-5.15.14-1.fc40.noarc 133 kB/s |  12 kB     00:00    
- (90/98): qt5-qtbase-5.15.14-1.fc40.x86_64.rpm    12 MB/s | 3.5 MB     00:00    
- (91/98): qt5-qtsvg-5.15.14-1.fc40.x86_64.rpm    3.6 MB/s | 187 kB     00:00    
- (92/98): qt5-qtdeclarative-5.15.14-1.fc40.x86_6  34 MB/s | 4.2 MB     00:00    
- (93/98): qt5-qttranslations-5.15.14-1.fc40.noar  26 MB/s | 2.0 MB     00:00    
- (94/98): qt5-qtbase-gui-5.15.14-1.fc40.x86_64.r  34 MB/s | 6.4 MB     00:00    
- (95/98): qt5-qtwayland-5.15.14-1.fc40.x86_64.rp  15 MB/s | 1.1 MB     00:00    
- (96/98): rav1e-libs-0.7.1-2.fc40.x86_64.rpm      17 MB/s | 1.0 MB     00:00    
- (97/98): shared-mime-info-2.3-5.fc40.x86_64.rpm  16 MB/s | 390 kB     00:00    
- (98/98): svt-av1-libs-2.1.0-1.fc40.x86_64.rpm    40 MB/s | 2.0 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                            41 MB/s |  99 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.40-3.fc40.x86_64                         1/98 
-   Installing       : libjpeg-turbo-3.0.2-1.fc40.x86_64                     2/98 
-   Installing       : libXext-1.3.6-1.fc40.x86_64                           3/98 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch               4/98 
-   Installing       : libxshmfence-1.3.2-3.fc40.x86_64                      5/98 
-   Installing       : libwebp-1.3.2-5.fc40.x86_64                           6/98 
-   Installing       : libwayland-server-1.22.0-3.fc40.x86_64                7/98 
-   Installing       : libwayland-client-1.22.0-3.fc40.x86_64                8/98 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                       9/98 
-   Installing       : shared-mime-info-2.3-5.fc40.x86_64                   10/98 
-   Running scriptlet: shared-mime-info-2.3-5.fc40.x86_64                   10/98 
-   Installing       : mesa-filesystem-24.1.1-5.fc40.x86_64                 11/98 
-   Installing       : llvm-libs-18.1.6-2.fc40.x86_64                       12/98 
-   Installing       : libevdev-1.13.2-2.fc40.x86_64                        13/98
-  
-   Installing       : libglvnd-1:1.7.0-4.fc40.x86_64                       14/98 
-   Installing       : libICE-1.1.1-3.fc40.x86_64                           15/98 
-   Installing       : libSM-1.2.4-3.fc40.x86_64                            16/98 
-   Installing       : gdk-pixbuf2-2.42.10-8.fc40.x86_64                    17/98 
-   Installing       : libwayland-cursor-1.22.0-3.fc40.x86_64               18/98 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch      19/98 
-   Installing       : dejavu-sans-fonts-2.37-23.fc40.noarch                20/98 
-   Installing       : libXxf86vm-1.1.5-6.fc40.x86_64                       21/98 
-   Installing       : svt-av1-libs-2.1.0-1.fc40.x86_64                     22/98 
-   Installing       : rav1e-libs-0.7.1-2.fc40.x86_64                       23/98 
-   Installing       : qt5-qttranslations-5.15.14-1.fc40.noarch             24/98 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                          25/98 
-   Installing       : libwacom-data-2.11.0-1.fc40.noarch                   26/98 
-   Installing       : libdav1d-1.4.3-1.fc40.x86_64                         27/98 
-   Installing       : hwdata-0.383-1.fc40.noarch                           28/98 
-   Installing       : libpciaccess-0.16-12.fc40.x86_64                     29/98 
-   Installing       : libdrm-2.4.121-1.fc40.x86_64                         30/98 
-   Installing       : mesa-va-drivers-24.1.1-5.fc40.x86_64                 31/98 
-   Installing       : highway-1.2.0-2.fc40.x86_64                          32/98 
-   Installing       : libjxl-1:0.8.2-6.fc40.x86_64                         33/98 
-   Installing       : jxl-pixbuf-loader-1:0.8.2-6.fc40.x86_64              34/98 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                      35/98 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                      35/98 
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                  36/98 
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                     37/98 
-   Installing       : libxkbcommon-x11-1.6.0-2.fc40.x86_64                 38/98 
-   Installing       : xcb-util-wm-0.4.2-5.fc40.x86_64                      39/98 
-   Installing       : xcb-util-renderutil-0.3.10-5.fc40.x86_64             40/98 
-   Installing       : xcb-util-keysyms-0.4.1-5.fc40.x86_64                 41/98 
-   Installing       : xcb-util-0.4.1-5.fc40.x86_64                         42/98 
-   Installing       : xcb-util-image-0.4.1-5.fc40.x86_64                   43/98 
-   Installing       : qt-settings-40.0-1.fc40.noarch                       44/98 
-   Installing       : pcre2-utf16-10.42-2.fc40.2.x86_64                    45/98 
-   Installing       : mtdev-1.1.6-8.fc40.x86_64                            46/98 
-   Installing       : lm_sensors-libs-3.6.0-18.fc40.x86_64                 47/98 
-   Installing       : mesa-libglapi-24.1.1-5.fc40.x86_64                   48/98
-  
-   Installing       : mesa-dri-drivers-24.1.1-5.fc40.x86_64                49/98 
-   Installing       : mesa-libgbm-24.1.1-5.fc40.x86_64                     50/98 
-   Installing       : mesa-libEGL-24.1.1-5.fc40.x86_64                     51/98 
-   Installing       : libglvnd-egl-1:1.7.0-4.fc40.x86_64                   52/98 
-   Installing       : libwayland-egl-1.22.0-3.fc40.x86_64                  53/98 
-   Installing       : libvmaf-2.3.0-7.fc40.x86_64                          54/98 
-   Installing       : libaom-3.9.0-1.fc40.x86_64                           55/98 
-   Installing       : libavif-1.0.4-3.fc40.x86_64                          56/98 
-   Installing       : liblerc-4.0.0-6.fc40.x86_64                          57/98 
-   Installing       : libimagequant-4.0.3-3.fc40.x86_64                    58/98 
-   Installing       : libgudev-238-5.fc40.x86_64                           59/98 
-   Installing       : libwacom-2.11.0-1.fc40.x86_64                        60/98 
-   Installing       : libinput-1.25.0-5.fc40.x86_64                        61/98 
-   Running scriptlet: libinput-1.25.0-5.fc40.x86_64                        61/98 
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                       62/98 
-   Installing       : libthai-0.1.29-8.fc40.x86_64                         63/98 
-   Installing       : libcerf-2.3-4.fc40.x86_64                            64/98 
-   Installing       : libXpm-3.5.17-3.fc40.x86_64                          65/98 
-   Installing       : libXfixes-6.0.1-3.fc40.x86_64                        66/98 
-   Installing       : libglvnd-glx-1:1.7.0-4.fc40.x86_64                   67/98 
-   Installing       : mesa-libGL-24.1.1-5.fc40.x86_64                      68/98 
-   Installing       : xdriinfo-1.0.7-2.fc40.x86_64                         69/98 
-   Installing       : glx-utils-9.0.0-6.fc40.x86_64                        70/98 
-   Installing       : libXcomposite-0.4.6-3.fc40.x86_64                    71/98 
-   Installing       : jbigkit-libs-2.1-29.fc40.x86_64                      72/98 
-   Installing       : libtiff-4.6.0-2.fc40.x86_64                          73/98 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                      74/98 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch      75/98 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch     76/98 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch           77/98 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                           78/98 
-   Installing       : harfbuzz-8.4.0-1.fc40.x86_64                         79/98 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                        80/98 
-   Installing       : fontconfig-2.15.0-6.fc40.x86_64                      81/98 
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                      81/98
-  
-   Installing       : gd-2.3.3-16.fc40.x86_64                              82/98 
-   Installing       : libXft-2.3.8-6.fc40.x86_64                           83/98 
-   Installing       : gnuplot-common-5.4.9-3.fc40.x86_64                   84/98 
-   Installing       : fribidi-1.0.13-4.fc40.x86_64                         85/98 
-   Installing       : pango-1.52.2-1.fc40.x86_64                           86/98 
-   Installing       : duktape-2.7.0-7.fc40.x86_64                          87/98 
-   Installing       : libproxy-0.5.5-1.fc40.x86_64                         88/98 
-   Installing       : double-conversion-3.3.0-3.fc40.x86_64                89/98 
-   Installing       : qt5-qtbase-common-5.15.14-1.fc40.noarch              90/98 
-   Running scriptlet: qt5-qtbase-5.15.14-1.fc40.x86_64                     91/98 
-   Installing       : qt5-qtbase-5.15.14-1.fc40.x86_64                     91/98 
-   Running scriptlet: qt5-qtbase-5.15.14-1.fc40.x86_64                     91/98 
-   Installing       : avahi-libs-0.8-26.fc40.x86_64                        92/98 
-   Installing       : cups-libs-1:2.4.8-3.fc40.x86_64                      93/98 
-   Installing       : qt5-qtdeclarative-5.15.14-1.fc40.x86_64              94/98
-  
-   Installing       : qt5-qtbase-gui-5.15.14-1.fc40.x86_64                 95/98 
-   Installing       : qt5-qtwayland-5.15.14-1.fc40.x86_64                  96/98 
-   Installing       : qt5-qtsvg-5.15.14-1.fc40.x86_64                      97/98 
-   Installing       : gnuplot-5.4.9-3.fc40.x86_64                          98/98 
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                      98/98 
-   Running scriptlet: gnuplot-5.4.9-3.fc40.x86_64                          98/98
-  
- 
- Installed:
-   abattis-cantarell-vf-fonts-0.301-12.fc40.noarch                               
-   avahi-libs-0.8-26.fc40.x86_64                                                 
-   cairo-1.18.0-3.fc40.x86_64                                                    
-   cups-libs-1:2.4.8-3.fc40.x86_64                                               
-   default-fonts-core-sans-4.0-13.fc40.noarch                                    
-   dejavu-sans-fonts-2.37-23.fc40.noarch                                         
-   double-conversion-3.3.0-3.fc40.x86_64                                         
-   duktape-2.7.0-7.fc40.x86_64                                                   
-   fontconfig-2.15.0-6.fc40.x86_64                                               
-   fonts-filesystem-1:2.0.5-14.fc40.noarch                                       
-   freetype-2.13.2-5.fc40.x86_64                                                 
-   fribidi-1.0.13-4.fc40.x86_64                                                  
-   gd-2.3.3-16.fc40.x86_64                                                       
-   gdk-pixbuf2-2.42.10-8.fc40.x86_64                                             
-   glx-utils-9.0.0-6.fc40.x86_64                                                 
-   gnuplot-5.4.9-3.fc40.x86_64                                                   
-   gnuplot-common-5.4.9-3.fc40.x86_64                                            
-   google-noto-fonts-common-20240301-2.fc40.noarch                               
-   google-noto-sans-vf-fonts-20240301-2.fc40.noarch                              
-   graphite2-1.3.14-15.fc40.x86_64                                               
-   harfbuzz-8.4.0-1.fc40.x86_64                                                  
-   highway-1.2.0-2.fc40.x86_64                                                   
-   hwdata-0.383-1.fc40.noarch                                                    
-   jbigkit-libs-2.1-29.fc40.x86_64                                               
-   jxl-pixbuf-loader-1:0.8.2-6.fc40.x86_64                                       
-   libICE-1.1.1-3.fc40.x86_64                                                    
-   libSM-1.2.4-3.fc40.x86_64                                                     
-   libXcomposite-0.4.6-3.fc40.x86_64                                             
-   libXext-1.3.6-1.fc40.x86_64                                                   
-   libXfixes-6.0.1-3.fc40.x86_64                                                 
-   libXft-2.3.8-6.fc40.x86_64                                                    
-   libXpm-3.5.17-3.fc40.x86_64                                                   
-   libXrender-0.9.11-6.fc40.x86_64                                               
-   libXxf86vm-1.1.5-6.fc40.x86_64                                                
-   libaom-3.9.0-1.fc40.x86_64                                                    
-   libavif-1.0.4-3.fc40.x86_64                                                   
-   libcerf-2.3-4.fc40.x86_64                                                     
-   libdatrie-0.2.13-9.fc40.x86_64                                                
-   libdav1d-1.4.3-1.fc40.x86_64                                                  
-   libdrm-2.4.121-1.fc40.x86_64                                                  
-   libevdev-1.13.2-2.fc40.x86_64                                                 
-   libglvnd-1:1.7.0-4.fc40.x86_64                                                
-   libglvnd-egl-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-glx-1:1.7.0-4.fc40.x86_64                                            
-   libgudev-238-5.fc40.x86_64                                                    
-   libimagequant-4.0.3-3.fc40.x86_64                                             
-   libinput-1.25.0-5.fc40.x86_64                                                 
-   libjpeg-turbo-3.0.2-1.fc40.x86_64                                             
-   libjxl-1:0.8.2-6.fc40.x86_64                                                  
-   liblerc-4.0.0-6.fc40.x86_64                                                   
-   libpciaccess-0.16-12.fc40.x86_64                                              
-   libpng-2:1.6.40-3.fc40.x86_64                                                 
-   libproxy-0.5.5-1.fc40.x86_64                                                  
-   libthai-0.1.29-8.fc40.x86_64                                                  
-   libtiff-4.6.0-2.fc40.x86_64                                                   
-   libvmaf-2.3.0-7.fc40.x86_64                                                   
-   libwacom-2.11.0-1.fc40.x86_64                                                 
-   libwacom-data-2.11.0-1.fc40.noarch                                            
-   libwayland-client-1.22.0-3.fc40.x86_64                                        
-   libwayland-cursor-1.22.0-3.fc40.x86_64                                        
-   libwayland-egl-1.22.0-3.fc40.x86_64                                           
-   libwayland-server-1.22.0-3.fc40.x86_64                                        
-   libwebp-1.3.2-5.fc40.x86_64                                                   
-   libxkbcommon-1.6.0-2.fc40.x86_64                                              
-   libxkbcommon-x11-1.6.0-2.fc40.x86_64                                          
-   libxshmfence-1.3.2-3.fc40.x86_64                                              
-   llvm-libs-18.1.6-2.fc40.x86_64                                                
-   lm_sensors-libs-3.6.0-18.fc40.x86_64                                          
-   mesa-dri-drivers-24.1.1-5.fc40.x86_64                                         
-   mesa-filesystem-24.1.1-5.fc40.x86_64                                          
-   mesa-libEGL-24.1.1-5.fc40.x86_64                                              
-   mesa-libGL-24.1.1-5.fc40.x86_64                                               
-   mesa-libgbm-24.1.1-5.fc40.x86_64                                              
-   mesa-libglapi-24.1.1-5.fc40.x86_64                                            
-   mesa-va-drivers-24.1.1-5.fc40.x86_64                                          
-   mtdev-1.1.6-8.fc40.x86_64                                                     
-   pango-1.52.2-1.fc40.x86_64                                                    
-   pcre2-utf16-10.42-2.fc40.2.x86_64                                             
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   qt-settings-40.0-1.fc40.noarch                                                
-   qt5-qtbase-5.15.14-1.fc40.x86_64                                              
-   qt5-qtbase-common-5.15.14-1.fc40.noarch                                       
-   qt5-qtbase-gui-5.15.14-1.fc40.x86_64                                          
-   qt5-qtdeclarative-5.15.14-1.fc40.x86_64                                       
-   qt5-qtsvg-5.15.14-1.fc40.x86_64                                               
-   qt5-qttranslations-5.15.14-1.fc40.noarch                                      
-   qt5-qtwayland-5.15.14-1.fc40.x86_64                                           
-   rav1e-libs-0.7.1-2.fc40.x86_64                                                
-   shared-mime-info-2.3-5.fc40.x86_64                                            
-   svt-av1-libs-2.1.0-1.fc40.x86_64                                              
-   xcb-util-0.4.1-5.fc40.x86_64                                                  
-   xcb-util-image-0.4.1-5.fc40.x86_64                                            
-   xcb-util-keysyms-0.4.1-5.fc40.x86_64                                          
-   xcb-util-renderutil-0.3.10-5.fc40.x86_64                                      
-   xcb-util-wm-0.4.2-5.fc40.x86_64                                               
-   xdriinfo-1.0.7-2.fc40.x86_64                                                  
-   xkeyboard-config-2.41-1.fc40.noarch                                           
-   xml-common-0.6.3-63.fc40.noarch                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "gnuplot"
- gnuplot-5.4.9-3.fc40.x86_64
2024-06-19 14:28.51 ---> saved as "77cb0e4e3bd6497dac0ad47a4671fac01cc5f44e2ad6c78266829505348b969c"


/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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 dune                3.16.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install cmdliner            1.3.0
  - install conf-gnuplot        0.1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install ppx_derivers        1.2.1
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.17.0
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install afl-persistent      1.4
  - install topkg               1.0.7
  - install base-bytes          base
  - install yojson              2.2.1
  - install re                  1.11.0
  - install ppxlib              0.32.1
  - install dune-configurator   3.16.0
  - 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 ocplib-endian       1.2
  - install ppx_deriving        6.0.2
  - install metrics             0.4.1
  - install alcotest            1.7.0
  - install lwt                 5.7.0
  - install crowbar             0.2.1
  - install ppx_deriving_yojson 3.8.0
  - install metrics-unix        0.4.1
  - install logs                0.7.0
===== 34 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.3.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.17.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 ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.2  (cached)
-> retrieved ppx_deriving_yojson.3.8.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.1  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.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 mtime.2.0.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed ppx_derivers.1.2.1
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed metrics.0.4.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed yojson.2.2.1
-> installed dune-configurator.3.16.0
-> installed alcotest.1.7.0
-> installed lwt.5.7.0
-> installed metrics-unix.0.4.1
-> installed logs.0.7.0
-> installed ppxlib.0.32.1
-> installed ppx_deriving.6.0.2
-> installed ppx_deriving_yojson.3.8.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.2.0+afl ocaml-variants.5.2.0+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-06-19 14:30.37 ---> saved as "99bb074cbb75e82c0377e2ef94726680d5d0afe946e7e10bc881cad2fef764f9"


/src: (copy (src .) (dst /src))
2024-06-19 14:30.37 ---> saved as "fe42bd1faa4c78f9b0d76f54a312f19c9cecc9dfbc337079a4d39d1e8ad620bc"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/.index.objs/byte -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/mtime -I /home/opam/.opam/5.2/lib/mtime/clock/os -I /home/opam/.opam/5.2/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.2/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.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/mtime -I /home/opam/.opam/5.2/lib/mtime/clock/os -I /home/opam/.opam/5.2/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.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/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.2/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.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/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.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/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.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/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.2/lib/alcotest -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/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.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bench/.bench.eobjs/byte -I /home/opam/.opam/5.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/metrics -I /home/opam/.opam/5.2/lib/metrics-unix -I /home/opam/.opam/5.2/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/lib/stdlib-shims -I /home/opam/.opam/5.2/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.2/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.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/metrics -I /home/opam/.opam/5.2/lib/metrics-unix -I /home/opam/.opam/5.2/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/lib/stdlib-shims -I /home/opam/.opam/5.2/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-06-19 14:30.40: Job failed: Failed: Build failed