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

fedora-38-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:49.16: New job: test ocaml-gospel/cameleer https://github.com/ocaml-gospel/cameleer.git#refs/pull/38/head (af1d307a60d010563f90c4a7acb26307abf4bd9c) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
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:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
# fedora-38-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 15:49.16: Using cache hint "ocaml-gospel/cameleer-ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101-fedora-38-4.14_opam-2.1-7c178cb4ead43e47208e53f27c567d58"
2024-05-10 15:49.16: Using OBuilder spec:
((from ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
 (comment fedora-38-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 15:49.16: Waiting for resource in pool OCluster
2024-05-11 02:39.42: Waiting for worker…
2024-05-11 02:41.39: 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:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
2024-05-11 02:41.39 ---> using "c8fcc6f6743854d61e83ec532243b7842802baad10ad200a5e4b9d06496f1a39" from cache


/: (comment fedora-38-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 38 - x86_64 - Updates                     40 kB/s |  24 kB     00:00    
Fedora 38 - x86_64 - Updates                    5.0 MB/s | 7.5 MB     00:01    
Fedora Modular 38 - x86_64 - Updates            185 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 02:41.39 ---> using "8beba12bb3916922dac18a983f8c02a7d9f23caa8afb5bc5a19fd1048fe329d5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 02:41.39 ---> using "5d300b83cf96ca53af026add7e9a34129e5ac42651d1a10dc71d685d8c3e3d45" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 02:42.04 ---> saved as "c79e7ee7ff7f997a7ac1b5544316ab15ff19e6a9b213c801c392cfe13fe04112"


/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-11 02:42.04 ---> saved as "b544ab9d5c56fefcbaccb2287e4d3bf51f5345daffd3e33e36112d5d6149d003"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:42.04 ---> saved as "ae835d1bf1a8feef001fcfff27f264df5f90171bf80aeb2de080852e08058f09"


/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
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


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


/src: (copy (src cameleer.opam) (dst ./))
2024-05-11 02:42.59 ---> saved as "3cea58597f1d487e4dd3eab2722d5f8bb6335d8addbb0483397cb9baafc11f02"


/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-11 02:43.00 ---> saved as "9befabc9dc18189ef88a8ccd57b4a1d65b021c541d9ffced43b4a62442ad7e32"


/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 38 - x86_64                              197 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64        9.2 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      198 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    171 kB/s |  24 kB     00:00    
- Fedora 38 - x86_64 - Updates                    1.8 MB/s | 1.8 MB     00:01    
- Fedora Modular 38 - x86_64 - Updates            193 kB/s |  24 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:12 ago on Sat May 11 02:43:03 2024.
- Dependencies resolved.
- ============================================================================================
-  Package                                   Arch    Version                    Repo      Size
- ============================================================================================
- Installing:
-  cairo-devel                               x86_64  1.17.8-4.fc38              updates  188 k
-  gtk3-devel                                x86_64  3.24.41-1.fc38             updates  4.3 M
-  gtksourceview3-devel                      x86_64  3.24.11-9.fc38             fedora   223 k
- Installing dependencies:
-  ModemManager-glib                         x86_64  1.20.6-1.fc38              updates  323 k
-  NetworkManager-libnm                      x86_64  1:1.42.8-1.fc38            updates  1.8 M
-  adwaita-cursor-theme                      noarch  44.0-1.fc38                fedora   633 k
-  adwaita-icon-theme                        noarch  44.0-1.fc38                fedora   1.1 M
-  alsa-lib                                  x86_64  1.2.11-2.fc38              updates  520 k
-  at-spi2-atk                               x86_64  2.48.4-1.fc38              updates   85 k
-  at-spi2-atk-devel                         x86_64  2.48.4-1.fc38              updates  9.7 k
-  at-spi2-core                              x86_64  2.48.4-1.fc38              updates  371 k
-  at-spi2-core-devel                        x86_64  2.48.4-1.fc38              updates  315 k
-  atk                                       x86_64  2.48.4-1.fc38              updates   80 k
-  atk-devel                                 x86_64  2.48.4-1.fc38              updates  435 k
-  avahi-glib                                x86_64  0.8-22.fc38                updates   15 k
-  avahi-libs                                x86_64  0.8-22.fc38                updates   66 k
-  bluez-libs                                x86_64  5.75-1.fc38                updates   84 k
-  brotli                                    x86_64  1.0.9-11.fc38              fedora   316 k
-  brotli-devel                              x86_64  1.0.9-11.fc38              fedora    31 k
-  bzip2-devel                               x86_64  1.0.8-13.fc38              fedora   214 k
-  cairo                                     x86_64  1.17.8-4.fc38              updates  704 k
-  cairo-gobject                             x86_64  1.17.8-4.fc38              updates   18 k
-  cairo-gobject-devel                       x86_64  1.17.8-4.fc38              updates   11 k
-  cdparanoia-libs                           x86_64  10.2-41.fc38               fedora    54 k
-  cmake-filesystem                          x86_64  3.27.7-1.fc38              updates   19 k
-  colord-libs                               x86_64  1.4.6-4.fc38               updates  232 k
-  cpio                                      x86_64  2.13-14.fc38               fedora   276 k
-  crypto-policies-scripts                   noarch  20230301-1.gita12f7b2.fc38 fedora   116 k
-  cryptsetup-libs                           x86_64  2.6.1-1.fc38               fedora   492 k
-  cups-libs                                 x86_64  1:2.4.7-13.fc38            updates  268 k
-  dbus                                      x86_64  1:1.14.10-1.fc38           updates  8.0 k
-  dbus-broker                               x86_64  33-1.fc38                  fedora   173 k
-  dbus-common                               noarch  1:1.14.10-1.fc38           updates   15 k
-  dbus-devel                                x86_64  1:1.14.10-1.fc38           updates   40 k
-  device-mapper                             x86_64  1.02.197-1.fc38            updates  137 k
-  device-mapper-libs                        x86_64  1.02.197-1.fc38            updates  175 k
-  dracut                                    x86_64  059-5.fc38                 updates  427 k
-  duktape                                   x86_64  2.7.0-2.fc38               fedora   170 k
-  exempi                                    x86_64  2.6.3-2.fc38               fedora   576 k
-  exiv2-libs                                x86_64  0.27.6-4.fc38              fedora   782 k
-  fdk-aac-free                              x86_64  2.0.0-10.fc38              fedora   336 k
-  file                                      x86_64  5.44-3.fc38                fedora    49 k
-  flac-libs                                 x86_64  1.4.3-1.fc38               updates  263 k
-  fontconfig                                x86_64  2.14.2-2.fc38              updates  295 k
-  fontconfig-devel                          x86_64  2.14.2-2.fc38              updates  163 k
-  freetype                                  x86_64  2.13.0-2.fc38              fedora   414 k
-  freetype-devel                            x86_64  2.13.0-2.fc38              fedora   945 k
-  fribidi                                   x86_64  1.0.12-3.fc38              fedora    89 k
-  fribidi-devel                             x86_64  1.0.12-3.fc38              fedora    30 k
-  fuse-common                               x86_64  3.14.1-1.fc38              updates  6.9 k
-  fuse-libs                                 x86_64  2.9.9-16.fc38              fedora    97 k
-  fuse3                                     x86_64  3.14.1-1.fc38              updates   55 k
-  fuse3-libs                                x86_64  3.14.1-1.fc38              updates   93 k
-  gdk-pixbuf2                               x86_64  2.42.10-2.fc38             fedora   485 k
-  gdk-pixbuf2-devel                         x86_64  2.42.10-2.fc38             fedora   367 k
-  gdk-pixbuf2-modules                       x86_64  2.42.10-2.fc38             fedora    85 k
-  geoclue2                                  x86_64  2.7.0-1.fc38               updates  156 k
-  gettext                                   x86_64  0.21.1-2.fc38              fedora   1.0 M
-  gettext-envsubst                          x86_64  0.21.1-2.fc38              fedora    36 k
-  gettext-libs                              x86_64  0.21.1-2.fc38              fedora   320 k
-  gettext-runtime                           x86_64  0.21.1-2.fc38              fedora   117 k
-  giflib                                    x86_64  5.2.2-1.fc38               updates   52 k
-  glib2-devel                               x86_64  2.76.6-1.fc38              updates  586 k
-  gobject-introspection                     x86_64  1.76.1-1.fc38              updates  262 k
-  google-noto-fonts-common                  noarch  20230201-2.fc38            updates   16 k
-  google-noto-sans-vf-fonts                 noarch  20230201-2.fc38            updates  579 k
-  graphene                                  x86_64  1.10.6-5.fc38              fedora    62 k
-  graphite2                                 x86_64  1.3.14-11.fc38             fedora    95 k
-  graphite2-devel                           x86_64  1.3.14-11.fc38             fedora    20 k
-  grub2-common                              noarch  1:2.06-118.fc38            updates  919 k
-  grub2-tools                               x86_64  1:2.06-118.fc38            updates  1.8 M
-  grub2-tools-minimal                       x86_64  1:2.06-118.fc38            updates  624 k
-  gsettings-desktop-schemas                 x86_64  44.0-1.fc38                fedora   733 k
-  gsm                                       x86_64  1.0.22-2.fc38              fedora    35 k
-  gstreamer1                                x86_64  1.22.11-1.fc38             updates  1.4 M
-  gstreamer1-plugins-base                   x86_64  1.22.11-1.fc38             updates  2.2 M
-  gtk-update-icon-cache                     x86_64  3.24.41-1.fc38             updates   34 k
-  gtk3                                      x86_64  3.24.41-1.fc38             updates  5.6 M
-  gtksourceview3                            x86_64  3.24.11-9.fc38             fedora   623 k
-  harfbuzz                                  x86_64  7.1.0-1.fc38               fedora   889 k
-  harfbuzz-devel                            x86_64  7.1.0-1.fc38               fedora   445 k
-  harfbuzz-icu                              x86_64  7.1.0-1.fc38               fedora    16 k
-  hicolor-icon-theme                        noarch  0.17-15.fc38               fedora    66 k
-  hwdata                                    noarch  0.381-1.fc38               updates  1.6 M
-  iso-codes                                 noarch  4.13.0-1.fc38              fedora   3.5 M
-  jbigkit-libs                              x86_64  2.1-25.fc38                fedora    53 k
-  json-glib                                 x86_64  1.6.6-4.fc38               fedora   162 k
-  kbd                                       x86_64  2.5.1-5.fc38               fedora   428 k
-  kbd-legacy                                noarch  2.5.1-5.fc38               fedora   550 k
-  kbd-misc                                  noarch  2.5.1-5.fc38               fedora   1.6 M
-  kmod                                      x86_64  30-4.fc38                  fedora   120 k
-  kmod-libs                                 x86_64  30-4.fc38                  fedora    68 k
-  lame-libs                                 x86_64  3.100-14.fc38              fedora   337 k
-  langpacks-core-font-en                    noarch  3.0-32.fc38                updates  9.6 k
-  lcms2                                     x86_64  2.15-1.fc38                fedora   178 k
-  libXcomposite                             x86_64  0.4.5-9.fc38               fedora    23 k
-  libXcomposite-devel                       x86_64  0.4.5-9.fc38               fedora    15 k
-  libXcursor                                x86_64  1.2.1-3.fc38               fedora    30 k
-  libXcursor-devel                          x86_64  1.2.1-3.fc38               fedora    40 k
-  libXdamage                                x86_64  1.1.5-9.fc38               fedora    22 k
-  libXdamage-devel                          x86_64  1.1.5-9.fc38               fedora   9.3 k
-  libXext                                   x86_64  1.3.5-2.fc38               fedora    39 k
-  libXext-devel                             x86_64  1.3.5-2.fc38               fedora    85 k
-  libXfixes                                 x86_64  6.0.0-5.fc38               fedora    19 k
-  libXfixes-devel                           x86_64  6.0.0-5.fc38               fedora    12 k
-  libXft                                    x86_64  2.3.8-2.fc38               updates   72 k
-  libXft-devel                              x86_64  2.3.8-2.fc38               updates   50 k
-  libXi                                     x86_64  1.8.1-1.fc38               updates   40 k
-  libXi-devel                               x86_64  1.8.1-1.fc38               updates  116 k
-  libXinerama                               x86_64  1.1.5-2.fc38               fedora    14 k
-  libXinerama-devel                         x86_64  1.1.5-2.fc38               fedora    13 k
-  libXrandr                                 x86_64  1.5.2-10.fc38              fedora    27 k
-  libXrandr-devel                           x86_64  1.5.2-10.fc38              fedora    19 k
-  libXrender                                x86_64  0.9.11-2.fc38              fedora    27 k
-  libXrender-devel                          x86_64  0.9.11-2.fc38              fedora    19 k
-  libXtst                                   x86_64  1.2.4-2.fc38               fedora    20 k
-  libXtst-devel                             x86_64  1.2.4-2.fc38               fedora    16 k
-  libXv                                     x86_64  1.0.11-18.fc38             fedora    18 k
-  libXxf86vm                                x86_64  1.1.5-2.fc38               fedora    18 k
-  libargon2                                 x86_64  20190702-2.fc38            fedora    28 k
-  libasyncns                                x86_64  0.8-24.fc38                fedora    30 k
-  libblkid-devel                            x86_64  2.38.1-4.fc38              fedora    16 k
-  libcanberra                               x86_64  0.30-31.fc38               fedora    85 k
-  libcloudproviders                         x86_64  0.3.5-1.fc38               updates   46 k
-  libcloudproviders-devel                   x86_64  0.3.5-1.fc38               updates   49 k
-  libcue                                    x86_64  2.2.1-13.fc38              updates   34 k
-  libdatrie                                 x86_64  0.2.13-5.fc38              fedora    32 k
-  libdatrie-devel                           x86_64  0.2.13-5.fc38              fedora   149 k
-  libdrm                                    x86_64  2.4.120-1.fc38             updates  157 k
-  libepoxy                                  x86_64  1.5.10-3.fc38              fedora   237 k
-  libepoxy-devel                            x86_64  1.5.10-3.fc38              fedora   133 k
-  libexif                                   x86_64  0.6.24-4.fc38              fedora   461 k
-  libffi-devel                              x86_64  3.4.4-2.fc38               fedora    29 k
-  libgexiv2                                 x86_64  0.14.2-1.fc38              updates   98 k
-  libglvnd                                  x86_64  1:1.6.0-2.fc38             fedora   134 k
-  libglvnd-core-devel                       x86_64  1:1.6.0-2.fc38             fedora    18 k
-  libglvnd-devel                            x86_64  1:1.6.0-2.fc38             fedora   163 k
-  libglvnd-egl                              x86_64  1:1.6.0-2.fc38             fedora    36 k
-  libglvnd-gles                             x86_64  1:1.6.0-2.fc38             fedora    32 k
-  libglvnd-glx                              x86_64  1:1.6.0-2.fc38             fedora   142 k
-  libglvnd-opengl                           x86_64  1:1.6.0-2.fc38             fedora    43 k
-  libgrss                                   x86_64  0.7.0-16.fc38              fedora    62 k
-  libgsf                                    x86_64  1.14.51-1.fc38             updates  297 k
-  libgudev                                  x86_64  237-4.fc38                 fedora    35 k
-  libgusb                                   x86_64  0.4.8-1.fc38               updates   65 k
-  libgxps                                   x86_64  0.3.2-5.fc38               fedora    77 k
-  libicu-devel                              x86_64  72.1-2.fc38                fedora   918 k
-  libiptcdata                               x86_64  1.0.5-13.fc38              fedora    61 k
-  libjpeg-turbo                             x86_64  2.1.4-2.fc38               fedora   183 k
-  libjpeg-turbo-devel                       x86_64  2.1.4-2.fc38               fedora    98 k
-  libkcapi                                  x86_64  1.4.0-5.fc38               fedora    46 k
-  libkcapi-hmaccalc                         x86_64  1.4.0-5.fc38               fedora    24 k
-  liblc3                                    x86_64  1.0.4-2.fc38               updates   80 k
-  libldac                                   x86_64  2.0.2.3-12.fc38            fedora    41 k
-  liblerc                                   x86_64  4.0.0-3.fc38               fedora   202 k
-  libmount-devel                            x86_64  2.38.1-4.fc38              fedora    18 k
-  libnotify                                 x86_64  0.8.3-1.fc38               updates   51 k
-  libogg                                    x86_64  2:1.3.5-5.fc38             fedora    33 k
-  libosinfo                                 x86_64  1.11.0-1.fc38              updates  315 k
-  libpciaccess                              x86_64  0.16-8.fc38                fedora    26 k
-  libpng                                    x86_64  2:1.6.37-14.fc38           fedora   120 k
-  libpng-devel                              x86_64  2:1.6.37-14.fc38           fedora   291 k
-  libproxy                                  x86_64  0.4.18-6.fc38              fedora    71 k
-  libsbc                                    x86_64  2.0-2.fc38                 fedora    47 k
-  libselinux-devel                          x86_64  3.5-1.fc38                 fedora   151 k
-  libsepol-devel                            x86_64  3.5-1.fc38                 fedora    49 k
-  libsndfile                                x86_64  1.1.0-6.fc38               fedora   214 k
-  libsoup                                   x86_64  2.74.3-2.fc38              fedora   402 k
-  libsoup3                                  x86_64  3.4.4-1.fc38               updates  389 k
-  libstemmer                                x86_64  2.2.0-5.fc38               fedora   168 k
-  libtdb                                    x86_64  1.4.8-1.fc38               fedora    51 k
-  libthai                                   x86_64  0.1.29-4.fc38              fedora   213 k
-  libthai-devel                             x86_64  0.1.29-4.fc38              fedora   140 k
-  libtheora                                 x86_64  1:1.1.1-33.fc38            fedora   166 k
-  libtiff                                   x86_64  4.4.0-8.fc38               updates  201 k
-  libtiff-devel                             x86_64  4.4.0-8.fc38               updates  545 k
-  libtracker-sparql                         x86_64  3.5.3-2.fc38               updates  385 k
-  libunwind                                 x86_64  1.6.2-7.fc38               fedora    68 k
-  libusb1                                   x86_64  1.0.27-1.fc38              updates   76 k
-  libvisual                                 x86_64  1:0.4.1-1.fc38             fedora   151 k
-  libvorbis                                 x86_64  1:1.3.7-7.fc38             fedora   195 k
-  libwayland-client                         x86_64  1.22.0-1.fc38              updates   34 k
-  libwayland-cursor                         x86_64  1.22.0-1.fc38              updates   19 k
-  libwayland-egl                            x86_64  1.22.0-1.fc38              updates   13 k
-  libwayland-server                         x86_64  1.22.0-1.fc38              updates   42 k
-  libwebp                                   x86_64  1.3.2-2.fc38               updates  284 k
-  libxkbcommon                              x86_64  1.5.0-2.fc38               fedora   140 k
-  libxkbcommon-devel                        x86_64  1.5.0-2.fc38               fedora    65 k
-  libxml2-devel                             x86_64  2.10.4-1.fc38              updates  531 k
-  libxshmfence                              x86_64  1.3-12.fc38                fedora    12 k
-  libxslt                                   x86_64  1.1.39-1.fc38              updates  187 k
-  llvm-libs                                 x86_64  16.0.6-3.fc38              updates   27 M
-  lm_sensors-libs                           x86_64  3.6.0-13.fc38              fedora    41 k
-  low-memory-monitor                        x86_64  2.1-7.fc38                 fedora    34 k
-  mesa-filesystem                           x86_64  23.1.9-1.fc38              updates   17 k
-  mesa-libEGL                               x86_64  23.1.9-1.fc38              updates  131 k
-  mesa-libGL                                x86_64  23.1.9-1.fc38              updates  173 k
-  mesa-libgbm                               x86_64  23.1.9-1.fc38              updates   44 k
-  mesa-libglapi                             x86_64  23.1.9-1.fc38              updates   53 k
-  mpg123-libs                               x86_64  1.31.3-1.fc38              fedora   340 k
-  nspr                                      x86_64  4.35.0-17.fc38             updates  137 k
-  nss                                       x86_64  3.99.0-1.fc38              updates  703 k
-  nss-softokn                               x86_64  3.99.0-1.fc38              updates  419 k
-  nss-softokn-freebl                        x86_64  3.99.0-1.fc38              updates  381 k
-  nss-sysinit                               x86_64  3.99.0-1.fc38              updates   18 k
-  nss-util                                  x86_64  3.99.0-1.fc38              updates   87 k
-  openjpeg2                                 x86_64  2.5.2-1.fc38               updates  178 k
-  opus                                      x86_64  1.3.1-12.fc38              fedora   206 k
-  orc                                       x86_64  0.4.33-2.fc38              fedora   202 k
-  os-prober                                 x86_64  1.81-3.fc38                fedora    50 k
-  osinfo-db                                 noarch  20231215-1.fc38            updates  444 k
-  osinfo-db-tools                           x86_64  1.11.0-1.fc38              updates   73 k
-  pango                                     x86_64  1.50.14-1.fc38             fedora   342 k
-  pango-devel                               x86_64  1.50.14-1.fc38             fedora   161 k
-  pcre2-devel                               x86_64  10.42-1.fc38.1             fedora   506 k
-  pcre2-utf16                               x86_64  10.42-1.fc38.1             fedora   214 k
-  pcre2-utf32                               x86_64  10.42-1.fc38.1             fedora   201 k
-  pipewire-jack-audio-connection-kit-libs   x86_64  1.0.3-1.fc38               updates  140 k
-  pipewire-libs                             x86_64  1.0.3-1.fc38               updates  1.9 M
-  pixman                                    x86_64  0.42.2-1.fc38              fedora   285 k
-  pixman-devel                              x86_64  0.42.2-1.fc38              fedora    17 k
-  polkit                                    x86_64  122-3.fc38.1               updates  150 k
-  polkit-libs                               x86_64  122-3.fc38.1               updates   63 k
-  polkit-pkla-compat                        x86_64  0.1-23.fc38                fedora    44 k
-  poppler                                   x86_64  23.02.0-3.fc38             updates  1.2 M
-  poppler-data                              noarch  0.4.11-4.fc38              fedora   2.0 M
-  poppler-glib                              x86_64  23.02.0-3.fc38             updates  175 k
-  procps-ng                                 x86_64  3.3.17-11.fc38             updates  338 k
-  pulseaudio-libs                           x86_64  16.1-4.fc38                fedora   694 k
-  rtkit                                     x86_64  0.11-58.fc38               fedora    55 k
-  shared-mime-info                          x86_64  2.2-3.fc38                 fedora   381 k
-  sound-theme-freedesktop                   noarch  0.8-19.fc38                fedora   383 k
-  sysprof-capture-devel                     x86_64  3.48.0-1.fc38              fedora    58 k
-  systemd                                   x86_64  253.17-1.fc38              updates  4.5 M
-  systemd-pam                               x86_64  253.17-1.fc38              updates  337 k
-  systemd-udev                              x86_64  253.17-1.fc38              updates  2.1 M
-  totem-pl-parser                           x86_64  3.26.6-6.fc38              fedora   144 k
-  tracker                                   x86_64  3.5.3-2.fc38               updates  584 k
-  uchardet                                  x86_64  0.0.8-2.fc38               fedora   108 k
-  upower                                    x86_64  0.99.20-3.fc38             fedora   139 k
-  wayland-devel                             x86_64  1.22.0-1.fc38              updates  148 k
-  webrtc-audio-processing                   x86_64  0.3.1-10.fc38              fedora   307 k
-  wireplumber                               x86_64  0.4.17-1.fc38              updates   99 k
-  wireplumber-libs                          x86_64  0.4.17-1.fc38              updates  347 k
-  xdg-desktop-portal                        x86_64  1.16.0-3.fc38              fedora   435 k
-  xkeyboard-config                          noarch  2.38-1.fc38                fedora   963 k
-  xml-common                                noarch  0.6.3-60.fc38              fedora    31 k
-  xprop                                     x86_64  1.2.5-3.fc38               fedora    35 k
-  xz-devel                                  x86_64  5.4.1-1.fc38               fedora    65 k
-  zlib-devel                                x86_64  1.2.13-3.fc38              fedora    45 k
- Installing weak dependencies:
-  abattis-cantarell-fonts                   noarch  0.301-9.fc38               fedora   270 k
-  adobe-source-code-pro-fonts               noarch  2.042.1.062.1.026-2.fc38   updates  806 k
-  dconf                                     x86_64  0.40.0-8.fc38              fedora   107 k
-  exiv2                                     x86_64  0.27.6-4.fc38              fedora   980 k
-  glib-networking                           x86_64  2.76.1-1.fc38              updates  195 k
-  grubby                                    x86_64  8.40-70.fc38               updates   26 k
-  kpartx                                    x86_64  0.9.4-2.fc38               fedora    49 k
-  libcanberra-gtk3                          x86_64  0.30-31.fc38               fedora    31 k
-  libproxy-duktape                          x86_64  0.4.18-6.fc38              fedora    17 k
-  memstrack                                 x86_64  0.2.5-1.fc38               fedora    50 k
-  mesa-dri-drivers                          x86_64  23.1.9-1.fc38              updates   19 M
-  mesa-va-drivers                           x86_64  23.1.9-1.fc38              updates  3.4 M
-  pigz                                      x86_64  2.7-3.fc38                 fedora    83 k
-  pipewire                                  x86_64  1.0.3-1.fc38               updates  115 k
-  pipewire-alsa                             x86_64  1.0.3-1.fc38               updates   64 k
-  pipewire-jack-audio-connection-kit        x86_64  1.0.3-1.fc38               updates   16 k
-  pipewire-pulseaudio                       x86_64  1.0.3-1.fc38               updates  198 k
-  qrencode-libs                             x86_64  4.1.1-4.fc38               fedora    61 k
-  systemd-networkd                          x86_64  253.17-1.fc38              updates  631 k
-  systemd-resolved                          x86_64  253.17-1.fc38              updates  287 k
-  tpm2-tools                                x86_64  5.5-3.fc38                 updates  795 k
-  tracker-miners                            x86_64  3.5.4-1.fc38               updates  958 k
-  xdg-desktop-portal-gtk                    x86_64  1.14.1-2.fc38              fedora   146 k
- 
- Transaction Summary
- ============================================================================================
- Install  273 Packages
- 
- Total download size: 135 M
- Installed size: 602 M
- Downloading Packages:
- (1/273): abattis-cantarell-fonts-0.301-9.fc38.n 1.9 MB/s | 270 kB     00:00    
- (2/273): adwaita-icon-theme-44.0-1.fc38.noarch. 4.9 MB/s | 1.1 MB     00:00    
- (3/273): brotli-1.0.9-11.fc38.x86_64.rpm        3.5 MB/s | 316 kB     00:00    
- (4/273): brotli-devel-1.0.9-11.fc38.x86_64.rpm  1.5 MB/s |  31 kB     00:00    
- (5/273): cdparanoia-libs-10.2-41.fc38.x86_64.rp 1.8 MB/s |  54 kB     00:00    
- (6/273): bzip2-devel-1.0.8-13.fc38.x86_64.rpm   2.2 MB/s | 214 kB     00:00    
- (7/273): cpio-2.13-14.fc38.x86_64.rpm           4.4 MB/s | 276 kB     00:00    
- (8/273): cryptsetup-libs-2.6.1-1.fc38.x86_64.rp 7.4 MB/s | 492 kB     00:00    
- (9/273): crypto-policies-scripts-20230301-1.git 1.1 MB/s | 116 kB     00:00    
- (10/273): dbus-broker-33-1.fc38.x86_64.rpm      4.0 MB/s | 173 kB     00:00    
- (11/273): dconf-0.40.0-8.fc38.x86_64.rpm        2.0 MB/s | 107 kB     00:00    
- (12/273): adwaita-cursor-theme-44.0-1.fc38.noar 1.3 MB/s | 633 kB     00:00    
- (13/273): duktape-2.7.0-2.fc38.x86_64.rpm       2.0 MB/s | 170 kB     00:00    
- (14/273): exempi-2.6.3-2.fc38.x86_64.rpm        5.1 MB/s | 576 kB     00:00    
- (15/273): exiv2-0.27.6-4.fc38.x86_64.rpm        7.9 MB/s | 980 kB     00:00    
- (16/273): file-5.44-3.fc38.x86_64.rpm           5.2 MB/s |  49 kB     00:00    
- (17/273): fdk-aac-free-2.0.0-10.fc38.x86_64.rpm 5.7 MB/s | 336 kB     00:00    
- (18/273): freetype-2.13.0-2.fc38.x86_64.rpm     7.0 MB/s | 414 kB     00:00    
- (19/273): fribidi-1.0.12-3.fc38.x86_64.rpm      3.2 MB/s |  89 kB     00:00    
- (20/273): exiv2-libs-0.27.6-4.fc38.x86_64.rpm   4.2 MB/s | 782 kB     00:00    
- (21/273): fribidi-devel-1.0.12-3.fc38.x86_64.rp 636 kB/s |  30 kB     00:00    
- (22/273): fuse-libs-2.9.9-16.fc38.x86_64.rpm    1.2 MB/s |  97 kB     00:00    
- (23/273): gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm 3.7 MB/s | 485 kB     00:00    
- (24/273): freetype-devel-2.13.0-2.fc38.x86_64.r 3.8 MB/s | 945 kB     00:00    
- (25/273): gdk-pixbuf2-modules-2.42.10-2.fc38.x8 3.3 MB/s |  85 kB     00:00    
- (26/273): gettext-envsubst-0.21.1-2.fc38.x86_64 1.6 MB/s |  36 kB     00:00    
- (27/273): gdk-pixbuf2-devel-2.42.10-2.fc38.x86_ 2.6 MB/s | 367 kB     00:00    
- (28/273): gettext-runtime-0.21.1-2.fc38.x86_64. 4.5 MB/s | 117 kB     00:00    
- (29/273): graphene-1.10.6-5.fc38.x86_64.rpm     1.8 MB/s |  62 kB     00:00    
- (30/273): gettext-libs-0.21.1-2.fc38.x86_64.rpm 4.5 MB/s | 320 kB     00:00    
- (31/273): graphite2-devel-1.3.14-11.fc38.x86_64 2.1 MB/s |  20 kB     00:00    
- (32/273): graphite2-1.3.14-11.fc38.x86_64.rpm   3.6 MB/s |  95 kB     00:00    
- (33/273): gsm-1.0.22-2.fc38.x86_64.rpm          2.6 MB/s |  35 kB     00:00    
- (34/273): gettext-0.21.1-2.fc38.x86_64.rpm      5.2 MB/s | 1.0 MB     00:00    
- (35/273): gsettings-desktop-schemas-44.0-1.fc38 6.6 MB/s | 733 kB     00:00    
- (36/273): gtksourceview3-devel-3.24.11-9.fc38.x 4.6 MB/s | 223 kB     00:00    
- (37/273): gtksourceview3-3.24.11-9.fc38.x86_64. 4.1 MB/s | 623 kB     00:00    
- (38/273): harfbuzz-icu-7.1.0-1.fc38.x86_64.rpm  1.2 MB/s |  16 kB     00:00    
- (39/273): harfbuzz-devel-7.1.0-1.fc38.x86_64.rp 5.0 MB/s | 445 kB     00:00    
- (40/273): hicolor-icon-theme-0.17-15.fc38.noarc 1.5 MB/s |  66 kB     00:00    
- (41/273): jbigkit-libs-2.1-25.fc38.x86_64.rpm   1.8 MB/s |  53 kB     00:00    
- (42/273): harfbuzz-7.1.0-1.fc38.x86_64.rpm      5.7 MB/s | 889 kB     00:00    
- (43/273): json-glib-1.6.6-4.fc38.x86_64.rpm     3.3 MB/s | 162 kB     00:00    
- (44/273): kbd-2.5.1-5.fc38.x86_64.rpm           6.4 MB/s | 428 kB     00:00    
- (45/273): kbd-legacy-2.5.1-5.fc38.noarch.rpm    4.4 MB/s | 550 kB     00:00    
- (46/273): kmod-30-4.fc38.x86_64.rpm             2.7 MB/s | 120 kB     00:00    
- (47/273): kmod-libs-30-4.fc38.x86_64.rpm        3.4 MB/s |  68 kB     00:00    
- (48/273): kpartx-0.9.4-2.fc38.x86_64.rpm        1.4 MB/s |  49 kB     00:00    
- (49/273): kbd-misc-2.5.1-5.fc38.noarch.rpm      6.7 MB/s | 1.6 MB     00:00    
- (50/273): lame-libs-3.100-14.fc38.x86_64.rpm    3.7 MB/s | 337 kB     00:00    
- (51/273): lcms2-2.15-1.fc38.x86_64.rpm          2.9 MB/s | 178 kB     00:00    
- (52/273): libXcomposite-0.4.5-9.fc38.x86_64.rpm 733 kB/s |  23 kB     00:00    
- (53/273): libXcomposite-devel-0.4.5-9.fc38.x86_ 1.0 MB/s |  15 kB     00:00    
- (54/273): libXcursor-1.2.1-3.fc38.x86_64.rpm    1.1 MB/s |  30 kB     00:00    
- (55/273): libXcursor-devel-1.2.1-3.fc38.x86_64. 1.4 MB/s |  40 kB     00:00    
- (56/273): libXdamage-1.1.5-9.fc38.x86_64.rpm    1.0 MB/s |  22 kB     00:00    
- (57/273): libXdamage-devel-1.1.5-9.fc38.x86_64. 473 kB/s | 9.3 kB     00:00    
- (58/273): libXext-1.3.5-2.fc38.x86_64.rpm       3.7 MB/s |  39 kB     00:00    
- (59/273): libXfixes-6.0.0-5.fc38.x86_64.rpm     2.0 MB/s |  19 kB     00:00    
- (60/273): libXfixes-devel-6.0.0-5.fc38.x86_64.r 1.3 MB/s |  12 kB     00:00    
- (61/273): libXext-devel-1.3.5-2.fc38.x86_64.rpm 2.3 MB/s |  85 kB     00:00    
- (62/273): iso-codes-4.13.0-1.fc38.noarch.rpm    6.7 MB/s | 3.5 MB     00:00    
- (63/273): libXinerama-1.1.5-2.fc38.x86_64.rpm   972 kB/s |  14 kB     00:00    
- (64/273): libXinerama-devel-1.1.5-2.fc38.x86_64 558 kB/s |  13 kB     00:00    
- (65/273): libXrandr-devel-1.5.2-10.fc38.x86_64. 845 kB/s |  19 kB     00:00    
- (66/273): libXrandr-1.5.2-10.fc38.x86_64.rpm    884 kB/s |  27 kB     00:00    
- (67/273): libXrender-0.9.11-2.fc38.x86_64.rpm   855 kB/s |  27 kB     00:00    
- (68/273): libXrender-devel-0.9.11-2.fc38.x86_64 768 kB/s |  19 kB     00:00    
- (69/273): libXtst-1.2.4-2.fc38.x86_64.rpm       980 kB/s |  20 kB     00:00    
- (70/273): libXxf86vm-1.1.5-2.fc38.x86_64.rpm    2.0 MB/s |  18 kB     00:00    
- (71/273): libXtst-devel-1.2.4-2.fc38.x86_64.rpm 898 kB/s |  16 kB     00:00    
- (72/273): libXv-1.0.11-18.fc38.x86_64.rpm       714 kB/s |  18 kB     00:00    
- (73/273): libblkid-devel-2.38.1-4.fc38.x86_64.r 1.8 MB/s |  16 kB     00:00    
- (74/273): libasyncns-0.8-24.fc38.x86_64.rpm     1.5 MB/s |  30 kB     00:00    
- (75/273): libargon2-20190702-2.fc38.x86_64.rpm  864 kB/s |  28 kB     00:00    
- (76/273): libcanberra-gtk3-0.30-31.fc38.x86_64. 2.8 MB/s |  31 kB     00:00    
- (77/273): libdatrie-0.2.13-5.fc38.x86_64.rpm    3.2 MB/s |  32 kB     00:00    
- (78/273): libcanberra-0.30-31.fc38.x86_64.rpm   3.0 MB/s |  85 kB     00:00    
- (79/273): libepoxy-1.5.10-3.fc38.x86_64.rpm     6.2 MB/s | 237 kB     00:00    
- (80/273): libdatrie-devel-0.2.13-5.fc38.x86_64. 3.0 MB/s | 149 kB     00:00    
- (81/273): libepoxy-devel-1.5.10-3.fc38.x86_64.r 3.3 MB/s | 133 kB     00:00    
- (82/273): libffi-devel-3.4.4-2.fc38.x86_64.rpm  2.9 MB/s |  29 kB     00:00    
- (83/273): libglvnd-core-devel-1.6.0-2.fc38.x86_ 1.8 MB/s |  18 kB     00:00    
- (84/273): libglvnd-1.6.0-2.fc38.x86_64.rpm      1.9 MB/s | 134 kB     00:00    
- (85/273): libexif-0.6.24-4.fc38.x86_64.rpm      5.8 MB/s | 461 kB     00:00    
- (86/273): libglvnd-devel-1.6.0-2.fc38.x86_64.rp 2.8 MB/s | 163 kB     00:00    
- (87/273): libglvnd-egl-1.6.0-2.fc38.x86_64.rpm  4.0 MB/s |  36 kB     00:00    
- (88/273): libglvnd-gles-1.6.0-2.fc38.x86_64.rpm 3.4 MB/s |  32 kB     00:00    
- (89/273): libglvnd-opengl-1.6.0-2.fc38.x86_64.r 4.5 MB/s |  43 kB     00:00    
- (90/273): libgudev-237-4.fc38.x86_64.rpm        3.5 MB/s |  35 kB     00:00    
- (91/273): libgrss-0.7.0-16.fc38.x86_64.rpm      3.1 MB/s |  62 kB     00:00    
- (92/273): libglvnd-glx-1.6.0-2.fc38.x86_64.rpm  4.1 MB/s | 142 kB     00:00    
- (93/273): libgxps-0.3.2-5.fc38.x86_64.rpm       3.9 MB/s |  77 kB     00:00    
- (94/273): libiptcdata-1.0.5-13.fc38.x86_64.rpm  2.1 MB/s |  61 kB     00:00    
- (95/273): libjpeg-turbo-2.1.4-2.fc38.x86_64.rpm 2.9 MB/s | 183 kB     00:00    
- (96/273): libjpeg-turbo-devel-2.1.4-2.fc38.x86_ 2.2 MB/s |  98 kB     00:00    
- (97/273): libkcapi-hmaccalc-1.4.0-5.fc38.x86_64 1.2 MB/s |  24 kB     00:00    
- (98/273): libkcapi-1.4.0-5.fc38.x86_64.rpm      1.1 MB/s |  46 kB     00:00    
- (99/273): libldac-2.0.2.3-12.fc38.x86_64.rpm    1.3 MB/s |  41 kB     00:00    
- (100/273): libmount-devel-2.38.1-4.fc38.x86_64. 480 kB/s |  18 kB     00:00    
- (101/273): liblerc-4.0.0-3.fc38.x86_64.rpm      2.0 MB/s | 202 kB     00:00    
- (102/273): libogg-1.3.5-5.fc38.x86_64.rpm       592 kB/s |  33 kB     00:00    
- (103/273): libpciaccess-0.16-8.fc38.x86_64.rpm  784 kB/s |  26 kB     00:00    
- (104/273): libpng-1.6.37-14.fc38.x86_64.rpm     2.1 MB/s | 120 kB     00:00    
- (105/273): libicu-devel-72.1-2.fc38.x86_64.rpm  3.0 MB/s | 918 kB     00:00    
- (106/273): libproxy-duktape-0.4.18-6.fc38.x86_6 1.6 MB/s |  17 kB     00:00    
- (107/273): libproxy-0.4.18-6.fc38.x86_64.rpm    1.9 MB/s |  71 kB     00:00    
- (108/273): libpng-devel-1.6.37-14.fc38.x86_64.r 4.2 MB/s | 291 kB     00:00    
- (109/273): libsbc-2.0-2.fc38.x86_64.rpm         2.0 MB/s |  47 kB     00:00    
- (110/273): libsepol-devel-3.5-1.fc38.x86_64.rpm 2.6 MB/s |  49 kB     00:00    
- (111/273): libselinux-devel-3.5-1.fc38.x86_64.r 2.3 MB/s | 151 kB     00:00    
- (112/273): libsndfile-1.1.0-6.fc38.x86_64.rpm   3.5 MB/s | 214 kB     00:00    
- (113/273): libsoup-2.74.3-2.fc38.x86_64.rpm     5.9 MB/s | 402 kB     00:00    
- (114/273): libtdb-1.4.8-1.fc38.x86_64.rpm       2.2 MB/s |  51 kB     00:00    
- (115/273): libstemmer-2.2.0-5.fc38.x86_64.rpm   3.5 MB/s | 168 kB     00:00    
- (116/273): libthai-0.1.29-4.fc38.x86_64.rpm     4.3 MB/s | 213 kB     00:00    
- (117/273): libthai-devel-0.1.29-4.fc38.x86_64.r 3.1 MB/s | 140 kB     00:00    
- (118/273): libunwind-1.6.2-7.fc38.x86_64.rpm    2.6 MB/s |  68 kB     00:00    
- (119/273): libtheora-1.1.1-33.fc38.x86_64.rpm   2.8 MB/s | 166 kB     00:00    
- (120/273): libvisual-0.4.1-1.fc38.x86_64.rpm    3.2 MB/s | 151 kB     00:00    
- (121/273): libvorbis-1.3.7-7.fc38.x86_64.rpm    3.8 MB/s | 195 kB     00:00    
- (122/273): libxkbcommon-1.5.0-2.fc38.x86_64.rpm 2.3 MB/s | 140 kB     00:00    
- (123/273): libxkbcommon-devel-1.5.0-2.fc38.x86_ 1.5 MB/s |  65 kB     00:00    
- (124/273): libxshmfence-1.3-12.fc38.x86_64.rpm  519 kB/s |  12 kB     00:00    
- (125/273): memstrack-0.2.5-1.fc38.x86_64.rpm    2.5 MB/s |  50 kB     00:00    
- (126/273): low-memory-monitor-2.1-7.fc38.x86_64 1.1 MB/s |  34 kB     00:00    
- (127/273): lm_sensors-libs-3.6.0-13.fc38.x86_64 1.1 MB/s |  41 kB     00:00    
- (128/273): opus-1.3.1-12.fc38.x86_64.rpm        2.4 MB/s | 206 kB     00:00    
- (129/273): mpg123-libs-1.31.3-1.fc38.x86_64.rpm 3.5 MB/s | 340 kB     00:00    
- (130/273): os-prober-1.81-3.fc38.x86_64.rpm     2.9 MB/s |  50 kB     00:00    
- (131/273): orc-0.4.33-2.fc38.x86_64.rpm         1.9 MB/s | 202 kB     00:00    
- (132/273): pango-devel-1.50.14-1.fc38.x86_64.rp 4.3 MB/s | 161 kB     00:00    
- (133/273): pcre2-utf16-10.42-1.fc38.1.x86_64.rp 5.8 MB/s | 214 kB     00:00    
- (134/273): pango-1.50.14-1.fc38.x86_64.rpm      3.7 MB/s | 342 kB     00:00    
- (135/273): pigz-2.7-3.fc38.x86_64.rpm           1.8 MB/s |  83 kB     00:00    
- (136/273): pcre2-utf32-10.42-1.fc38.1.x86_64.rp 3.9 MB/s | 201 kB     00:00    
- (137/273): pixman-devel-0.42.2-1.fc38.x86_64.rp 827 kB/s |  17 kB     00:00    
- (138/273): polkit-pkla-compat-0.1-23.fc38.x86_6 1.2 MB/s |  44 kB     00:00    
- (139/273): pcre2-devel-10.42-1.fc38.1.x86_64.rp 2.6 MB/s | 506 kB     00:00    
- (140/273): pixman-0.42.2-1.fc38.x86_64.rpm      2.5 MB/s | 285 kB     00:00    
- (141/273): qrencode-libs-4.1.1-4.fc38.x86_64.rp 1.6 MB/s |  61 kB     00:00    
- (142/273): rtkit-0.11-58.fc38.x86_64.rpm        1.3 MB/s |  55 kB     00:00    
- (143/273): pulseaudio-libs-16.1-4.fc38.x86_64.r 3.0 MB/s | 694 kB     00:00    
- (144/273): shared-mime-info-2.2-3.fc38.x86_64.r 2.9 MB/s | 381 kB     00:00    
- (145/273): sysprof-capture-devel-3.48.0-1.fc38. 1.2 MB/s |  58 kB     00:00    
- (146/273): sound-theme-freedesktop-0.8-19.fc38. 2.7 MB/s | 383 kB     00:00    
- (147/273): totem-pl-parser-3.26.6-6.fc38.x86_64 2.0 MB/s | 144 kB     00:00    
- (148/273): uchardet-0.0.8-2.fc38.x86_64.rpm     2.7 MB/s | 108 kB     00:00    
- (149/273): poppler-data-0.4.11-4.fc38.noarch.rp 4.8 MB/s | 2.0 MB     00:00    
- (150/273): upower-0.99.20-3.fc38.x86_64.rpm     2.8 MB/s | 139 kB     00:00    
- (151/273): webrtc-audio-processing-0.3.1-10.fc3 4.4 MB/s | 307 kB     00:00    
- (152/273): xdg-desktop-portal-1.16.0-3.fc38.x86 3.7 MB/s | 435 kB     00:00    
- (153/273): xml-common-0.6.3-60.fc38.noarch.rpm  1.8 MB/s |  31 kB     00:00    
- (154/273): xprop-1.2.5-3.fc38.x86_64.rpm        1.1 MB/s |  35 kB     00:00    
- (155/273): xz-devel-5.4.1-1.fc38.x86_64.rpm     1.6 MB/s |  65 kB     00:00    
- (156/273): xkeyboard-config-2.38-1.fc38.noarch. 4.3 MB/s | 963 kB     00:00    
- (157/273): xdg-desktop-portal-gtk-1.14.1-2.fc38 498 kB/s | 146 kB     00:00    
- (158/273): ModemManager-glib-1.20.6-1.fc38.x86_ 2.6 MB/s | 323 kB     00:00    
- (159/273): zlib-devel-1.2.13-3.fc38.x86_64.rpm  180 kB/s |  45 kB     00:00    
- (160/273): adobe-source-code-pro-fonts-2.042.1. 6.5 MB/s | 806 kB     00:00    
- (161/273): alsa-lib-1.2.11-2.fc38.x86_64.rpm    4.2 MB/s | 520 kB     00:00    
- (162/273): at-spi2-atk-2.48.4-1.fc38.x86_64.rpm 1.5 MB/s |  85 kB     00:00    
- (163/273): NetworkManager-libnm-1.42.8-1.fc38.x 6.1 MB/s | 1.8 MB     00:00    
- (164/273): at-spi2-atk-devel-2.48.4-1.fc38.x86_ 211 kB/s | 9.7 kB     00:00    
- (165/273): atk-2.48.4-1.fc38.x86_64.rpm         2.3 MB/s |  80 kB     00:00    
- (166/273): at-spi2-core-devel-2.48.4-1.fc38.x86 3.8 MB/s | 315 kB     00:00    
- (167/273): at-spi2-core-2.48.4-1.fc38.x86_64.rp 3.3 MB/s | 371 kB     00:00    
- (168/273): avahi-glib-0.8-22.fc38.x86_64.rpm    764 kB/s |  15 kB     00:00    
- (169/273): bluez-libs-5.75-1.fc38.x86_64.rpm    2.6 MB/s |  84 kB     00:00    
- (170/273): avahi-libs-0.8-22.fc38.x86_64.rpm    1.6 MB/s |  66 kB     00:00    
- (171/273): atk-devel-2.48.4-1.fc38.x86_64.rpm   4.3 MB/s | 435 kB     00:00    
- (172/273): cairo-gobject-1.17.8-4.fc38.x86_64.r 1.1 MB/s |  18 kB     00:00    
- (173/273): cairo-gobject-devel-1.17.8-4.fc38.x8 630 kB/s |  11 kB     00:00    
- (174/273): cairo-devel-1.17.8-4.fc38.x86_64.rpm 2.1 MB/s | 188 kB     00:00    
- (175/273): cmake-filesystem-3.27.7-1.fc38.x86_6 422 kB/s |  19 kB     00:00    
- (176/273): cairo-1.17.8-4.fc38.x86_64.rpm       4.4 MB/s | 704 kB     00:00    
- (177/273): colord-libs-1.4.6-4.fc38.x86_64.rpm  2.3 MB/s | 232 kB     00:00    
- (178/273): cups-libs-2.4.7-13.fc38.x86_64.rpm   3.0 MB/s | 268 kB     00:00    
- (179/273): dbus-1.14.10-1.fc38.x86_64.rpm       200 kB/s | 8.0 kB     00:00    
- (180/273): dbus-common-1.14.10-1.fc38.noarch.rp 596 kB/s |  15 kB     00:00    
- (181/273): dbus-devel-1.14.10-1.fc38.x86_64.rpm 1.6 MB/s |  40 kB     00:00    
- (182/273): device-mapper-1.02.197-1.fc38.x86_64 3.2 MB/s | 137 kB     00:00    
- (183/273): device-mapper-libs-1.02.197-1.fc38.x 2.7 MB/s | 175 kB     00:00    
- (184/273): dracut-059-5.fc38.x86_64.rpm         5.0 MB/s | 427 kB     00:00    
- (185/273): flac-libs-1.4.3-1.fc38.x86_64.rpm    3.9 MB/s | 263 kB     00:00    
- (186/273): fuse-common-3.14.1-1.fc38.x86_64.rpm 346 kB/s | 6.9 kB     00:00    
- (187/273): fuse3-3.14.1-1.fc38.x86_64.rpm       2.6 MB/s |  55 kB     00:00    
- (188/273): fontconfig-devel-2.14.2-2.fc38.x86_6 2.6 MB/s | 163 kB     00:00    
- (189/273): fontconfig-2.14.2-2.fc38.x86_64.rpm  3.1 MB/s | 295 kB     00:00    
- (190/273): fuse3-libs-3.14.1-1.fc38.x86_64.rpm  2.7 MB/s |  93 kB     00:00    
- (191/273): geoclue2-2.7.0-1.fc38.x86_64.rpm     4.3 MB/s | 156 kB     00:00    
- (192/273): giflib-5.2.2-1.fc38.x86_64.rpm       1.3 MB/s |  52 kB     00:00    
- (193/273): glib-networking-2.76.1-1.fc38.x86_64 4.1 MB/s | 195 kB     00:00    
- (194/273): google-noto-fonts-common-20230201-2. 610 kB/s |  16 kB     00:00    
- (195/273): glib2-devel-2.76.6-1.fc38.x86_64.rpm 6.0 MB/s | 586 kB     00:00    
- (196/273): gobject-introspection-1.76.1-1.fc38. 3.0 MB/s | 262 kB     00:00    
- (197/273): google-noto-sans-vf-fonts-20230201-2 5.7 MB/s | 579 kB     00:00    
- (198/273): grub2-tools-minimal-2.06-118.fc38.x8 5.9 MB/s | 624 kB     00:00    
- (199/273): grubby-8.40-70.fc38.x86_64.rpm       857 kB/s |  26 kB     00:00    
- (200/273): grub2-common-2.06-118.fc38.noarch.rp 4.2 MB/s | 919 kB     00:00    
- (201/273): grub2-tools-2.06-118.fc38.x86_64.rpm 5.1 MB/s | 1.8 MB     00:00    
- (202/273): gtk-update-icon-cache-3.24.41-1.fc38 1.5 MB/s |  34 kB     00:00    
- (203/273): gstreamer1-1.22.11-1.fc38.x86_64.rpm 5.0 MB/s | 1.4 MB     00:00    
- (204/273): gstreamer1-plugins-base-1.22.11-1.fc 4.3 MB/s | 2.2 MB     00:00    
- (205/273): hwdata-0.381-1.fc38.noarch.rpm       5.8 MB/s | 1.6 MB     00:00    
- (206/273): langpacks-core-font-en-3.0-32.fc38.n 242 kB/s | 9.6 kB     00:00    
- (207/273): libXft-2.3.8-2.fc38.x86_64.rpm       1.8 MB/s |  72 kB     00:00    
- (208/273): libXft-devel-2.3.8-2.fc38.x86_64.rpm 1.1 MB/s |  50 kB     00:00    
- (209/273): libXi-1.8.1-1.fc38.x86_64.rpm        2.8 MB/s |  40 kB     00:00    
- (210/273): gtk3-3.24.41-1.fc38.x86_64.rpm       7.2 MB/s | 5.6 MB     00:00    
- (211/273): libcloudproviders-0.3.5-1.fc38.x86_6 2.7 MB/s |  46 kB     00:00    
- (212/273): libXi-devel-1.8.1-1.fc38.x86_64.rpm  2.7 MB/s | 116 kB     00:00    
- (213/273): libcloudproviders-devel-0.3.5-1.fc38 2.7 MB/s |  49 kB     00:00    
- (214/273): libcue-2.2.1-13.fc38.x86_64.rpm      1.1 MB/s |  34 kB     00:00    
- (215/273): libdrm-2.4.120-1.fc38.x86_64.rpm     3.7 MB/s | 157 kB     00:00    
- (216/273): gtk3-devel-3.24.41-1.fc38.x86_64.rpm 5.5 MB/s | 4.3 MB     00:00    
- (217/273): libgexiv2-0.14.2-1.fc38.x86_64.rpm   2.2 MB/s |  98 kB     00:00    
- (218/273): libgusb-0.4.8-1.fc38.x86_64.rpm      3.1 MB/s |  65 kB     00:00    
- (219/273): libgsf-1.14.51-1.fc38.x86_64.rpm     5.8 MB/s | 297 kB     00:00    
- (220/273): liblc3-1.0.4-2.fc38.x86_64.rpm       1.9 MB/s |  80 kB     00:00    
- (221/273): libnotify-0.8.3-1.fc38.x86_64.rpm    1.1 MB/s |  51 kB     00:00    
- (222/273): libosinfo-1.11.0-1.fc38.x86_64.rpm   5.5 MB/s | 315 kB     00:00    
- (223/273): libtiff-4.4.0-8.fc38.x86_64.rpm      2.9 MB/s | 201 kB     00:00    
- (224/273): libsoup3-3.4.4-1.fc38.x86_64.rpm     2.4 MB/s | 389 kB     00:00    
- (225/273): libusb1-1.0.27-1.fc38.x86_64.rpm     2.3 MB/s |  76 kB     00:00    
- (226/273): libtiff-devel-4.4.0-8.fc38.x86_64.rp 3.3 MB/s | 545 kB     00:00    
- (227/273): libtracker-sparql-3.5.3-2.fc38.x86_6 3.2 MB/s | 385 kB     00:00    
- (228/273): libwayland-client-1.22.0-1.fc38.x86_ 1.3 MB/s |  34 kB     00:00    
- (229/273): libwayland-egl-1.22.0-1.fc38.x86_64. 712 kB/s |  13 kB     00:00    
- (230/273): libwayland-cursor-1.22.0-1.fc38.x86_ 754 kB/s |  19 kB     00:00    
- (231/273): libwayland-server-1.22.0-1.fc38.x86_ 3.1 MB/s |  42 kB     00:00    
- (232/273): libwebp-1.3.2-2.fc38.x86_64.rpm      3.7 MB/s | 284 kB     00:00    
- (233/273): libxslt-1.1.39-1.fc38.x86_64.rpm     2.2 MB/s | 187 kB     00:00    
- (234/273): libxml2-devel-2.10.4-1.fc38.x86_64.r 3.3 MB/s | 531 kB     00:00    
- (235/273): mesa-filesystem-23.1.9-1.fc38.x86_64 644 kB/s |  17 kB     00:00    
- (236/273): mesa-libEGL-23.1.9-1.fc38.x86_64.rpm 2.0 MB/s | 131 kB     00:00    
- (237/273): mesa-libGL-23.1.9-1.fc38.x86_64.rpm  1.9 MB/s | 173 kB     00:00    
- (238/273): mesa-libgbm-23.1.9-1.fc38.x86_64.rpm 1.5 MB/s |  44 kB     00:00    
- (239/273): mesa-libglapi-23.1.9-1.fc38.x86_64.r 1.3 MB/s |  53 kB     00:00    
- (240/273): mesa-va-drivers-23.1.9-1.fc38.x86_64 3.1 MB/s | 3.4 MB     00:01    
- (241/273): nspr-4.35.0-17.fc38.x86_64.rpm       2.1 MB/s | 137 kB     00:00    
- (242/273): nss-3.99.0-1.fc38.x86_64.rpm         3.3 MB/s | 703 kB     00:00    
- (243/273): nss-softokn-3.99.0-1.fc38.x86_64.rpm 1.8 MB/s | 419 kB     00:00    
- (244/273): nss-softokn-freebl-3.99.0-1.fc38.x86 2.5 MB/s | 381 kB     00:00    
- (245/273): nss-sysinit-3.99.0-1.fc38.x86_64.rpm 455 kB/s |  18 kB     00:00    
- (246/273): nss-util-3.99.0-1.fc38.x86_64.rpm    1.5 MB/s |  87 kB     00:00    
- (247/273): openjpeg2-2.5.2-1.fc38.x86_64.rpm    1.5 MB/s | 178 kB     00:00    
- (248/273): osinfo-db-20231215-1.fc38.noarch.rpm 1.5 MB/s | 444 kB     00:00    
- (249/273): osinfo-db-tools-1.11.0-1.fc38.x86_64 910 kB/s |  73 kB     00:00    
- (250/273): pipewire-1.0.3-1.fc38.x86_64.rpm     1.6 MB/s | 115 kB     00:00    
- (251/273): pipewire-alsa-1.0.3-1.fc38.x86_64.rp 652 kB/s |  64 kB     00:00    
- (252/273): pipewire-jack-audio-connection-kit-1 331 kB/s |  16 kB     00:00    
- (253/273): pipewire-jack-audio-connection-kit-l 1.5 MB/s | 140 kB     00:00    
- (254/273): pipewire-libs-1.0.3-1.fc38.x86_64.rp 2.0 MB/s | 1.9 MB     00:00    
- (255/273): pipewire-pulseaudio-1.0.3-1.fc38.x86 1.8 MB/s | 198 kB     00:00    
- (256/273): polkit-122-3.fc38.1.x86_64.rpm       1.7 MB/s | 150 kB     00:00    
- (257/273): polkit-libs-122-3.fc38.1.x86_64.rpm  1.4 MB/s |  63 kB     00:00    
- (258/273): poppler-23.02.0-3.fc38.x86_64.rpm    2.3 MB/s | 1.2 MB     00:00    
- (259/273): poppler-glib-23.02.0-3.fc38.x86_64.r 1.9 MB/s | 175 kB     00:00    
- (260/273): procps-ng-3.3.17-11.fc38.x86_64.rpm  2.6 MB/s | 338 kB     00:00    
- (261/273): mesa-dri-drivers-23.1.9-1.fc38.x86_6 3.2 MB/s |  19 MB     00:05    
- (262/273): systemd-253.17-1.fc38.x86_64.rpm     3.6 MB/s | 4.5 MB     00:01    
- (263/273): systemd-networkd-253.17-1.fc38.x86_6 1.8 MB/s | 631 kB     00:00    
- (264/273): systemd-pam-253.17-1.fc38.x86_64.rpm 2.2 MB/s | 337 kB     00:00    
- (265/273): systemd-resolved-253.17-1.fc38.x86_6 1.7 MB/s | 287 kB     00:00    
- (266/273): tpm2-tools-5.5-3.fc38.x86_64.rpm     2.7 MB/s | 795 kB     00:00    
- (267/273): tracker-3.5.3-2.fc38.x86_64.rpm      3.6 MB/s | 584 kB     00:00    
- (268/273): systemd-udev-253.17-1.fc38.x86_64.rp 3.1 MB/s | 2.1 MB     00:00    
- (269/273): wayland-devel-1.22.0-1.fc38.x86_64.r 2.6 MB/s | 148 kB     00:00    
- (270/273): tracker-miners-3.5.4-1.fc38.x86_64.r 4.3 MB/s | 958 kB     00:00    
- (271/273): wireplumber-0.4.17-1.fc38.x86_64.rpm 1.5 MB/s |  99 kB     00:00    
- (272/273): wireplumber-libs-0.4.17-1.fc38.x86_6 3.4 MB/s | 347 kB     00:00    
- (273/273): llvm-libs-16.0.6-3.fc38.x86_64.rpm   3.7 MB/s |  27 MB     00:07    
- --------------------------------------------------------------------------------
- Total                                           9.9 MB/s | 135 MB     00:13     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libXext-1.3.5-2.fc38.x86_64                          1/273 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                       2/273 
-   Installing       : libXext-devel-1.3.5-2.fc38.x86_64                    3/273 
-   Installing       : libjpeg-turbo-2.1.4-2.fc38.x86_64                    4/273 
-   Installing       : nspr-4.35.0-17.fc38.x86_64                           5/273 
-   Installing       : zlib-devel-1.2.13-3.fc38.x86_64                      6/273 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                      7/273 
-   Installing       : libXrender-devel-0.9.11-2.fc38.x86_64                8/273 
-   Installing       : json-glib-1.6.6-4.fc38.x86_64                        9/273 
-   Installing       : libXi-1.8.1-1.fc38.x86_64                           10/273 
-   Installing       : libwayland-client-1.22.0-1.fc38.x86_64              11/273 
-   Installing       : avahi-libs-0.8-22.fc38.x86_64                       12/273 
-   Installing       : libogg-2:1.3.5-5.fc38.x86_64                        13/273 
-   Installing       : libglvnd-1:1.6.0-2.fc38.x86_64                      14/273 
-   Installing       : libXfixes-6.0.0-5.fc38.x86_64                       15/273 
-   Installing       : libXfixes-devel-6.0.0-5.fc38.x86_64                 16/273 
-   Installing       : libvorbis-1:1.3.7-7.fc38.x86_64                     17/273 
-   Installing       : libpng-devel-2:1.6.37-14.fc38.x86_64                18/273 
-   Installing       : nss-util-3.99.0-1.fc38.x86_64                       19/273 
-   Installing       : alsa-lib-1.2.11-2.fc38.x86_64                       20/273 
-   Installing       : libXi-devel-1.8.1-1.fc38.x86_64                     21/273 
-   Installing       : libwayland-cursor-1.22.0-1.fc38.x86_64              22/273 
-   Installing       : libwayland-server-1.22.0-1.fc38.x86_64              23/273 
-   Installing       : libwayland-egl-1.22.0-1.fc38.x86_64                 24/273 
-   Installing       : hwdata-0.381-1.fc38.noarch                          25/273 
-   Installing       : cmake-filesystem-3.27.7-1.fc38.x86_64               26/273 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                     27/273
-  
-   Installing       : xml-common-0.6.3-60.fc38.noarch                     27/273 
-   Installing       : opus-1.3.1-12.fc38.x86_64                           28/273 
-   Installing       : libxshmfence-1.3-12.fc38.x86_64                     29/273 
-   Installing       : libepoxy-1.5.10-3.fc38.x86_64                       30/273 
-   Installing       : lcms2-2.15-1.fc38.x86_64                            31/273 
-   Installing       : kmod-libs-30-4.fc38.x86_64                          32/273 
-   Installing       : kmod-30-4.fc38.x86_64                               33/273 
-   Installing       : fribidi-1.0.12-3.fc38.x86_64                        34/273 
-   Installing       : fribidi-devel-1.0.12-3.fc38.x86_64                  35/273 
-   Installing       : dbus-devel-1:1.14.10-1.fc38.x86_64                  36/273 
-   Installing       : libXcursor-1.2.1-3.fc38.x86_64                      37/273 
-   Installing       : libXdamage-1.1.5-9.fc38.x86_64                      38/273 
-   Installing       : libXtst-1.2.4-2.fc38.x86_64                         39/273 
-   Installing       : libXrandr-1.5.2-10.fc38.x86_64                      40/273 
-   Installing       : libXinerama-1.1.5-2.fc38.x86_64                     41/273 
-   Installing       : polkit-libs-122-3.fc38.1.x86_64                     42/273 
-   Installing       : mesa-filesystem-23.1.9-1.fc38.x86_64                43/273 
-   Installing       : llvm-libs-16.0.6-3.fc38.x86_64                      44/273 
-   Installing       : libusb1-1.0.27-1.fc38.x86_64                        45/273 
-   Installing       : libcloudproviders-0.3.5-1.fc38.x86_64               46/273 
-   Installing       : grub2-common-1:2.06-118.fc38.noarch                 47/273 
-   Installing       : fuse3-libs-3.14.1-1.fc38.x86_64                     48/273 
-   Installing       : shared-mime-info-2.2-3.fc38.x86_64                  49/273 
-   Running scriptlet: shared-mime-info-2.2-3.fc38.x86_64                  49/273 
-   Installing       : gdk-pixbuf2-2.42.10-2.fc38.x86_64                   50/273 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                         51/273 
-   Installing       : pixman-devel-0.42.2-1.fc38.x86_64                   52/273 
-   Installing       : libtdb-1.4.8-1.fc38.x86_64                          53/273 
-   Installing       : libproxy-0.4.18-6.fc38.x86_64                       54/273 
-   Installing       : libgudev-237-4.fc38.x86_64                          55/273 
-   Installing       : libffi-devel-3.4.4-2.fc38.x86_64                    56/273 
-   Installing       : libdatrie-0.2.13-5.fc38.x86_64                      57/273 
-   Installing       : libthai-0.1.29-4.fc38.x86_64                        58/273 
-   Installing       : libXcomposite-0.4.5-9.fc38.x86_64                   59/273 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                     60/273 
-   Installing       : gettext-libs-0.21.1-2.fc38.x86_64                   61/273 
-   Installing       : duktape-2.7.0-2.fc38.x86_64                         62/273 
-   Installing       : libproxy-duktape-0.4.18-6.fc38.x86_64               63/273 
-   Installing       : graphite2-devel-1.3.14-11.fc38.x86_64               64/273 
-   Installing       : libXcomposite-devel-0.4.5-9.fc38.x86_64             65/273 
-   Installing       : libdatrie-devel-0.2.13-5.fc38.x86_64                66/273 
-   Installing       : libthai-devel-0.1.29-4.fc38.x86_64                  67/273 
-   Installing       : wayland-devel-1.22.0-1.fc38.x86_64                  68/273 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc38.x86_64         69/273 
-   Installing       : libgsf-1.14.51-1.fc38.x86_64                        70/273 
-   Installing       : libnotify-0.8.3-1.fc38.x86_64                       71/273 
-   Installing       : libcloudproviders-devel-0.3.5-1.fc38.x86_64         72/273 
-   Installing       : libgusb-0.4.8-1.fc38.x86_64                         73/273 
-   Installing       : colord-libs-1.4.6-4.fc38.x86_64                     74/273 
-   Installing       : libXinerama-devel-1.1.5-2.fc38.x86_64               75/273 
-   Installing       : libXrandr-devel-1.5.2-10.fc38.x86_64                76/273 
-   Installing       : libXtst-devel-1.2.4-2.fc38.x86_64                   77/273 
-   Installing       : libXdamage-devel-1.1.5-9.fc38.x86_64                78/273 
-   Installing       : libXcursor-devel-1.2.1-3.fc38.x86_64                79/273 
-   Installing       : iso-codes-4.13.0-1.fc38.noarch                      80/273 
-   Installing       : libjpeg-turbo-devel-2.1.4-2.fc38.x86_64             81/273 
-   Installing       : libpciaccess-0.16-8.fc38.x86_64                     82/273 
-   Installing       : libdrm-2.4.120-1.fc38.x86_64                        83/273 
-   Installing       : mesa-va-drivers-23.1.9-1.fc38.x86_64                84/273
-  
-   Installing       : osinfo-db-20231215-1.fc38.noarch                    85/273 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc38.x86_64             86/273 
-   Installing       : nss-softokn-3.99.0-1.fc38.x86_64                    87/273 
-   Installing       : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               88/273 
-   Installing       : libtheora-1:1.1.1-33.fc38.x86_64                    89/273 
-   Installing       : flac-libs-1.4.3-1.fc38.x86_64                       90/273 
-   Installing       : avahi-glib-0.8-22.fc38.x86_64                       91/273 
-   Installing       : cups-libs-1:2.4.7-13.fc38.x86_64                    92/273 
-   Installing       : libXv-1.0.11-18.fc38.x86_64                         93/273 
-   Installing       : libXxf86vm-1.1.5-2.fc38.x86_64                      94/273 
-   Installing       : exiv2-libs-0.27.6-4.fc38.x86_64                     95/273 
-   Installing       : exiv2-0.27.6-4.fc38.x86_64                          96/273 
-   Installing       : libgexiv2-0.14.2-1.fc38.x86_64                      97/273 
-   Installing       : tpm2-tools-5.5-3.fc38.x86_64                        98/273 
-   Installing       : procps-ng-3.3.17-11.fc38.x86_64                     99/273 
-   Installing       : openjpeg2-2.5.2-1.fc38.x86_64                      100/273 
-   Installing       : libxslt-1.1.39-1.fc38.x86_64                       101/273 
-   Installing       : libwebp-1.3.2-2.fc38.x86_64                        102/273 
-   Installing       : liblc3-1.0.4-2.fc38.x86_64                         103/273 
-   Installing       : libcue-2.2.1-13.fc38.x86_64                        104/273 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch    105/273 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch   106/273 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch          107/273 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                         108/273 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                       109/273 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                      110/273 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                    111/273 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                    111/273
-  
-   Installing       : cairo-gobject-1.17.8-4.fc38.x86_64                 112/273 
-   Installing       : libXft-2.3.8-2.fc38.x86_64                         113/273 
-   Installing       : pango-1.50.14-1.fc38.x86_64                        114/273 
-   Installing       : harfbuzz-icu-7.1.0-1.fc38.x86_64                   115/273 
-   Installing       : gobject-introspection-1.76.1-1.fc38.x86_64         116/273 
-   Installing       : giflib-5.2.2-1.fc38.x86_64                         117/273 
-   Installing       : fuse-common-3.14.1-1.fc38.x86_64                   118/273 
-   Installing       : fuse3-3.14.1-1.fc38.x86_64                         119/273 
-   Installing       : dbus-common-1:1.14.10-1.fc38.noarch                120/273 
-   Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch                120/273 
-   Running scriptlet: dbus-broker-33-1.fc38.x86_64                       121/273 
-   Installing       : dbus-broker-33-1.fc38.x86_64                       121/273 
-   Running scriptlet: dbus-broker-33-1.fc38.x86_64                       121/273 
-   Installing       : dbus-1:1.14.10-1.fc38.x86_64                       122/273 
-   Installing       : dconf-0.40.0-8.fc38.x86_64                         123/273 
-   Running scriptlet: dconf-0.40.0-8.fc38.x86_64                         123/273 
-   Installing       : bluez-libs-5.75-1.fc38.x86_64                      124/273 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   125/273 
-   Installing       : NetworkManager-libnm-1:1.42.8-1.fc38.x86_64        126/273 
-   Installing       : ModemManager-glib-1.20.6-1.fc38.x86_64             127/273 
-   Installing       : xz-devel-5.4.1-1.fc38.x86_64                       128/273 
-   Installing       : libxml2-devel-2.10.4-1.fc38.x86_64                 129/273 
-   Installing       : xprop-1.2.5-3.fc38.x86_64                          130/273 
-   Installing       : at-spi2-core-2.48.4-1.fc38.x86_64                  131/273 
-   Installing       : atk-2.48.4-1.fc38.x86_64                           132/273 
-   Installing       : at-spi2-atk-2.48.4-1.fc38.x86_64                   133/273 
-   Installing       : xkeyboard-config-2.38-1.fc38.noarch                134/273 
-   Installing       : libxkbcommon-1.5.0-2.fc38.x86_64                   135/273 
-   Installing       : libxkbcommon-devel-1.5.0-2.fc38.x86_64             136/273 
-   Installing       : webrtc-audio-processing-0.3.1-10.fc38.x86_64       137/273 
-   Installing       : uchardet-0.0.8-2.fc38.x86_64                       138/273 
-   Installing       : totem-pl-parser-3.26.6-6.fc38.x86_64               139/273 
-   Installing       : sysprof-capture-devel-3.48.0-1.fc38.x86_64         140/273 
-   Installing       : sound-theme-freedesktop-0.8-19.fc38.noarch         141/273 
-   Running scriptlet: sound-theme-freedesktop-0.8-19.fc38.noarch         141/273 
-   Installing       : qrencode-libs-4.1.1-4.fc38.x86_64                  142/273 
-   Installing       : poppler-data-0.4.11-4.fc38.noarch                  143/273 
-   Installing       : pigz-2.7-3.fc38.x86_64                             144/273 
-   Installing       : pcre2-utf32-10.42-1.fc38.1.x86_64                  145/273 
-   Installing       : pcre2-utf16-10.42-1.fc38.1.x86_64                  146/273 
-   Installing       : pcre2-devel-10.42-1.fc38.1.x86_64                  147/273 
-   Installing       : orc-0.4.33-2.fc38.x86_64                           148/273 
-   Installing       : mpg123-libs-1.31.3-1.fc38.x86_64                   149/273 
-   Installing       : memstrack-0.2.5-1.fc38.x86_64                      150/273 
-   Installing       : low-memory-monitor-2.1-7.fc38.x86_64               151/273 
-   Running scriptlet: low-memory-monitor-2.1-7.fc38.x86_64               151/273 
-   Installing       : lm_sensors-libs-3.6.0-13.fc38.x86_64               152/273 
-   Installing       : mesa-libgbm-23.1.9-1.fc38.x86_64                   153/273
-  
-   Installing       : mesa-libglapi-23.1.9-1.fc38.x86_64                 154/273 
-   Installing       : mesa-dri-drivers-23.1.9-1.fc38.x86_64              155/273 
-   Installing       : mesa-libEGL-23.1.9-1.fc38.x86_64                   156/273 
-   Installing       : libglvnd-egl-1:1.6.0-2.fc38.x86_64                 157/273 
-   Installing       : libglvnd-gles-1:1.6.0-2.fc38.x86_64                158/273 
-   Installing       : libglvnd-glx-1:1.6.0-2.fc38.x86_64                 159/273 
-   Installing       : mesa-libGL-23.1.9-1.fc38.x86_64                    160/273 
-   Installing       : libvisual-1:0.4.1-1.fc38.x86_64                    161/273 
-   Installing       : libunwind-1.6.2-7.fc38.x86_64                      162/273 
-   Installing       : gstreamer1-1.22.11-1.fc38.x86_64                   163/273 
-   Installing       : libstemmer-2.2.0-5.fc38.x86_64                     164/273 
-   Installing       : libsepol-devel-3.5-1.fc38.x86_64                   165/273 
-   Installing       : libselinux-devel-3.5-1.fc38.x86_64                 166/273 
-   Installing       : libsbc-2.0-2.fc38.x86_64                           167/273 
-   Installing       : liblerc-4.0.0-3.fc38.x86_64                        168/273 
-   Installing       : libldac-2.0.2.3-12.fc38.x86_64                     169/273 
-   Installing       : libiptcdata-1.0.5-13.fc38.x86_64                   170/273 
-   Installing       : libicu-devel-72.1-2.fc38.x86_64                    171/273 
-   Installing       : libglvnd-core-devel-1:1.6.0-2.fc38.x86_64          172/273 
-   Installing       : libglvnd-devel-1:1.6.0-2.fc38.x86_64               173/273 
-   Installing       : libepoxy-devel-1.5.10-3.fc38.x86_64                174/273 
-   Installing       : libexif-0.6.24-4.fc38.x86_64                       175/273 
-   Installing       : libblkid-devel-2.38.1-4.fc38.x86_64                176/273 
-   Installing       : libmount-devel-2.38.1-4.fc38.x86_64                177/273 
-   Installing       : glib2-devel-2.76.6-1.fc38.x86_64                   178/273 
-   Installing       : atk-devel-2.48.4-1.fc38.x86_64                     179/273 
-   Installing       : at-spi2-core-devel-2.48.4-1.fc38.x86_64            180/273 
-   Installing       : at-spi2-atk-devel-2.48.4-1.fc38.x86_64             181/273 
-   Installing       : libasyncns-0.8-24.fc38.x86_64                      182/273 
-   Installing       : libargon2-20190702-2.fc38.x86_64                   183/273 
-   Installing       : device-mapper-libs-1.02.197-1.fc38.x86_64          184/273 
-   Installing       : cryptsetup-libs-2.6.1-1.fc38.x86_64                185/273 
-   Installing       : device-mapper-1.02.197-1.fc38.x86_64               186/273 
-   Installing       : systemd-networkd-253.17-1.fc38.x86_64              187/273 
-   Running scriptlet: systemd-networkd-253.17-1.fc38.x86_64              187/273 
-   Installing       : systemd-pam-253.17-1.fc38.x86_64                   188/273 
-   Installing       : systemd-resolved-253.17-1.fc38.x86_64              189/273 
-   Running scriptlet: systemd-resolved-253.17-1.fc38.x86_64              189/273 
-   Installing       : systemd-253.17-1.fc38.x86_64                       190/273 
-   Running scriptlet: systemd-253.17-1.fc38.x86_64                       190/273
-  
- 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.
- 
-   Running scriptlet: polkit-122-3.fc38.1.x86_64                         191/273 
-   Installing       : polkit-122-3.fc38.1.x86_64                         191/273 
-   Running scriptlet: polkit-122-3.fc38.1.x86_64                         191/273 
-   Installing       : polkit-pkla-compat-0.1-23.fc38.x86_64              192/273 
-   Running scriptlet: rtkit-0.11-58.fc38.x86_64                          193/273 
-   Installing       : rtkit-0.11-58.fc38.x86_64                          193/273 
-   Running scriptlet: rtkit-0.11-58.fc38.x86_64                          193/273 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Installing       : libkcapi-1.4.0-5.fc38.x86_64                       194/273 
-   Installing       : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64              195/273 
-   Installing       : kpartx-0.9.4-2.fc38.x86_64                         196/273 
-   Installing       : lame-libs-3.100-14.fc38.x86_64                     197/273 
-   Installing       : kbd-misc-2.5.1-5.fc38.noarch                       198/273 
-   Installing       : kbd-legacy-2.5.1-5.fc38.noarch                     199/273 
-   Installing       : kbd-2.5.1-5.fc38.x86_64                            200/273 
-   Installing       : systemd-udev-253.17-1.fc38.x86_64                  201/273 
-   Running scriptlet: systemd-udev-253.17-1.fc38.x86_64                  201/273
-  
- 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/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       : upower-0.99.20-3.fc38.x86_64                       202/273 
-   Running scriptlet: upower-0.99.20-3.fc38.x86_64                       202/273 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : jbigkit-libs-2.1-25.fc38.x86_64                    203/273 
-   Installing       : libtiff-4.4.0-8.fc38.x86_64                        204/273 
-   Installing       : gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64          205/273 
-   Installing       : libgxps-0.3.2-5.fc38.x86_64                        206/273 
-   Installing       : libtiff-devel-4.4.0-8.fc38.x86_64                  207/273 
-   Installing       : gdk-pixbuf2-devel-2.42.10-2.fc38.x86_64            208/273 
-   Installing       : hicolor-icon-theme-0.17-15.fc38.noarch             209/273 
-   Installing       : gsm-1.0.22-2.fc38.x86_64                           210/273 
-   Installing       : libsndfile-1.1.0-6.fc38.x86_64                     211/273 
-   Installing       : pulseaudio-libs-16.1-4.fc38.x86_64                 212/273 
-   Installing       : libcanberra-0.30-31.fc38.x86_64                    213/273 
-   Running scriptlet: libcanberra-0.30-31.fc38.x86_64                    213/273 
-   Installing       : graphene-1.10.6-5.fc38.x86_64                      214/273 
-   Installing       : gettext-envsubst-0.21.1-2.fc38.x86_64              215/273 
-   Installing       : gettext-runtime-0.21.1-2.fc38.x86_64               216/273 
-   Installing       : gettext-0.21.1-2.fc38.x86_64                       217/273 
-   Installing       : fuse-libs-2.9.9-16.fc38.x86_64                     218/273 
-   Installing       : grub2-tools-minimal-1:2.06-118.fc38.x86_64         219/273 
-   Installing       : os-prober-1.81-3.fc38.x86_64                       220/273 
-   Installing       : file-5.44-3.fc38.x86_64                            221/273 
-   Installing       : fdk-aac-free-2.0.0-10.fc38.x86_64                  222/273 
-   Installing       : pipewire-libs-1.0.3-1.fc38.x86_64                  223/273 
-   Running scriptlet: pipewire-1.0.3-1.fc38.x86_64                       224/273 
-   Installing       : pipewire-1.0.3-1.fc38.x86_64                       224/273 
-   Running scriptlet: pipewire-1.0.3-1.fc38.x86_64                       224/273 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : wireplumber-libs-0.4.17-1.fc38.x86_64              225/273 
-   Installing       : wireplumber-0.4.17-1.fc38.x86_64                   226/273 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.3-1.   227/273 
-   Installing       : exempi-2.6.3-2.fc38.x86_64                         228/273 
-   Installing       : cpio-2.13-14.fc38.x86_64                           229/273 
-   Installing       : dracut-059-5.fc38.x86_64                           230/273 
-   Running scriptlet: grub2-tools-1:2.06-118.fc38.x86_64                 231/273 
-   Installing       : grub2-tools-1:2.06-118.fc38.x86_64                 231/273 
-   Running scriptlet: grub2-tools-1:2.06-118.fc38.x86_64                 231/273 
- Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
- 
-   Installing       : grubby-8.40-70.fc38.x86_64                         232/273 
-   Running scriptlet: grubby-8.40-70.fc38.x86_64                         232/273 
-   Installing       : crypto-policies-scripts-20230301-1.gita12f7b2.fc   233/273 
-   Installing       : nss-sysinit-3.99.0-1.fc38.x86_64                   234/273 
-   Installing       : nss-3.99.0-1.fc38.x86_64                           235/273 
-   Running scriptlet: nss-3.99.0-1.fc38.x86_64                           235/273 
-   Installing       : poppler-23.02.0-3.fc38.x86_64                      236/273 
-   Installing       : poppler-glib-23.02.0-3.fc38.x86_64                 237/273 
-   Installing       : cdparanoia-libs-10.2-41.fc38.x86_64                238/273 
-   Installing       : gstreamer1-plugins-base-1.22.11-1.fc38.x86_64      239/273 
-   Installing       : bzip2-devel-1.0.8-13.fc38.x86_64                   240/273 
-   Installing       : brotli-1.0.9-11.fc38.x86_64                        241/273 
-   Installing       : brotli-devel-1.0.9-11.fc38.x86_64                  242/273 
-   Installing       : harfbuzz-devel-7.1.0-1.fc38.x86_64                 243/273
-  
-   Installing       : freetype-devel-2.13.0-2.fc38.x86_64                244/273 
-   Installing       : fontconfig-devel-2.14.2-2.fc38.x86_64              245/273 
-   Installing       : cairo-devel-1.17.8-4.fc38.x86_64                   246/273 
-   Installing       : cairo-gobject-devel-1.17.8-4.fc38.x86_64           247/273 
-   Installing       : libXft-devel-2.3.8-2.fc38.x86_64                   248/273 
-   Installing       : pango-devel-1.50.14-1.fc38.x86_64                  249/273 
-   Installing       : adwaita-cursor-theme-44.0-1.fc38.noarch            250/273 
-   Installing       : adwaita-icon-theme-44.0-1.fc38.noarch              251/273 
-   Installing       : abattis-cantarell-fonts-0.301-9.fc38.noarch        252/273 
-   Installing       : gsettings-desktop-schemas-44.0-1.fc38.x86_64       253/273 
-   Installing       : glib-networking-2.76.1-1.fc38.x86_64               254/273 
-   Installing       : libsoup3-3.4.4-1.fc38.x86_64                       255/273 
-   Running scriptlet: geoclue2-2.7.0-1.fc38.x86_64                       256/273 
-   Installing       : geoclue2-2.7.0-1.fc38.x86_64                       256/273 
-   Running scriptlet: geoclue2-2.7.0-1.fc38.x86_64                       256/273 
-   Installing       : xdg-desktop-portal-1.16.0-3.fc38.x86_64            257/273 
-   Running scriptlet: xdg-desktop-portal-1.16.0-3.fc38.x86_64            257/273 
-   Installing       : osinfo-db-tools-1.11.0-1.fc38.x86_64               258/273 
-   Installing       : libosinfo-1.11.0-1.fc38.x86_64                     259/273 
-   Installing       : libsoup-2.74.3-2.fc38.x86_64                       260/273 
-   Installing       : libgrss-0.7.0-16.fc38.x86_64                       261/273 
-   Installing       : libtracker-sparql-3.5.3-2.fc38.x86_64              262/273 
-   Installing       : tracker-3.5.3-2.fc38.x86_64                        263/273 
-   Running scriptlet: tracker-3.5.3-2.fc38.x86_64                        263/273 
-   Installing       : tracker-miners-3.5.4-1.fc38.x86_64                 264/273 
-   Running scriptlet: tracker-miners-3.5.4-1.fc38.x86_64                 264/273 
-   Installing       : libcanberra-gtk3-0.30-31.fc38.x86_64               265/273 
-   Installing       : xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        266/273 
-   Running scriptlet: xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        266/273 
-   Installing       : gtk3-3.24.41-1.fc38.x86_64                         267/273 
-   Installing       : gtksourceview3-3.24.11-9.fc38.x86_64               268/273 
-   Installing       : gtk3-devel-3.24.41-1.fc38.x86_64                   269/273 
-   Installing       : gtksourceview3-devel-3.24.11-9.fc38.x86_64         270/273 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.3-1.fc38.   271/273 
-   Installing       : pipewire-alsa-1.0.3-1.fc38.x86_64                  272/273 
-   Installing       : pipewire-pulseaudio-1.0.3-1.fc38.x86_64            273/273 
-   Running scriptlet: pipewire-pulseaudio-1.0.3-1.fc38.x86_64            273/273
-  
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
- 
-   Running scriptlet: grub2-common-1:2.06-118.fc38.noarch                273/273 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                    273/273 
-   Running scriptlet: dconf-0.40.0-8.fc38.x86_64                         273/273 
-   Running scriptlet: systemd-resolved-253.17-1.fc38.x86_64              273/273 
-   Running scriptlet: wireplumber-0.4.17-1.fc38.x86_64                   273/273 
- 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: crypto-policies-scripts-20230301-1.gita12f7b2.fc   273/273 
-   Running scriptlet: nss-3.99.0-1.fc38.x86_64                           273/273 
-   Running scriptlet: pipewire-pulseaudio-1.0.3-1.fc38.x86_64            273/273
-  
- Creating group 'systemd-coredump' with GID 994.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 994 and GID 994.
- Creating group 'systemd-timesync' with GID 993.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 993 and GID 993.
- 
-   Verifying        : abattis-cantarell-fonts-0.301-9.fc38.noarch          1/273 
-   Verifying        : adwaita-cursor-theme-44.0-1.fc38.noarch              2/273 
-   Verifying        : adwaita-icon-theme-44.0-1.fc38.noarch                3/273 
-   Verifying        : brotli-1.0.9-11.fc38.x86_64                          4/273 
-   Verifying        : brotli-devel-1.0.9-11.fc38.x86_64                    5/273 
-   Verifying        : bzip2-devel-1.0.8-13.fc38.x86_64                     6/273 
-   Verifying        : cdparanoia-libs-10.2-41.fc38.x86_64                  7/273 
-   Verifying        : cpio-2.13-14.fc38.x86_64                             8/273 
-   Verifying        : crypto-policies-scripts-20230301-1.gita12f7b2.fc     9/273 
-   Verifying        : cryptsetup-libs-2.6.1-1.fc38.x86_64                 10/273 
-   Verifying        : dbus-broker-33-1.fc38.x86_64                        11/273 
-   Verifying        : dconf-0.40.0-8.fc38.x86_64                          12/273 
-   Verifying        : duktape-2.7.0-2.fc38.x86_64                         13/273 
-   Verifying        : exempi-2.6.3-2.fc38.x86_64                          14/273 
-   Verifying        : exiv2-0.27.6-4.fc38.x86_64                          15/273 
-   Verifying        : exiv2-libs-0.27.6-4.fc38.x86_64                     16/273 
-   Verifying        : fdk-aac-free-2.0.0-10.fc38.x86_64                   17/273 
-   Verifying        : file-5.44-3.fc38.x86_64                             18/273 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                       19/273 
-   Verifying        : freetype-devel-2.13.0-2.fc38.x86_64                 20/273 
-   Verifying        : fribidi-1.0.12-3.fc38.x86_64                        21/273 
-   Verifying        : fribidi-devel-1.0.12-3.fc38.x86_64                  22/273 
-   Verifying        : fuse-libs-2.9.9-16.fc38.x86_64                      23/273 
-   Verifying        : gdk-pixbuf2-2.42.10-2.fc38.x86_64                   24/273 
-   Verifying        : gdk-pixbuf2-devel-2.42.10-2.fc38.x86_64             25/273 
-   Verifying        : gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64           26/273 
-   Verifying        : gettext-0.21.1-2.fc38.x86_64                        27/273 
-   Verifying        : gettext-envsubst-0.21.1-2.fc38.x86_64               28/273 
-   Verifying        : gettext-libs-0.21.1-2.fc38.x86_64                   29/273 
-   Verifying        : gettext-runtime-0.21.1-2.fc38.x86_64                30/273 
-   Verifying        : graphene-1.10.6-5.fc38.x86_64                       31/273 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                     32/273 
-   Verifying        : graphite2-devel-1.3.14-11.fc38.x86_64               33/273 
-   Verifying        : gsettings-desktop-schemas-44.0-1.fc38.x86_64        34/273 
-   Verifying        : gsm-1.0.22-2.fc38.x86_64                            35/273 
-   Verifying        : gtksourceview3-3.24.11-9.fc38.x86_64                36/273 
-   Verifying        : gtksourceview3-devel-3.24.11-9.fc38.x86_64          37/273 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                        38/273 
-   Verifying        : harfbuzz-devel-7.1.0-1.fc38.x86_64                  39/273 
-   Verifying        : harfbuzz-icu-7.1.0-1.fc38.x86_64                    40/273 
-   Verifying        : hicolor-icon-theme-0.17-15.fc38.noarch              41/273 
-   Verifying        : iso-codes-4.13.0-1.fc38.noarch                      42/273 
-   Verifying        : jbigit-libs-2.1-25.fc38.x86_64                     43/273 
-   Verifying        : json-glib-1.6.6-4.fc38.x86_64                       44/273 
-   Verifying        : kbd-2.5.1-5.fc38.x86_64                             45/273 
-   Verifying        : kbd-legacy-2.5.1-5.fc38.noarch                      46/273 
-   Verifying        : kbd-misc-2.5.1-5.fc38.noarch                        47/273 
-   Verifying        : kmod-30-4.fc38.x86_64                               48/273 
-   Verifying        : kmod-libs-30-4.fc38.x86_64                          49/273 
-   Verifying        : kpartx-0.9.4-2.fc38.x86_64                          50/273 
-   Verifying        : lame-libs-3.100-14.fc38.x86_64                      51/273 
-   Verifying        : lcms2-2.15-1.fc38.x86_64                            52/273 
-   Verifying        : libXcomposite-0.4.5-9.fc38.x86_64                   53/273 
-   Verifying        : libXcomposite-devel-0.4.5-9.fc38.x86_64             54/273 
-   Verifying        : libXcursor-1.2.1-3.fc38.x86_64                      55/273 
-   Verifying        : libXcursor-devel-1.2.1-3.fc38.x86_64                56/273 
-   Verifying        : libXdamage-1.1.5-9.fc38.x86_64                      57/273 
-   Verifying        : libXdamage-devel-1.1.5-9.fc38.x86_64                58/273 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                         59/273 
-   Verifying        : libXext-devel-1.3.5-2.fc38.x86_64                   60/273 
-   Verifying        : libXfixes-6.0.0-5.fc38.x86_64                       61/273 
-   Verifying        : libXfixes-devel-6.0.0-5.fc38.x86_64                 62/273 
-   Verifying        : libXinerama-1.1.5-2.fc38.x86_64                     63/273 
-   Verifying        : libXinerama-devel-1.1.5-2.fc38.x86_64               64/273 
-   Verifying        : libXrandr-1.5.2-10.fc38.x86_64                      65/273 
-   Verifying        : libXrandr-devel-1.5.2-10.fc38.x86_64                66/273 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                     67/273 
-   Verifying        : libXrender-devel-0.9.11-2.fc38.x86_64               68/273 
-   Verifying        : libXtst-1.2.4-2.fc38.x86_64                         69/273 
-   Verifying        : libXtst-devel-1.2.4-2.fc38.x86_64                   70/273 
-   Verifying        : libXv-1.0.11-18.fc38.x86_64                         71/273 
-   Verifying        : libXxf86vm-1.1.5-2.fc38.x86_64                      72/273 
-   Verifying        : libargon2-20190702-2.fc38.x86_64                    73/273 
-   Verifying        : libasyncns-0.8-24.fc38.x86_64                       74/273 
-   Verifying        : libblkid-devel-2.38.1-4.fc38.x86_64                 75/273 
-   Verifying        : libcanberra-0.30-31.fc38.x86_64                     76/273 
-   Verifying        : libcanberra-gtk3-0.30-31.fc38.x86_64                77/273 
-   Verifying        : libdatrie-0.2.13-5.fc38.x86_64                      78/273 
-   Verifying        : libdatrie-devel-0.2.13-5.fc38.x86_64                79/273 
-   Verifying        : libepoxy-1.5.10-3.fc38.x86_64                       80/273 
-   Verifying        : libepoxy-devel-1.5.10-3.fc38.x86_64                 81/273 
-   Verifying        : libexif-0.6.24-4.fc38.x86_64                        82/273 
-   Verifying        : libffi-devel-3.4.4-2.fc38.x86_64                    83/273 
-   Verifying        : libglvnd-1:1.6.0-2.fc38.x86_64                      84/273 
-   Verifying        : libglvnd-core-devel-1:1.6.0-2.fc38.x86_64           85/273 
-   Verifying        : libglvnd-devel-1:1.6.0-2.fc38.x86_64                86/273 
-   Verifying        : libglvnd-egl-1:1.6.0-2.fc38.x86_64                  87/273 
-   Verifying        : libglvnd-gles-1:1.6.0-2.fc38.x86_64                 88/273 
-   Verifying        : libglvnd-glx-1:1.6.0-2.fc38.x86_64                  89/273 
-   Verifying        : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               90/273 
-   Verifying        : libgrss-0.7.0-16.fc38.x86_64                        91/273 
-   Verifying        : libgudev-237-4.fc38.x86_64                          92/273 
-   Verifying        : libgxps-0.3.2-5.fc38.x86_64                         93/273 
-   Verifying        : libicu-devel-72.1-2.fc38.x86_64                     94/273 
-   Verifying        : libiptcdata-1.0.5-13.fc38.x86_64                    95/273 
-   Verifying        : libjpeg-turbo-2.1.4-2.fc38.x86_64                   96/273 
-   Verifying        : libjpeg-turbo-devel-2.1.4-2.fc38.x86_64             97/273 
-   Verifying        : libkcapi-1.4.0-5.fc38.x86_64                        98/273 
-   Verifying        : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64               99/273 
-   Verifying        : libldac-2.0.2.3-12.fc38.x86_64                     100/273 
-   Verifying        : liblerc-4.0.0-3.fc38.x86_64                        101/273 
-   Verifying        : libmount-devel-2.38.1-4.fc38.x86_64                102/273 
-   Verifying        : libogg-2:1.3.5-5.fc38.x86_64                       103/273 
-   Verifying        : libpciaccess-0.16-8.fc38.x86_64                    104/273 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                     105/273 
-   Verifying        : libpng-devel-2:1.6.37-14.fc38.x86_64               106/273 
-   Verifying        : libproxy-0.4.18-6.fc38.x86_64                      107/273 
-   Verifying        : libproxy-duktape-0.4.18-6.fc38.x86_64              108/273 
-   Verifying        : libsbc-2.0-2.fc38.x86_64                           109/273 
-   Verifying        : libselinux-devel-3.5-1.fc38.x86_64                 110/273 
-   Verifying        : libsepol-devel-3.5-1.fc38.x86_64                   111/273 
-   Verifying        : libsndfile-1.1.0-6.fc38.x86_64                     112/273 
-   Verifying        : libsoup-2.74.3-2.fc38.x86_64                       113/273 
-   Verifying        : libstemmer-2.2.0-5.fc38.x86_64                     114/273 
-   Verifying        : libtdb-1.4.8-1.fc38.x86_64                         115/273 
-   Verifying        : libthai-0.1.29-4.fc38.x86_64                       116/273 
-   Verifying        : libthai-devel-0.1.29-4.fc38.x86_64                 117/273 
-   Verifying        : libtheora-1:1.1.1-33.fc38.x86_64                   118/273 
-   Verifying        : libunwind-1.6.2-7.fc38.x86_64                      119/273 
-   Verifying        : libvisual-1:0.4.1-1.fc38.x86_64                    120/273 
-   Verifying        : libvorbis-1:1.3.7-7.fc38.x86_64                    121/273 
-   Verifying        : libxkbcommon-1.5.0-2.fc38.x86_64                   122/273 
-   Verifying        : libxkbcommon-devel-1.5.0-2.fc38.x86_64             123/273 
-   Verifying        : libxshmfence-1.3-12.fc38.x86_64                    124/273 
-   Verifying        : lm_sensors-libs-3.6.0-13.fc38.x86_64               125/273 
-   Verifying        : low-memory-monitor-2.1-7.fc38.x86_64               126/273 
-   Verifying        : memstrack-0.2.5-1.fc38.x86_64                      127/273 
-   Verifying        : mpg123-libs-1.31.3-1.fc38.x86_64                   128/273 
-   Verifying        : opus-1.3.1-12.fc38.x86_64                          129/273 
-   Verifying        : orc-0.4.33-2.fc38.x86_64                           130/273 
-   Verifying        : os-prober-1.81-3.fc38.x86_64                       131/273 
-   Verifying        : pango-1.50.14-1.fc38.x86_64                        132/273 
-   Verifying        : pango-devel-1.50.14-1.fc38.x86_64                  133/273 
-   Verifying        : pcre2-devel-10.42-1.fc38.1.x86_64                  134/273 
-   Verifying        : pcre2-utf16-10.42-1.fc38.1.x86_64                  135/273 
-   Verifying        : pcre2-utf32-10.42-1.fc38.1.x86_64                  136/273 
-   Verifying        : pigz-2.7-3.fc38.x86_64                             137/273 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                        138/273 
-   Verifying        : pixman-devel-0.42.2-1.fc38.x86_64                  139/273 
-   Verifying        : polkit-pkla-compat-0.1-23.fc38.x86_64              140/273 
-   Verifying        : poppler-data-0.4.11-4.fc38.noarch                  141/273 
-   Verifying        : pulseaudio-libs-16.1-4.fc38.x86_64                 142/273 
-   Verifying        : qrencode-libs-4.1.1-4.fc38.x86_64                  143/273 
-   Verifying        : rtkit-0.11-58.fc38.x86_64                          144/273 
-   Verifying        : shared-mime-info-2.2-3.fc38.x86_64                 145/273 
-   Verifying        : sound-theme-freedesktop-0.8-19.fc38.noarch         146/273 
-   Verifying        : sysprof-capture-devel-3.48.0-1.fc38.x86_64         147/273 
-   Verifying        : totem-pl-parser-3.26.6-6.fc38.x86_64               148/273 
-   Verifying        : uchardet-0.0.8-2.fc38.x86_64                       149/273 
-   Verifying        : upower-0.99.20-3.fc38.x86_64                       150/273 
-   Verifying        : webrtc-audio-processing-0.3.1-10.fc38.x86_64       151/273 
-   Verifying        : xdg-desktop-portal-1.16.0-3.fc38.x86_64            152/273 
-   Verifying        : xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        153/273 
-   Verifying        : xkeyboard-config-2.38-1.fc38.noarch                154/273 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                    155/273 
-   Verifying        : xprop-1.2.5-3.fc38.x86_64                          156/273 
-   Verifying        : xz-devel-5.4.1-1.fc38.x86_64                       157/273 
-   Verifying        : zlib-devel-1.2.13-3.fc38.x86_64                    158/273 
-   Verifying        : ModemManager-glib-1.20.6-1.fc38.x86_64             159/273 
-   Verifying        : NetworkManager-libnm-1:1.42.8-1.fc38.x86_64        160/273 
-   Verifying        : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   161/273 
-   Verifying        : alsa-lib-1.2.11-2.fc38.x86_64                      162/273 
-   Verifying        : at-spi2-atk-2.48.4-1.fc38.x86_64                   163/273 
-   Verifying        : at-spi2-atk-devel-2.48.4-1.fc38.x86_64             164/273 
-   Verifying        : at-spi2-core-2.48.4-1.fc38.x86_64                  165/273 
-   Verifying        : at-spi2-core-devel-2.48.4-1.fc38.x86_64            166/273 
-   Verifying        : atk-2.48.4-1.fc38.x86_64                           167/273 
-   Verifying        : atk-devel-2.48.4-1.fc38.x86_64                     168/273 
-   Verifying        : avahi-glib-0.8-22.fc38.x86_64                      169/273 
-   Verifying        : avahi-libs-0.8-22.fc38.x86_64                      170/273 
-   Verifying        : bluez-libs-5.75-1.fc38.x86_64                      171/273 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                         172/273 
-   Verifying        : cairo-devel-1.17.8-4.fc38.x86_64                   173/273 
-   Verifying        : cairo-gobject-1.17.8-4.fc38.x86_64                 174/273 
-   Verifying        : cairo-gobject-devel-1.17.8-4.fc38.x86_64           175/273 
-   Verifying        : cmake-filesystem-3.27.7-1.fc38.x86_64              176/273 
-   Verifying        : colord-libs-1.4.6-4.fc38.x86_64                    177/273 
-   Verifying        : cups-libs-1:2.4.7-13.fc38.x86_64                   178/273 
-   Verifying        : dbus-1:1.14.10-1.fc38.x86_64                       179/273 
-   Verifying        : dbus-common-1:1.14.10-1.fc38.noarch                180/273 
-   Verifying        : dbus-devel-1:1.14.10-1.fc38.x86_64                 181/273 
-   Verifying        : device-mapper-1.02.197-1.fc38.x86_64               182/273 
-   Verifying        : device-mapper-libs-1.02.197-1.fc38.x86_64          183/273 
-   Verifying        : dracut-059-5.fc38.x86_64                           184/273 
-   Verifying        : flac-libs-1.4.3-1.fc38.x86_64                      185/273 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                    186/273 
-   Verifying        : fontconfig-devel-2.14.2-2.fc38.x86_64              187/273 
-   Verifying        : fuse-common-3.14.1-1.fc38.x86_64                   188/273 
-   Verifying        : fuse3-3.14.1-1.fc38.x86_64                         189/273 
-   Verifying        : fuse3-libs-3.14.1-1.fc38.x86_64                    190/273 
-   Verifying        : geoclue2-2.7.0-1.fc38.x86_64                       191/273 
-   Verifying        : giflib-5.2.2-1.fc38.x86_64                         192/273 
-   Verifying        : glib-networking-2.76.1-1.fc38.x86_64               193/273 
-   Verifying        : glib2-devel-2.76.6-1.fc38.x86_64                   194/273 
-   Verifying        : gobject-introspection-1.76.1-1.fc38.x86_64         195/273 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch    196/273 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch   197/273 
-   Verifying        : grub2-common-1:2.06-118.fc38.noarch                198/273 
-   Verifying        : grub2-tools-1:2.06-118.fc38.x86_64                 199/273 
-   Verifying        : grub2-tools-minimal-1:2.06-118.fc38.x86_64         200/273 
-   Verifying        : grubby-8.40-70.fc38.x86_64                         201/273 
-   Verifying        : gstreamer1-1.22.11-1.fc38.x86_64                   202/273 
-   Verifying        : gstreamer1-plugins-base-1.22.11-1.fc38.x86_64      203/273 
-   Verifying        : gtk-update-icon-cache-3.24.41-1.fc38.x86_64        204/273 
-   Verifying        : gtk3-3.24.41-1.fc38.x86_64                         205/273 
-   Verifying        : gtk3-devel-3.24.41-1.fc38.x86_64                   206/273 
-   Verifying        : hwdata-0.381-1.fc38.noarch                         207/273 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch          208/273 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                         209/273 
-   Verifying        : libXft-devel-2.3.8-2.fc38.x86_64                   210/273 
-   Verifying        : libXi-1.8.1-1.fc38.x86_64                          211/273 
-   Verifying        : libXi-devel-1.8.1-1.fc38.x86_64                    212/273 
-   Verifying        : libcloudproviders-0.3.5-1.fc38.x86_64              213/273 
-   Verifying        : libcloudproviders-devel-0.3.5-1.fc38.x86_64        214/273 
-   Verifying        : libcue-2.2.1-13.fc38.x86_64                        215/273 
-   Verifying        : libdrm-2.4.120-1.fc38.x86_64                       216/273 
-   Verifying        : libgexiv2-0.14.2-1.fc38.x86_64                     217/273 
-   Verifying        : libgsf-1.14.51-1.fc38.x86_64                       218/273 
-   Verifying        : libgusb-0.4.8-1.fc38.x86_64                        219/273 
-   Verifying        : liblc3-1.0.4-2.fc38.x86_64                         220/273 
-   Verifying        : libnotify-0.8.3-1.fc38.x86_64                      221/273 
-   Verifying        : libosinfo-1.11.0-1.fc38.x86_64                     222/273 
-   Verifying        : libsoup3-3.4.4-1.fc38.x86_64                       223/273 
-   Verifying        : libtiff-4.4.0-8.fc38.x86_64                        224/273 
-   Verifying        : libtiff-devel-4.4.0-8.fc38.x86_64                  225/273 
-   Verifying        : libtracker-sparql-3.5.3-2.fc38.x86_64              226/273 
-   Verifying        : libusb1-1.0.27-1.fc38.x86_64                       227/273 
-   Verifying        : libwayland-client-1.22.0-1.fc38.x86_64             228/273 
-   Verifying        : libwayland-cursor-1.22.0-1.fc38.x86_64             229/273 
-   Verifying        : libwayland-egl-1.22.0-1.fc38.x86_64                230/273 
-   Verifying        : libwayland-server-1.22.0-1.fc38.x86_64             231/273 
-   Verifying        : libwebp-1.3.2-2.fc38.x86_64                        232/273 
-   Verifying        : libxml2-devel-2.10.4-1.fc38.x86_64                 233/273 
-   Verifying        : libxslt-1.1.39-1.fc38.x86_64                       234/273 
-   Verifying        : llvm-libs-16.0.6-3.fc38.x86_64                     235/273 
-   Verifying        : mesa-dri-drivers-23.1.9-1.fc38.x86_64              236/273 
-   Verifying        : mesa-filesystem-23.1.9-1.fc38.x86_64               237/273 
-   Verifying        : mesa-libEGL-23.1.9-1.fc38.x86_64                   238/273 
-   Verifying        : mesa-libGL-23.1.9-1.fc38.x86_64                    239/273 
-   Verifying        : mesa-libgbm-23.1.9-1.fc38.x86_64                   240/273 
-   Verifying        : mesa-libglapi-23.1.9-1.fc38.x86_64                 241/273 
-   Verifying        : mesa-va-drivers-23.1.9-1.fc38.x86_64               242/273 
-   Verifying        : nspr-4.35.0-17.fc38.x86_64                         243/273 
-   Verifying        : nss-3.99.0-1.fc38.x86_64                           244/273 
-   Verifying        : nss-softokn-3.99.0-1.fc38.x86_64                   245/273 
-   Verifying        : nss-softokn-freebl-3.99.0-1.fc38.x86_64            246/273 
-   Verifying        : nss-sysinit-3.99.0-1.fc38.x86_64                   247/273 
-   Verifying        : nss-util-3.99.0-1.fc38.x86_64                      248/273 
-   Verifying        : openjpeg2-2.5.2-1.fc38.x86_64                      249/273 
-   Verifying        : osinfo-db-20231215-1.fc38.noarch                   250/273 
-   Verifying        : osinfo-db-tools-1.11.0-1.fc38.x86_64               251/273 
-   Verifying        : pipewire-1.0.3-1.fc38.x86_64                       252/273 
-   Verifying        : pipewire-alsa-1.0.3-1.fc38.x86_64                  253/273 
-   Verifying        : pipewire-jack-audio-connection-kit-1.0.3-1.fc38.   254/273 
-   Verifying        : pipewire-jack-audio-connection-kit-libs-1.0.3-1.   255/273 
-   Verifying        : pipewire-libs-1.0.3-1.fc38.x86_64                  256/273 
-   Verifying        : pipewire-pulseaudio-1.0.3-1.fc38.x86_64            257/273 
-   Verifying        : polkit-122-3.fc38.1.x86_64                         258/273 
-   Verifying        : polkit-libs-122-3.fc38.1.x86_64                    259/273 
-   Verifying        : poppler-23.02.0-3.fc38.x86_64                      260/273 
-   Verifying        : poppler-glib-23.02.0-3.fc38.x86_64                 261/273 
-   Verifying        : procps-ng-3.3.17-11.fc38.x86_64                    262/273 
-   Verifying        : systemd-253.17-1.fc38.x86_64                       263/273 
-   Verifying        : systemd-networkd-253.17-1.fc38.x86_64              264/273 
-   Verifying        : systemd-pam-253.17-1.fc38.x86_64                   265/273 
-   Verifying        : systemd-resolved-253.17-1.fc38.x86_64              266/273 
-   Verifying        : systemd-udev-253.17-1.fc38.x86_64                  267/273 
-   Verifying        : tpm2-tools-5.5-3.fc38.x86_64                       268/273 
-   Verifying        : tracker-3.5.3-2.fc38.x86_64                        269/273 
-   Verifying        : tracker-miners-3.5.4-1.fc38.x86_64                 270/273 
-   Verifying        : wayland-devel-1.22.0-1.fc38.x86_64                 271/273 
-   Verifying        : wireplumber-0.4.17-1.fc38.x86_64                   272/273 
-   Verifying        : wireplumber-libs-0.4.17-1.fc38.x86_64              273/273 
- 
- Installed:
-   ModemManager-glib-1.20.6-1.fc38.x86_64                                        
-   NetworkManager-libnm-1:1.42.8-1.fc38.x86_64                                   
-   abattis-cantarell-fonts-0.301-9.fc38.noarch                                   
-   adobe-source-code-pro-fonts-2.042.1.062.1.026-2.fc38.noarch                   
-   adwaita-cursor-theme-44.0-1.fc38.noarch                                       
-   adwaita-icon-theme-44.0-1.fc38.noarch                                         
-   alsa-lib-1.2.11-2.fc38.x86_64                                                 
-   at-spi2-atk-2.48.4-1.fc38.x86_64                                              
-   at-spi2-atk-devel-2.48.4-1.fc38.x86_64                                        
-   at-spi2-core-2.48.4-1.fc38.x86_64                                             
-   at-spi2-core-devel-2.48.4-1.fc38.x86_64                                       
-   atk-2.48.4-1.fc38.x86_64                                                      
-   atk-devel-2.48.4-1.fc38.x86_64                                                
-   avahi-glib-0.8-22.fc38.x86_64                                                 
-   avahi-libs-0.8-22.fc38.x86_64                                                 
-   bluez-libs-5.75-1.fc38.x86_64                                                 
-   brotli-1.0.9-11.fc38.x86_64                                                   
-   brotli-devel-1.0.9-11.fc38.x86_64                                             
-   bzip2-devel-1.0.8-13.fc38.x86_64                                              
-   cairo-1.17.8-4.fc38.x86_64                                                    
-   cairo-devel-1.17.8-4.fc38.x86_64                                              
-   cairo-gobject-1.17.8-4.fc38.x86_64                                            
-   cairo-gobject-devel-1.17.8-4.fc38.x86_64                                      
-   cdparanoia-libs-10.2-41.fc38.x86_64                                           
-   cmake-filesystem-3.27.7-1.fc38.x86_64                                         
-   colord-libs-1.4.6-4.fc38.x86_64                                               
-   cpio-2.13-14.fc38.x86_64                                                      
-   crypto-policies-scripts-20230301-1.gita12f7b2.fc38.noarch                     
-   cryptsetup-libs-2.6.1-1.fc38.x86_64                                           
-   cups-libs-1:2.4.7-13.fc38.x86_64                                              
-   dbus-1:1.14.10-1.fc38.x86_64                                                  
-   dbus-broker-33-1.fc38.x86_64                                                  
-   dbus-common-1:1.14.10-1.fc38.noarch                                           
-   dbus-devel-1:1.14.10-1.fc38.x86_64                                            
-   dconf-0.40.0-8.fc38.x86_64                                                    
-   device-mapper-1.02.197-1.fc38.x86_64                                          
-   device-mapper-libs-1.02.197-1.fc38.x86_64                                     
-   dracut-059-5.fc38.x86_64                                                      
-   duktape-2.7.0-2.fc38.x86_64                                                   
-   exempi-2.6.3-2.fc38.x86_64                                                    
-   exiv2-0.27.6-4.fc38.x86_64                                                    
-   exiv2-libs-0.27.6-4.fc38.x86_64                                               
-   fdk-aac-free-2.0.0-10.fc38.x86_64                                             
-   file-5.44-3.fc38.x86_64                                                       
-   flac-libs-1.4.3-1.fc38.x86_64                                                 
-   fontconfig-2.14.2-2.fc38.x86_64                                               
-   fontconfig-devel-2.14.2-2.fc38.x86_64                                         
-   freetype-2.13.0-2.fc38.x86_64                                                 
-   freetype-devel-2.13.0-2.fc38.x86_64                                           
-   fribidi-1.0.12-3.fc38.x86_64                                                  
-   fribidi-devel-1.0.12-3.fc38.x86_64                                            
-   fuse-common-3.14.1-1.fc38.x86_64                                              
-   fuse-libs-2.9.9-16.fc38.x86_64                                                
-   fuse3-3.14.1-1.fc38.x86_64                                                    
-   fuse3-libs-3.14.1-1.fc38.x86_64                                               
-   gdk-pixbuf2-2.42.10-2.fc38.x86_64                                             
-   gdk-pixbuf2-devel-2.42.10-2.fc38.x86_64                                       
-   gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64                                     
-   geoclue2-2.7.0-1.fc38.x86_64                                                  
-   gettext-0.21.1-2.fc38.x86_64                                                  
-   gettext-envsubst-0.21.1-2.fc38.x86_64                                         
-   gettext-libs-0.21.1-2.fc38.x86_64                                             
-   gettext-runtime-0.21.1-2.fc38.x86_64                                          
-   giflib-5.2.2-1.fc38.x86_64                                                    
-   glib-networking-2.76.1-1.fc38.x86_64                                          
-   glib2-devel-2.76.6-1.fc38.x86_64                                              
-   gobject-introspection-1.76.1-1.fc38.x86_64                                    
-   google-noto-fonts-common-20230201-2.fc38.noarch                               
-   google-noto-sans-vf-fonts-20230201-2.fc38.noarch                              
-   graphene-1.10.6-5.fc38.x86_64                                                 
-   graphite2-1.3.14-11.fc38.x86_64                                               
-   graphite2-devel-1.3.14-11.fc38.x86_64                                         
-   grub2-common-1:2.06-118.fc38.noarch                                           
-   grub2-tools-1:2.06-118.fc38.x86_64                                            
-   grub2-tools-minimal-1:2.06-118.fc38.x86_64                                    
-   grubby-8.40-70.fc38.x86_64                                                    
-   gsettings-desktop-schemas-44.0-1.fc38.x86_64                                  
-   gsm-1.0.22-2.fc38.x86_64                                                      
-   gstreamer1-1.22.11-1.fc38.x86_64                                              
-   gstreamer1-plugins-base-1.22.11-1.fc38.x86_64                                 
-   gtk-update-icon-cache-3.24.41-1.fc38.x86_64                                   
-   gtk3-3.24.41-1.fc38.x86_64                                                    
-   gtk3-devel-3.24.41-1.fc38.x86_64                                              
-   gtksourceview3-3.24.11-9.fc38.x86_64                                          
-   gtksourceview3-devel-3.24.11-9.fc38.x86_64                                    
-   harfbuzz-7.1.0-1.fc38.x86_64                                                  
-   harfbuzz-devel-7.1.0-1.fc38.x86_64                                            
-   harfbuzz-icu-7.1.0-1.fc38.x86_64                                              
-   hicolor-icon-theme-0.17-15.fc38.noarch                                        
-   hwdata-0.381-1.fc38.noarch                                                    
-   iso-codes-4.13.0-1.fc38.noarch                                                
-   jbigkit-libs-2.1-25.fc38.x86_64                                               
-   json-glib-1.6.6-4.fc38.x86_64                                                 
-   kbd-2.5.1-5.fc38.x86_64                                                       
-   kbd-legacy-2.5.1-5.fc38.noarch                                                
-   kbd-misc-2.5.1-5.fc38.noarch                                                  
-   kmod-30-4.fc38.x86_64                                                         
-   kmod-libs-30-4.fc38.x86_64                                                    
-   kpartx-0.9.4-2.fc38.x86_64                                                    
-   lame-libs-3.100-14.fc38.x86_64                                                
-   langpacks-core-font-en-3.0-32.fc38.noarch                                     
-   lcms2-2.15-1.fc38.x86_64                                                      
-   libXcomposite-0.4.5-9.fc38.x86_64                                             
-   libXcomposite-devel-0.4.5-9.fc38.x86_64                                       
-   libXcursor-1.2.1-3.fc38.x86_64                                                
-   libXcursor-devel-1.2.1-3.fc38.x86_64                                          
-   libXdamage-1.1.5-9.fc38.x86_64                                                
-   libXdamage-devel-1.1.5-9.fc38.x86_64                                          
-   libXext-1.3.5-2.fc38.x86_64                                                   
-   libXext-devel-1.3.5-2.fc38.x86_64                                             
-   libXfixes-6.0.0-5.fc38.x86_64                                                 
-   libXfixes-devel-6.0.0-5.fc38.x86_64                                           
-   libXft-2.3.8-2.fc38.x86_64                                                    
-   libXft-devel-2.3.8-2.fc38.x86_64                                              
-   libXi-1.8.1-1.fc38.x86_64                                                     
-   libXi-devel-1.8.1-1.fc38.x86_64                                               
-   libXinerama-1.1.5-2.fc38.x86_64                                               
-   libXinerama-devel-1.1.5-2.fc38.x86_64                                         
-   libXrandr-1.5.2-10.fc38.x86_64                                                
-   libXrandr-devel-1.5.2-10.fc38.x86_64                                          
-   libXrender-0.9.11-2.fc38.x86_64                                               
-   libXrender-devel-0.9.11-2.fc38.x86_64                                         
-   libXtst-1.2.4-2.fc38.x86_64                                                   
-   libXtst-devel-1.2.4-2.fc38.x86_64                                             
-   libXv-1.0.11-18.fc38.x86_64                                                   
-   libXxf86vm-1.1.5-2.fc38.x86_64                                                
-   libargon2-20190702-2.fc38.x86_64                                              
-   libasyncns-0.8-24.fc38.x86_64                                                 
-   libblkid-devel-2.38.1-4.fc38.x86_64                                           
-   libcanberra-0.30-31.fc38.x86_64                                               
-   libcanberra-gtk3-0.30-31.fc38.x86_64                                          
-   libcloudproviders-0.3.5-1.fc38.x86_64                                         
-   libcloudproviders-devel-0.3.5-1.fc38.x86_64                                   
-   libcue-2.2.1-13.fc38.x86_64                                                   
-   libdatrie-0.2.13-5.fc38.x86_64                                                
-   libdatrie-devel-0.2.13-5.fc38.x86_64                                          
-   libdrm-2.4.120-1.fc38.x86_64                                                  
-   libepoxy-1.5.10-3.fc38.x86_64                                                 
-   libepoxy-devel-1.5.10-3.fc38.x86_64                                           
-   libexif-0.6.24-4.fc38.x86_64                                                  
-   libffi-devel-3.4.4-2.fc38.x86_64                                              
-   libgexiv2-0.14.2-1.fc38.x86_64                                                
-   libglvnd-1:1.6.0-2.fc38.x86_64                                                
-   libglvnd-core-devel-1:1.6.0-2.fc38.x86_64                                     
-   libglvnd-devel-1:1.6.0-2.fc38.x86_64                                          
-   libglvnd-egl-1:1.6.0-2.fc38.x86_64                                            
-   libglvnd-gles-1:1.6.0-2.fc38.x86_64                                           
-   libglvnd-glx-1:1.6.0-2.fc38.x86_64                                            
-   libglvnd-opengl-1:1.6.0-2.fc38.x86_64                                         
-   libgrss-0.7.0-16.fc38.x86_64                                                  
-   libgsf-1.14.51-1.fc38.x86_64                                                  
-   libgudev-237-4.fc38.x86_64                                                    
-   libgusb-0.4.8-1.fc38.x86_64                                                   
-   libgxps-0.3.2-5.fc38.x86_64                                                   
-   libicu-devel-72.1-2.fc38.x86_64                                               
-   libiptcdata-1.0.5-13.fc38.x86_64                                              
-   libjpeg-turbo-2.1.4-2.fc38.x86_64                                             
-   libjpeg-turbo-devel-2.1.4-2.fc38.x86_64                                       
-   libkcapi-1.4.0-5.fc38.x86_64                                                  
-   libkcapi-hmaccalc-1.4.0-5.fc38.x86_64                                         
-   liblc3-1.0.4-2.fc38.x86_64                                                    
-   libldac-2.0.2.3-12.fc38.x86_64                                                
-   liblerc-4.0.0-3.fc38.x86_64                                                   
-   libmount-devel-2.38.1-4.fc38.x86_64                                           
-   libnotify-0.8.3-1.fc38.x86_64                                                 
-   libogg-2:1.3.5-5.fc38.x86_64                                                  
-   libosinfo-1.11.0-1.fc38.x86_64                                                
-   libpciaccess-0.16-8.fc38.x86_64                                               
-   libpng-2:1.6.37-14.fc38.x86_64                                                
-   libpng-devel-2:1.6.37-14.fc38.x86_64                                          
-   libproxy-0.4.18-6.fc38.x86_64                                                 
-   libproxy-duktape-0.4.18-6.fc38.x86_64                                         
-   libsbc-2.0-2.fc38.x86_64                                                      
-   libselinux-devel-3.5-1.fc38.x86_64                                            
-   libsepol-devel-3.5-1.fc38.x86_64                                              
-   libsndfile-1.1.0-6.fc38.x86_64                                                
-   libsoup-2.74.3-2.fc38.x86_64                                                  
-   libsoup3-3.4.4-1.fc38.x86_64                                                  
-   libstemmer-2.2.0-5.fc38.x86_64                                                
-   libtdb-1.4.8-1.fc38.x86_64                                                    
-   libthai-0.1.29-4.fc38.x86_64                                                  
-   libthai-devel-0.1.29-4.fc38.x86_64                                            
-   libtheora-1:1.1.1-33.fc38.x86_64                                              
-   libtiff-4.4.0-8.fc38.x86_64                                                   
-   libtiff-devel-4.4.0-8.fc38.x86_64                                             
-   libtracker-sparql-3.5.3-2.fc38.x86_64                                         
-   libunwind-1.6.2-7.fc38.x86_64                                                 
-   libusb1-1.0.27-1.fc38.x86_64                                                  
-   libvisual-1:0.4.1-1.fc38.x86_64                                               
-   libvorbis-1:1.3.7-7.fc38.x86_64                                               
-   libwayland-client-1.22.0-1.fc38.x86_64                                        
-   libwayland-cursor-1.22.0-1.fc38.x86_64                                        
-   libwayland-egl-1.22.0-1.fc38.x86_64                                           
-   libwayland-server-1.22.0-1.fc38.x86_64                                        
-   libwebp-1.3.2-2.fc38.x86_64                                                   
-   libxkbcommon-1.5.0-2.fc38.x86_64                                              
-   libxkbcommon-devel-1.5.0-2.fc38.x86_64                                        
-   libxml2-devel-2.10.4-1.fc38.x86_64                                            
-   libxshmfence-1.3-12.fc38.x86_64                                               
-   libxslt-1.1.39-1.fc38.x86_64                                                  
-   llvm-libs-16.0.6-3.fc38.x86_64                                                
-   lm_sensors-libs-3.6.0-13.fc38.x86_64                                          
-   low-memory-monitor-2.1-7.fc38.x86_64                                          
-   memstrack-0.2.5-1.fc38.x86_64                                                 
-   mesa-dri-drivers-23.1.9-1.fc38.x86_64                                         
-   mesa-filesystem-23.1.9-1.fc38.x86_64                                          
-   mesa-libEGL-23.1.9-1.fc38.x86_64                                              
-   mesa-libGL-23.1.9-1.fc38.x86_64                                               
-   mesa-libgbm-23.1.9-1.fc38.x86_64                                              
-   mesa-libglapi-23.1.9-1.fc38.x86_64                                            
-   mesa-va-drivers-23.1.9-1.fc38.x86_64                                          
-   mpg123-libs-1.31.3-1.fc38.x86_64                                              
-   nspr-4.35.0-17.fc38.x86_64                                                    
-   nss-3.99.0-1.fc38.x86_64                                                      
-   nss-softokn-3.99.0-1.fc38.x86_64                                              
-   nss-softokn-freebl-3.99.0-1.fc38.x86_64                                       
-   nss-sysinit-3.99.0-1.fc38.x86_64                                              
-   nss-util-3.99.0-1.fc38.x86_64                                                 
-   openjpeg2-2.5.2-1.fc38.x86_64                                                 
-   opus-1.3.1-12.fc38.x86_64                                                     
-   orc-0.4.33-2.fc38.x86_64                                                      
-   os-prober-1.81-3.fc38.x86_64                                                  
-   osinfo-db-20231215-1.fc38.noarch                                              
-   osinfo-db-tools-1.11.0-1.fc38.x86_64                                          
-   pango-1.50.14-1.fc38.x86_64                                                   
-   pango-devel-1.50.14-1.fc38.x86_64                                             
-   pcre2-devel-10.42-1.fc38.1.x86_64                                             
-   pcre2-utf16-10.42-1.fc38.1.x86_64                                             
-   pcre2-utf32-10.42-1.fc38.1.x86_64                                             
-   pigz-2.7-3.fc38.x86_64                                                        
-   pipewire-1.0.3-1.fc38.x86_64                                                  
-   pipewire-alsa-1.0.3-1.fc38.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.3-1.fc38.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.3-1.fc38.x86_64                   
-   pipewire-libs-1.0.3-1.fc38.x86_64                                             
-   pipewire-pulseaudio-1.0.3-1.fc38.x86_64                                       
-   pixman-0.42.2-1.fc38.x86_64                                                   
-   pixman-devel-0.42.2-1.fc38.x86_64                                             
-   polkit-122-3.fc38.1.x86_64                                                    
-   polkit-libs-122-3.fc38.1.x86_64                                               
-   polkit-pkla-compat-0.1-23.fc38.x86_64                                         
-   poppler-23.02.0-3.fc38.x86_64                                                 
-   poppler-data-0.4.11-4.fc38.noarch                                             
-   poppler-glib-23.02.0-3.fc38.x86_64                                            
-   procps-ng-3.3.17-11.fc38.x86_64                                               
-   pulseaudio-libs-16.1-4.fc38.x86_64                                            
-   qrencode-libs-4.1.1-4.fc38.x86_64                                             
-   rtkit-0.11-58.fc38.x86_64                                                     
-   shared-mime-info-2.2-3.fc38.x86_64                                            
-   sound-theme-freedesktop-0.8-19.fc38.noarch                                    
-   sysprof-capture-devel-3.48.0-1.fc38.x86_64                                    
-   systemd-253.17-1.fc38.x86_64                                                  
-   systemd-networkd-253.17-1.fc38.x86_64                                         
-   systemd-pam-253.17-1.fc38.x86_64                                              
-   systemd-resolved-253.17-1.fc38.x86_64                                         
-   systemd-udev-253.17-1.fc38.x86_64                                             
-   totem-pl-parser-3.26.6-6.fc38.x86_64                                          
-   tpm2-tools-5.5-3.fc38.x86_64                                                  
-   tracker-3.5.3-2.fc38.x86_64                                                   
-   tracker-miners-3.5.4-1.fc38.x86_64                                            
-   uchardet-0.0.8-2.fc38.x86_64                                                  
-   upower-0.99.20-3.fc38.x86_64                                                  
-   wayland-devel-1.22.0-1.fc38.x86_64                                            
-   webrtc-audio-processing-0.3.1-10.fc38.x86_64                                  
-   wireplumber-0.4.17-1.fc38.x86_64                                              
-   wireplumber-libs-0.4.17-1.fc38.x86_64                                         
-   xdg-desktop-portal-1.16.0-3.fc38.x86_64                                       
-   xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64                                   
-   xkeyboard-config-2.38-1.fc38.noarch                                           
-   xml-common-0.6.3-60.fc38.noarch                                               
-   xprop-1.2.5-3.fc38.x86_64                                                     
-   xz-devel-5.4.1-1.fc38.x86_64                                                  
-   zlib-devel-1.2.13-3.fc38.x86_64                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cairo-devel" "gtk3-devel" "gtksourceview3-devel"
- cairo-devel-1.17.8-4.fc38.x86_64
- gtk3-devel-3.24.41-1.fc38.x86_64
- gtksourceview3-devel-3.24.11-9.fc38.x86_64
2024-05-11 02:43.45 ---> saved as "8fb46aaa0d13296c7a3ef1ba61548774b1a51eed66d3c900bc3f2781a7fa7990"


/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 lablgtk3.3.1.4  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved lablgtk3-sourceview3.3.1.4  (cached)
-> retrieved menhirCST.20231231  (cached)
-> installed cmdliner.1.2.0
-> 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 result.1.5  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved why3.1.7.2  (cached)
-> retrieved why3-ide.1.7.2  (cached)
-> installed num.1.5
-> 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 stdlib-shims.0.3.0
-> installed menhirSdk.20231231
-> 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_sexp_conv.v0.16.0
-> installed ppx_deriving.5.2.1
-> 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-11 02:45.22 ---> saved as "4eef8ee1ab1e1173f77d67e54531e7c107be4f304e278a79fdd3dd0093e212dc"


/src: (copy (src .) (dst /src))
2024-05-11 02:45.22 ---> saved as "b56c7480db5e4d64f7e7ac4f557cdc2f7ec1d40abcce26935e841ce9901f701b"


/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-11 02:45.23: Job failed: Failed: Build failed