Organisationsocaml-gospelcameleeraf1d30 ()fedora-40-4.14_opam-2.1

fedora-40-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 08:53.23: New job: test ocaml-gospel/cameleer https://github.com/ocaml-gospel/cameleer.git#refs/pull/38/head (af1d307a60d010563f90c4a7acb26307abf4bd9c) (linux-x86_64:fedora-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/cameleer.git" && cd "cameleer" && git fetch origin "refs/pull/38/head" && git reset --hard af1d307a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
# fedora-40-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cameleer.opam ./
RUN opam pin add -yn cameleer.dev './'
ENV DEPS="base.v0.16.3 base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-build-info.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gospel.0.3.0 lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cameleer.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-05-10 08:53.23: Using cache hint "ocaml-gospel/cameleer-ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9-fedora-40-4.14_opam-2.1-7c178cb4ead43e47208e53f27c567d58"
2024-05-10 08:53.23: Using OBuilder spec:
((from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
 (comment fedora-40-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cameleer.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cameleer.dev './'"))
 (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-build-info.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gospel.0.3.0 lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cameleer.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 08:53.23: Waiting for resource in pool OCluster
2024-05-10 12:37.40: Waiting for worker…
2024-05-10 12:41.51: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at af1d307 formatting and minor changes


(from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
Unable to find image 'ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9' locally
docker.io/ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9: Pulling from ocaml/opam
e1a2d828ab86: Pulling fs layer
e1a2d828ab86: Waiting
e1a2d828ab86: Verifying Checksum
e1a2d828ab86: Download complete
e1a2d828ab86: Pull complete
Digest: sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
Status: Downloaded newer image for ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
2024-05-10 12:42.30 ---> using "734939365ca49b277f590ce41c8d4d56e6ac1e187e29aa8fe4ddd810266ec9cf" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64                               94 kB/s |  24 kB     00:00    
Fedora 40 - x86_64                              645 kB/s | 994 kB     00:01    
Fedora 40 openh264 (From Cisco) - x86_64        5.0 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                    167 kB/s |  21 kB     00:00    
Fedora 40 - x86_64 - Updates                    1.4 MB/s | 5.2 MB     00:03    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-10 12:42.30 ---> using "27f125f8f9874760f522cedb21a2c5b03620375c8731fb3f496d760cdd2cb364" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-10 12:42.30 ---> using "31dee9b2c2b3c177fa91b119394c49844294d7b96dbd38a1ef8f05dde637abb5" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-10 12:42.30 ---> using "769cb91d456d94573e687dc675037a6ace197e06d0f2fcaf82817c641e39f479" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 12:42.30 ---> using "d47b804d5ae432c0bfb5d9e647b8c6d02aad94f10c345069ee85ddf4fab8a3d9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 12:42.30 ---> using "5f1ee7a0295c519a4c376aaa91c28f8b0989c0c4b230f8d83ebda3575617f0c8" from cache


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


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


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


/src: (copy (src cameleer.opam) (dst ./))
2024-05-10 12:42.30 ---> saved as "71a53638c067148b74e4d1c190bf8fcf6a43ea168617c5a377078fb066b691a2"


/src: (run (network host)
           (shell "opam pin add -yn cameleer.dev './'"))
Package cameleer does not exist, create as a NEW package? [Y/n] y
[cameleer.dev] synchronised (file:///src)
cameleer is now pinned to file:///src (version dev)
2024-05-10 12:42.31 ---> saved as "c81d074b37e08d579126b2d9b1e530a2e005ef99ef675b5861c42a5bee4c392e"


/src: (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-build-info.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gospel.0.3.0 lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cameleer.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                               79 kB/s |  24 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        7.1 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                     40 kB/s |  21 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cameleer.dev] synchronised (no changes)


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


The following system packages will first need to be installed:
    cairo-devel gtk3-devel gtksourceview3-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "cairo-devel" "gtk3-devel" "gtksourceview3-devel"
- Last metadata expiration check: 0:00:11 ago on Fri May 10 12:42:32 2024.
- Dependencies resolved.
- =================================================================================================
-  Package                                   Arch    Version                         Repo      Size
- =================================================================================================
- Installing:
-  cairo-devel                               x86_64  1.18.0-3.fc40                   fedora   193 k
-  gtk3-devel                                x86_64  3.24.41-1.fc40                  fedora   4.3 M
-  gtksourceview3-devel                      x86_64  3.24.11-10.fc39                 fedora   221 k
- Upgrading:
-  libblkid                                  x86_64  2.40.1-1.fc40                   updates  124 k
-  libfdisk                                  x86_64  2.40.1-1.fc40                   updates  159 k
-  libmount                                  x86_64  2.40.1-1.fc40                   updates  155 k
-  libsmartcols                              x86_64  2.40.1-1.fc40                   updates   83 k
-  libuuid                                   x86_64  2.40.1-1.fc40                   updates   28 k
-  util-linux                                x86_64  2.40.1-1.fc40                   updates  1.2 M
-  util-linux-core                           x86_64  2.40.1-1.fc40                   updates  537 k
- Installing dependencies:
-  ModemManager-glib                         x86_64  1.22.0-3.fc40                   fedora   322 k
-  NetworkManager-libnm                      x86_64  1:1.46.0-2.fc40                 fedora   1.8 M
-  abattis-cantarell-vf-fonts                noarch  0.301-12.fc40                   fedora   120 k
-  adwaita-cursor-theme                      noarch  46.0-1.fc40                     fedora   520 k
-  adwaita-icon-theme                        noarch  46.0-1.fc40                     fedora   407 k
-  alsa-lib                                  x86_64  1.2.11-2.fc40                   fedora   514 k
-  at-spi2-atk                               x86_64  2.52.0-1.fc40                   fedora    86 k
-  at-spi2-atk-devel                         x86_64  2.52.0-1.fc40                   fedora    11 k
-  at-spi2-core                              x86_64  2.52.0-1.fc40                   fedora   373 k
-  at-spi2-core-devel                        x86_64  2.52.0-1.fc40                   fedora   323 k
-  atk                                       x86_64  2.52.0-1.fc40                   fedora    80 k
-  atk-devel                                 x86_64  2.52.0-1.fc40                   fedora   445 k
-  avahi-glib                                x86_64  0.8-26.fc40                     fedora    15 k
-  avahi-libs                                x86_64  0.8-26.fc40                     fedora    67 k
-  bluez-libs                                x86_64  5.75-1.fc40                     updates   83 k
-  brotli                                    x86_64  1.1.0-3.fc40                    fedora    20 k
-  brotli-devel                              x86_64  1.1.0-3.fc40                    fedora    34 k
-  bzip2-devel                               x86_64  1.0.8-18.fc40                   fedora   214 k
-  cairo                                     x86_64  1.18.0-3.fc40                   fedora   709 k
-  cairo-gobject                             x86_64  1.18.0-3.fc40                   fedora    17 k
-  cairo-gobject-devel                       x86_64  1.18.0-3.fc40                   fedora    11 k
-  cdparanoia-libs                           x86_64  10.2-44.fc40                    fedora    54 k
-  cmake-filesystem                          x86_64  3.28.2-1.fc40                   fedora    18 k
-  colord-libs                               x86_64  1.4.7-3.fc40                    fedora   234 k
-  cpio                                      x86_64  2.15-1.fc40                     fedora   292 k
-  crypto-policies-scripts                   noarch  20240201-2.git9f501f3.fc40      fedora   117 k
-  cryptsetup-libs                           x86_64  2.7.2-1.fc40                    updates  527 k
-  cups-libs                                 x86_64  1:2.4.7-13.fc40                 updates  259 k
-  dbus                                      x86_64  1:1.14.10-3.fc40                fedora   8.0 k
-  dbus-broker                               x86_64  36-2.fc40                       updates  171 k
-  dbus-common                               noarch  1:1.14.10-3.fc40                fedora    15 k
-  dbus-devel                                x86_64  1:1.14.10-3.fc40                fedora    40 k
-  default-fonts-core-sans                   noarch  4.0-13.fc40                     updates   31 k
-  device-mapper                             x86_64  1.02.197-1.fc40                 fedora   137 k
-  device-mapper-libs                        x86_64  1.02.197-1.fc40                 fedora   176 k
-  dracut                                    x86_64  060-1.fc40                      updates  444 k
-  duktape                                   x86_64  2.7.0-7.fc40                    fedora   170 k
-  exempi                                    x86_64  2.6.4-5.fc40                    fedora   581 k
-  exiv2-libs                                x86_64  0.27.6-7.fc40                   fedora   755 k
-  fdk-aac-free                              x86_64  2.0.0-13.fc40                   fedora   337 k
-  file                                      x86_64  5.45-4.fc40                     fedora    49 k
-  flac-libs                                 x86_64  1.4.3-4.fc40                    fedora   262 k
-  fontconfig                                x86_64  2.15.0-4.fc40                   fedora   269 k
-  fontconfig-devel                          x86_64  2.15.0-4.fc40                   fedora   165 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
-  freetype-devel                            x86_64  2.13.2-5.fc40                   fedora   951 k
-  fribidi                                   x86_64  1.0.13-4.fc40                   fedora    91 k
-  fribidi-devel                             x86_64  1.0.13-4.fc40                   fedora    30 k
-  fuse-common                               x86_64  3.16.2-3.fc40                   fedora   8.7 k
-  fuse-libs                                 x86_64  2.9.9-21.fc40                   fedora    96 k
-  fuse3                                     x86_64  3.16.2-3.fc40                   fedora    58 k
-  fuse3-libs                                x86_64  3.16.2-3.fc40                   fedora    93 k
-  gdk-pixbuf2                               x86_64  2.42.10-8.fc40                  fedora   485 k
-  gdk-pixbuf2-devel                         x86_64  2.42.10-8.fc40                  fedora   369 k
-  gdk-pixbuf2-modules                       x86_64  2.42.10-8.fc40                  fedora    86 k
-  geoclue2                                  x86_64  2.7.0-5.fc40                    fedora   157 k
-  gettext                                   x86_64  0.22.5-2.fc40                   fedora   1.1 M
-  gettext-envsubst                          x86_64  0.22.5-2.fc40                   fedora    38 k
-  gettext-libs                              x86_64  0.22.5-2.fc40                   fedora   664 k
-  gettext-runtime                           x86_64  0.22.5-2.fc40                   fedora   123 k
-  giflib                                    x86_64  5.2.2-1.fc40                    fedora    52 k
-  glib-networking                           x86_64  2.80.0-1.fc40                   fedora   200 k
-  glib2-devel                               x86_64  2.80.0-1.fc40                   fedora   1.5 M
-  gobject-introspection                     x86_64  1.80.1-1.fc40                   updates  111 k
-  google-noto-fonts-common                  noarch  20240301-2.fc40                 fedora    17 k
-  google-noto-sans-vf-fonts                 noarch  20240301-2.fc40                 fedora   593 k
-  gpgme                                     x86_64  1.23.2-3.fc40                   fedora   211 k
-  gpgmepp                                   x86_64  1.23.2-3.fc40                   fedora   139 k
-  graphene                                  x86_64  1.10.6-8.fc40                   fedora    61 k
-  graphite2                                 x86_64  1.3.14-15.fc40                  fedora    95 k
-  graphite2-devel                           x86_64  1.3.14-15.fc40                  fedora    21 k
-  grub2-common                              noarch  1:2.06-121.fc40                 updates  921 k
-  grub2-tools                               x86_64  1:2.06-121.fc40                 updates  1.8 M
-  grub2-tools-minimal                       x86_64  1:2.06-121.fc40                 updates  617 k
-  gsettings-desktop-schemas                 x86_64  46.0-1.fc40                     fedora   764 k
-  gsm                                       x86_64  1.0.22-6.fc40                   fedora    36 k
-  gstreamer1                                x86_64  1.22.12-1.fc40                  updates  1.4 M
-  gstreamer1-plugins-base                   x86_64  1.22.12-1.fc40                  updates  2.2 M
-  gtk-update-icon-cache                     x86_64  3.24.41-1.fc40                  fedora    34 k
-  gtk3                                      x86_64  3.24.41-1.fc40                  fedora   5.6 M
-  gtksourceview3                            x86_64  3.24.11-10.fc39                 fedora   617 k
-  harfbuzz                                  x86_64  8.3.0-5.fc40                    fedora   1.0 M
-  harfbuzz-devel                            x86_64  8.3.0-5.fc40                    fedora   451 k
-  harfbuzz-icu                              x86_64  8.3.0-5.fc40                    fedora    16 k
-  hicolor-icon-theme                        noarch  0.17-18.fc40                    fedora    66 k
-  highway                                   x86_64  1.1.0-1.fc40                    fedora   492 k
-  hwdata                                    noarch  0.382-1.fc40                    updates  1.6 M
-  iso-codes                                 noarch  4.16.0-3.fc40                   fedora   3.5 M
-  jbigkit-libs                              x86_64  2.1-29.fc40                     fedora    53 k
-  json-glib                                 x86_64  1.8.0-3.fc40                    fedora   167 k
-  kbd                                       x86_64  2.6.4-3.fc40                    fedora   415 k
-  kbd-legacy                                noarch  2.6.4-3.fc40                    fedora   574 k
-  kbd-misc                                  noarch  2.6.4-3.fc40                    fedora   1.7 M
-  kmod                                      x86_64  31-5.fc40                       fedora   122 k
-  kmod-libs                                 x86_64  31-5.fc40                       fedora    68 k
-  lame-libs                                 x86_64  3.100-17.fc40                   fedora   336 k
-  lcms2                                     x86_64  2.16-3.fc40                     fedora   180 k
-  libXcomposite                             x86_64  0.4.6-3.fc40                    fedora    24 k
-  libXcomposite-devel                       x86_64  0.4.6-3.fc40                    fedora    16 k
-  libXcursor                                x86_64  1.2.1-7.fc40                    fedora    30 k
-  libXcursor-devel                          x86_64  1.2.1-7.fc40                    fedora    40 k
-  libXdamage                                x86_64  1.1.6-3.fc40                    fedora    23 k
-  libXdamage-devel                          x86_64  1.1.6-3.fc40                    fedora   9.5 k
-  libXext                                   x86_64  1.3.6-1.fc40                    fedora    39 k
-  libXext-devel                             x86_64  1.3.6-1.fc40                    fedora    86 k
-  libXfixes                                 x86_64  6.0.1-3.fc40                    fedora    19 k
-  libXfixes-devel                           x86_64  6.0.1-3.fc40                    fedora    13 k
-  libXft                                    x86_64  2.3.8-6.fc40                    fedora    72 k
-  libXft-devel                              x86_64  2.3.8-6.fc40                    fedora    50 k
-  libXi                                     x86_64  1.8.1-5.fc40                    fedora    40 k
-  libXi-devel                               x86_64  1.8.1-5.fc40                    fedora   116 k
-  libXinerama                               x86_64  1.1.5-6.fc40                    fedora    14 k
-  libXinerama-devel                         x86_64  1.1.5-6.fc40                    fedora    13 k
-  libXrandr                                 x86_64  1.5.4-3.fc40                    fedora    28 k
-  libXrandr-devel                           x86_64  1.5.4-3.fc40                    fedora    19 k
-  libXrender                                x86_64  0.9.11-6.fc40                   fedora    27 k
-  libXrender-devel                          x86_64  0.9.11-6.fc40                   fedora    19 k
-  libXtst                                   x86_64  1.2.4-6.fc40                    fedora    20 k
-  libXtst-devel                             x86_64  1.2.4-6.fc40                    fedora    16 k
-  libXv                                     x86_64  1.0.12-3.fc40                   fedora    18 k
-  libXxf86vm                                x86_64  1.1.5-6.fc40                    fedora    18 k
-  libaom                                    x86_64  3.8.2-1.fc40                    fedora   1.8 M
-  libasyncns                                x86_64  0.8-28.fc40                     fedora    30 k
-  libavif                                   x86_64  1.0.4-1.fc40                    fedora    91 k
-  libblkid-devel                            x86_64  2.40.1-1.fc40                   updates   26 k
-  libcanberra                               x86_64  0.30-35.fc40                    fedora    85 k
-  libcloudproviders                         x86_64  0.3.5-3.fc40                    fedora    46 k
-  libcloudproviders-devel                   x86_64  0.3.5-3.fc40                    fedora    49 k
-  libcue                                    x86_64  2.3.0-3.fc40                    fedora    35 k
-  libdatrie                                 x86_64  0.2.13-9.fc40                   fedora    32 k
-  libdatrie-devel                           x86_64  0.2.13-9.fc40                   fedora   153 k
-  libdav1d                                  x86_64  1.4.0-1.fc40                    fedora   620 k
-  libdrm                                    x86_64  2.4.120-3.fc40                  fedora   158 k
-  libepoxy                                  x86_64  1.5.10-6.fc40                   fedora   222 k
-  libepoxy-devel                            x86_64  1.5.10-6.fc40                   fedora   133 k
-  libexif                                   x86_64  0.6.24-7.fc40                   fedora   456 k
-  libffi-devel                              x86_64  3.4.4-7.fc40                    fedora    28 k
-  libgexiv2                                 x86_64  0.14.2-3.fc40                   fedora   104 k
-  libglvnd                                  x86_64  1:1.7.0-4.fc40                  fedora   115 k
-  libglvnd-core-devel                       x86_64  1:1.7.0-4.fc40                  fedora    17 k
-  libglvnd-devel                            x86_64  1:1.7.0-4.fc40                  fedora   163 k
-  libglvnd-egl                              x86_64  1:1.7.0-4.fc40                  fedora    35 k
-  libglvnd-gles                             x86_64  1:1.7.0-4.fc40                  fedora    29 k
-  libglvnd-glx                              x86_64  1:1.7.0-4.fc40                  fedora   132 k
-  libglvnd-opengl                           x86_64  1:1.7.0-4.fc40                  fedora    38 k
-  libgrss                                   x86_64  0.7.0-19.fc40                   fedora    62 k
-  libgsf                                    x86_64  1.14.51-4.fc40                  fedora   295 k
-  libgudev                                  x86_64  238-5.fc40                      fedora    35 k
-  libgusb                                   x86_64  0.4.9-1.fc40                    updates   65 k
-  libgxps                                   x86_64  0.3.2-8.fc40                    fedora    76 k
-  libicu-devel                              x86_64  74.2-1.fc40                     fedora   930 k
-  libimobiledevice                          x86_64  1.3.0^20230705git6fc41f5-4.fc40 fedora   138 k
-  libimobiledevice-glue                     x86_64  1.0.0-3.fc40                    fedora    36 k
-  libiptcdata                               x86_64  1.0.5-17.fc40                   fedora    60 k
-  libjpeg-turbo                             x86_64  3.0.2-1.fc40                    fedora   227 k
-  libjpeg-turbo-devel                       x86_64  3.0.2-1.fc40                    fedora    97 k
-  libjxl                                    x86_64  1:0.8.2-6.fc40                  fedora   1.2 M
-  libkcapi                                  x86_64  1.4.0-10.fc40                   fedora    46 k
-  libkcapi-hmaccalc                         x86_64  1.4.0-10.fc40                   fedora    24 k
-  liblc3                                    x86_64  1.1.1-1.fc40                    updates  102 k
-  libldac                                   x86_64  2.0.2.3-15.fc40                 fedora    41 k
-  liblerc                                   x86_64  4.0.0-6.fc40                    fedora   210 k
-  libmount-devel                            x86_64  2.40.1-1.fc40                   updates   27 k
-  libnotify                                 x86_64  0.8.3-3.fc40                    fedora    51 k
-  libogg                                    x86_64  2:1.3.5-8.fc40                  fedora    33 k
-  libosinfo                                 x86_64  1.11.0-5.fc40                   fedora   316 k
-  libpciaccess                              x86_64  0.16-12.fc40                    fedora    26 k
-  libplist                                  x86_64  2.3.0-4.fc40                    fedora    93 k
-  libpng                                    x86_64  2:1.6.40-3.fc40                 fedora   120 k
-  libpng-devel                              x86_64  2:1.6.40-3.fc40                 fedora   291 k
-  libproxy                                  x86_64  0.5.5-1.fc40                    updates   48 k
-  librsvg2                                  x86_64  2.57.1-4.fc40                   fedora   1.5 M
-  libsbc                                    x86_64  2.0-4.fc40                      fedora    48 k
-  libselinux-devel                          x86_64  3.6-4.fc40                      fedora   151 k
-  libsepol-devel                            x86_64  3.6-3.fc40                      fedora    49 k
-  libsndfile                                x86_64  1.2.2-2.fc40                    fedora   212 k
-  libsoup                                   x86_64  2.74.3-6.fc40                   fedora   397 k
-  libsoup3                                  x86_64  3.4.4-3.fc40                    fedora   387 k
-  libstemmer                                x86_64  2.2.0-10.fc40                   fedora   139 k
-  libtdb                                    x86_64  1.4.10-1.fc40                   fedora    51 k
-  libthai                                   x86_64  0.1.29-8.fc40                   fedora   214 k
-  libthai-devel                             x86_64  0.1.29-8.fc40                   fedora   144 k
-  libtheora                                 x86_64  1:1.1.1-36.fc40                 fedora   166 k
-  libtiff                                   x86_64  4.6.0-2.fc40                    fedora   332 k
-  libtiff-devel                             x86_64  4.6.0-2.fc40                    fedora   259 k
-  libtracker-sparql                         x86_64  3.7.3-1.fc40                    updates  371 k
-  libunwind                                 x86_64  1.8.0-3.fc40                    fedora    73 k
-  libusb1                                   x86_64  1.0.27-1.fc40                   fedora    75 k
-  libusbmuxd                                x86_64  2.0.2^20230620git8d30a55-5.fc40 fedora    36 k
-  libvisual                                 x86_64  1:0.4.1-4.fc40                  fedora   151 k
-  libvmaf                                   x86_64  2.3.0-7.fc40                    fedora   180 k
-  libvorbis                                 x86_64  1:1.3.7-10.fc40                 fedora   187 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
-  libwebp-devel                             x86_64  1.3.2-5.fc40                    fedora    39 k
-  libxkbcommon                              x86_64  1.6.0-2.fc40                    fedora   142 k
-  libxkbcommon-devel                        x86_64  1.6.0-2.fc40                    fedora    66 k
-  libxml2-devel                             x86_64  2.12.6-1.fc40                   updates  525 k
-  libxshmfence                              x86_64  1.3.2-3.fc40                    fedora    12 k
-  libxslt                                   x86_64  1.1.39-3.fc40                   fedora   189 k
-  libzstd-devel                             x86_64  1.5.6-1.fc40                    updates   52 k
-  llvm-libs                                 x86_64  18.1.1-1.fc40                   fedora    28 M
-  lm_sensors-libs                           x86_64  3.6.0-18.fc40                   fedora    40 k
-  mesa-filesystem                           x86_64  24.0.6-2.fc40                   updates   20 k
-  mesa-libEGL                               x86_64  24.0.6-2.fc40                   updates  132 k
-  mesa-libGL                                x86_64  24.0.6-2.fc40                   updates  175 k
-  mesa-libgbm                               x86_64  24.0.6-2.fc40                   updates   47 k
-  mesa-libglapi                             x86_64  24.0.6-2.fc40                   updates   50 k
-  mpg123-libs                               x86_64  1.31.3-4.fc40                   fedora   341 k
-  nspr                                      x86_64  4.35.0-22.fc40                  updates  137 k
-  nss                                       x86_64  3.99.0-1.fc40                   updates  704 k
-  nss-softokn                               x86_64  3.99.0-1.fc40                   updates  409 k
-  nss-softokn-freebl                        x86_64  3.99.0-1.fc40                   updates  386 k
-  nss-sysinit                               x86_64  3.99.0-1.fc40                   updates   19 k
-  nss-util                                  x86_64  3.99.0-1.fc40                   updates   88 k
-  openjpeg2                                 x86_64  2.5.2-1.fc40                    fedora   186 k
-  opus                                      x86_64  1.5.1-1.fc40                    fedora   230 k
-  orc                                       x86_64  0.4.38-2.fc40                   fedora   225 k
-  os-prober                                 x86_64  1.81-6.fc40                     fedora    51 k
-  osinfo-db                                 noarch  20231215-3.fc40                 fedora   445 k
-  osinfo-db-tools                           x86_64  1.11.0-5.fc40                   fedora    74 k
-  pango                                     x86_64  1.52.2-1.fc40                   updates  347 k
-  pango-devel                               x86_64  1.52.2-1.fc40                   updates  161 k
-  pcre2-devel                               x86_64  10.42-2.fc40.2                  fedora   505 k
-  pcre2-utf16                               x86_64  10.42-2.fc40.2                  fedora   216 k
-  pcre2-utf32                               x86_64  10.42-2.fc40.2                  fedora   203 k
-  pipewire-jack-audio-connection-kit-libs   x86_64  1.0.5-2.fc40                    updates  134 k
-  pipewire-libs                             x86_64  1.0.5-2.fc40                    updates  1.8 M
-  pixman                                    x86_64  0.43.4-1.fc40                   updates  293 k
-  pixman-devel                              x86_64  0.43.4-1.fc40                   updates   17 k
-  polkit                                    x86_64  124-2.fc40                      fedora   157 k
-  polkit-libs                               x86_64  124-2.fc40                      fedora    67 k
-  polkit-pkla-compat                        x86_64  0.1-28.fc40                     fedora    44 k
-  poppler                                   x86_64  24.02.0-2.fc40                  fedora   1.2 M
-  poppler-data                              noarch  0.4.11-7.fc40                   fedora   2.0 M
-  poppler-glib                              x86_64  24.02.0-2.fc40                  fedora   190 k
-  procps-ng                                 x86_64  4.0.4-3.fc40                    fedora   367 k
-  pulseaudio-libs                           x86_64  16.1-7.fc40                     fedora   695 k
-  python3-packaging                         noarch  23.2-4.fc40                     fedora   125 k
-  rav1e-libs                                x86_64  0.7.1-1.fc40                    fedora   1.0 M
-  rtkit                                     x86_64  0.11-63.fc40                    fedora    55 k
-  shared-mime-info                          x86_64  2.3-4.fc40                      fedora   390 k
-  sound-theme-freedesktop                   noarch  0.8-21.fc40                     fedora   383 k
-  svt-av1-libs                              x86_64  1.4.1-5.fc40                    fedora   2.0 M
-  sysprof-capture-devel                     x86_64  46.0-1.fc40                     fedora    54 k
-  systemd                                   x86_64  255.4-1.fc40                    fedora   4.9 M
-  systemd-pam                               x86_64  255.4-1.fc40                    fedora   387 k
-  systemd-udev                              x86_64  255.4-1.fc40                    fedora   2.3 M
-  totem-pl-parser                           x86_64  3.26.6-9.fc40                   fedora   144 k
-  tpm2-tss-fapi                             x86_64  4.0.1-7.fc40                    fedora   317 k
-  tracker                                   x86_64  3.7.3-1.fc40                    updates  635 k
-  uchardet                                  x86_64  0.0.8-5.fc40                    fedora   106 k
-  upower-libs                               x86_64  1.90.2-4.fc40                   fedora    57 k
-  wayland-devel                             x86_64  1.22.0-3.fc40                   fedora   148 k
-  webrtc-audio-processing                   x86_64  1.3-1.fc40                      fedora   518 k
-  wireplumber                               x86_64  0.5.2-1.fc40                    updates  111 k
-  wireplumber-libs                          x86_64  0.5.2-1.fc40                    updates  389 k
-  xdg-desktop-portal                        x86_64  1.18.4-1.fc40                   updates  474 k
-  xkeyboard-config                          noarch  2.41-1.fc40                     fedora   976 k
-  xml-common                                noarch  0.6.3-63.fc40                   fedora    31 k
-  xprop                                     x86_64  1.2.7-1.fc40                    fedora    35 k
-  xz-devel                                  x86_64  1:5.4.6-3.fc40                  fedora    67 k
-  zlib-ng-compat-devel                      x86_64  2.1.6-2.fc40                    fedora    36 k
- Installing weak dependencies:
-  adobe-source-code-pro-fonts               noarch  2.042.1.062.1.026-4.fc40        fedora   806 k
-  avif-pixbuf-loader                        x86_64  1.0.4-1.fc40                    fedora    16 k
-  dconf                                     x86_64  0.40.0-12.fc40                  fedora   109 k
-  exiv2                                     x86_64  0.27.6-7.fc40                   fedora   979 k
-  grubby                                    x86_64  8.40-75.fc40                    fedora    26 k
-  jxl-pixbuf-loader                         x86_64  1:0.8.2-6.fc40                  fedora    61 k
-  kpartx                                    x86_64  0.9.7-7.fc40                    fedora    49 k
-  libbpf                                    x86_64  2:1.2.0-3.fc40                  fedora   166 k
-  libcanberra-gtk3                          x86_64  0.30-35.fc40                    fedora    31 k
-  low-memory-monitor                        x86_64  2.1-10.fc40                     fedora    34 k
-  memstrack                                 x86_64  0.2.5-4.fc40                    fedora    49 k
-  mesa-dri-drivers                          x86_64  24.0.6-2.fc40                   updates   25 M
-  mesa-va-drivers                           x86_64  24.0.6-2.fc40                   updates  4.0 M
-  pigz                                      x86_64  2.8-4.fc40                      fedora    95 k
-  pipewire                                  x86_64  1.0.5-2.fc40                    updates  123 k
-  pipewire-alsa                             x86_64  1.0.5-2.fc40                    updates   57 k
-  pipewire-jack-audio-connection-kit        x86_64  1.0.5-2.fc40                    updates   16 k
-  pipewire-pulseaudio                       x86_64  1.0.5-2.fc40                    updates  199 k
-  qrencode-libs                             x86_64  4.1.1-7.fc40                    fedora    61 k
-  rsvg-pixbuf-loader                        x86_64  2.57.1-4.fc40                   fedora    16 k
-  systemd-networkd                          x86_64  255.4-1.fc40                    fedora   675 k
-  systemd-resolved                          x86_64  255.4-1.fc40                    fedora   299 k
-  tpm2-tools                                x86_64  5.7-1.fc40                      updates  810 k
-  tracker-miners                            x86_64  3.7.3-1.fc40                    updates  993 k
-  upower                                    x86_64  1.90.2-4.fc40                   fedora   132 k
-  usbmuxd                                   x86_64  1.1.1^20230720git61b99ab-2.fc40 fedora    66 k
-  webp-pixbuf-loader                        x86_64  0.2.7-1.fc40                    fedora    20 k
-  xdg-desktop-portal-gtk                    x86_64  1.15.1-5.fc40                   fedora   143 k
- 
- Transaction Summary
- =================================================================================================
- Install  298 Packages
- Upgrade    7 Packages
- 
- Total download size: 157 M
- Downloading Packages:
- (1/305): abattis-cantarell-vf-fonts-0.301-12.fc 140 kB/s | 120 kB     00:00    
- (2/305): ModemManager-glib-1.22.0-3.fc40.x86_64  49 kB/s | 322 kB     00:06    
- (3/305): adobe-source-code-pro-fonts-2.042.1.06  73 kB/s | 806 kB     00:11    
- (4/305): adwaita-cursor-theme-46.0-1.fc40.noarc  78 kB/s | 520 kB     00:06    
- (5/305): adwaita-icon-theme-46.0-1.fc40.noarch. 242 kB/s | 407 kB     00:01    
- (6/305): at-spi2-atk-2.52.0-1.fc40.x86_64.rpm   295 kB/s |  86 kB     00:00    
- (7/305): at-spi2-atk-devel-2.52.0-1.fc40.x86_64 204 kB/s |  11 kB     00:00    
- (8/305): at-spi2-core-2.52.0-1.fc40.x86_64.rpm  203 kB/s | 373 kB     00:01    
- (9/305): alsa-lib-1.2.11-2.fc40.x86_64.rpm      160 kB/s | 514 kB     00:03    
- (10/305): atk-2.52.0-1.fc40.x86_64.rpm          218 kB/s |  80 kB     00:00    
- (11/305): NetworkManager-libnm-1.46.0-2.fc40.x8 102 kB/s | 1.8 MB     00:18    
- (12/305): avahi-glib-0.8-26.fc40.x86_64.rpm     292 kB/s |  15 kB     00:00    
- (13/305): avahi-libs-0.8-26.fc40.x86_64.rpm     230 kB/s |  67 kB     00:00    
- (14/305): avif-pixbuf-loader-1.0.4-1.fc40.x86_6 104 kB/s |  16 kB     00:00    
- (15/305): brotli-1.1.0-3.fc40.x86_64.rpm        300 kB/s |  20 kB     00:00    
- (16/305): at-spi2-core-devel-2.52.0-1.fc40.x86_ 112 kB/s | 323 kB     00:02    
- (17/305): brotli-devel-1.1.0-3.fc40.x86_64.rpm  479 kB/s |  34 kB     00:00    
- (18/305): atk-devel-2.52.0-1.fc40.x86_64.rpm    178 kB/s | 445 kB     00:02    
- (19/305): cairo-devel-1.18.0-3.fc40.x86_64.rpm  173 kB/s | 193 kB     00:01    
- (20/305): cairo-gobject-1.18.0-3.fc40.x86_64.rp  79 kB/s |  17 kB     00:00    
- (21/305): bzip2-devel-1.0.8-18.fc40.x86_64.rpm   87 kB/s | 214 kB     00:02    
- (22/305): cairo-gobject-devel-1.18.0-3.fc40.x86  15 kB/s |  11 kB     00:00    
- (23/305): cmake-filesystem-3.28.2-1.fc40.x86_64 113 kB/s |  18 kB     00:00    
- (24/305): cdparanoia-libs-10.2-44.fc40.x86_64.r  36 kB/s |  54 kB     00:01    
- (25/305): cairo-1.18.0-3.fc40.x86_64.rpm        151 kB/s | 709 kB     00:04    
- (26/305): colord-libs-1.4.7-3.fc40.x86_64.rpm    98 kB/s | 234 kB     00:02    
- (27/305): dbus-1.14.10-3.fc40.x86_64.rpm         89 kB/s | 8.0 kB     00:00    
- (28/305): crypto-policies-scripts-20240201-2.gi 196 kB/s | 117 kB     00:00    
- (29/305): dbus-common-1.14.10-3.fc40.noarch.rpm  39 kB/s |  15 kB     00:00    
- (30/305): dbus-devel-1.14.10-3.fc40.x86_64.rpm   88 kB/s |  40 kB     00:00    
- (31/305): dconf-0.40.0-12.fc40.x86_64.rpm       137 kB/s | 109 kB     00:00    
- (32/305): cpio-2.15-1.fc40.x86_64.rpm           117 kB/s | 292 kB     00:02    
- (33/305): device-mapper-1.02.197-1.fc40.x86_64. 110 kB/s | 137 kB     00:01    
- (34/305): device-mapper-libs-1.02.197-1.fc40.x8 254 kB/s | 176 kB     00:00    
- (35/305): duktape-2.7.0-7.fc40.x86_64.rpm       105 kB/s | 170 kB     00:01    
- (36/305): exempi-2.6.4-5.fc40.x86_64.rpm        120 kB/s | 581 kB     00:04    
- (37/305): fdk-aac-free-2.0.0-13.fc40.x86_64.rpm 146 kB/s | 337 kB     00:02    
- (38/305): file-5.45-4.fc40.x86_64.rpm            84 kB/s |  49 kB     00:00    
- (39/305): exiv2-libs-0.27.6-7.fc40.x86_64.rpm   100 kB/s | 755 kB     00:07    
- (40/305): exiv2-0.27.6-7.fc40.x86_64.rpm        111 kB/s | 979 kB     00:08    
- (41/305): flac-libs-1.4.3-4.fc40.x86_64.rpm     171 kB/s | 262 kB     00:01    
- (42/305): fonts-filesystem-2.0.5-14.fc40.noarch 178 kB/s | 8.2 kB     00:00    
- (43/305): fontconfig-devel-2.15.0-4.fc40.x86_64 139 kB/s | 165 kB     00:01    
- (44/305): freetype-2.13.2-5.fc40.x86_64.rpm     219 kB/s | 410 kB     00:01    
- (45/305): fontconfig-2.15.0-4.fc40.x86_64.rpm   104 kB/s | 269 kB     00:02    
- (46/305): fribidi-1.0.13-4.fc40.x86_64.rpm      228 kB/s |  91 kB     00:00    
- (47/305): fuse-common-3.16.2-3.fc40.x86_64.rpm  177 kB/s | 8.7 kB     00:00    
- (48/305): fribidi-devel-1.0.13-4.fc40.x86_64.rp  45 kB/s |  30 kB     00:00    
- (49/305): fuse-libs-2.9.9-21.fc40.x86_64.rpm    210 kB/s |  96 kB     00:00    
- (50/305): fuse3-3.16.2-3.fc40.x86_64.rpm        131 kB/s |  58 kB     00:00    
- (51/305): fuse3-libs-3.16.2-3.fc40.x86_64.rpm    85 kB/s |  93 kB     00:01    
- (52/305): freetype-devel-2.13.2-5.fc40.x86_64.r 203 kB/s | 951 kB     00:04    
- (53/305): gdk-pixbuf2-devel-2.42.10-8.fc40.x86_ 189 kB/s | 369 kB     00:01    
- (54/305): gdk-pixbuf2-modules-2.42.10-8.fc40.x8 136 kB/s |  86 kB     00:00    
- (55/305): geoclue2-2.7.0-5.fc40.x86_64.rpm      187 kB/s | 157 kB     00:00    
- (56/305): gettext-envsubst-0.22.5-2.fc40.x86_64  96 kB/s |  38 kB     00:00    
- (57/305): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm  93 kB/s | 485 kB     00:05    
- (58/305): gettext-runtime-0.22.5-2.fc40.x86_64. 117 kB/s | 123 kB     00:01    
- (59/305): giflib-5.2.2-1.fc40.x86_64.rpm        160 kB/s |  52 kB     00:00    
- (60/305): glib-networking-2.80.0-1.fc40.x86_64. 190 kB/s | 200 kB     00:01    
- (61/305): gettext-libs-0.22.5-2.fc40.x86_64.rpm 151 kB/s | 664 kB     00:04    
- (62/305): google-noto-fonts-common-20240301-2.f 237 kB/s |  17 kB     00:00    
- (63/305): gettext-0.22.5-2.fc40.x86_64.rpm      158 kB/s | 1.1 MB     00:06    
- (64/305): gpgme-1.23.2-3.fc40.x86_64.rpm        219 kB/s | 211 kB     00:00    
- (65/305): gpgmepp-1.23.2-3.fc40.x86_64.rpm      368 kB/s | 139 kB     00:00    
- (66/305): graphene-1.10.6-8.fc40.x86_64.rpm     146 kB/s |  61 kB     00:00    
- (67/305): google-noto-sans-vf-fonts-20240301-2. 144 kB/s | 593 kB     00:04    
- (68/305): graphite2-1.3.14-15.fc40.x86_64.rpm    97 kB/s |  95 kB     00:00    
- (69/305): graphite2-devel-1.3.14-15.fc40.x86_64  88 kB/s |  21 kB     00:00    
- (70/305): grubby-8.40-75.fc40.x86_64.rpm         57 kB/s |  26 kB     00:00    
- (71/305): gsm-1.0.22-6.fc40.x86_64.rpm          136 kB/s |  36 kB     00:00    
- (72/305): gtk-update-icon-cache-3.24.41-1.fc40. 166 kB/s |  34 kB     00:00    
- (73/305): glib2-devel-2.80.0-1.fc40.x86_64.rpm  158 kB/s | 1.5 MB     00:09    
- (74/305): gsettings-desktop-schemas-46.0-1.fc40 129 kB/s | 764 kB     00:05    
- (75/305): gtksourceview3-3.24.11-10.fc39.x86_64 119 kB/s | 617 kB     00:05    
- (76/305): gtksourceview3-devel-3.24.11-10.fc39. 175 kB/s | 221 kB     00:01    
- (77/305): harfbuzz-8.3.0-5.fc40.x86_64.rpm      246 kB/s | 1.0 MB     00:04    
- (78/305): harfbuzz-devel-8.3.0-5.fc40.x86_64.rp 135 kB/s | 451 kB     00:03    
- (79/305): harfbuzz-icu-8.3.0-5.fc40.x86_64.rpm  116 kB/s |  16 kB     00:00    
- (80/305): hicolor-icon-theme-0.17-18.fc40.noarc 122 kB/s |  66 kB     00:00    
- (81/305): highway-1.1.0-1.fc40.x86_64.rpm       182 kB/s | 492 kB     00:02    
- (82/305): gtk3-devel-3.24.41-1.fc40.x86_64.rpm  211 kB/s | 4.3 MB     00:20    
- (83/305): jbigkit-libs-2.1-29.fc40.x86_64.rpm   225 kB/s |  53 kB     00:00    
- (84/305): json-glib-1.8.0-3.fc40.x86_64.rpm     280 kB/s | 167 kB     00:00    
- (85/305): jxl-pixbuf-loader-0.8.2-6.fc40.x86_64 428 kB/s |  61 kB     00:00    
- (86/305): kbd-2.6.4-3.fc40.x86_64.rpm           237 kB/s | 415 kB     00:01    
- (87/305): kbd-legacy-2.6.4-3.fc40.noarch.rpm    179 kB/s | 574 kB     00:03    
- (88/305): gtk3-3.24.41-1.fc40.x86_64.rpm        178 kB/s | 5.6 MB     00:32    
- (89/305): kmod-31-5.fc40.x86_64.rpm             175 kB/s | 122 kB     00:00    
- (90/305): kmod-libs-31-5.fc40.x86_64.rpm         99 kB/s |  68 kB     00:00    
- (91/305): kpartx-0.9.7-7.fc40.x86_64.rpm         71 kB/s |  49 kB     00:00    
- (92/305): lame-libs-3.100-17.fc40.x86_64.rpm    130 kB/s | 336 kB     00:02    
- (93/305): lcms2-2.16-3.fc40.x86_64.rpm          265 kB/s | 180 kB     00:00    
- (94/305): libXcomposite-0.4.6-3.fc40.x86_64.rpm 234 kB/s |  24 kB     00:00    
- (95/305): libXcomposite-devel-0.4.6-3.fc40.x86_ 371 kB/s |  16 kB     00:00    
- (96/305): libXcursor-1.2.1-7.fc40.x86_64.rpm    379 kB/s |  30 kB     00:00    
- (97/305): libXcursor-devel-1.2.1-7.fc40.x86_64. 248 kB/s |  40 kB     00:00    
- (98/305): libXdamage-1.1.6-3.fc40.x86_64.rpm    103 kB/s |  23 kB     00:00    
- (99/305): libXdamage-devel-1.1.6-3.fc40.x86_64. 160 kB/s | 9.5 kB     00:00    
- (100/305): libXext-1.3.6-1.fc40.x86_64.rpm      372 kB/s |  39 kB     00:00    
- (101/305): libXext-devel-1.3.6-1.fc40.x86_64.rp 356 kB/s |  86 kB     00:00    
- (102/305): libXfixes-6.0.1-3.fc40.x86_64.rpm    272 kB/s |  19 kB     00:00    
- (103/305): libXfixes-devel-6.0.1-3.fc40.x86_64. 255 kB/s |  13 kB     00:00    
- (104/305): libXft-2.3.8-6.fc40.x86_64.rpm       316 kB/s |  72 kB     00:00    
- (105/305): libXft-devel-2.3.8-6.fc40.x86_64.rpm 259 kB/s |  50 kB     00:00    
- (106/305): libXi-1.8.1-5.fc40.x86_64.rpm        235 kB/s |  40 kB     00:00    
- (107/305): libXi-devel-1.8.1-5.fc40.x86_64.rpm  157 kB/s | 116 kB     00:00    
- (108/305): libXinerama-1.1.5-6.fc40.x86_64.rpm  109 kB/s |  14 kB     00:00    
- (109/305): libXinerama-devel-1.1.5-6.fc40.x86_6 114 kB/s |  13 kB     00:00    
- (110/305): iso-codes-4.16.0-3.fc40.noarch.rpm   202 kB/s | 3.5 MB     00:17    
- (111/305): libXrandr-1.5.4-3.fc40.x86_64.rpm     45 kB/s |  28 kB     00:00    
- (112/305): libXrandr-devel-1.5.4-3.fc40.x86_64.  38 kB/s |  19 kB     00:00    
- (113/305): libXrender-devel-0.9.11-6.fc40.x86_6 760 kB/s |  19 kB     00:00    
- (114/305): libXtst-1.2.4-6.fc40.x86_64.rpm      2.1 MB/s |  20 kB     00:00    
- (115/305): libXtst-devel-1.2.4-6.fc40.x86_64.rp 1.7 MB/s |  16 kB     00:00    
- (116/305): libXv-1.0.12-3.fc40.x86_64.rpm       1.6 MB/s |  18 kB     00:00    
- (117/305): libXxf86vm-1.1.5-6.fc40.x86_64.rpm   2.0 MB/s |  18 kB     00:00    
- (118/305): libXrender-0.9.11-6.fc40.x86_64.rpm  145 kB/s |  27 kB     00:00    
- (119/305): libasyncns-0.8-28.fc40.x86_64.rpm    203 kB/s |  30 kB     00:00    
- (120/305): libavif-1.0.4-1.fc40.x86_64.rpm      185 kB/s |  91 kB     00:00    
- (121/305): libaom-3.8.2-1.fc40.x86_64.rpm       1.3 MB/s | 1.8 MB     00:01    
- (122/305): libcanberra-0.30-35.fc40.x86_64.rpm  2.5 MB/s |  85 kB     00:00    
- (123/305): libcanberra-gtk3-0.30-35.fc40.x86_64 1.8 MB/s |  31 kB     00:00    
- (124/305): libcloudproviders-0.3.5-3.fc40.x86_6 737 kB/s |  46 kB     00:00    
- (125/305): libcloudproviders-devel-0.3.5-3.fc40 1.1 MB/s |  49 kB     00:00    
- (126/305): libcue-2.3.0-3.fc40.x86_64.rpm       1.4 MB/s |  35 kB     00:00    
- (127/305): libdatrie-0.2.13-9.fc40.x86_64.rpm   1.2 MB/s |  32 kB     00:00    
- (128/305): libbpf-1.2.0-3.fc40.x86_64.rpm       171 kB/s | 166 kB     00:00    
- (129/305): libdatrie-devel-0.2.13-9.fc40.x86_64 1.7 MB/s | 153 kB     00:00    
- (130/305): libdrm-2.4.120-3.fc40.x86_64.rpm     656 kB/s | 158 kB     00:00    
- (131/305): libepoxy-1.5.10-6.fc40.x86_64.rpm    752 kB/s | 222 kB     00:00    
- (132/305): libepoxy-devel-1.5.10-6.fc40.x86_64. 765 kB/s | 133 kB     00:00    
- (133/305): kbd-misc-2.6.4-3.fc40.noarch.rpm     124 kB/s | 1.7 MB     00:13    
- (134/305): libffi-devel-3.4.4-7.fc40.x86_64.rpm 297 kB/s |  28 kB     00:00    
- (135/305): libexif-0.6.24-7.fc40.x86_64.rpm     747 kB/s | 456 kB     00:00    
- (136/305): libglvnd-1.7.0-4.fc40.x86_64.rpm     1.9 MB/s | 115 kB     00:00    
- (137/305): libglvnd-core-devel-1.7.0-4.fc40.x86 1.8 MB/s |  17 kB     00:00    
- (138/305): libglvnd-devel-1.7.0-4.fc40.x86_64.r 444 kB/s | 163 kB     00:00    
- (139/305): libgexiv2-0.14.2-3.fc40.x86_64.rpm   215 kB/s | 104 kB     00:00    
- (140/305): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm 747 kB/s |  35 kB     00:00    
- (141/305): libglvnd-gles-1.7.0-4.fc40.x86_64.rp 244 kB/s |  29 kB     00:00    
- (142/305): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm 1.4 MB/s | 132 kB     00:00    
- (143/305): libgrss-0.7.0-19.fc40.x86_64.rpm     1.7 MB/s |  62 kB     00:00    
- (144/305): libgsf-1.14.51-4.fc40.x86_64.rpm     2.6 MB/s | 295 kB     00:00    
- (145/305): libgudev-238-5.fc40.x86_64.rpm       1.9 MB/s |  35 kB     00:00    
- (146/305): libglvnd-opengl-1.7.0-4.fc40.x86_64. 158 kB/s |  38 kB     00:00    
- (147/305): libgxps-0.3.2-8.fc40.x86_64.rpm      318 kB/s |  76 kB     00:00    
- (148/305): libimobiledevice-1.3.0^20230705git6f 3.3 MB/s | 138 kB     00:00    
- (149/305): libimobiledevice-glue-1.0.0-3.fc40.x 2.1 MB/s |  36 kB     00:00    
- (150/305): libiptcdata-1.0.5-17.fc40.x86_64.rpm 1.6 MB/s |  60 kB     00:00    
- (151/305): libjpeg-turbo-3.0.2-1.fc40.x86_64.rp 775 kB/s | 227 kB     00:00    
- (152/305): libjpeg-turbo-devel-3.0.2-1.fc40.x86 2.9 MB/s |  97 kB     00:00    
- (153/305): libdav1d-1.4.0-1.fc40.x86_64.rpm     209 kB/s | 620 kB     00:02    
- (154/305): libkcapi-1.4.0-10.fc40.x86_64.rpm    168 kB/s |  46 kB     00:00    
- (155/305): libkcapi-hmaccalc-1.4.0-10.fc40.x86_ 179 kB/s |  24 kB     00:00    
- (156/305): libldac-2.0.2.3-15.fc40.x86_64.rpm    94 kB/s |  41 kB     00:00    
- (157/305): libjxl-0.8.2-6.fc40.x86_64.rpm       1.0 MB/s | 1.2 MB     00:01    
- (158/305): libnotify-0.8.3-3.fc40.x86_64.rpm    1.7 MB/s |  51 kB     00:00    
- (159/305): libogg-1.3.5-8.fc40.x86_64.rpm       1.7 MB/s |  33 kB     00:00    
- (160/305): libosinfo-1.11.0-5.fc40.x86_64.rpm   2.0 MB/s | 316 kB     00:00    
- (161/305): libpciaccess-0.16-12.fc40.x86_64.rpm 1.5 MB/s |  26 kB     00:00    
- (162/305): libplist-2.3.0-4.fc40.x86_64.rpm     1.6 MB/s |  93 kB     00:00    
- (163/305): libpng-1.6.40-3.fc40.x86_64.rpm      2.3 MB/s | 120 kB     00:00    
- (164/305): libpng-devel-1.6.40-3.fc40.x86_64.rp 2.4 MB/s | 291 kB     00:00    
- (165/305): liblerc-4.0.0-6.fc40.x86_64.rpm      192 kB/s | 210 kB     00:01    
- (166/305): librsvg2-2.57.1-4.fc40.x86_64.rpm    2.0 MB/s | 1.5 MB     00:00    
- (167/305): libsbc-2.0-4.fc40.x86_64.rpm         211 kB/s |  48 kB     00:00    
- (168/305): libsepol-devel-3.6-3.fc40.x86_64.rpm 1.9 MB/s |  49 kB     00:00    
- (169/305): libsndfile-1.2.2-2.fc40.x86_64.rpm   2.1 MB/s | 212 kB     00:00    
- (170/305): libsoup-2.74.3-6.fc40.x86_64.rpm     1.6 MB/s | 397 kB     00:00    
- (171/305): libsoup3-3.4.4-3.fc40.x86_64.rpm     1.9 MB/s | 387 kB     00:00    
- (172/305): libselinux-devel-3.6-4.fc40.x86_64.r 238 kB/s | 151 kB     00:00    
- (173/305): libstemmer-2.2.0-10.fc40.x86_64.rpm  1.8 MB/s | 139 kB     00:00    
- (174/305): libthai-0.1.29-8.fc40.x86_64.rpm     2.1 MB/s | 214 kB     00:00    
- (175/305): libthai-devel-0.1.29-8.fc40.x86_64.r 2.5 MB/s | 144 kB     00:00    
- (176/305): libtheora-1.1.1-36.fc40.x86_64.rpm   2.2 MB/s | 166 kB     00:00    
- (177/305): libtdb-1.4.10-1.fc40.x86_64.rpm      216 kB/s |  51 kB     00:00    
- (178/305): libtiff-4.6.0-2.fc40.x86_64.rpm      2.2 MB/s | 332 kB     00:00    
- (179/305): libunwind-1.8.0-3.fc40.x86_64.rpm    2.2 MB/s |  73 kB     00:00    
- (180/305): libusb1-1.0.27-1.fc40.x86_64.rpm     2.3 MB/s |  75 kB     00:00    
- (181/305): libusbmuxd-2.0.2^20230620git8d30a55- 1.6 MB/s |  36 kB     00:00    
- (182/305): libvisual-0.4.1-4.fc40.x86_64.rpm    2.9 MB/s | 151 kB     00:00    
- (183/305): libvmaf-2.3.0-7.fc40.x86_64.rpm      1.9 MB/s | 180 kB     00:00    
- (184/305): libvorbis-1.3.7-10.fc40.x86_64.rpm   1.5 MB/s | 187 kB     00:00    
- (185/305): libicu-devel-74.2-1.fc40.x86_64.rpm  213 kB/s | 930 kB     00:04    
- (186/305): libwayland-client-1.22.0-3.fc40.x86_ 1.8 MB/s |  32 kB     00:00    
- (187/305): libwayland-egl-1.22.0-3.fc40.x86_64. 1.4 MB/s |  12 kB     00:00    
- (188/305): libwayland-server-1.22.0-3.fc40.x86_ 1.5 MB/s |  40 kB     00:00    
- (189/305): libwayland-cursor-1.22.0-3.fc40.x86_ 314 kB/s |  19 kB     00:00    
- (190/305): libwebp-1.3.2-5.fc40.x86_64.rpm      1.4 MB/s | 286 kB     00:00    
- (191/305): libxkbcommon-1.6.0-2.fc40.x86_64.rpm 2.4 MB/s | 142 kB     00:00    
- (192/305): libxkbcommon-devel-1.6.0-2.fc40.x86_ 1.6 MB/s |  66 kB     00:00    
- (193/305): libxshmfence-1.3.2-3.fc40.x86_64.rpm 1.3 MB/s |  12 kB     00:00    
- (194/305): libxslt-1.1.39-3.fc40.x86_64.rpm     1.8 MB/s | 189 kB     00:00    
- (195/305): libwebp-devel-1.3.2-5.fc40.x86_64.rp  94 kB/s |  39 kB     00:00    
- (196/305): libtiff-devel-4.6.0-2.fc40.x86_64.rp 239 kB/s | 259 kB     00:01    
- (197/305): lm_sensors-libs-3.6.0-18.fc40.x86_64 346 kB/s |  40 kB     00:00    
- (198/305): memstrack-0.2.5-4.fc40.x86_64.rpm    223 kB/s |  49 kB     00:00    
- (199/305): low-memory-monitor-2.1-10.fc40.x86_6 107 kB/s |  34 kB     00:00    
- (200/305): openjpeg2-2.5.2-1.fc40.x86_64.rpm    166 kB/s | 186 kB     00:01    
- (201/305): mpg123-libs-1.31.3-4.fc40.x86_64.rpm 176 kB/s | 341 kB     00:01    
- (202/305): opus-1.5.1-1.fc40.x86_64.rpm         121 kB/s | 230 kB     00:01    
- (203/305): os-prober-1.81-6.fc40.x86_64.rpm     205 kB/s |  51 kB     00:00    
- (204/305): orc-0.4.38-2.fc40.x86_64.rpm         130 kB/s | 225 kB     00:01    
- (205/305): osinfo-db-tools-1.11.0-5.fc40.x86_64  97 kB/s |  74 kB     00:00    
- (206/305): pcre2-devel-10.42-2.fc40.2.x86_64.rp 213 kB/s | 505 kB     00:02    
- (207/305): osinfo-db-20231215-3.fc40.noarch.rpm 125 kB/s | 445 kB     00:03    
- (208/305): pcre2-utf16-10.42-2.fc40.2.x86_64.rp 152 kB/s | 216 kB     00:01    
- (209/305): pcre2-utf32-10.42-2.fc40.2.x86_64.rp 138 kB/s | 203 kB     00:01    
- (210/305): pigz-2.8-4.fc40.x86_64.rpm           123 kB/s |  95 kB     00:00    
- (211/305): polkit-124-2.fc40.x86_64.rpm         181 kB/s | 157 kB     00:00    
- (212/305): polkit-pkla-compat-0.1-28.fc40.x86_6 247 kB/s |  44 kB     00:00    
- (213/305): polkit-libs-124-2.fc40.x86_64.rpm    108 kB/s |  67 kB     00:00    
- (214/305): poppler-24.02.0-2.fc40.x86_64.rpm    148 kB/s | 1.2 MB     00:08    
- (215/305): poppler-glib-24.02.0-2.fc40.x86_64.r  91 kB/s | 190 kB     00:02    
- (216/305): procps-ng-4.0.4-3.fc40.x86_64.rpm    119 kB/s | 367 kB     00:03    
- (217/305): poppler-data-0.4.11-7.fc40.noarch.rp 137 kB/s | 2.0 MB     00:15    
- (218/305): python3-packaging-23.2-4.fc40.noarch 303 kB/s | 125 kB     00:00    
- (219/305): qrencode-libs-4.1.1-7.fc40.x86_64.rp 310 kB/s |  61 kB     00:00    
- (220/305): rav1e-libs-0.7.1-1.fc40.x86_64.rpm   1.7 MB/s | 1.0 MB     00:00    
- (221/305): rsvg-pixbuf-loader-2.57.1-4.fc40.x86 204 kB/s |  16 kB     00:00    
- (222/305): rtkit-0.11-63.fc40.x86_64.rpm        708 kB/s |  55 kB     00:00    
- (223/305): pulseaudio-libs-16.1-7.fc40.x86_64.r 211 kB/s | 695 kB     00:03    
- (224/305): shared-mime-info-2.3-4.fc40.x86_64.r 2.1 MB/s | 390 kB     00:00    
- (225/305): sound-theme-freedesktop-0.8-21.fc40. 213 kB/s | 383 kB     00:01    
- (226/305): svt-av1-libs-1.4.1-5.fc40.x86_64.rpm 1.0 MB/s | 2.0 MB     00:01    
- (227/305): sysprof-capture-devel-46.0-1.fc40.x8 185 kB/s |  54 kB     00:00    
- (228/305): systemd-networkd-255.4-1.fc40.x86_64 862 kB/s | 675 kB     00:00    
- (229/305): llvm-libs-18.1.1-1.fc40.x86_64.rpm   972 kB/s |  28 MB     00:29    
- (230/305): systemd-resolved-255.4-1.fc40.x86_64 1.3 MB/s | 299 kB     00:00    
- (231/305): systemd-pam-255.4-1.fc40.x86_64.rpm  249 kB/s | 387 kB     00:01    
- (232/305): totem-pl-parser-3.26.6-9.fc40.x86_64 373 kB/s | 144 kB     00:00    
- (233/305): systemd-udev-255.4-1.fc40.x86_64.rpm 1.4 MB/s | 2.3 MB     00:01    
- (234/305): uchardet-0.0.8-5.fc40.x86_64.rpm     2.0 MB/s | 106 kB     00:00    
- (235/305): upower-1.90.2-4.fc40.x86_64.rpm      2.6 MB/s | 132 kB     00:00    
- (236/305): upower-libs-1.90.2-4.fc40.x86_64.rpm 2.2 MB/s |  57 kB     00:00    
- (237/305): usbmuxd-1.1.1^20230720git61b99ab-2.f 1.3 MB/s |  66 kB     00:00    
- (238/305): wayland-devel-1.22.0-3.fc40.x86_64.r 1.8 MB/s | 148 kB     00:00    
- (239/305): webp-pixbuf-loader-0.2.7-1.fc40.x86_ 825 kB/s |  20 kB     00:00    
- (240/305): webrtc-audio-processing-1.3-1.fc40.x 1.7 MB/s | 518 kB     00:00    
- (241/305): xdg-desktop-portal-gtk-1.15.1-5.fc40 1.7 MB/s | 143 kB     00:00    
- (242/305): tpm2-tss-fapi-4.0.1-7.fc40.x86_64.rp 374 kB/s | 317 kB     00:00    
- (243/305): xml-common-0.6.3-63.fc40.noarch.rpm  363 kB/s |  31 kB     00:00    
- (244/305): xprop-1.2.7-1.fc40.x86_64.rpm        430 kB/s |  35 kB     00:00    
- (245/305): xkeyboard-config-2.41-1.fc40.noarch. 2.4 MB/s | 976 kB     00:00    
- (246/305): xz-devel-5.4.6-3.fc40.x86_64.rpm     530 kB/s |  67 kB     00:00    
- (247/305): zlib-ng-compat-devel-2.1.6-2.fc40.x8 2.1 MB/s |  36 kB     00:00    
- (248/305): bluez-libs-5.75-1.fc40.x86_64.rpm    445 kB/s |  83 kB     00:00    
- (249/305): cryptsetup-libs-2.7.2-1.fc40.x86_64. 2.1 MB/s | 527 kB     00:00    
- (250/305): dbus-broker-36-2.fc40.x86_64.rpm     1.8 MB/s | 171 kB     00:00    
- (251/305): default-fonts-core-sans-4.0-13.fc40. 1.8 MB/s |  31 kB     00:00    
- (252/305): cups-libs-2.4.7-13.fc40.x86_64.rpm   630 kB/s | 259 kB     00:00    
- (253/305): dracut-060-1.fc40.x86_64.rpm         1.5 MB/s | 444 kB     00:00    
- (254/305): gobject-introspection-1.80.1-1.fc40. 608 kB/s | 111 kB     00:00    
- (255/305): grub2-common-2.06-121.fc40.noarch.rp 1.5 MB/s | 921 kB     00:00    
- (256/305): grub2-tools-minimal-2.06-121.fc40.x8 2.1 MB/s | 617 kB     00:00    
- (257/305): gstreamer1-1.22.12-1.fc40.x86_64.rpm 2.5 MB/s | 1.4 MB     00:00    
- (258/305): gstreamer1-plugins-base-1.22.12-1.fc 2.0 MB/s | 2.2 MB     00:01    
- (259/305): hwdata-0.382-1.fc40.noarch.rpm       3.5 MB/s | 1.6 MB     00:00    
- (260/305): libblkid-devel-2.40.1-1.fc40.x86_64. 2.9 MB/s |  26 kB     00:00    
- (261/305): libgusb-0.4.9-1.fc40.x86_64.rpm      3.7 MB/s |  65 kB     00:00    
- (262/305): liblc3-1.1.1-1.fc40.x86_64.rpm       3.9 MB/s | 102 kB     00:00    
- (263/305): libmount-devel-2.40.1-1.fc40.x86_64. 2.8 MB/s |  27 kB     00:00    
- (264/305): libproxy-0.5.5-1.fc40.x86_64.rpm     2.7 MB/s |  48 kB     00:00    
- (265/305): libtracker-sparql-3.7.3-1.fc40.x86_6 3.9 MB/s | 371 kB     00:00    
- (266/305): libxml2-devel-2.12.6-1.fc40.x86_64.r 1.0 MB/s | 525 kB     00:00    
- (267/305): libzstd-devel-1.5.6-1.fc40.x86_64.rp 1.2 MB/s |  52 kB     00:00    
- (268/305): grub2-tools-2.06-121.fc40.x86_64.rpm 383 kB/s | 1.8 MB     00:04    
- (269/305): mesa-filesystem-24.0.6-2.fc40.x86_64  57 kB/s |  20 kB     00:00    
- (270/305): mesa-libEGL-24.0.6-2.fc40.x86_64.rpm 520 kB/s | 132 kB     00:00    
- (271/305): mesa-libGL-24.0.6-2.fc40.x86_64.rpm  441 kB/s | 175 kB     00:00    
- (272/305): mesa-libgbm-24.0.6-2.fc40.x86_64.rpm 379 kB/s |  47 kB     00:00    
- (273/305): mesa-libglapi-24.0.6-2.fc40.x86_64.r 422 kB/s |  50 kB     00:00    
- (274/305): systemd-255.4-1.fc40.x86_64.rpm      361 kB/s | 4.9 MB     00:13    
- (275/305): nspr-4.35.0-22.fc40.x86_64.rpm       237 kB/s | 137 kB     00:00    
- (276/305): nss-3.99.0-1.fc40.x86_64.rpm         191 kB/s | 704 kB     00:03    
- (277/305): nss-softokn-3.99.0-1.fc40.x86_64.rpm 439 kB/s | 409 kB     00:00    
- (278/305): nss-softokn-freebl-3.99.0-1.fc40.x86 506 kB/s | 386 kB     00:00    
- (279/305): nss-sysinit-3.99.0-1.fc40.x86_64.rpm 386 kB/s |  19 kB     00:00    
- (280/305): mesa-dri-drivers-24.0.6-2.fc40.x86_6 2.1 MB/s |  25 MB     00:11    
- (281/305): nss-util-3.99.0-1.fc40.x86_64.rpm    344 kB/s |  88 kB     00:00    
- (282/305): pango-1.52.2-1.fc40.x86_64.rpm       1.6 MB/s | 347 kB     00:00    
- (283/305): pipewire-1.0.5-2.fc40.x86_64.rpm     1.6 MB/s | 123 kB     00:00    
- (284/305): pipewire-alsa-1.0.5-2.fc40.x86_64.rp 1.2 MB/s |  57 kB     00:00    
- (285/305): pipewire-jack-audio-connection-kit-1 955 kB/s |  16 kB     00:00    
- (286/305): pipewire-jack-audio-connection-kit-l 1.2 MB/s | 134 kB     00:00    
- (287/305): pango-devel-1.52.2-1.fc40.x86_64.rpm 357 kB/s | 161 kB     00:00    
- (288/305): pipewire-pulseaudio-1.0.5-2.fc40.x86 301 kB/s | 199 kB     00:00    
- (289/305): mesa-va-drivers-24.0.6-2.fc40.x86_64 386 kB/s | 4.0 MB     00:10    
- (290/305): pixman-devel-0.43.4-1.fc40.x86_64.rp 316 kB/s |  17 kB     00:00    
- (291/305): pipewire-libs-1.0.5-2.fc40.x86_64.rp 1.5 MB/s | 1.8 MB     00:01    
- (292/305): pixman-0.43.4-1.fc40.x86_64.rpm      443 kB/s | 293 kB     00:00    
- (293/305): tracker-3.7.3-1.fc40.x86_64.rpm      516 kB/s | 635 kB     00:01    
- (294/305): wireplumber-0.5.2-1.fc40.x86_64.rpm  304 kB/s | 111 kB     00:00    
- (295/305): tpm2-tools-5.7-1.fc40.x86_64.rpm     379 kB/s | 810 kB     00:02    
- (296/305): wireplumber-libs-0.5.2-1.fc40.x86_64 245 kB/s | 389 kB     00:01    
- (297/305): tracker-miners-3.7.3-1.fc40.x86_64.r 328 kB/s | 993 kB     00:03    
- (298/305): libblkid-2.40.1-1.fc40.x86_64.rpm    512 kB/s | 124 kB     00:00    
- (299/305): libfdisk-2.40.1-1.fc40.x86_64.rpm    505 kB/s | 159 kB     00:00    
- (300/305): xdg-desktop-portal-1.18.4-1.fc40.x86 254 kB/s | 474 kB     00:01    
- (301/305): libsmartcols-2.40.1-1.fc40.x86_64.rp 355 kB/s |  83 kB     00:00    
- (302/305): libuuid-2.40.1-1.fc40.x86_64.rpm     130 kB/s |  28 kB     00:00    
- (303/305): libmount-2.40.1-1.fc40.x86_64.rpm    215 kB/s | 155 kB     00:00    
- (304/305): util-linux-core-2.40.1-1.fc40.x86_64 429 kB/s | 537 kB     00:01    
- (305/305): util-linux-2.40.1-1.fc40.x86_64.rpm  317 kB/s | 1.2 MB     00:03    
- --------------------------------------------------------------------------------
- Total                                           1.0 MB/s | 157 MB     02:39     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1
-  
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          1/312 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                        2/312 
-   Installing       : libXext-devel-1.3.6-1.fc40.x86_64                    3/312 
-   Upgrading        : libuuid-2.40.1-1.fc40.x86_64                         4/312 
-   Upgrading        : libblkid-2.40.1-1.fc40.x86_64                        5/312 
-   Installing       : zlib-ng-compat-devel-2.1.6-2.fc40.x86_64             6/312 
-   Installing       : libjpeg-turbo-3.0.2-1.fc40.x86_64                    7/312 
-   Installing       : avahi-libs-0.8-26.fc40.x86_64                        8/312 
-   Installing       : nspr-4.35.0-22.fc40.x86_64                           9/312 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                     10/312 
-   Installing       : libXrender-devel-0.9.11-6.fc40.x86_64               11/312 
-   Installing       : json-glib-1.8.0-3.fc40.x86_64                       12/312 
-   Installing       : libXi-1.8.1-5.fc40.x86_64                           13/312 
-   Installing       : libwayland-client-1.22.0-3.fc40.x86_64              14/312 
-   Installing       : libplist-2.3.0-4.fc40.x86_64                        15/312 
-   Installing       : libogg-2:1.3.5-8.fc40.x86_64                        16/312 
-   Installing       : libglvnd-1:1.7.0-4.fc40.x86_64                      17/312 
-   Installing       : libXfixes-6.0.1-3.fc40.x86_64                       18/312 
-   Installing       : libXfixes-devel-6.0.1-3.fc40.x86_64                 19/312 
-   Installing       : libvorbis-1:1.3.7-10.fc40.x86_64                    20/312 
-   Installing       : nss-util-3.99.0-1.fc40.x86_64                       21/312 
-   Installing       : libpng-devel-2:1.6.40-3.fc40.x86_64                 22/312 
-   Upgrading        : libmount-2.40.1-1.fc40.x86_64                       23/312 
-   Installing       : libwebp-1.3.2-5.fc40.x86_64                         24/312 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch             25/312 
-   Installing       : cmake-filesystem-3.28.2-1.fc40.x86_64               26/312 
-   Installing       : alsa-lib-1.2.11-2.fc40.x86_64                       27/312 
-   Installing       : libXi-devel-1.8.1-5.fc40.x86_64                     28/312 
-   Installing       : libimobiledevice-glue-1.0.0-3.fc40.x86_64           29/312 
-   Installing       : libwayland-cursor-1.22.0-3.fc40.x86_64              30/312 
-   Installing       : avahi-glib-0.8-26.fc40.x86_64                       31/312 
-   Upgrading        : libfdisk-2.40.1-1.fc40.x86_64                       32/312 
-   Installing       : hwdata-0.382-1.fc40.noarch                          33/312 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                     34/312 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                     34/312 
-   Installing       : shared-mime-info-2.3-4.fc40.x86_64                  35/312 
-   Running scriptlet: shared-mime-info-2.3-4.fc40.x86_64                  35/312 
-   Installing       : gdk-pixbuf2-2.42.10-8.fc40.x86_64                   36/312 
-   Installing       : opus-1.5.1-1.fc40.x86_64                            37/312 
-   Installing       : libxshmfence-1.3.2-3.fc40.x86_64                    38/312 
-   Installing       : libwayland-server-1.22.0-3.fc40.x86_64              39/312 
-   Installing       : libwayland-egl-1.22.0-3.fc40.x86_64                 40/312 
-   Installing       : libusb1-1.0.27-1.fc40.x86_64                        41/312 
-   Installing       : libepoxy-1.5.10-6.fc40.x86_64                       42/312 
-   Installing       : lcms2-2.16-3.fc40.x86_64                            43/312 
-   Installing       : kmod-libs-31-5.fc40.x86_64                          44/312 
-   Installing       : kmod-31-5.fc40.x86_64                               45/312 
-   Installing       : fribidi-1.0.13-4.fc40.x86_64                        46/312 
-   Installing       : fribidi-devel-1.0.13-4.fc40.x86_64                  47/312 
-   Installing       : dbus-devel-1:1.14.10-3.fc40.x86_64                  48/312 
-   Installing       : libjpeg-turbo-devel-3.0.2-1.fc40.x86_64             49/312 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch     50/312 
-   Installing       : libXcursor-1.2.1-7.fc40.x86_64                      51/312 
-   Installing       : libXdamage-1.1.6-3.fc40.x86_64                      52/312 
-   Installing       : libXtst-1.2.4-6.fc40.x86_64                         53/312 
-   Installing       : libXrandr-1.5.4-3.fc40.x86_64                       54/312 
-   Installing       : libXinerama-1.1.5-6.fc40.x86_64                     55/312 
-   Upgrading        : libsmartcols-2.40.1-1.fc40.x86_64                   56/312 
-   Upgrading        : util-linux-core-2.40.1-1.fc40.x86_64                57/312 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                         58/312 
-   Installing       : pixman-devel-0.43.4-1.fc40.x86_64                   59/312 
-   Installing       : mesa-filesystem-24.0.6-2.fc40.x86_64                60/312 
-   Installing       : grub2-common-1:2.06-121.fc40.noarch                 61/312 
-   Installing       : polkit-libs-124-2.fc40.x86_64                       62/312 
-   Installing       : llvm-libs-18.1.1-1.fc40.x86_64                      63/312 
-   Installing       : libtdb-1.4.10-1.fc40.x86_64                         64/312 
-   Installing       : libgudev-238-5.fc40.x86_64                          65/312 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                    66/312 
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                      67/312 
-   Installing       : libthai-0.1.29-8.fc40.x86_64                        68/312 
-   Installing       : libcloudproviders-0.3.5-3.fc40.x86_64               69/312 
-   Installing       : libXcomposite-0.4.6-3.fc40.x86_64                   70/312 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                     71/312 
-   Installing       : gettext-libs-0.22.5-2.fc40.x86_64                   72/312 
-   Installing       : fuse3-libs-3.16.2-3.fc40.x86_64                     73/312 
-   Installing       : duktape-2.7.0-7.fc40.x86_64                         74/312 
-   Installing       : libproxy-0.5.5-1.fc40.x86_64                        75/312 
-   Installing       : graphite2-devel-1.3.14-15.fc40.x86_64               76/312 
-   Installing       : libXcomposite-devel-0.4.6-3.fc40.x86_64             77/312 
-   Installing       : libcloudproviders-devel-0.3.5-3.fc40.x86_64         78/312 
-   Installing       : libdatrie-devel-0.2.13-9.fc40.x86_64                79/312 
-   Installing       : libthai-devel-0.1.29-8.fc40.x86_64                  80/312 
-   Installing       : wayland-devel-1.22.0-3.fc40.x86_64                  81/312 
-   Installing       : libXinerama-devel-1.1.5-6.fc40.x86_64               82/312 
-   Installing       : libXrandr-devel-1.5.4-3.fc40.x86_64                 83/312 
-   Installing       : libXtst-devel-1.2.4-6.fc40.x86_64                   84/312 
-   Installing       : libXdamage-devel-1.1.6-3.fc40.x86_64                85/312 
-   Installing       : libXcursor-devel-1.2.1-7.fc40.x86_64                86/312 
-   Installing       : libgusb-0.4.9-1.fc40.x86_64                         87/312 
-   Installing       : colord-libs-1.4.7-3.fc40.x86_64                     88/312 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc40.x86_64         89/312 
-   Installing       : libgsf-1.14.51-4.fc40.x86_64                        90/312 
-   Installing       : libnotify-0.8.3-3.fc40.x86_64                       91/312 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc40.x86_64              92/312 
-   Installing       : iso-codes-4.16.0-3.fc40.noarch                      93/312 
-   Installing       : libpciaccess-0.16-12.fc40.x86_64                    94/312 
-   Installing       : libdrm-2.4.120-3.fc40.x86_64                        95/312 
-   Installing       : mesa-va-drivers-24.0.6-2.fc40.x86_64                96/312 
-   Installing       : osinfo-db-20231215-3.fc40.noarch                    97/312 
-   Installing       : libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_6    98/312 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      99/312 
-   Installing       : usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      99/312 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      99/312
-  
-   Installing       : libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40   100/312 
-   Installing       : libwebp-devel-1.3.2-5.fc40.x86_64                  101/312 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-4.   102/312 
-   Installing       : gsettings-desktop-schemas-46.0-1.fc40.x86_64       103/312 
-   Installing       : glib-networking-2.80.0-1.fc40.x86_64               104/312 
-   Installing       : libsoup3-3.4.4-3.fc40.x86_64                       105/312 
-   Installing       : osinfo-db-tools-1.11.0-5.fc40.x86_64               106/312 
-   Installing       : libsoup-2.74.3-6.fc40.x86_64                       107/312 
-   Installing       : libgrss-0.7.0-19.fc40.x86_64                       108/312 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc40.x86_64            109/312 
-   Installing       : nss-softokn-3.99.0-1.fc40.x86_64                   110/312 
-   Installing       : libglvnd-opengl-1:1.7.0-4.fc40.x86_64              111/312 
-   Installing       : flac-libs-1.4.3-4.fc40.x86_64                      112/312 
-   Installing       : libtheora-1:1.1.1-36.fc40.x86_64                   113/312 
-   Installing       : cups-libs-1:2.4.7-13.fc40.x86_64                   114/312 
-   Installing       : libblkid-devel-2.40.1-1.fc40.x86_64                115/312 
-   Installing       : tpm2-tss-fapi-4.0.1-7.fc40.x86_64                  116/312 
-   Installing       : tpm2-tools-5.7-1.fc40.x86_64                       117/312 
-   Installing       : libXv-1.0.12-3.fc40.x86_64                         118/312 
-   Installing       : libXxf86vm-1.1.5-6.fc40.x86_64                     119/312 
-   Installing       : exiv2-libs-0.27.6-7.fc40.x86_64                    120/312 
-   Installing       : exiv2-0.27.6-7.fc40.x86_64                         121/312 
-   Installing       : libgexiv2-0.14.2-3.fc40.x86_64                     122/312 
-   Installing       : libzstd-devel-1.5.6-1.fc40.x86_64                  123/312 
-   Installing       : liblc3-1.1.1-1.fc40.x86_64                         124/312 
-   Installing       : gobject-introspection-1.80.1-1.fc40.x86_64         125/312 
-   Installing       : bluez-libs-5.75-1.fc40.x86_64                      126/312 
-   Installing       : xz-devel-1:5.4.6-3.fc40.x86_64                     127/312 
-   Installing       : libxml2-devel-2.12.6-1.fc40.x86_64                 128/312 
-   Installing       : xprop-1.2.7-1.fc40.x86_64                          129/312 
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                130/312 
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                   131/312 
-   Installing       : libxkbcommon-devel-1.6.0-2.fc40.x86_64             132/312 
-   Installing       : webrtc-audio-processing-1.3-1.fc40.x86_64          133/312 
-   Installing       : uchardet-0.0.8-5.fc40.x86_64                       134/312 
-   Installing       : totem-pl-parser-3.26.6-9.fc40.x86_64               135/312 
-   Installing       : sysprof-capture-devel-46.0-1.fc40.x86_64           136/312 
-   Installing       : svt-av1-libs-1.4.1-5.fc40.x86_64                   137/312 
-   Installing       : sound-theme-freedesktop-0.8-21.fc40.noarch         138/312 
-   Running scriptlet: sound-theme-freedesktop-0.8-21.fc40.noarch         138/312 
-   Installing       : rav1e-libs-0.7.1-1.fc40.x86_64                     139/312 
-   Installing       : qrencode-libs-4.1.1-7.fc40.x86_64                  140/312 
-   Installing       : python3-packaging-23.2-4.fc40.noarch               141/312 
-   Installing       : procps-ng-4.0.4-3.fc40.x86_64                      142/312 
-   Installing       : poppler-data-0.4.11-7.fc40.noarch                  143/312 
-   Installing       : pigz-2.8-4.fc40.x86_64                             144/312 
-   Installing       : pcre2-utf32-10.42-2.fc40.2.x86_64                  145/312 
-   Installing       : pcre2-utf16-10.42-2.fc40.2.x86_64                  146/312 
-   Installing       : pcre2-devel-10.42-2.fc40.2.x86_64                  147/312 
-   Installing       : orc-0.4.38-2.fc40.x86_64                           148/312 
-   Installing       : openjpeg2-2.5.2-1.fc40.x86_64                      149/312 
-   Installing       : mpg123-libs-1.31.3-4.fc40.x86_64                   150/312 
-   Installing       : memstrack-0.2.5-4.fc40.x86_64                      151/312 
-   Installing       : low-memory-monitor-2.1-10.fc40.x86_64              152/312 
-   Running scriptlet: low-memory-monitor-2.1-10.fc40.x86_64              152/312 
-   Installing       : lm_sensors-libs-3.6.0-18.fc40.x86_64               153/312 
-   Installing       : mesa-libglapi-24.0.6-2.fc40.x86_64                 154/312 
-   Installing       : mesa-dri-drivers-24.0.6-2.fc40.x86_64              155/312 
-   Installing       : mesa-libgbm-24.0.6-2.fc40.x86_64                   156/312 
-   Installing       : libglvnd-egl-1:1.7.0-4.fc40.x86_64                 157/312 
-   Installing       : mesa-libEGL-24.0.6-2.fc40.x86_64                   158/312 
-   Installing       : libglvnd-gles-1:1.7.0-4.fc40.x86_64                159/312 
-   Installing       : libglvnd-glx-1:1.7.0-4.fc40.x86_64                 160/312 
-   Installing       : mesa-libGL-24.0.6-2.fc40.x86_64                    161/312 
-   Installing       : libxslt-1.1.39-3.fc40.x86_64                       162/312 
-   Installing       : libosinfo-1.11.0-5.fc40.x86_64                     163/312 
-   Installing       : libvmaf-2.3.0-7.fc40.x86_64                        164/312 
-   Installing       : libaom-3.8.2-1.fc40.x86_64                         165/312 
-   Installing       : libvisual-1:0.4.1-4.fc40.x86_64                    166/312 
-   Installing       : libunwind-1.8.0-3.fc40.x86_64                      167/312 
-   Installing       : gstreamer1-1.22.12-1.fc40.x86_64                   168/312 
-   Installing       : libstemmer-2.2.0-10.fc40.x86_64                    169/312 
-   Installing       : libsepol-devel-3.6-3.fc40.x86_64                   170/312 
-   Installing       : libselinux-devel-3.6-4.fc40.x86_64                 171/312 
-   Installing       : libmount-devel-2.40.1-1.fc40.x86_64                172/312 
-   Installing       : glib2-devel-2.80.0-1.fc40.x86_64                   173/312 
-   Installing       : libsbc-2.0-4.fc40.x86_64                           174/312 
-   Installing       : liblerc-4.0.0-6.fc40.x86_64                        175/312 
-   Installing       : libldac-2.0.2.3-15.fc40.x86_64                     176/312 
-   Installing       : libiptcdata-1.0.5-17.fc40.x86_64                   177/312
-  
-   Installing       : libicu-devel-74.2-1.fc40.x86_64                    178/312 
-   Installing       : libglvnd-core-devel-1:1.7.0-4.fc40.x86_64          179/312 
-   Installing       : libglvnd-devel-1:1.7.0-4.fc40.x86_64               180/312 
-   Installing       : libepoxy-devel-1.5.10-6.fc40.x86_64                181/312 
-   Installing       : libexif-0.6.24-7.fc40.x86_64                       182/312 
-   Installing       : libdav1d-1.4.0-1.fc40.x86_64                       183/312 
-   Installing       : libavif-1.0.4-1.fc40.x86_64                        184/312 
-   Installing       : avif-pixbuf-loader-1.0.4-1.fc40.x86_64             185/312 
-   Installing       : libcue-2.3.0-3.fc40.x86_64                         186/312 
-   Installing       : libbpf-2:1.2.0-3.fc40.x86_64                       187/312 
-   Installing       : libasyncns-0.8-28.fc40.x86_64                      188/312 
-   Installing       : lame-libs-3.100-17.fc40.x86_64                     189/312 
-   Installing       : kbd-misc-2.6.4-3.fc40.noarch                       190/312 
-   Installing       : kbd-legacy-2.6.4-3.fc40.noarch                     191/312 
-   Installing       : kbd-2.6.4-3.fc40.x86_64                            192/312 
-   Installing       : jbigkit-libs-2.1-29.fc40.x86_64                    193/312 
-   Installing       : libtiff-4.6.0-2.fc40.x86_64                        194/312 
-   Installing       : libtiff-devel-4.6.0-2.fc40.x86_64                  195/312 
-   Installing       : gdk-pixbuf2-devel-2.42.10-8.fc40.x86_64            196/312 
-   Installing       : highway-1.1.0-1.fc40.x86_64                        197/312 
-   Installing       : libjxl-1:0.8.2-6.fc40.x86_64                       198/312 
-   Installing       : jxl-pixbuf-loader-1:0.8.2-6.fc40.x86_64            199/312 
-   Installing       : hicolor-icon-theme-0.17-18.fc40.noarch             200/312 
-   Installing       : gsm-1.0.22-6.fc40.x86_64                           201/312 
-   Installing       : libsndfile-1.2.2-2.fc40.x86_64                     202/312 
-   Installing       : pulseaudio-libs-16.1-7.fc40.x86_64                 203/312 
-   Installing       : libcanberra-0.30-35.fc40.x86_64                    204/312 
-   Running scriptlet: libcanberra-0.30-35.fc40.x86_64                    204/312 
-   Installing       : graphene-1.10.6-8.fc40.x86_64                      205/312 
-   Installing       : gpgme-1.23.2-3.fc40.x86_64                         206/312 
-   Installing       : gpgmepp-1.23.2-3.fc40.x86_64                       207/312 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch    208/312 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch   209/312 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch         210/312 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                         211/312 
-   Installing       : harfbuzz-8.3.0-5.fc40.x86_64                       212/312 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                      213/312 
-   Installing       : fontconfig-2.15.0-4.fc40.x86_64                    214/312 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                    214/312
-  
-   Installing       : cairo-gobject-1.18.0-3.fc40.x86_64                 215/312 
-   Installing       : libXft-2.3.8-6.fc40.x86_64                         216/312 
-   Installing       : pango-1.52.2-1.fc40.x86_64                         217/312 
-   Installing       : librsvg2-2.57.1-4.fc40.x86_64                      218/312 
-   Installing       : rsvg-pixbuf-loader-2.57.1-4.fc40.x86_64            219/312 
-   Installing       : gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64          220/312 
-   Installing       : libgxps-0.3.2-8.fc40.x86_64                        221/312 
-   Installing       : harfbuzz-icu-8.3.0-5.fc40.x86_64                   222/312 
-   Installing       : giflib-5.2.2-1.fc40.x86_64                         223/312 
-   Installing       : gettext-envsubst-0.22.5-2.fc40.x86_64              224/312 
-   Installing       : gettext-runtime-0.22.5-2.fc40.x86_64               225/312 
-   Installing       : gettext-0.22.5-2.fc40.x86_64                       226/312 
-   Installing       : fuse-libs-2.9.9-21.fc40.x86_64                     227/312 
-   Installing       : fuse-common-3.16.2-3.fc40.x86_64                   228/312 
-   Installing       : fuse3-3.16.2-3.fc40.x86_64                         229/312 
-   Installing       : file-5.45-4.fc40.x86_64                            230/312 
-   Installing       : fdk-aac-free-2.0.0-13.fc40.x86_64                  231/312 
-   Installing       : exempi-2.6.4-5.fc40.x86_64                         232/312 
-   Installing       : dbus-common-1:1.14.10-3.fc40.noarch                233/312 
-   Running scriptlet: dbus-common-1:1.14.10-3.fc40.noarch                233/312 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       234/312 
-   Installing       : dbus-broker-36-2.fc40.x86_64                       234/312 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       234/312 
-   Installing       : dbus-1:1.14.10-3.fc40.x86_64                       235/312 
-   Installing       : cryptsetup-libs-2.7.2-1.fc40.x86_64                236/312 
-   Installing       : device-mapper-libs-1.02.197-1.fc40.x86_64          237/312 
-   Installing       : device-mapper-1.02.197-1.fc40.x86_64               238/312 
-   Installing       : systemd-networkd-255.4-1.fc40.x86_64               239/312 
-   Running scriptlet: systemd-networkd-255.4-1.fc40.x86_64               239/312 
-   Installing       : systemd-pam-255.4-1.fc40.x86_64                    240/312 
-   Installing       : systemd-resolved-255.4-1.fc40.x86_64               241/312 
-   Running scriptlet: systemd-resolved-255.4-1.fc40.x86_64               241/312 
-   Upgrading        : util-linux-2.40.1-1.fc40.x86_64                    242/312 
-   Running scriptlet: util-linux-2.40.1-1.fc40.x86_64                    242/312 
-   Installing       : systemd-255.4-1.fc40.x86_64                        243/312 
-   Running scriptlet: systemd-255.4-1.fc40.x86_64                        243/312
-  
- Creating group 'input' with GID 104.
- Creating group 'kvm' with GID 36.
- Creating group 'render' with GID 105.
- Creating group 'sgx' with GID 106.
- Creating group 'systemd-journal' with GID 190.
- Creating group 'systemd-network' with GID 192.
- Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
- Creating group 'systemd-oom' with GID 998.
- Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
- Creating group 'systemd-resolve' with GID 193.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- 
-   Installing       : at-spi2-core-2.52.0-1.fc40.x86_64                  244/312 
-   Installing       : atk-2.52.0-1.fc40.x86_64                           245/312 
-   Installing       : at-spi2-atk-2.52.0-1.fc40.x86_64                   246/312 
-   Installing       : atk-devel-2.52.0-1.fc40.x86_64                     247/312 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           248/312 
-   Installing       : polkit-124-2.fc40.x86_64                           248/312 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           248/312 
-   Installing       : polkit-pkla-compat-0.1-28.fc40.x86_64              249/312 
-   Installing       : grub2-tools-minimal-1:2.06-121.fc40.x86_64         250/312 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          251/312 
-   Installing       : rtkit-0.11-63.fc40.x86_64                          251/312 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          251/312 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Running scriptlet: pipewire-1.0.5-2.fc40.x86_64                       252/312 
-   Installing       : pipewire-1.0.5-2.fc40.x86_64                       252/312 
-   Running scriptlet: pipewire-1.0.5-2.fc40.x86_64                       252/312 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : pipewire-libs-1.0.5-2.fc40.x86_64                  253/312 
-   Installing       : wireplumber-0.5.2-1.fc40.x86_64                    254/312 
-   Installing       : wireplumber-libs-0.5.2-1.fc40.x86_64               255/312 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.5-2.   256/312 
-   Installing       : at-spi2-core-devel-2.52.0-1.fc40.x86_64            257/312 
-   Installing       : at-spi2-atk-devel-2.52.0-1.fc40.x86_64             258/312 
-   Installing       : libkcapi-1.4.0-10.fc40.x86_64                      259/312 
-   Installing       : libkcapi-hmaccalc-1.4.0-10.fc40.x86_64             260/312 
-   Installing       : kpartx-0.9.7-7.fc40.x86_64                         261/312 
-   Installing       : dconf-0.40.0-12.fc40.x86_64                        262/312 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        262/312 
-   Installing       : cpio-2.15-1.fc40.x86_64                            263/312 
- [0m  Installing       : grubby-8.40-75.fc40.x86_64                         264/312 
-   Running scriptlet: grubby-8.40-75.fc40.x86_64                         264/312 
-   Installing       : systemd-udev-255.4-1.fc40.x86_64                   265/312 
-   Running scriptlet: systemd-udev-255.4-1.fc40.x86_64                   265/312
-  
- Created symlink /etc/systemd/system/dbus-org.freedesktop.home1.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-homed.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service → /usr/lib/systemd/system/systemd-homed-activate.service.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.oom1.service → /usr/lib/systemd/system/systemd-oomd.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-oomd.service → /usr/lib/systemd/system/systemd-oomd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target → /usr/lib/systemd/system/remote-cryptsetup.target.
- 
-   Installing       : os-prober-1.81-6.fc40.x86_64                       266/312 
-   Installing       : dracut-060-1.fc40.x86_64                           267/312 
-   Running scriptlet: grub2-tools-1:2.06-121.fc40.x86_64                 268/312 
-   Installing       : grub2-tools-1:2.06-121.fc40.x86_64                 268/312 
-   Running scriptlet: grub2-tools-1:2.06-121.fc40.x86_64                 268/312 
- Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
- 
-   Installing       : upower-libs-1.90.2-4.fc40.x86_64                   269/312 
-   Installing       : upower-1.90.2-4.fc40.x86_64                        270/312 
-   Running scriptlet: upower-1.90.2-4.fc40.x86_64                        270/312 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : crypto-policies-scripts-20240201-2.git9f501f3.fc   271/312 
-   Installing       : nss-sysinit-3.99.0-1.fc40.x86_64                   272/312 
-   Installing       : nss-3.99.0-1.fc40.x86_64                           273/312 
-   Running scriptlet: nss-3.99.0-1.fc40.x86_64                           273/312
-  
-   Installing       : poppler-24.02.0-2.fc40.x86_64                      274/312 
-   Installing       : poppler-glib-24.02.0-2.fc40.x86_64                 275/312 
-   Installing       : cdparanoia-libs-10.2-44.fc40.x86_64                276/312 
-   Installing       : gstreamer1-plugins-base-1.22.12-1.fc40.x86_64      277/312 
-   Installing       : bzip2-devel-1.0.8-18.fc40.x86_64                   278/312 
-   Installing       : brotli-1.1.0-3.fc40.x86_64                         279/312 
-   Installing       : brotli-devel-1.1.0-3.fc40.x86_64                   280/312 
-   Installing       : freetype-devel-2.13.2-5.fc40.x86_64                281/312 
-   Installing       : harfbuzz-devel-8.3.0-5.fc40.x86_64                 282/312 
-   Installing       : fontconfig-devel-2.15.0-4.fc40.x86_64              283/312 
-   Installing       : cairo-devel-1.18.0-3.fc40.x86_64                   284/312 
-   Installing       : cairo-gobject-devel-1.18.0-3.fc40.x86_64           285/312 
-   Installing       : libXft-devel-2.3.8-6.fc40.x86_64                   286/312 
-   Installing       : pango-devel-1.52.2-1.fc40.x86_64                   287/312 
-   Installing       : adwaita-cursor-theme-46.0-1.fc40.noarch            288/312 
-   Installing       : adwaita-icon-theme-46.0-1.fc40.noarch              289/312 
-   Installing       : NetworkManager-libnm-1:1.46.0-2.fc40.x86_64        290/312 
-   Installing       : libtracker-sparql-3.7.3-1.fc40.x86_64              291/312 
-   Installing       : tracker-3.7.3-1.fc40.x86_64                        292/312 
-   Running scriptlet: tracker-3.7.3-1.fc40.x86_64                        292/312 
-   Installing       : tracker-miners-3.7.3-1.fc40.x86_64                 293/312 
-   Running scriptlet: tracker-miners-3.7.3-1.fc40.x86_64                 293/312 
- Failed to preset unit, unit tracker-extract-3.service does not exist.
- 
-   Installing       : ModemManager-glib-1.22.0-3.fc40.x86_64             294/312 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       295/312 
-   Installing       : geoclue2-2.7.0-5.fc40.x86_64                       295/312 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       295/312 
-   Installing       : xdg-desktop-portal-1.18.4-1.fc40.x86_64            296/312 
-   Running scriptlet: xdg-desktop-portal-1.18.4-1.fc40.x86_64            296/312 
-   Installing       : libcanberra-gtk3-0.30-35.fc40.x86_64               297/312
-  
-   Installing       : gtk3-3.24.41-1.fc40.x86_64                         298/312 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        299/312 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        299/312 
-   Installing       : gtk3-devel-3.24.41-1.fc40.x86_64                   300/312 
-   Installing       : gtksourceview3-3.24.11-10.fc39.x86_64              301/312 
-   Installing       : gtksourceview3-devel-3.24.11-10.fc39.x86_64        302/312 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.5-2.fc40.   303/312 
-   Installing       : pipewire-alsa-1.0.5-2.fc40.x86_64                  304/312 
-   Installing       : pipewire-pulseaudio-1.0.5-2.fc40.x86_64            305/312 
-   Running scriptlet: pipewire-pulseaudio-1.0.5-2.fc40.x86_64            305/312 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
- 
-   Running scriptlet: util-linux-2.40-13.fc40.x86_64                     306/312 
-   Cleanup          : util-linux-2.40-13.fc40.x86_64                     306/312 
-   Running scriptlet: util-linux-2.40-13.fc40.x86_64                     306/312 
-   Cleanup          : util-linux-core-2.40-13.fc40.x86_64                307/312 
-   Cleanup          : libmount-2.40-13.fc40.x86_64                       308/312 
-   Cleanup          : libfdisk-2.40-13.fc40.x86_64                       309/312 
-   Cleanup          : libblkid-2.40-13.fc40.x86_64                       310/312 
-   Cleanup          : libuuid-2.40-13.fc40.x86_64                        311/312 
-   Cleanup          : libsmartcols-2.40-13.fc40.x86_64                   312/312 
-   Running scriptlet: grub2-common-1:2.06-121.fc40.noarch                312/312 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                    312/312 
-   Running scriptlet: systemd-resolved-255.4-1.fc40.x86_64               312/312 
-   Running scriptlet: wireplumber-0.5.2-1.fc40.x86_64                    312/312 
- Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
- Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
- 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        312/312 
-   Running scriptlet: crypto-policies-scripts-20240201-2.git9f501f3.fc   312/312 
-   Running scriptlet: nss-3.99.0-1.fc40.x86_64                           312/312
-  
-   Running scriptlet: libsmartcols-2.40-13.fc40.x86_64                   312/312 
- Creating group 'systemd-coredump' with GID 995.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 995 and GID 995.
- Creating group 'systemd-timesync' with GID 994.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 994 and GID 994.
- 
- 
- Upgraded:
-   libblkid-2.40.1-1.fc40.x86_64            libfdisk-2.40.1-1.fc40.x86_64        
-   libmount-2.40.1-1.fc40.x86_64            libsmartcols-2.40.1-1.fc40.x86_64    
-   libuuid-2.40.1-1.fc40.x86_64             util-linux-2.40.1-1.fc40.x86_64      
-   util-linux-core-2.40.1-1.fc40.x86_64    
- Installed:
-   ModemManager-glib-1.22.0-3.fc40.x86_64                                        
-   NetworkManager-libnm-1:1.46.0-2.fc40.x86_64                                   
-   abattis-cantarell-vf-fonts-0.301-12.fc40.noarch                               
-   adobe-source-code-pro-fonts-2.042.1.062.1.026-4.fc40.noarch                   
-   adwaita-cursor-theme-46.0-1.fc40.noarch                                       
-   adwaita-icon-theme-46.0-1.fc40.noarch                                         
-   alsa-lib-1.2.11-2.fc40.x86_64                                                 
-   at-spi2-atk-2.52.0-1.fc40.x86_64                                              
-   at-spi2-atk-devel-2.52.0-1.fc40.x86_64                                        
-   at-spi2-core-2.52.0-1.fc40.x86_64                                             
-   at-spi2-core-devel-2.52.0-1.fc40.x86_64                                       
-   atk-2.52.0-1.fc40.x86_64                                                      
-   atk-devel-2.52.0-1.fc40.x86_64                                                
-   avahi-glib-0.8-26.fc40.x86_64                                                 
-   avahi-libs-0.8-26.fc40.x86_64                                                 
-   avif-pixbuf-loader-1.0.4-1.fc40.x86_64                                        
-   bluez-libs-5.75-1.fc40.x86_64                                                 
-   brotli-1.1.0-3.fc40.x86_64                                                    
-   brotli-devel-1.1.0-3.fc40.x86_64                                              
-   bzip2-devel-1.0.8-18.fc40.x86_64                                              
-   cairo-1.18.0-3.fc40.x86_64                                                    
-   cairo-devel-1.18.0-3.fc40.x86_64                                              
-   cairo-gobject-1.18.0-3.fc40.x86_64                                            
-   cairo-gobject-devel-1.18.0-3.fc40.x86_64                                      
-   cdparanoia-libs-10.2-44.fc40.x86_64                                           
-   cmake-filesystem-3.28.2-1.fc40.x86_64                                         
-   colord-libs-1.4.7-3.fc40.x86_64                                               
-   cpio-2.15-1.fc40.x86_64                                                       
-   crypto-policies-scripts-20240201-2.git9f501f3.fc40.noarch                     
-   cryptsetup-libs-2.7.2-1.fc40.x86_64                                           
-   cups-libs-1:2.4.7-13.fc40.x86_64                                              
-   dbus-1:1.14.10-3.fc40.x86_64                                                  
-   dbus-broker-36-2.fc40.x86_64                                                  
-   dbus-common-1:1.14.10-3.fc40.noarch                                           
-   dbus-devel-1:1.14.10-3.fc40.x86_64                                            
-   dconf-0.40.0-12.fc40.x86_64                                                   
-   default-fonts-core-sans-4.0-13.fc40.noarch                                    
-   device-mapper-1.02.197-1.fc40.x86_64                                          
-   device-mapper-libs-1.02.197-1.fc40.x86_64                                     
-   dracut-060-1.fc40.x86_64                                                      
-   duktape-2.7.0-7.fc40.x86_64                                                   
-   exempi-2.6.4-5.fc40.x86_64                                                    
-   exiv2-0.27.6-7.fc40.x86_64                                                    
-   exiv2-libs-0.27.6-7.fc40.x86_64                                               
-   fdk-aac-free-2.0.0-13.fc40.x86_64                                             
-   file-5.45-4.fc40.x86_64                                                       
-   flac-libs-1.4.3-4.fc40.x86_64                                                 
-   fontconfig-2.15.0-4.fc40.x86_64                                               
-   fontconfig-devel-2.15.0-4.fc40.x86_64                                         
-   fonts-filesystem-1:2.0.5-14.fc40.noarch                                       
-   freetype-2.13.2-5.fc40.x86_64                                                 
-   freetype-devel-2.13.2-5.fc40.x86_64                                           
-   fribidi-1.0.13-4.fc40.x86_64                                                  
-   fribidi-devel-1.0.13-4.fc40.x86_64                                            
-   fuse-common-3.16.2-3.fc40.x86_64                                              
-   fuse-libs-2.9.9-21.fc40.x86_64                                                
-   fuse3-3.16.2-3.fc40.x86_64                                                    
-   fuse3-libs-3.16.2-3.fc40.x86_64                                               
-   gdk-pixbuf2-2.42.10-8.fc40.x86_64                                             
-   gdk-pixbuf2-devel-2.42.10-8.fc40.x86_64                                       
-   gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64                                     
-   geoclue2-2.7.0-5.fc40.x86_64                                                  
-   gettext-0.22.5-2.fc40.x86_64                                                  
-   gettext-envsubst-0.22.5-2.fc40.x86_64                                         
-   gettext-libs-0.22.5-2.fc40.x86_64                                             
-   gettext-runtime-0.22.5-2.fc40.x86_64                                          
-   giflib-5.2.2-1.fc40.x86_64                                                    
-   glib-networking-2.80.0-1.fc40.x86_64                                          
-   glib2-devel-2.80.0-1.fc40.x86_64                                              
-   gobject-introspection-1.80.1-1.fc40.x86_64                                    
-   google-noto-fonts-common-20240301-2.fc40.noarch                               
-   google-noto-sans-vf-fonts-20240301-2.fc40.noarch                              
-   gpgme-1.23.2-3.fc40.x86_64                                                    
-   gpgmepp-1.23.2-3.fc40.x86_64                                                  
-   graphene-1.10.6-8.fc40.x86_64                                                 
-   graphite2-1.3.14-15.fc40.x86_64                                               
-   graphite2-devel-1.3.14-15.fc40.x86_64                                         
-   grub2-common-1:2.06-121.fc40.noarch                                           
-   grub2-tools-1:2.06-121.fc40.x86_64                                            
-   grub2-tools-minimal-1:2.06-121.fc40.x86_64                                    
-   grubby-8.40-75.fc40.x86_64                                                    
-   gsettings-desktop-schemas-46.0-1.fc40.x86_64                                  
-   gsm-1.0.22-6.fc40.x86_64                                                      
-   gstreamer1-1.22.12-1.fc40.x86_64                                              
-   gstreamer1-plugins-base-1.22.12-1.fc40.x86_64                                 
-   gtk-update-icon-cache-3.24.41-1.fc40.x86_64                                   
-   gtk3-3.24.41-1.fc40.x86_64                                                    
-   gtk3-devel-3.24.41-1.fc40.x86_64                                              
-   gtksourceview3-3.24.11-10.fc39.x86_64                                         
-   gtksourceview3-devel-3.24.11-10.fc39.x86_64                                   
-   harfbuzz-8.3.0-5.fc40.x86_64                                                  
-   harfbuzz-devel-8.3.0-5.fc40.x86_64                                            
-   harfbuzz-icu-8.3.0-5.fc40.x86_64                                              
-   hicolor-icon-theme-0.17-18.fc40.noarch                                        
-   highway-1.1.0-1.fc40.x86_64                                                   
-   hwdata-0.382-1.fc40.noarch                                                    
-   iso-codes-4.16.0-3.fc40.noarch                                                
-   jbigkit-libs-2.1-29.fc40.x86_64                                               
-   json-glib-1.8.0-3.fc40.x86_64                                                 
-   jxl-pixbuf-loader-1:0.8.2-6.fc40.x86_64                                       
-   kbd-2.6.4-3.fc40.x86_64                                                       
-   kbd-legacy-2.6.4-3.fc40.noarch                                                
-   kbd-misc-2.6.4-3.fc40.noarch                                                  
-   kmod-31-5.fc40.x86_64                                                         
-   kmod-libs-31-5.fc40.x86_64                                                    
-   kpartx-0.9.7-7.fc40.x86_64                                                    
-   lame-libs-3.100-17.fc40.x86_64                                                
-   lcms2-2.16-3.fc40.x86_64                                                      
-   libXcomposite-0.4.6-3.fc40.x86_64                                             
-   libXcomposite-devel-0.4.6-3.fc40.x86_64                                       
-   libXcursor-1.2.1-7.fc40.x86_64                                                
-   libXcursor-devel-1.2.1-7.fc40.x86_64                                          
-   libXdamage-1.1.6-3.fc40.x86_64                                                
-   libXdamage-devel-1.1.6-3.fc40.x86_64                                          
-   libXext-1.3.6-1.fc40.x86_64                                                   
-   libXext-devel-1.3.6-1.fc40.x86_64                                             
-   libXfixes-6.0.1-3.fc40.x86_64                                                 
-   libXfixes-devel-6.0.1-3.fc40.x86_64                                           
-   libXft-2.3.8-6.fc40.x86_64                                                    
-   libXft-devel-2.3.8-6.fc40.x86_64                                              
-   libXi-1.8.1-5.fc40.x86_64                                                     
-   libXi-devel-1.8.1-5.fc40.x86_64                                               
-   libXinerama-1.1.5-6.fc40.x86_64                                               
-   libXinerama-devel-1.1.5-6.fc40.x86_64                                         
-   libXrandr-1.5.4-3.fc40.x86_64                                                 
-   libXrandr-devel-1.5.4-3.fc40.x86_64                                           
-   libXrender-0.9.11-6.fc40.x86_64                                               
-   libXrender-devel-0.9.11-6.fc40.x86_64                                         
-   libXtst-1.2.4-6.fc40.x86_64                                                   
-   libXtst-devel-1.2.4-6.fc40.x86_64                                             
-   libXv-1.0.12-3.fc40.x86_64                                                    
-   libXxf86vm-1.1.5-6.fc40.x86_64                                                
-   libaom-3.8.2-1.fc40.x86_64                                                    
-   libasyncns-0.8-28.fc40.x86_64                                                 
-   libavif-1.0.4-1.fc40.x86_64                                                   
-   libblkid-devel-2.40.1-1.fc40.x86_64                                           
-   libbpf-2:1.2.0-3.fc40.x86_64                                                  
-   libcanberra-0.30-35.fc40.x86_64                                               
-   libcanberra-gtk3-0.30-35.fc40.x86_64                                          
-   libcloudproviders-0.3.5-3.fc40.x86_64                                         
-   libcloudproviders-devel-0.3.5-3.fc40.x86_64                                   
-   libcue-2.3.0-3.fc40.x86_64                                                    
-   libdatrie-0.2.13-9.fc40.x86_64                                                
-   libdatrie-devel-0.2.13-9.fc40.x86_64                                          
-   libdav1d-1.4.0-1.fc40.x86_64                                                  
-   libdrm-2.4.120-3.fc40.x86_64                                                  
-   libepoxy-1.5.10-6.fc40.x86_64                                                 
-   libepoxy-devel-1.5.10-6.fc40.x86_64                                           
-   libexif-0.6.24-7.fc40.x86_64                                                  
-   libffi-devel-3.4.4-7.fc40.x86_64                                              
-   libgexiv2-0.14.2-3.fc40.x86_64                                                
-   libglvnd-1:1.7.0-4.fc40.x86_64                                                
-   libglvnd-core-devel-1:1.7.0-4.fc40.x86_64                                     
-   libglvnd-devel-1:1.7.0-4.fc40.x86_64                                          
-   libglvnd-egl-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-gles-1:1.7.0-4.fc40.x86_64                                           
-   libglvnd-glx-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-opengl-1:1.7.0-4.fc40.x86_64                                         
-   libgrss-0.7.0-19.fc40.x86_64                                                  
-   libgsf-1.14.51-4.fc40.x86_64                                                  
-   libgudev-238-5.fc40.x86_64                                                    
-   libgusb-0.4.9-1.fc40.x86_64                                                   
-   libgxps-0.3.2-8.fc40.x86_64                                                   
-   libicu-devel-74.2-1.fc40.x86_64                                               
-   libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40.x86_64                       
-   libimobiledevice-glue-1.0.0-3.fc40.x86_64                                     
-   libiptcdata-1.0.5-17.fc40.x86_64                                              
-   libjpeg-turbo-3.0.2-1.fc40.x86_64                                             
-   libjpeg-turbo-devel-3.0.2-1.fc40.x86_64                                       
-   libjxl-1:0.8.2-6.fc40.x86_64                                                  
-   libkcapi-1.4.0-10.fc40.x86_64                                                 
-   libkcapi-hmaccalc-1.4.0-10.fc40.x86_64                                        
-   liblc3-1.1.1-1.fc40.x86_64                                                    
-   libldac-2.0.2.3-15.fc40.x86_64                                                
-   liblerc-4.0.0-6.fc40.x86_64                                                   
-   libmount-devel-2.40.1-1.fc40.x86_64                                           
-   libnotify-0.8.3-3.fc40.x86_64                                                 
-   libogg-2:1.3.5-8.fc40.x86_64                                                  
-   libosinfo-1.11.0-5.fc40.x86_64                                                
-   libpciaccess-0.16-12.fc40.x86_64                                              
-   libplist-2.3.0-4.fc40.x86_64                                                  
-   libpng-2:1.6.40-3.fc40.x86_64                                                 
-   libpng-devel-2:1.6.40-3.fc40.x86_64                                           
-   libproxy-0.5.5-1.fc40.x86_64                                                  
-   librsvg2-2.57.1-4.fc40.x86_64                                                 
-   libsbc-2.0-4.fc40.x86_64                                                      
-   libselinux-devel-3.6-4.fc40.x86_64                                            
-   libsepol-devel-3.6-3.fc40.x86_64                                              
-   libsndfile-1.2.2-2.fc40.x86_64                                                
-   libsoup-2.74.3-6.fc40.x86_64                                                  
-   libsoup3-3.4.4-3.fc40.x86_64                                                  
-   libstemmer-2.2.0-10.fc40.x86_64                                               
-   libtdb-1.4.10-1.fc40.x86_64                                                   
-   libthai-0.1.29-8.fc40.x86_64                                                  
-   libthai-devel-0.1.29-8.fc40.x86_64                                            
-   libtheora-1:1.1.1-36.fc40.x86_64                                              
-   libtiff-4.6.0-2.fc40.x86_64                                                   
-   libtiff-devel-4.6.0-2.fc40.x86_64                                             
-   libtracker-sparql-3.7.3-1.fc40.x86_64                                         
-   libunwind-1.8.0-3.fc40.x86_64                                                 
-   libusb1-1.0.27-1.fc40.x86_64                                                  
-   libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_64                             
-   libvisual-1:0.4.1-4.fc40.x86_64                                               
-   libvmaf-2.3.0-7.fc40.x86_64                                                   
-   libvorbis-1:1.3.7-10.fc40.x86_64                                              
-   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                                                   
-   libwebp-devel-1.3.2-5.fc40.x86_64                                             
-   libxkbcommon-1.6.0-2.fc40.x86_64                                              
-   libxkbcommon-devel-1.6.0-2.fc40.x86_64                                        
-   libxml2-devel-2.12.6-1.fc40.x86_64                                            
-   libxshmfence-1.3.2-3.fc40.x86_64                                              
-   libxslt-1.1.39-3.fc40.x86_64                                                  
-   libzstd-devel-1.5.6-1.fc40.x86_64                                             
-   llvm-libs-18.1.1-1.fc40.x86_64                                                
-   lm_sensors-libs-3.6.0-18.fc40.x86_64                                          
-   low-memory-monitor-2.1-10.fc40.x86_64                                         
-   memstrack-0.2.5-4.fc40.x86_64                                                 
-   mesa-dri-drivers-24.0.6-2.fc40.x86_64                                         
-   mesa-filesystem-24.0.6-2.fc40.x86_64                                          
-   mesa-libEGL-24.0.6-2.fc40.x86_64                                              
-   mesa-libGL-24.0.6-2.fc40.x86_64                                               
-   mesa-libgbm-24.0.6-2.fc40.x86_64                                              
-   mesa-libglapi-24.0.6-2.fc40.x86_64                                            
-   mesa-va-drivers-24.0.6-2.fc40.x86_64                                          
-   mpg123-libs-1.31.3-4.fc40.x86_64                                              
-   nspr-4.35.0-22.fc40.x86_64                                                    
-   nss-3.99.0-1.fc40.x86_64                                                      
-   nss-softokn-3.99.0-1.fc40.x86_64                                              
-   nss-softokn-freebl-3.99.0-1.fc40.x86_64                                       
-   nss-sysinit-3.99.0-1.fc40.x86_64                                              
-   nss-util-3.99.0-1.fc40.x86_64                                                 
-   openjpeg2-2.5.2-1.fc40.x86_64                                                 
-   opus-1.5.1-1.fc40.x86_64                                                      
-   orc-0.4.38-2.fc40.x86_64                                                      
-   os-prober-1.81-6.fc40.x86_64                                                  
-   osinfo-db-20231215-3.fc40.noarch                                              
-   osinfo-db-tools-1.11.0-5.fc40.x86_64                                          
-   pango-1.52.2-1.fc40.x86_64                                                    
-   pango-devel-1.52.2-1.fc40.x86_64                                              
-   pcre2-devel-10.42-2.fc40.2.x86_64                                             
-   pcre2-utf16-10.42-2.fc40.2.x86_64                                             
-   pcre2-utf32-10.42-2.fc40.2.x86_64                                             
-   pigz-2.8-4.fc40.x86_64                                                        
-   pipewire-1.0.5-2.fc40.x86_64                                                  
-   pipewire-alsa-1.0.5-2.fc40.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.5-2.fc40.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.5-2.fc40.x86_64                   
-   pipewire-libs-1.0.5-2.fc40.x86_64                                             
-   pipewire-pulseaudio-1.0.5-2.fc40.x86_64                                       
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   pixman-devel-0.43.4-1.fc40.x86_64                                             
-   polkit-124-2.fc40.x86_64                                                      
-   polkit-libs-124-2.fc40.x86_64                                                 
-   polkit-pkla-compat-0.1-28.fc40.x86_64                                         
-   poppler-24.02.0-2.fc40.x86_64                                                 
-   poppler-data-0.4.11-7.fc40.noarch                                             
-   poppler-glib-24.02.0-2.fc40.x86_64                                            
-   procps-ng-4.0.4-3.fc40.x86_64                                                 
-   pulseaudio-libs-16.1-7.fc40.x86_64                                            
-   python3-packaging-23.2-4.fc40.noarch                                          
-   qrencode-libs-4.1.1-7.fc40.x86_64                                             
-   rav1e-libs-0.7.1-1.fc40.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-4.fc40.x86_64                                       
-   rtkit-0.11-63.fc40.x86_64                                                     
-   shared-mime-info-2.3-4.fc40.x86_64                                            
-   sound-theme-freedesktop-0.8-21.fc40.noarch                                    
-   svt-av1-libs-1.4.1-5.fc40.x86_64                                              
-   sysprof-capture-devel-46.0-1.fc40.x86_64                                      
-   systemd-255.4-1.fc40.x86_64                                                   
-   systemd-networkd-255.4-1.fc40.x86_64                                          
-   systemd-pam-255.4-1.fc40.x86_64                                               
-   systemd-resolved-255.4-1.fc40.x86_64                                          
-   systemd-udev-255.4-1.fc40.x86_64                                              
-   totem-pl-parser-3.26.6-9.fc40.x86_64                                          
-   tpm2-tools-5.7-1.fc40.x86_64                                                  
-   tpm2-tss-fapi-4.0.1-7.fc40.x86_64                                             
-   tracker-3.7.3-1.fc40.x86_64                                                   
-   tracker-miners-3.7.3-1.fc40.x86_64                                            
-   uchardet-0.0.8-5.fc40.x86_64                                                  
-   upower-1.90.2-4.fc40.x86_64                                                   
-   upower-libs-1.90.2-4.fc40.x86_64                                              
-   usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64                                
-   wayland-devel-1.22.0-3.fc40.x86_64                                            
-   webp-pixbuf-loader-0.2.7-1.fc40.x86_64                                        
-   webrtc-audio-processing-1.3-1.fc40.x86_64                                     
-   wireplumber-0.5.2-1.fc40.x86_64                                               
-   wireplumber-libs-0.5.2-1.fc40.x86_64                                          
-   xdg-desktop-portal-1.18.4-1.fc40.x86_64                                       
-   xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64                                   
-   xkeyboard-config-2.41-1.fc40.noarch                                           
-   xml-common-0.6.3-63.fc40.noarch                                               
-   xprop-1.2.7-1.fc40.x86_64                                                     
-   xz-devel-1:5.4.6-3.fc40.x86_64                                                
-   zlib-ng-compat-devel-2.1.6-2.fc40.x86_64                                      
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cairo-devel" "gtk3-devel" "gtksourceview3-devel"
- cairo-devel-1.18.0-3.fc40.x86_64
- gtk3-devel-3.24.41-1.fc40.x86_64
- gtksourceview3-devel-3.24.11-10.fc39.x86_64
2024-05-10 12:45.40 ---> saved as "92c009232f6d67cd4567f39d83827360e0efef89d15ca485a262020a32eb6551"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild           0.14.3
  - install conf-bash            1
  - install num                  1.5
  - install cmdliner             1.2.0
  - install ocamlfind            1.9.6
  - install conf-pkg-config      3
  - install dune                 3.15.2
  - install topkg                1.0.7
  - install conf-gtksourceview3  0+2
  - install conf-gtk3            18
  - install conf-cairo           1
  - install stdlib-shims         0.3.0
  - install sexplib0             v0.16.0
  - install result               1.5
  - install ppx_derivers         1.2.1
  - install pp_loc               2.1.0
  - install ocaml-compiler-libs  v0.12.4
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install menhirCST            20231231
  - install dune-build-info      3.15.2
  - install csexp                1.5.2
  - install cppo                 1.6.9
  - install camlp-streams        5.0.1
  - install fmt                  0.9.0
  - install parsexp              v0.16.0
  - install ppxlib               0.32.1
  - install menhir               20231231
  - install dune-configurator    3.15.2
  - install sexplib              v0.16.0
  - install ppx_deriving         5.2.1
  - install cairo2               0.6.4
  - install base                 v0.16.3
  - install gospel               0.3.0
  - install lablgtk3             3.1.4
  - install ppx_sexp_conv        v0.16.0
  - install lablgtk3-sourceview3 3.1.4
  - install why3                 1.7.2
  - install why3-ide             1.7.2
===== 39 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gospel.0.3.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved lablgtk3.3.1.4  (cached)
-> retrieved lablgtk3-sourceview3.3.1.4  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed cmdliner.1.2.0
-> installed num.1.5
-> retrieved topkg.1.0.7  (cached)
-> retrieved why3.1.7.2  (cached)
-> retrieved why3-ide.1.7.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.15.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed menhirCST.20231231
-> installed pp_loc.2.1.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed menhirSdk.20231231
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed cppo.1.6.9
-> installed menhirLib.20231231
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-build-info.3.15.2
-> installed dune-configurator.3.15.2
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed cairo2.0.6.4
-> installed base.v0.16.3
-> installed lablgtk3.3.1.4
-> installed lablgtk3-sourceview3.3.1.4
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
-> installed ppx_sexp_conv.v0.16.0
-> installed gospel.0.3.0
-> installed why3.1.7.2
-> installed why3-ide.1.7.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 12:47.26 ---> saved as "6a73e9933dfe6beefc3b50d46c49436899acd30d09730dfbcfab9443c8f74a9b"


/src: (copy (src .) (dst /src))
2024-05-10 12:47.26 ---> saved as "3a4a236a5b49457b6be9c25dc0c23e764137072197632f31624ebe66b5d4484e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.cameleer.objs/byte -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/gospel -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/pp_loc -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/num -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/why3 -no-alias-deps -opaque -open Cameleer -o src/.cameleer.objs/byte/cameleer__Why3ocaml_driver.cmo -c -impl src/why3ocaml_driver.ml)
File "src/why3ocaml_driver.ml", line 12, characters 25-31:
12 | type syntax_map = string Hstr.t
                              ^^^^^^
Error: Unbound module Hstr
Hint: Did you mean Sstr?
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.cameleer.objs/byte -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/gospel -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/pp_loc -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/num -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/why3 -no-alias-deps -opaque -open Cameleer -o src/.cameleer.objs/byte/cameleer__Declaration.cmi -c -intf src/declaration.mli)
File "src/declaration.mli", line 4, characters 26-42:
4 | val s_structure : info -> Uast.s_structure -> odecl list
                              ^^^^^^^^^^^^^^^^
Error: Unbound type constructor Uast.s_structure
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.cameleer.objs/byte -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/gospel -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/pp_loc -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/num -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/why3 -intf-suffix .ml -no-alias-deps -opaque -open Cameleer -o src/.cameleer.objs/byte/cameleer__Vspec.cmo -c -impl src/vspec.ml)
File "src/vspec.ml", line 84, characters 65-75:
84 |     sp_variant = List.map (fun t -> (T.term false t, None)) spec.sp_variant;
                                                                      ^^^^^^^^^^
Error: This expression has type Uast.val_spec
       There is no field sp_variant within type Uast.val_spec
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.cameleer.objs/byte -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/gospel -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/pp_loc -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/num -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/why3 -no-alias-deps -opaque -open Cameleer -o src/.cameleer.objs/byte/cameleer__Expression.cmi -c -intf src/expression.mli)
File "src/expression.mli", line 24, characters 30-50:
24 | val s_value_binding : info -> Uast.s_value_binding -> Ptree.ident * Ptree.expr
                                   ^^^^^^^^^^^^^^^^^^^^
Error: Unbound type constructor Uast.s_value_binding
(cd _build/default && /home/opam/.opam/4.14/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/.cameleer.objs/byte -I src/.cameleer.objs/native -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/gospel -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/pp_loc -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/num -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/why3 -intf-suffix .ml -no-alias-deps -opaque -open Cameleer -o src/.cameleer.objs/native/cameleer__Vspec.cmx -c -impl src/vspec.ml)
File "src/vspec.ml", line 84, characters 65-75:
84 |     sp_variant = List.map (fun t -> (T.term false t, None)) spec.sp_variant;
                                                                      ^^^^^^^^^^
Error: This expression has type Uast.val_spec
       There is no field sp_variant within type Uast.val_spec
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-10 12:47.27: Job failed: Failed: Build failed