Organisationsmirageindex1ca318 (main)fedora-40-5.3_opam-2.3

fedora-40-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-03-28 15:19.55: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (1ca31868b539f3e442e999fd06a0ae2f437748b4) (linux-x86_64:fedora-40-5.3_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-5.3@sha256:9a3e2a687015db2704b91431286f4f84f9c6e8d286761ed5417eadf8288bcc9e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 1ca31868
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-5.3@sha256:9a3e2a687015db2704b91431286f4f84f9c6e8d286761ed5417eadf8288bcc9e
# fedora-40-5.3_opam-2.3
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.3 /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 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
opam pin add -yn index-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.4 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.4.0 psq.0.2.1 re.1.12.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.0.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y index.dev index-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-03-28 15:19.55: Using cache hint "mirage/index-ocaml/opam:fedora-40-ocaml-5.3@sha256:9a3e2a687015db2704b91431286f4f84f9c6e8d286761ed5417eadf8288bcc9e-fedora-40-5.3_opam-2.3-e68e93c5dc2430dfac479e9df2988826"
2025-03-28 15:19.55: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.3@sha256:9a3e2a687015db2704b91431286f4f84f9c6e8d286761ed5417eadf8288bcc9e)
(comment fedora-40-5.3_opam-2.3)
(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.3 /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 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src index.opam index-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn index.dev './' && \
\nopam pin add -yn index-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.4 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.4.0 psq.0.2.1 re.1.12.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.0.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.2.2.2 zarith.1.14")
(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.3 --depext-only -y index.dev index-bench.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-03-28 15:19.55: Waiting for resource in pool OCluster
2025-03-28 18:52.28: Waiting for worker…
2025-03-28 18:53.43: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 1ca3186 Merge pull request #400 from anmonteiro/patch-1


(from ocaml/opam:fedora-40-ocaml-5.3@sha256:9a3e2a687015db2704b91431286f4f84f9c6e8d286761ed5417eadf8288bcc9e)
2025-03-28 18:53.43 ---> using "1476c452edd56a53215a301540bb2009c8d2a15dba423047d40300e18599671f" from cache


/: (comment fedora-40-5.3_opam-2.3)


/: (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                              181 kB/s |  27 kB     00:00
Fedora 40 openh264 (From Cisco) - x86_64        8.0 kB/s | 989  B     00:00
Fedora 40 - x86_64 - Updates                    168 kB/s |  25 kB     00:00
Fedora 40 - x86_64 - Updates                    5.0 MB/s | 5.9 MB     00:01
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-03-28 18:53.43 ---> using "94cbd80bcc330ce623803fbb520a85cab1400e88c96764ea5c2e02cd7e19ad53" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-28 18:53.43 ---> using "3cf8028e21344054f79e658239efeb83a6d7aca5695c51333e87cfafa85482ca" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-28 18:53.43 ---> using "e8183cd9ba1a23c4d7ddb3cf8b2d2350a9e0a7713ccd1e3ac8d0c1e7fffb4080" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-28 18:53.43 ---> using "e1cd23eff74270a484a5911f8cc469d53dbcdcfafe79312b85310d9254a411b6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-28 18:53.43 ---> using "c4ed4798c67e57846c83ac2aba073c0c9239aa56a5e2c21f39faf8e0638895ed" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
862a7640b1..dabc6e3b05  master     -> origin/master
46648c7f67 Allow core and dependencies to be installed on arm32 (#27519)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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.
# To update the current shell environment, run: eval $(opam env)
2025-03-28 18:53.43 ---> using "3190739ef9821ba5f3a493f41ed83d3d32f164821e42dbfa3e667bb831297357" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-03-28 18:53.44 ---> saved as "96923e55fc82599ac5d8f5c997e9c0198504de44fd4b41db0c4c851a34a2d478"


/src: (run (network host)
(shell  "opam pin add -yn index.dev './' && \
\nopam pin add -yn index-bench.dev './'"))
[index.dev] synchronised (file:///src)
index is now pinned to file:///src (version dev)
[index-bench.dev] synchronised (file:///src)
index-bench is now pinned to file:///src (version dev)
2025-03-28 18:53.48 ---> saved as "3be5d7242193281907d239574b87f2c83aa66323d99b032ee59372b69b93b7c4"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-28 18:53.49 ---> saved as "c3990a95d804f2d58d447e9012f835f2e6648cc1f9fae167ca504267718d20fa"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.4 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.4.0 psq.0.2.1 re.1.12.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.0.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.2.2.2 zarith.1.14")


/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.3 --depext-only -y index.dev index-bench.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                               97 kB/s |  27 kB     00:00
- Fedora 40 openh264 (From Cisco) - x86_64        7.8 kB/s | 989  B     00:00
- Fedora 40 - x86_64 - Updates                    160 kB/s |  25 kB     00:00
- Fedora 40 - x86_64 - Updates                    2.5 MB/s | 1.8 MB     00:00
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (file:///src)
[index-bench.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel" "gnuplot"
- Last metadata expiration check: 0:00:40 ago on Fri Mar 28 18:53:51 2025.
- Dependencies resolved.
- ================================================================================
-  Package                    Arch   Version                        Repo     Size
- ================================================================================
- Installing:
-  gmp-devel                  x86_64 1:6.2.1-8.fc40                 fedora  173 k
-  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
-  cpuinfo                    x86_64 23.2.14-3.giteb4a667.fc40.2    fedora   42 k
-  cups-filesystem            noarch 1:2.4.11-9.fc40                updates  14 k
-  cups-libs                  x86_64 1:2.4.11-9.fc40                updates 262 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.1-1.fc40                   updates  51 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.14-2.fc40                  updates  92 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
-  gmp-c++                    x86_64 1:6.2.1-8.fc40                 fedora   18 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.5.0-1.fc40                   updates 1.0 M
-  highway                    x86_64 1.2.0-2.fc40                   updates 652 k
-  hwdata                     noarch 0.393-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.12.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.5.1-1.fc40                   updates 635 k
-  libdrm                     x86_64 2.4.123-1.fc40                 updates 159 k
-  libevdev                   x86_64 1.13.3-1.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-5.fc40                   updates 302 k
-  libinput                   x86_64 1.26.2-1.fc40                  updates 220 k
-  libjpeg-turbo              x86_64 3.0.2-1.fc40                   fedora  227 k
-  libjxl                     x86_64 1:0.8.4-1.fc40                 updates 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-5.fc40.1                 updates 339 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.23.0-2.fc40                  updates  33 k
-  libwayland-cursor          x86_64 1.23.0-2.fc40                  updates  19 k
-  libwayland-egl             x86_64 1.23.0-2.fc40                  updates  13 k
-  libwayland-server          x86_64 1.23.0-2.fc40                  updates  41 k
-  libwebp                    x86_64 1.5.0-1.fc40                   updates 297 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-5.fc40                   updates  13 k
-  lm_sensors-libs            x86_64 3.6.0-18.fc40                  fedora   40 k
-  mesa-filesystem            x86_64 24.1.7-1.fc40                  updates  21 k
-  mesa-libEGL                x86_64 24.1.7-1.fc40                  updates 140 k
-  mesa-libGL                 x86_64 24.1.7-1.fc40                  updates 176 k
-  mesa-libgbm                x86_64 24.1.7-1.fc40                  updates  48 k
-  mesa-libglapi              x86_64 24.1.7-1.fc40                  updates  51 k
-  mtdev                      x86_64 1.1.6-8.fc40                   fedora   21 k
-  pango                      x86_64 1.54.0-1.fc40                  updates 347 k
-  pcre2-utf16                x86_64 10.44-1.fc40                   updates 223 k
-  pixman                     x86_64 0.43.4-1.fc40                  updates 293 k
-  qt-settings                noarch 40.1-1.fc40                    updates  10 k
-  qt5-filesystem             x86_64 5.15.15-1.fc40                 updates  10 k
-  qt5-qtbase                 x86_64 5.15.15-3.fc40                 updates 3.6 M
-  qt5-qtbase-common          noarch 5.15.15-3.fc40                 updates  12 k
-  qt5-qtbase-gui             x86_64 5.15.15-3.fc40                 updates 6.4 M
-  qt5-qtdeclarative          x86_64 5.15.15-1.fc40                 updates 4.2 M
-  qt5-qtsvg                  x86_64 5.15.15-1.fc40                 updates 188 k
-  rav1e-libs                 x86_64 0.7.1-4.fc40                   updates 1.0 M
-  shared-mime-info           x86_64 2.3-5.fc40                     updates 390 k
-  svt-av1-libs               x86_64 2.3.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.4-1.fc40                 updates  60 k
-  mesa-dri-drivers           x86_64 24.1.7-1.fc40                  updates  26 M
-  mesa-va-drivers            x86_64 24.1.7-1.fc40                  updates 4.0 M
-  qt5-qttranslations         noarch 5.15.15-1.fc40                 updates 2.0 M
-  qt5-qtwayland              x86_64 5.15.15-1.fc40                 updates 1.1 M
-  xdriinfo                   x86_64 1.0.7-2.fc40                   fedora   21 k
- 
- Transaction Summary
- ================================================================================
- Install  102 Packages
- 
- Total download size: 71 M
- Installed size: 288 M
- Downloading Packages:
- (1/102): avahi-libs-0.8-26.fc40.x86_64.rpm      1.2 MB/s |  67 kB     00:00
- (2/102): cpuinfo-23.2.14-3.giteb4a667.fc40.2.x8 2.9 MB/s |  42 kB     00:00
- (3/102): abattis-cantarell-vf-fonts-0.301-12.fc 1.6 MB/s | 120 kB     00:00
- (4/102): cairo-1.18.0-3.fc40.x86_64.rpm         6.5 MB/s | 709 kB     00:00
- (5/102): duktape-2.7.0-7.fc40.x86_64.rpm        4.0 MB/s | 170 kB     00:00
- (6/102): fonts-filesystem-2.0.5-14.fc40.noarch. 607 kB/s | 8.2 kB     00:00
- (7/102): gd-2.3.3-16.fc40.x86_64.rpm            4.4 MB/s | 136 kB     00:00
- (8/102): freetype-2.13.2-5.fc40.x86_64.rpm      6.6 MB/s | 410 kB     00:00
- (9/102): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm   14 MB/s | 485 kB     00:00
- (10/102): dejavu-sans-fonts-2.37-23.fc40.noarch  10 MB/s | 1.3 MB     00:00
- (11/102): glx-utils-9.0.0-6.fc40.x86_64.rpm     3.0 MB/s |  72 kB     00:00
- (12/102): gmp-c++-6.2.1-8.fc40.x86_64.rpm       1.3 MB/s |  18 kB     00:00
- (13/102): gmp-devel-6.2.1-8.fc40.x86_64.rpm     5.1 MB/s | 173 kB     00:00
- (14/102): google-noto-fonts-common-20240301-2.f 1.1 MB/s |  17 kB     00:00
- (15/102): gnuplot-common-5.4.9-3.fc40.x86_64.rp  14 MB/s | 802 kB     00:00
- (16/102): graphite2-1.3.14-15.fc40.x86_64.rpm   6.2 MB/s |  95 kB     00:00
- (17/102): gnuplot-5.4.9-3.fc40.x86_64.rpm       9.2 MB/s | 827 kB     00:00
- (18/102): jbigkit-libs-2.1-29.fc40.x86_64.rpm   2.3 MB/s |  53 kB     00:00
- (19/102): libICE-1.1.1-3.fc40.x86_64.rpm        5.5 MB/s |  74 kB     00:00
- (20/102): libSM-1.2.4-3.fc40.x86_64.rpm         3.0 MB/s |  43 kB     00:00
- (21/102): libXcomposite-0.4.6-3.fc40.x86_64.rpm 1.8 MB/s |  24 kB     00:00
- (22/102): libXext-1.3.6-1.fc40.x86_64.rpm       2.7 MB/s |  39 kB     00:00
- (23/102): libXfixes-6.0.1-3.fc40.x86_64.rpm     1.4 MB/s |  19 kB     00:00
- (24/102): google-noto-sans-vf-fonts-20240301-2. 6.2 MB/s | 593 kB     00:00
- (25/102): libXft-2.3.8-6.fc40.x86_64.rpm        3.9 MB/s |  72 kB     00:00
- (26/102): libXpm-3.5.17-3.fc40.x86_64.rpm       4.8 MB/s |  66 kB     00:00
- (27/102): libXxf86vm-1.1.5-6.fc40.x86_64.rpm    1.4 MB/s |  18 kB     00:00
- (28/102): libXrender-0.9.11-6.fc40.x86_64.rpm   1.8 MB/s |  27 kB     00:00
- (29/102): libcerf-2.3-4.fc40.x86_64.rpm         2.8 MB/s |  37 kB     00:00
- (30/102): libdatrie-0.2.13-9.fc40.x86_64.rpm    2.0 MB/s |  32 kB     00:00
- (31/102): libglvnd-1.7.0-4.fc40.x86_64.rpm      6.5 MB/s | 115 kB     00:00
- (32/102): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm  2.2 MB/s |  35 kB     00:00
- (33/102): libjpeg-turbo-3.0.2-1.fc40.x86_64.rpm 7.1 MB/s | 227 kB     00:00
- (34/102): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm  3.2 MB/s | 132 kB     00:00
- (35/102): libgudev-238-5.fc40.x86_64.rpm        683 kB/s |  35 kB     00:00
- (36/102): libpciaccess-0.16-12.fc40.x86_64.rpm  1.9 MB/s |  26 kB     00:00
- (37/102): libpng-1.6.40-3.fc40.x86_64.rpm       4.9 MB/s | 120 kB     00:00
- (38/102): liblerc-4.0.0-6.fc40.x86_64.rpm       4.1 MB/s | 210 kB     00:00
- (39/102): libxkbcommon-1.6.0-2.fc40.x86_64.rpm  7.6 MB/s | 142 kB     00:00
- (40/102): libthai-0.1.29-8.fc40.x86_64.rpm      4.1 MB/s | 214 kB     00:00
- (41/102): libvmaf-2.3.0-7.fc40.x86_64.rpm       5.9 MB/s | 180 kB     00:00
- (42/102): libxkbcommon-x11-1.6.0-2.fc40.x86_64. 1.4 MB/s |  22 kB     00:00
- (43/102): mtdev-1.1.6-8.fc40.x86_64.rpm         1.6 MB/s |  21 kB     00:00
- (44/102): lm_sensors-libs-3.6.0-18.fc40.x86_64. 2.8 MB/s |  40 kB     00:00
- (45/102): xcb-util-image-0.4.1-5.fc40.x86_64.rp 1.4 MB/s |  19 kB     00:00
- (46/102): xcb-util-keysyms-0.4.1-5.fc40.x86_64. 1.0 MB/s |  14 kB     00:00
- (47/102): xcb-util-0.4.1-5.fc40.x86_64.rpm      946 kB/s |  18 kB     00:00
- (48/102): xcb-util-renderutil-0.3.10-5.fc40.x86 1.4 MB/s |  17 kB     00:00
- (49/102): xcb-util-wm-0.4.2-5.fc40.x86_64.rpm   2.4 MB/s |  31 kB     00:00
- (50/102): xdriinfo-1.0.7-2.fc40.x86_64.rpm      1.4 MB/s |  21 kB     00:00
- (51/102): xml-common-0.6.3-63.fc40.noarch.rpm   2.1 MB/s |  31 kB     00:00
- (52/102): cups-filesystem-2.4.11-9.fc40.noarch. 385 kB/s |  14 kB     00:00
- (53/102): cups-libs-2.4.11-9.fc40.x86_64.rpm    5.4 MB/s | 262 kB     00:00
- (54/102): default-fonts-core-sans-4.0-13.fc40.n 1.0 MB/s |  31 kB     00:00
- (55/102): double-conversion-3.3.1-1.fc40.x86_64 2.3 MB/s |  51 kB     00:00
- (56/102): xkeyboard-config-2.41-1.fc40.noarch.r 7.2 MB/s | 976 kB     00:00
- (57/102): fribidi-1.0.14-2.fc40.x86_64.rpm      1.0 MB/s |  92 kB     00:00
- (58/102): fontconfig-2.15.0-6.fc40.x86_64.rpm   1.6 MB/s | 270 kB     00:00
- (59/102): highway-1.2.0-2.fc40.x86_64.rpm       6.1 MB/s | 652 kB     00:00
- (60/102): harfbuzz-8.5.0-1.fc40.x86_64.rpm      4.8 MB/s | 1.0 MB     00:00
- (61/102): jxl-pixbuf-loader-0.8.4-1.fc40.x86_64 776 kB/s |  60 kB     00:00
- (62/102): libavif-1.0.4-3.fc40.x86_64.rpm       2.6 MB/s |  91 kB     00:00
- (63/102): libdav1d-1.5.1-1.fc40.x86_64.rpm      6.3 MB/s | 635 kB     00:00
- (64/102): libdrm-2.4.123-1.fc40.x86_64.rpm      4.0 MB/s | 159 kB     00:00
- (65/102): hwdata-0.393-1.fc40.noarch.rpm        5.0 MB/s | 1.6 MB     00:00
- (66/102): libevdev-1.13.3-1.fc40.x86_64.rpm     1.1 MB/s |  38 kB     00:00
- (67/102): libaom-3.12.0-1.fc40.x86_64.rpm       7.4 MB/s | 1.8 MB     00:00
- (68/102): libinput-1.26.2-1.fc40.x86_64.rpm     3.3 MB/s | 220 kB     00:00
- (69/102): libimagequant-4.0.3-5.fc40.x86_64.rpm 3.4 MB/s | 302 kB     00:00
- (70/102): libproxy-0.5.5-1.fc40.x86_64.rpm      2.1 MB/s |  48 kB     00:00
- (71/102): libwacom-2.11.0-1.fc40.x86_64.rpm     1.6 MB/s |  44 kB     00:00
- (72/102): libwacom-data-2.11.0-1.fc40.noarch.rp 4.4 MB/s | 198 kB     00:00
- (73/102): libtiff-4.6.0-5.fc40.1.x86_64.rpm     4.3 MB/s | 339 kB     00:00
- (74/102): libwayland-client-1.23.0-2.fc40.x86_6 1.6 MB/s |  33 kB     00:00
- (75/102): libjxl-0.8.4-1.fc40.x86_64.rpm        7.3 MB/s | 1.2 MB     00:00
- (76/102): libwayland-cursor-1.23.0-2.fc40.x86_6 744 kB/s |  19 kB     00:00
- (77/102): libwayland-egl-1.23.0-2.fc40.x86_64.r 616 kB/s |  13 kB     00:00
- (78/102): libwayland-server-1.23.0-2.fc40.x86_6 1.9 MB/s |  41 kB     00:00
- (79/102): libxshmfence-1.3.2-5.fc40.x86_64.rpm  693 kB/s |  13 kB     00:00
- (80/102): libwebp-1.5.0-1.fc40.x86_64.rpm       6.7 MB/s | 297 kB     00:00
- (81/102): mesa-filesystem-24.1.7-1.fc40.x86_64. 654 kB/s |  21 kB     00:00
- (82/102): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm  5.5 MB/s | 140 kB     00:00
- (83/102): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm  1.5 MB/s |  48 kB     00:00
- (84/102): mesa-libGL-24.1.7-1.fc40.x86_64.rpm   4.1 MB/s | 176 kB     00:00
- (85/102): mesa-libglapi-24.1.7-1.fc40.x86_64.rp 2.1 MB/s |  51 kB     00:00
- (86/102): pango-1.54.0-1.fc40.x86_64.rpm        5.0 MB/s | 347 kB     00:00
- (87/102): pcre2-utf16-10.44-1.fc40.x86_64.rpm   5.7 MB/s | 223 kB     00:00
- (88/102): pixman-0.43.4-1.fc40.x86_64.rpm       5.5 MB/s | 293 kB     00:00
- (89/102): qt-settings-40.1-1.fc40.noarch.rpm    421 kB/s |  10 kB     00:00
- (90/102): qt5-filesystem-5.15.15-1.fc40.x86_64. 335 kB/s |  10 kB     00:00
- (91/102): mesa-va-drivers-24.1.7-1.fc40.x86_64. 8.4 MB/s | 4.0 MB     00:00
- (92/102): qt5-qtbase-common-5.15.15-3.fc40.noar 667 kB/s |  12 kB     00:00
- (93/102): qt5-qtbase-5.15.15-3.fc40.x86_64.rpm  9.2 MB/s | 3.6 MB     00:00
- (94/102): qt5-qtdeclarative-5.15.15-1.fc40.x86_  10 MB/s | 4.2 MB     00:00
- (95/102): qt5-qtsvg-5.15.15-1.fc40.x86_64.rpm   5.0 MB/s | 188 kB     00:00
- (96/102): qt5-qtbase-gui-5.15.15-3.fc40.x86_64. 8.3 MB/s | 6.4 MB     00:00
- (97/102): qt5-qttranslations-5.15.15-1.fc40.noa 8.6 MB/s | 2.0 MB     00:00
- (98/102): qt5-qtwayland-5.15.15-1.fc40.x86_64.r 7.8 MB/s | 1.1 MB     00:00
- (99/102): shared-mime-info-2.3-5.fc40.x86_64.rp 4.7 MB/s | 390 kB     00:00
- (100/102): rav1e-libs-0.7.1-4.fc40.x86_64.rpm   5.2 MB/s | 1.0 MB     00:00
- (101/102): svt-av1-libs-2.3.0-1.fc40.x86_64.rpm 9.1 MB/s | 2.0 MB     00:00
- (102/102): mesa-dri-drivers-24.1.7-1.fc40.x86_6 6.9 MB/s |  26 MB     00:03
- --------------------------------------------------------------------------------
- Total                                            13 MB/s |  71 MB     00:05
- 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/102
-   Installing       : libjpeg-turbo-3.0.2-1.fc40.x86_64                    2/102
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          3/102
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch              4/102
-   Installing       : libxshmfence-1.3.2-5.fc40.x86_64                     5/102
-   Installing       : libwebp-1.5.0-1.fc40.x86_64                          6/102
-   Installing       : libwayland-server-1.23.0-2.fc40.x86_64               7/102
-   Installing       : libwayland-client-1.23.0-2.fc40.x86_64               8/102
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                      9/102
-   Installing       : shared-mime-info-2.3-5.fc40.x86_64                  10/102
-   Running scriptlet: shared-mime-info-2.3-5.fc40.x86_64                  10/102
-   Installing       : mesa-filesystem-24.1.7-1.fc40.x86_64                11/102
-   Installing       : libevdev-1.13.3-1.fc40.x86_64                       12/102
-   Installing       : libglvnd-1:1.7.0-4.fc40.x86_64                      13/102
-   Installing       : libICE-1.1.1-3.fc40.x86_64                          14/102
-   Installing       : libSM-1.2.4-3.fc40.x86_64                           15/102
-   Installing       : gdk-pixbuf2-2.42.10-8.fc40.x86_64                   16/102
-   Installing       : libwayland-cursor-1.23.0-2.fc40.x86_64              17/102
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch     18/102
- 
-   Installing       : dejavu-sans-fonts-2.37-23.fc40.noarch               19/102
-   Installing       : libXxf86vm-1.1.5-6.fc40.x86_64                      20/102
-   Installing       : rav1e-libs-0.7.1-4.fc40.x86_64                      21/102
-   Installing       : qt5-qttranslations-5.15.15-1.fc40.noarch            22/102
-   Installing       : qt5-filesystem-5.15.15-1.fc40.x86_64                23/102
-   Installing       : qt-settings-40.1-1.fc40.noarch                      24/102
-   Installing       : pixman-0.43.4-1.fc40.x86_64                         25/102
-   Installing       : pcre2-utf16-10.44-1.fc40.x86_64                     26/102
-   Installing       : libwayland-egl-1.23.0-2.fc40.x86_64                 27/102
-   Installing       : libwacom-data-2.11.0-1.fc40.noarch                  28/102
-   Installing       : libimagequant-4.0.3-5.fc40.x86_64                   29/102
-   Installing       : libdav1d-1.5.1-1.fc40.x86_64                        30/102
-   Installing       : hwdata-0.393-1.fc40.noarch                          31/102
-   Installing       : libpciaccess-0.16-12.fc40.x86_64                    32/102
-   Installing       : libdrm-2.4.123-1.fc40.x86_64                        33/102
-   Installing       : mesa-va-drivers-24.1.7-1.fc40.x86_64                34/102
-   Installing       : highway-1.2.0-2.fc40.x86_64                         35/102
-   Installing       : libjxl-1:0.8.4-1.fc40.x86_64                        36/102
-   Installing       : jxl-pixbuf-loader-1:0.8.4-1.fc40.x86_64             37/102
-   Installing       : fribidi-1.0.14-2.fc40.x86_64                        38/102
-   Installing       : double-conversion-3.3.1-1.fc40.x86_64               39/102
-   Installing       : cups-filesystem-1:2.4.11-9.fc40.noarch              40/102
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                     41/102
-   Installing       : xml-common-0.6.3-63.fc40.noarch                     41/102
- 
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                 42/102
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                    43/102
-   Installing       : libxkbcommon-x11-1.6.0-2.fc40.x86_64                44/102
-   Installing       : xcb-util-wm-0.4.2-5.fc40.x86_64                     45/102
-   Installing       : xcb-util-renderutil-0.3.10-5.fc40.x86_64            46/102
-   Installing       : xcb-util-keysyms-0.4.1-5.fc40.x86_64                47/102
-   Installing       : xcb-util-0.4.1-5.fc40.x86_64                        48/102
-   Installing       : xcb-util-image-0.4.1-5.fc40.x86_64                  49/102
-   Installing       : mtdev-1.1.6-8.fc40.x86_64                           50/102
-   Installing       : lm_sensors-libs-3.6.0-18.fc40.x86_64                51/102
-   Installing       : mesa-libglapi-24.1.7-1.fc40.x86_64                  52/102
- 
-   Installing       : mesa-dri-drivers-24.1.7-1.fc40.x86_64               53/102
-   Installing       : mesa-libgbm-24.1.7-1.fc40.x86_64                    54/102
-   Installing       : mesa-libEGL-24.1.7-1.fc40.x86_64                    55/102
-   Installing       : libglvnd-egl-1:1.7.0-4.fc40.x86_64                  56/102
-   Installing       : libvmaf-2.3.0-7.fc40.x86_64                         57/102
-   Installing       : libaom-3.12.0-1.fc40.x86_64                         58/102
-   Installing       : liblerc-4.0.0-6.fc40.x86_64                         59/102
-   Installing       : libgudev-238-5.fc40.x86_64                          60/102
-   Installing       : libwacom-2.11.0-1.fc40.x86_64                       61/102
-   Installing       : libinput-1.26.2-1.fc40.x86_64                       62/102
-   Running scriptlet: libinput-1.26.2-1.fc40.x86_64                       62/102
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                      63/102
-   Installing       : libthai-0.1.29-8.fc40.x86_64                        64/102
-   Installing       : libcerf-2.3-4.fc40.x86_64                           65/102
-   Installing       : libXpm-3.5.17-3.fc40.x86_64                         66/102
-   Installing       : libXfixes-6.0.1-3.fc40.x86_64                       67/102
-   Installing       : libglvnd-glx-1:1.7.0-4.fc40.x86_64                  68/102
-   Installing       : mesa-libGL-24.1.7-1.fc40.x86_64                     69/102
-   Installing       : xdriinfo-1.0.7-2.fc40.x86_64                        70/102
-   Installing       : glx-utils-9.0.0-6.fc40.x86_64                       71/102
-   Installing       : libXcomposite-0.4.6-3.fc40.x86_64                   72/102
-   Installing       : jbigkit-libs-2.1-29.fc40.x86_64                     73/102
-   Installing       : libtiff-4.6.0-5.fc40.1.x86_64                       74/102
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                     75/102
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch     76/102
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch    77/102
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch          78/102
-   Installing       : cairo-1.18.0-3.fc40.x86_64                          79/102
-   Installing       : harfbuzz-8.5.0-1.fc40.x86_64                        80/102
-   Installing       : freetype-2.13.2-5.fc40.x86_64                       81/102
-   Installing       : fontconfig-2.15.0-6.fc40.x86_64                     82/102
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                     82/102
- 
-   Installing       : libXft-2.3.8-6.fc40.x86_64                          83/102
-   Installing       : pango-1.54.0-1.fc40.x86_64                          84/102
-   Installing       : gnuplot-common-5.4.9-3.fc40.x86_64                  85/102
-   Installing       : gmp-c++-1:6.2.1-8.fc40.x86_64                       86/102
-   Installing       : duktape-2.7.0-7.fc40.x86_64                         87/102
-   Installing       : libproxy-0.5.5-1.fc40.x86_64                        88/102
-   Installing       : qt5-qtbase-common-5.15.15-3.fc40.noarch             89/102
-   Running scriptlet: qt5-qtbase-5.15.15-3.fc40.x86_64                    90/102
- 
-   Installing       : qt5-qtbase-5.15.15-3.fc40.x86_64                    90/102
-   Running scriptlet: qt5-qtbase-5.15.15-3.fc40.x86_64                    90/102
-   Installing       : cpuinfo-23.2.14-3.giteb4a667.fc40.2.x86_64          91/102
-   Installing       : svt-av1-libs-2.3.0-1.fc40.x86_64                    92/102
-   Installing       : libavif-1.0.4-3.fc40.x86_64                         93/102
-   Installing       : gd-2.3.3-16.fc40.x86_64                             94/102
-   Installing       : avahi-libs-0.8-26.fc40.x86_64                       95/102
-   Installing       : cups-libs-1:2.4.11-9.fc40.x86_64                    96/102
-   Installing       : qt5-qtdeclarative-5.15.15-1.fc40.x86_64             97/102
-   Installing       : qt5-qtbase-gui-5.15.15-3.fc40.x86_64                98/102
-   Installing       : qt5-qtwayland-5.15.15-1.fc40.x86_64                 99/102
-   Installing       : qt5-qtsvg-5.15.15-1.fc40.x86_64                    100/102
-   Installing       : gnuplot-5.4.9-3.fc40.x86_64                        101/102
-   Installing       : gmp-devel-1:6.2.1-8.fc40.x86_64                    102/102
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                    102/102
- 
-   Running scriptlet: gnuplot-5.4.9-3.fc40.x86_64                        102/102
-   Running scriptlet: gmp-devel-1:6.2.1-8.fc40.x86_64                    102/102
- 
- 
- 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
-   cpuinfo-23.2.14-3.giteb4a667.fc40.2.x86_64
-   cups-filesystem-1:2.4.11-9.fc40.noarch
-   cups-libs-1:2.4.11-9.fc40.x86_64
-   default-fonts-core-sans-4.0-13.fc40.noarch
-   dejavu-sans-fonts-2.37-23.fc40.noarch
-   double-conversion-3.3.1-1.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.14-2.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
-   gmp-c++-1:6.2.1-8.fc40.x86_64
-   gmp-devel-1:6.2.1-8.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.5.0-1.fc40.x86_64
-   highway-1.2.0-2.fc40.x86_64
-   hwdata-0.393-1.fc40.noarch
-   jbigkit-libs-2.1-29.fc40.x86_64
-   jxl-pixbuf-loader-1:0.8.4-1.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.12.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.5.1-1.fc40.x86_64
-   libdrm-2.4.123-1.fc40.x86_64
-   libevdev-1.13.3-1.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-5.fc40.x86_64
-   libinput-1.26.2-1.fc40.x86_64
-   libjpeg-turbo-3.0.2-1.fc40.x86_64
-   libjxl-1:0.8.4-1.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-5.fc40.1.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.23.0-2.fc40.x86_64
-   libwayland-cursor-1.23.0-2.fc40.x86_64
-   libwayland-egl-1.23.0-2.fc40.x86_64
-   libwayland-server-1.23.0-2.fc40.x86_64
-   libwebp-1.5.0-1.fc40.x86_64
-   libxkbcommon-1.6.0-2.fc40.x86_64
-   libxkbcommon-x11-1.6.0-2.fc40.x86_64
-   libxshmfence-1.3.2-5.fc40.x86_64
-   lm_sensors-libs-3.6.0-18.fc40.x86_64
-   mesa-dri-drivers-24.1.7-1.fc40.x86_64
-   mesa-filesystem-24.1.7-1.fc40.x86_64
-   mesa-libEGL-24.1.7-1.fc40.x86_64
-   mesa-libGL-24.1.7-1.fc40.x86_64
-   mesa-libgbm-24.1.7-1.fc40.x86_64
-   mesa-libglapi-24.1.7-1.fc40.x86_64
-   mesa-va-drivers-24.1.7-1.fc40.x86_64
-   mtdev-1.1.6-8.fc40.x86_64
-   pango-1.54.0-1.fc40.x86_64
-   pcre2-utf16-10.44-1.fc40.x86_64
-   pixman-0.43.4-1.fc40.x86_64
-   qt-settings-40.1-1.fc40.noarch
-   qt5-filesystem-5.15.15-1.fc40.x86_64
-   qt5-qtbase-5.15.15-3.fc40.x86_64
-   qt5-qtbase-common-5.15.15-3.fc40.noarch
-   qt5-qtbase-gui-5.15.15-3.fc40.x86_64
-   qt5-qtdeclarative-5.15.15-1.fc40.x86_64
-   qt5-qtsvg-5.15.15-1.fc40.x86_64
-   qt5-qttranslations-5.15.15-1.fc40.noarch
-   qt5-qtwayland-5.15.15-1.fc40.x86_64
-   rav1e-libs-0.7.1-4.fc40.x86_64
-   shared-mime-info-2.3-5.fc40.x86_64
-   svt-av1-libs-2.3.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/rpm "-q" "--whatprovides" "gmp-devel" "gnuplot"
- gmp-devel-6.2.1-8.fc40.x86_64
- gnuplot-5.4.9-3.fc40.x86_64
2025-03-28 18:54.54 ---> saved as "1c3f41328b172674fb2bca1cee4c944df3cd1b33dccd473b1968da6ebf8e535d"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 54 packages
- install afl-persistent      1.4
- install alcotest            1.9.0
- install astring             0.8.5
- install base-bytes          base
- install base64              3.5.1
- install cmdliner            1.3.0
- install conf-gmp            4
- install conf-gnuplot        0.1
- install conf-pkg-config     4
- install cppo                1.8.0
- install crowbar             0.2.1
- install csexp               1.5.2
- install digestif            1.2.0
- install dune                3.17.2
- install dune-configurator   3.17.2
- install either              1.0.0
- install eqaf                0.10
- install fmt                 0.10.0
- install jsonm               1.0.2
- install logs                0.8.0
- install lru                 0.3.1
- install lwt                 5.9.1
- install metrics             0.4.1
- install metrics-unix        0.4.1
- install mtime               2.1.0
- install ocaml-compiler-libs v0.17.0
- install ocaml-syntax-shims  1.0.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ocplib-endian       1.2
- install optint              0.3.0
- install ppx_derivers        1.2.1
- install ppx_deriving        6.0.3
- install ppx_deriving_yojson 3.9.1
- install ppx_repr            0.7.0
- install ppxlib              0.35.0
- install progress            0.4.0
- install psq                 0.2.1
- install re                  1.12.0
- install repr                0.7.0
- install rusage              1.0.0
- install semaphore-compat    1.0.2
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install terminal            0.4.0
- install tezos-base58        1.0.0
- install topkg               1.0.8
- install uucp                16.0.0
- install uuidm               0.9.10
- install uutf                1.0.4
- install vector              1.0.0
- install yojson              2.2.2
- install zarith              1.14


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.4
-> installed conf-gnuplot.0.1
-> installed conf-pkg-config.4
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved metrics.0.4.1, metrics-unix.0.4.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved progress.0.4.0, terminal.0.4.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved rusage.1.0.0  (cached)
-> retrieved semaphore-compat.1.0.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tezos-base58.1.0.0  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved topkg.1.0.8  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved vector.1.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved uucp.16.0.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed either.1.0.0
-> installed eqaf.0.10
-> installed metrics.0.4.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed cppo.1.8.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed rusage.1.0.0
-> installed semaphore-compat.1.0.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed vector.1.0.0
-> installed afl-persistent.1.4
-> installed lru.0.3.1
-> installed ocplib-endian.1.2
-> installed yojson.2.2.2
-> installed crowbar.0.2.1
-> installed digestif.1.2.0
-> installed alcotest.1.9.0
-> installed tezos-base58.1.0.0
-> installed repr.0.7.0
-> installed dune-configurator.3.17.2
-> installed lwt.5.9.1
-> installed metrics-unix.0.4.1
-> installed logs.0.8.0
-> installed uucp.16.0.0
-> installed terminal.0.4.0
-> installed progress.0.4.0
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_repr.0.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.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-03-28 18:57.23 ---> saved as "4164c8df7583d44992f55a3ed4b5b824907c1a084ef5383d4a5dd25fd97ad876"


/src: (copy (src .) (dst /src))
2025-03-28 18:57.23 ---> saved as "f7137f7cbcf23874ab6f7b9b6e027fab993d4e08aec113533c8600aa2585c1a6"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/logs/fmt -I /home/opam/.opam/5.3/lib/logs/threaded -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/semaphore-compat -I /home/opam/.opam/5.3/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 "test/unix/common.ml", line 10, characters 12-19:
10 |     (module Fmt_tty)
^^^^^^^
Error: Unbound module Fmt_tty
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/logs/fmt -I /home/opam/.opam/5.3/lib/logs/threaded -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/semaphore-compat -I /home/opam/.opam/5.3/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 "test/unix/common.ml", line 10, characters 12-19:
10 |     (module Fmt_tty)
^^^^^^^
Error: Unbound module Fmt_tty
(cd _build/default && /home/opam/.opam/5.3/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/.replay.eobjs/byte -I /home/opam/.opam/5.3/lib/cmdliner -I /home/opam/.opam/5.3/lib/digestif -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/ppx_repr -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/rusage -I /home/opam/.opam/5.3/lib/tezos-base58 -I bench/.common.objs/byte -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -no-alias-deps -opaque -o bench/.replay.eobjs/byte/dune__exe__Replay.cmo -c -impl bench/replay.pp.ml)
File "bench/replay.ml", line 265, characters 69-76:
265 |     $ Index_lib.Private.Logs.setup_term (module Mtime_clock) (module Fmt_tty)
^^^^^^^
Error: Unbound module Fmt_tty
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bench/.bench.eobjs/byte -I /home/opam/.opam/5.3/lib/cmdliner -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/metrics -I /home/opam/.opam/5.3/lib/metrics-unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/yojson -I bench/.common.objs/byte -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 "bench/bench.ml", line 645, characters 71-78:
645 |       $ Index_lib.Private.Logs.setup_term (module Mtime_clock) (module Fmt_tty)
^^^^^^^
Error: Unbound module Fmt_tty
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/5.3/lib/cmdliner -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/metrics -I /home/opam/.opam/5.3/lib/metrics-unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/yojson -I bench/.common.objs/byte -I bench/.common.objs/native -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 "bench/bench.ml", line 645, characters 71-78:
645 |       $ Index_lib.Private.Logs.setup_term (module Mtime_clock) (module Fmt_tty)
^^^^^^^
Error: Unbound module Fmt_tty
(cd _build/default/test && ./main.exe)
Testing `index'.
This run has ID `QN35U634'.


[OK]          cache           0   noop.
[OK]          cache           1   unbounded.
[OK]          search          0   unique.
[OK]          search          1   constant metric.


Full test results in `/src/_build/default/test/_build/_tests/index'.
Test Successful in 0.007s. 4 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-28 18:57.30: Job failed: Failed: Build failed