2025-03-06 15:04.20: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (2459c6626c1e48a2b3a65e8a7f4991c5cf8bfddd) (linux-x86_64:fedora-40-4.14_opam-2.3) Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard 2459c662 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286 # fedora-40-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 3a71da7aa109c82e542d4ae815ffa4e94a56110d || git fetch origin master) && git reset -q --hard 3a71da7aa109c82e542d4ae815ffa4e94a56110d && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam ./ RUN opam pin add -yn metrics.dev './' && \ opam pin add -yn metrics-unix.dev './' && \ opam pin add -yn metrics-rusage.dev './' && \ opam pin add -yn metrics-lwt.dev './' && \ opam pin add -yn metrics-influx.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.9 uutf.1.0.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-03-06 15:04.20: Using cache hint "mirage/metrics-ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286-fedora-40-4.14_opam-2.3-5678586898412c9678a9c44e1ec88e83" 2025-03-06 15:04.20: Using OBuilder spec: ((from ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286) (comment fedora-40-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3a71da7aa109c82e542d4ae815ffa4e94a56110d || git fetch origin master) && git reset -q --hard 3a71da7aa109c82e542d4ae815ffa4e94a56110d && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./)) (run (network host) (shell "opam pin add -yn metrics.dev './' && \ \nopam pin add -yn metrics-unix.dev './' && \ \nopam pin add -yn metrics-rusage.dev './' && \ \nopam pin add -yn metrics-lwt.dev './' && \ \nopam pin add -yn metrics-influx.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.9 uutf.1.0.3") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-03-06 15:04.20: Waiting for resource in pool OCluster 2025-03-06 19:03.11: Waiting for worker… 2025-03-06 19:08.39: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 2459c66 changes for 0.4.1 (from ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286) 2025-03-06 19:08.39 ---> using "f105e4e30775553f0b3ae7e35eb670a3216449a9a4e5074c5d10d39f44f24cc8" from cache /: (comment fedora-40-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Fedora 40 - x86_64 144 kB/s | 27 kB 00:00 Fedora 40 openh264 (From Cisco) - x86_64 10 kB/s | 989 B 00:00 Fedora 40 - x86_64 - Updates 204 kB/s | 25 kB 00:00 Fedora 40 - x86_64 - Updates 9.2 MB/s | 5.7 MB 00:00 Package findutils-1:4.9.0-9.fc40.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 2025-03-06 19:08.39 ---> using "047c8883fe0f1a91046fb1ee8d8ca801d20ef4b8d390962d0eddb45773f53595" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-06 19:08.39 ---> using "b92afd694db737b8e9e7dddee2e1253a86fd1c2d2a97a6aafeecbc229dfd5e2a" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-06 19:08.39 ---> using "daf363493582ffd967f3ffc3a59bf7297d103a83f6009e7e0c29eda2b5c14b71" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-03-06 19:08.39 ---> using "a27d285ce16427d15feb228731cb0969a65a346ef074c0c67d74670256b531b9" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-06 19:08.39 ---> using "3449d17ecd8d442aad48ac971807f1fea648f2a50c48838bff0e498e86b614f8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3a71da7aa109c82e542d4ae815ffa4e94a56110d || git fetch origin master) && git reset -q --hard 3a71da7aa109c82e542d4ae815ffa4e94a56110d && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 94514fa0d0..8707d628f2 master -> origin/master 3a71da7aa1 Merge pull request #27563 from hannesm/alcotest-maint <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-03-06 19:08.39 ---> using "248ca6e2c5d221e52d8a6bc1a960c74d7345d653a4acae17e327ec6eda621887" from cache /src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./)) 2025-03-06 19:08.39 ---> saved as "6d3c917e1206cbeef85c532c770c8ee17ca3e5453c5282af7e8acff24abd9ba6" /src: (run (network host) (shell "opam pin add -yn metrics.dev './' && \ \nopam pin add -yn metrics-unix.dev './' && \ \nopam pin add -yn metrics-rusage.dev './' && \ \nopam pin add -yn metrics-lwt.dev './' && \ \nopam pin add -yn metrics-influx.dev './'")) [metrics.dev] synchronised (file:///src) metrics is now pinned to file:///src (version dev) [metrics-unix.dev] synchronised (file:///src) metrics-unix is now pinned to file:///src (version dev) [metrics-rusage.dev] synchronised (file:///src) metrics-rusage is now pinned to file:///src (version dev) [metrics-lwt.dev] synchronised (file:///src) metrics-lwt is now pinned to file:///src (version dev) [metrics-influx.dev] synchronised (file:///src) metrics-influx is now pinned to file:///src (version dev) 2025-03-06 19:08.44 ---> saved as "2a05db849c6807c1b8b792cc5590fca87839496e5e51041def96dd12df940f45" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-06 19:08.44 ---> saved as "09e54e86fac0664142c13fc4825e538a90ef00e031fcc4a04e4f434bcea09353" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.9 uutf.1.0.3") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS")) + /usr/bin/sudo "yum" "makecache" - Fedora 40 - x86_64 214 kB/s | 27 kB 00:00 - Fedora 40 openh264 (From Cisco) - x86_64 10 kB/s | 989 B 00:00 - Fedora 40 - x86_64 - Updates 195 kB/s | 25 kB 00:00 - Fedora 40 - x86_64 - Updates 6.5 MB/s | 4.4 MB 00:00 - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [metrics.dev] synchronised (file:///src) [metrics-influx.dev] synchronised (file:///src) [metrics-lwt.dev] synchronised (file:///src) [metrics-rusage.dev] synchronised (file:///src) [metrics-unix.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 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: gnuplot <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "yum" "install" "-y" "gnuplot" - Last metadata expiration check: 0:00:15 ago on Thu Mar 6 19:08:46 2025. - Dependencies resolved. - ================================================================================ - Package Arch Version Repo Size - ================================================================================ - Installing: - gnuplot x86_64 5.4.9-3.fc40 fedora 827 k - Installing dependencies: - abattis-cantarell-vf-fonts noarch 0.301-12.fc40 fedora 120 k - avahi-libs x86_64 0.8-26.fc40 fedora 67 k - cairo x86_64 1.18.0-3.fc40 fedora 709 k - cpuinfo x86_64 23.2.14-3.giteb4a667.fc40.2 fedora 42 k - cups-filesystem noarch 1:2.4.11-9.fc40 updates 14 k - cups-libs x86_64 1:2.4.11-9.fc40 updates 262 k - default-fonts-core-sans noarch 4.0-13.fc40 updates 31 k - dejavu-sans-fonts noarch 2.37-23.fc40 fedora 1.3 M - double-conversion x86_64 3.3.1-1.fc40 updates 51 k - duktape x86_64 2.7.0-7.fc40 fedora 170 k - fontconfig x86_64 2.15.0-6.fc40 updates 270 k - fonts-filesystem noarch 1:2.0.5-14.fc40 fedora 8.2 k - freetype x86_64 2.13.2-5.fc40 fedora 410 k - fribidi x86_64 1.0.14-2.fc40 updates 92 k - gd x86_64 2.3.3-16.fc40 fedora 136 k - gdk-pixbuf2 x86_64 2.42.10-8.fc40 fedora 485 k - glx-utils x86_64 9.0.0-6.fc40 fedora 72 k - gnuplot-common x86_64 5.4.9-3.fc40 fedora 802 k - google-noto-fonts-common noarch 20240301-2.fc40 fedora 17 k - google-noto-sans-vf-fonts noarch 20240301-2.fc40 fedora 593 k - graphite2 x86_64 1.3.14-15.fc40 fedora 95 k - harfbuzz x86_64 8.5.0-1.fc40 updates 1.0 M - highway x86_64 1.2.0-2.fc40 updates 652 k - hwdata noarch 0.392-1.fc40 updates 1.6 M - jbigkit-libs x86_64 2.1-29.fc40 fedora 53 k - libICE x86_64 1.1.1-3.fc40 fedora 74 k - libSM x86_64 1.2.4-3.fc40 fedora 43 k - libXcomposite x86_64 0.4.6-3.fc40 fedora 24 k - libXext x86_64 1.3.6-1.fc40 fedora 39 k - libXfixes x86_64 6.0.1-3.fc40 fedora 19 k - libXft x86_64 2.3.8-6.fc40 fedora 72 k - libXpm x86_64 3.5.17-3.fc40 fedora 66 k - libXrender x86_64 0.9.11-6.fc40 fedora 27 k - libXxf86vm x86_64 1.1.5-6.fc40 fedora 18 k - libaom x86_64 3.12.0-1.fc40 updates 1.8 M - libavif x86_64 1.0.4-3.fc40 updates 91 k - libcerf x86_64 2.3-4.fc40 fedora 37 k - libdatrie x86_64 0.2.13-9.fc40 fedora 32 k - libdav1d x86_64 1.5.1-1.fc40 updates 635 k - libdrm x86_64 2.4.123-1.fc40 updates 159 k - libevdev x86_64 1.13.3-1.fc40 updates 38 k - libglvnd x86_64 1:1.7.0-4.fc40 fedora 115 k - libglvnd-egl x86_64 1:1.7.0-4.fc40 fedora 35 k - libglvnd-glx x86_64 1:1.7.0-4.fc40 fedora 132 k - libgudev x86_64 238-5.fc40 fedora 35 k - libimagequant x86_64 4.0.3-5.fc40 updates 302 k - libinput x86_64 1.26.2-1.fc40 updates 220 k - libjpeg-turbo x86_64 3.0.2-1.fc40 fedora 227 k - libjxl x86_64 1:0.8.4-1.fc40 updates 1.2 M - liblerc x86_64 4.0.0-6.fc40 fedora 210 k - libpciaccess x86_64 0.16-12.fc40 fedora 26 k - libpng x86_64 2:1.6.40-3.fc40 fedora 120 k - libproxy x86_64 0.5.5-1.fc40 updates 48 k - libthai x86_64 0.1.29-8.fc40 fedora 214 k - libtiff x86_64 4.6.0-5.fc40.1 updates 339 k - libvmaf x86_64 2.3.0-7.fc40 fedora 180 k - libwacom x86_64 2.11.0-1.fc40 updates 44 k - libwacom-data noarch 2.11.0-1.fc40 updates 198 k - libwayland-client x86_64 1.23.0-2.fc40 updates 33 k - libwayland-cursor x86_64 1.23.0-2.fc40 updates 19 k - libwayland-egl x86_64 1.23.0-2.fc40 updates 13 k - libwayland-server x86_64 1.23.0-2.fc40 updates 41 k - libwebp x86_64 1.5.0-1.fc40 updates 297 k - libxkbcommon x86_64 1.6.0-2.fc40 fedora 142 k - libxkbcommon-x11 x86_64 1.6.0-2.fc40 fedora 22 k - libxshmfence x86_64 1.3.2-5.fc40 updates 13 k - lm_sensors-libs x86_64 3.6.0-18.fc40 fedora 40 k - mesa-filesystem x86_64 24.1.7-1.fc40 updates 21 k - mesa-libEGL x86_64 24.1.7-1.fc40 updates 140 k - mesa-libGL x86_64 24.1.7-1.fc40 updates 176 k - mesa-libgbm x86_64 24.1.7-1.fc40 updates 48 k - mesa-libglapi x86_64 24.1.7-1.fc40 updates 51 k - mtdev x86_64 1.1.6-8.fc40 fedora 21 k - pango x86_64 1.54.0-1.fc40 updates 347 k - pcre2-utf16 x86_64 10.44-1.fc40 updates 223 k - pixman x86_64 0.43.4-1.fc40 updates 293 k - qt-settings noarch 40.1-1.fc40 updates 10 k - qt5-filesystem x86_64 5.15.15-1.fc40 updates 10 k - qt5-qtbase x86_64 5.15.15-3.fc40 updates 3.6 M - qt5-qtbase-common noarch 5.15.15-3.fc40 updates 12 k - qt5-qtbase-gui x86_64 5.15.15-3.fc40 updates 6.4 M - qt5-qtdeclarative x86_64 5.15.15-1.fc40 updates 4.2 M - qt5-qtsvg x86_64 5.15.15-1.fc40 updates 188 k - rav1e-libs x86_64 0.7.1-4.fc40 updates 1.0 M - shared-mime-info x86_64 2.3-5.fc40 updates 390 k - svt-av1-libs x86_64 2.3.0-1.fc40 updates 2.0 M - xcb-util x86_64 0.4.1-5.fc40 fedora 18 k - xcb-util-image x86_64 0.4.1-5.fc40 fedora 19 k - xcb-util-keysyms x86_64 0.4.1-5.fc40 fedora 14 k - xcb-util-renderutil x86_64 0.3.10-5.fc40 fedora 17 k - xcb-util-wm x86_64 0.4.2-5.fc40 fedora 31 k - xkeyboard-config noarch 2.41-1.fc40 fedora 976 k - xml-common noarch 0.6.3-63.fc40 fedora 31 k - Installing weak dependencies: - jxl-pixbuf-loader x86_64 1:0.8.4-1.fc40 updates 60 k - mesa-dri-drivers x86_64 24.1.7-1.fc40 updates 26 M - mesa-va-drivers x86_64 24.1.7-1.fc40 updates 4.0 M - qt5-qttranslations noarch 5.15.15-1.fc40 updates 2.0 M - qt5-qtwayland x86_64 5.15.15-1.fc40 updates 1.1 M - xdriinfo x86_64 1.0.7-2.fc40 fedora 21 k - - Transaction Summary - ================================================================================ - Install 100 Packages - - Total download size: 71 M - Installed size: 288 M - Downloading Packages: - (1/100): avahi-libs-0.8-26.fc40.x86_64.rpm 667 kB/s | 67 kB 00:00 - (2/100): abattis-cantarell-vf-fonts-0.301-12.fc 1.2 MB/s | 120 kB 00:00 - (3/100): cairo-1.18.0-3.fc40.x86_64.rpm 6.1 MB/s | 709 kB 00:00 - (4/100): cpuinfo-23.2.14-3.giteb4a667.fc40.2.x8 935 kB/s | 42 kB 00:00 - (5/100): duktape-2.7.0-7.fc40.x86_64.rpm 1.9 MB/s | 170 kB 00:00 - (6/100): fonts-filesystem-2.0.5-14.fc40.noarch. 92 kB/s | 8.2 kB 00:00 - (7/100): dejavu-sans-fonts-2.37-23.fc40.noarch. 7.4 MB/s | 1.3 MB 00:00 - (8/100): freetype-2.13.2-5.fc40.x86_64.rpm 5.0 MB/s | 410 kB 00:00 - (9/100): gd-2.3.3-16.fc40.x86_64.rpm 1.6 MB/s | 136 kB 00:00 - (10/100): glx-utils-9.0.0-6.fc40.x86_64.rpm 1.4 MB/s | 72 kB 00:00 - (11/100): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm 4.5 MB/s | 485 kB 00:00 - (12/100): gnuplot-5.4.9-3.fc40.x86_64.rpm 9.5 MB/s | 827 kB 00:00 - (13/100): google-noto-fonts-common-20240301-2.f 403 kB/s | 17 kB 00:00 - (14/100): graphite2-1.3.14-15.fc40.x86_64.rpm 1.1 MB/s | 95 kB 00:00 - (15/100): gnuplot-common-5.4.9-3.fc40.x86_64.rp 4.2 MB/s | 802 kB 00:00 - (16/100): google-noto-sans-vf-fonts-20240301-2. 4.8 MB/s | 593 kB 00:00 - (17/100): libSM-1.2.4-3.fc40.x86_64.rpm 2.8 MB/s | 43 kB 00:00 - (18/100): libICE-1.1.1-3.fc40.x86_64.rpm 2.8 MB/s | 74 kB 00:00 - (19/100): jbigkit-libs-2.1-29.fc40.x86_64.rpm 1.2 MB/s | 53 kB 00:00 - (20/100): libXext-1.3.6-1.fc40.x86_64.rpm 2.0 MB/s | 39 kB 00:00 - (21/100): libXfixes-6.0.1-3.fc40.x86_64.rpm 1.4 MB/s | 19 kB 00:00 - (22/100): libXcomposite-0.4.6-3.fc40.x86_64.rpm 380 kB/s | 24 kB 00:00 - (23/100): libXft-2.3.8-6.fc40.x86_64.rpm 1.5 MB/s | 72 kB 00:00 - (24/100): libXrender-0.9.11-6.fc40.x86_64.rpm 1.4 MB/s | 27 kB 00:00 - (25/100): libXpm-3.5.17-3.fc40.x86_64.rpm 884 kB/s | 66 kB 00:00 - (26/100): libXxf86vm-1.1.5-6.fc40.x86_64.rpm 458 kB/s | 18 kB 00:00 - (27/100): libcerf-2.3-4.fc40.x86_64.rpm 881 kB/s | 37 kB 00:00 - (28/100): libdatrie-0.2.13-9.fc40.x86_64.rpm 1.0 MB/s | 32 kB 00:00 - (29/100): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm 1.5 MB/s | 35 kB 00:00 - (30/100): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm 3.7 MB/s | 132 kB 00:00 - (31/100): libgudev-238-5.fc40.x86_64.rpm 829 kB/s | 35 kB 00:00 - (32/100): libjpeg-turbo-3.0.2-1.fc40.x86_64.rpm 4.3 MB/s | 227 kB 00:00 - (33/100): libglvnd-1.7.0-4.fc40.x86_64.rpm 1.0 MB/s | 115 kB 00:00 - (34/100): libpciaccess-0.16-12.fc40.x86_64.rpm 3.0 MB/s | 26 kB 00:00 - (35/100): libpng-1.6.40-3.fc40.x86_64.rpm 4.0 MB/s | 120 kB 00:00 - (36/100): liblerc-4.0.0-6.fc40.x86_64.rpm 2.6 MB/s | 210 kB 00:00 - (37/100): libthai-0.1.29-8.fc40.x86_64.rpm 4.1 MB/s | 214 kB 00:00 - (38/100): libvmaf-2.3.0-7.fc40.x86_64.rpm 5.2 MB/s | 180 kB 00:00 - (39/100): libxkbcommon-1.6.0-2.fc40.x86_64.rpm 3.1 MB/s | 142 kB 00:00 - (40/100): libxkbcommon-x11-1.6.0-2.fc40.x86_64. 441 kB/s | 22 kB 00:00 - (41/100): lm_sensors-libs-3.6.0-18.fc40.x86_64. 946 kB/s | 40 kB 00:00 - (42/100): mtdev-1.1.6-8.fc40.x86_64.rpm 886 kB/s | 21 kB 00:00 - (43/100): xcb-util-image-0.4.1-5.fc40.x86_64.rp 375 kB/s | 19 kB 00:00 - (44/100): xcb-util-keysyms-0.4.1-5.fc40.x86_64. 303 kB/s | 14 kB 00:00 - (45/100): xcb-util-0.4.1-5.fc40.x86_64.rpm 262 kB/s | 18 kB 00:00 - (46/100): xcb-util-renderutil-0.3.10-5.fc40.x86 726 kB/s | 17 kB 00:00 - (47/100): xdriinfo-1.0.7-2.fc40.x86_64.rpm 1.1 MB/s | 21 kB 00:00 - (48/100): xcb-util-wm-0.4.2-5.fc40.x86_64.rpm 835 kB/s | 31 kB 00:00 - (49/100): cups-filesystem-2.4.11-9.fc40.noarch. 1.5 MB/s | 14 kB 00:00 - (50/100): xml-common-0.6.3-63.fc40.noarch.rpm 1.5 MB/s | 31 kB 00:00 - (51/100): default-fonts-core-sans-4.0-13.fc40.n 3.1 MB/s | 31 kB 00:00 - (52/100): double-conversion-3.3.1-1.fc40.x86_64 5.3 MB/s | 51 kB 00:00 - (53/100): cups-libs-2.4.11-9.fc40.x86_64.rpm 5.8 MB/s | 262 kB 00:00 - (54/100): fribidi-1.0.14-2.fc40.x86_64.rpm 3.6 MB/s | 92 kB 00:00 - (55/100): fontconfig-2.15.0-6.fc40.x86_64.rpm 5.3 MB/s | 270 kB 00:00 - (56/100): xkeyboard-config-2.41-1.fc40.noarch.r 5.3 MB/s | 976 kB 00:00 - (57/100): highway-1.2.0-2.fc40.x86_64.rpm 4.4 MB/s | 652 kB 00:00 - (58/100): jxl-pixbuf-loader-0.8.4-1.fc40.x86_64 2.4 MB/s | 60 kB 00:00 - (59/100): harfbuzz-8.5.0-1.fc40.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 - (60/100): libavif-1.0.4-3.fc40.x86_64.rpm 4.9 MB/s | 91 kB 00:00 - (61/100): hwdata-0.392-1.fc40.noarch.rpm 4.9 MB/s | 1.6 MB 00:00 - (62/100): libdrm-2.4.123-1.fc40.x86_64.rpm 1.6 MB/s | 159 kB 00:00 - (63/100): libevdev-1.13.3-1.fc40.x86_64.rpm 1.1 MB/s | 38 kB 00:00 - (64/100): libdav1d-1.5.1-1.fc40.x86_64.rpm 1.4 MB/s | 635 kB 00:00 - (65/100): libinput-1.26.2-1.fc40.x86_64.rpm 2.0 MB/s | 220 kB 00:00 - (66/100): libimagequant-4.0.3-5.fc40.x86_64.rpm 1.3 MB/s | 302 kB 00:00 - (67/100): libproxy-0.5.5-1.fc40.x86_64.rpm 1.7 MB/s | 48 kB 00:00 - (68/100): libtiff-4.6.0-5.fc40.1.x86_64.rpm 2.3 MB/s | 339 kB 00:00 - (69/100): libwacom-2.11.0-1.fc40.x86_64.rpm 2.6 MB/s | 44 kB 00:00 - (70/100): libwacom-data-2.11.0-1.fc40.noarch.rp 3.6 MB/s | 198 kB 00:00 - (71/100): libaom-3.12.0-1.fc40.x86_64.rpm 2.2 MB/s | 1.8 MB 00:00 - (72/100): libwayland-client-1.23.0-2.fc40.x86_6 3.2 MB/s | 33 kB 00:00 - (73/100): libwayland-cursor-1.23.0-2.fc40.x86_6 2.1 MB/s | 19 kB 00:00 - (74/100): libwayland-egl-1.23.0-2.fc40.x86_64.r 1.4 MB/s | 13 kB 00:00 - (75/100): libwayland-server-1.23.0-2.fc40.x86_6 2.7 MB/s | 41 kB 00:00 - (76/100): libxshmfence-1.3.2-5.fc40.x86_64.rpm 576 kB/s | 13 kB 00:00 - (77/100): libjxl-0.8.4-1.fc40.x86_64.rpm 3.3 MB/s | 1.2 MB 00:00 - (78/100): mesa-filesystem-24.1.7-1.fc40.x86_64. 1.3 MB/s | 21 kB 00:00 - (79/100): libwebp-1.5.0-1.fc40.x86_64.rpm 2.4 MB/s | 297 kB 00:00 - (80/100): mesa-libGL-24.1.7-1.fc40.x86_64.rpm 2.2 MB/s | 176 kB 00:00 - (81/100): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm 1.4 MB/s | 140 kB 00:00 - (82/100): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm 4.9 MB/s | 48 kB 00:00 - (83/100): mesa-libglapi-24.1.7-1.fc40.x86_64.rp 2.7 MB/s | 51 kB 00:00 - (84/100): pango-1.54.0-1.fc40.x86_64.rpm 3.8 MB/s | 347 kB 00:00 - (85/100): pcre2-utf16-10.44-1.fc40.x86_64.rpm 4.1 MB/s | 223 kB 00:00 - (86/100): pixman-0.43.4-1.fc40.x86_64.rpm 4.7 MB/s | 293 kB 00:00 - (87/100): qt-settings-40.1-1.fc40.noarch.rpm 1.2 MB/s | 10 kB 00:00 - (88/100): qt5-filesystem-5.15.15-1.fc40.x86_64. 1.1 MB/s | 10 kB 00:00 - (89/100): mesa-va-drivers-24.1.7-1.fc40.x86_64. 8.5 MB/s | 4.0 MB 00:00 - (90/100): qt5-qtbase-common-5.15.15-3.fc40.noar 1.3 MB/s | 12 kB 00:00 - (91/100): qt5-qtbase-5.15.15-3.fc40.x86_64.rpm 3.9 MB/s | 3.6 MB 00:00 - (92/100): qt5-qtbase-gui-5.15.15-3.fc40.x86_64. 6.0 MB/s | 6.4 MB 00:01 - (93/100): qt5-qtsvg-5.15.15-1.fc40.x86_64.rpm 6.9 MB/s | 188 kB 00:00 - (94/100): qt5-qttranslations-5.15.15-1.fc40.noa 7.3 MB/s | 2.0 MB 00:00 - (95/100): qt5-qtdeclarative-5.15.15-1.fc40.x86_ 5.7 MB/s | 4.2 MB 00:00 - (96/100): rav1e-libs-0.7.1-4.fc40.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 - (97/100): qt5-qtwayland-5.15.15-1.fc40.x86_64.r 3.8 MB/s | 1.1 MB 00:00 - (98/100): shared-mime-info-2.3-5.fc40.x86_64.rp 6.3 MB/s | 390 kB 00:00 - (99/100): svt-av1-libs-2.3.0-1.fc40.x86_64.rpm 6.2 MB/s | 2.0 MB 00:00 - (100/100): mesa-dri-drivers-24.1.7-1.fc40.x86_6 5.4 MB/s | 26 MB 00:04 - -------------------------------------------------------------------------------- - Total 9.8 MB/s | 71 MB 00:07 - Running transaction check - Transaction check succeeded. - Running transaction test - Transaction test succeeded. - Running transaction - Preparing : 1/1 - Installing : libpng-2:1.6.40-3.fc40.x86_64 1/100 - Installing : libjpeg-turbo-3.0.2-1.fc40.x86_64 2/100 - Installing : libXext-1.3.6-1.fc40.x86_64 3/100 - Installing : fonts-filesystem-1:2.0.5-14.fc40.noarch 4/100 - Installing : libxshmfence-1.3.2-5.fc40.x86_64 5/100 - Installing : libwebp-1.5.0-1.fc40.x86_64 6/100 - Installing : libwayland-server-1.23.0-2.fc40.x86_64 7/100 - Installing : libwayland-client-1.23.0-2.fc40.x86_64 8/100 - Installing : libXrender-0.9.11-6.fc40.x86_64 9/100 - Installing : shared-mime-info-2.3-5.fc40.x86_64 10/100 - Running scriptlet: shared-mime-info-2.3-5.fc40.x86_64 10/100 - Installing : mesa-filesystem-24.1.7-1.fc40.x86_64 11/100 - Installing : libevdev-1.13.3-1.fc40.x86_64 12/100 - Installing : libglvnd-1:1.7.0-4.fc40.x86_64 13/100 - Installing : libICE-1.1.1-3.fc40.x86_64 14/100 - Installing : libSM-1.2.4-3.fc40.x86_64 15/100 - Installing : gdk-pixbuf2-2.42.10-8.fc40.x86_64 16/100 - Installing : libwayland-cursor-1.23.0-2.fc40.x86_64 17/100 - Installing : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch 18/100 - Installing : dejavu-sans-fonts-2.37-23.fc40.noarch 19/100 - Installing : libXxf86vm-1.1.5-6.fc40.x86_64 20/100 - Installing : rav1e-libs-0.7.1-4.fc40.x86_64 21/100 - Installing : qt5-qttranslations-5.15.15-1.fc40.noarch 22/100 - Installing : qt5-filesystem-5.15.15-1.fc40.x86_64 23/100 - Installing : qt-settings-40.1-1.fc40.noarch 24/100 - Installing : pixman-0.43.4-1.fc40.x86_64 25/100 - Installing : pcre2-utf16-10.44-1.fc40.x86_64 26/100 - Installing : libwayland-egl-1.23.0-2.fc40.x86_64 27/100 - Installing : libwacom-data-2.11.0-1.fc40.noarch 28/100 - Installing : libimagequant-4.0.3-5.fc40.x86_64 29/100 - Installing : libdav1d-1.5.1-1.fc40.x86_64 30/100 - Installing : hwdata-0.392-1.fc40.noarch 31/100 - Installing : libpciaccess-0.16-12.fc40.x86_64 32/100 - Installing : libdrm-2.4.123-1.fc40.x86_64 33/100 - Installing : mesa-va-drivers-24.1.7-1.fc40.x86_64 34/100 - Installing : highway-1.2.0-2.fc40.x86_64 35/100 - Installing : libjxl-1:0.8.4-1.fc40.x86_64 36/100 - Installing : jxl-pixbuf-loader-1:0.8.4-1.fc40.x86_64 37/100 - Installing : fribidi-1.0.14-2.fc40.x86_64 38/100 - Installing : double-conversion-3.3.1-1.fc40.x86_64 39/100 - Installing : cups-filesystem-1:2.4.11-9.fc40.noarch 40/100 - Running scriptlet: xml-common-0.6.3-63.fc40.noarch 41/100 - Installing : xml-common-0.6.3-63.fc40.noarch 41/100 - Installing : xkeyboard-config-2.41-1.fc40.noarch 42/100 - Installing : libxkbcommon-1.6.0-2.fc40.x86_64 43/100 - Installing : libxkbcommon-x11-1.6.0-2.fc40.x86_64 44/100 - Installing : xcb-util-wm-0.4.2-5.fc40.x86_64 45/100 - Installing : xcb-util-renderutil-0.3.10-5.fc40.x86_64 46/100 - Installing : xcb-util-keysyms-0.4.1-5.fc40.x86_64 47/100 - Installing : xcb-util-0.4.1-5.fc40.x86_64 48/100 - Installing : xcb-util-image-0.4.1-5.fc40.x86_64 49/100 - Installing : mtdev-1.1.6-8.fc40.x86_64 50/100 - Installing : lm_sensors-libs-3.6.0-18.fc40.x86_64 51/100 - Installing : mesa-libglapi-24.1.7-1.fc40.x86_64 52/100 - - Installing : mesa-dri-drivers-24.1.7-1.fc40.x86_64 53/100 - Installing : mesa-libgbm-24.1.7-1.fc40.x86_64 54/100 - Installing : mesa-libEGL-24.1.7-1.fc40.x86_64 55/100 - Installing : libglvnd-egl-1:1.7.0-4.fc40.x86_64 56/100 - Installing : libvmaf-2.3.0-7.fc40.x86_64 57/100 - Installing : libaom-3.12.0-1.fc40.x86_64 58/100 - Installing : liblerc-4.0.0-6.fc40.x86_64 59/100 - Installing : libgudev-238-5.fc40.x86_64 60/100 - Installing : libwacom-2.11.0-1.fc40.x86_64 61/100 - Installing : libinput-1.26.2-1.fc40.x86_64 62/100 - Running scriptlet: libinput-1.26.2-1.fc40.x86_64 62/100 - Installing : libdatrie-0.2.13-9.fc40.x86_64 63/100 - Installing : libthai-0.1.29-8.fc40.x86_64 64/100 - Installing : libcerf-2.3-4.fc40.x86_64 65/100 - Installing : libXpm-3.5.17-3.fc40.x86_64 66/100 - Installing : libXfixes-6.0.1-3.fc40.x86_64 67/100 - Installing : libglvnd-glx-1:1.7.0-4.fc40.x86_64 68/100 - Installing : mesa-libGL-24.1.7-1.fc40.x86_64 69/100 - Installing : xdriinfo-1.0.7-2.fc40.x86_64 70/100 - Installing : glx-utils-9.0.0-6.fc40.x86_64 71/100 - Installing : libXcomposite-0.4.6-3.fc40.x86_64 72/100 - Installing : jbigkit-libs-2.1-29.fc40.x86_64 73/100 - Installing : libtiff-4.6.0-5.fc40.1.x86_64 74/100 - Installing : graphite2-1.3.14-15.fc40.x86_64 75/100 - Installing : google-noto-fonts-common-20240301-2.fc40.noarch 76/100 - Installing : google-noto-sans-vf-fonts-20240301-2.fc40.noarch 77/100 - Installing : default-fonts-core-sans-4.0-13.fc40.noarch 78/100 - Installing : cairo-1.18.0-3.fc40.x86_64 79/100 - Installing : harfbuzz-8.5.0-1.fc40.x86_64 80/100 - Installing : freetype-2.13.2-5.fc40.x86_64 81/100 - Installing : fontconfig-2.15.0-6.fc40.x86_64 82/100 - Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64 82/100 - - Installing : libXft-2.3.8-6.fc40.x86_64 83/100 - Installing : pango-1.54.0-1.fc40.x86_64 84/100 - Installing : gnuplot-common-5.4.9-3.fc40.x86_64 85/100 - Installing : duktape-2.7.0-7.fc40.x86_64 86/100 - Installing : libproxy-0.5.5-1.fc40.x86_64 87/100 - Installing : qt5-qtbase-common-5.15.15-3.fc40.noarch 88/100 - Running scriptlet: qt5-qtbase-5.15.15-3.fc40.x86_64 89/100 - Installing : qt5-qtbase-5.15.15-3.fc40.x86_64 89/100 - Running scriptlet: qt5-qtbase-5.15.15-3.fc40.x86_64 89/100 - Installing : cpuinfo-23.2.14-3.giteb4a667.fc40.2.x86_64 90/100 - Installing : svt-av1-libs-2.3.0-1.fc40.x86_64 91/100 - Installing : libavif-1.0.4-3.fc40.x86_64 92/100 - Installing : gd-2.3.3-16.fc40.x86_64 93/100 - Installing : avahi-libs-0.8-26.fc40.x86_64 94/100 - Installing : cups-libs-1:2.4.11-9.fc40.x86_64 95/100 - Installing : qt5-qtdeclarative-5.15.15-1.fc40.x86_64 96/100 - Installing : qt5-qtbase-gui-5.15.15-3.fc40.x86_64 97/100 - Installing : qt5-qtwayland-5.15.15-1.fc40.x86_64 98/100 - Installing : qt5-qtsvg-5.15.15-1.fc40.x86_64 99/100 - Installing : gnuplot-5.4.9-3.fc40.x86_64 100/100 - Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64 100/100 - Running scriptlet: gnuplot-5.4.9-3.fc40.x86_64 100/100 - - - Installed: - abattis-cantarell-vf-fonts-0.301-12.fc40.noarch - avahi-libs-0.8-26.fc40.x86_64 - cairo-1.18.0-3.fc40.x86_64 - cpuinfo-23.2.14-3.giteb4a667.fc40.2.x86_64 - cups-filesystem-1:2.4.11-9.fc40.noarch - cups-libs-1:2.4.11-9.fc40.x86_64 - default-fonts-core-sans-4.0-13.fc40.noarch - dejavu-sans-fonts-2.37-23.fc40.noarch - double-conversion-3.3.1-1.fc40.x86_64 - duktape-2.7.0-7.fc40.x86_64 - fontconfig-2.15.0-6.fc40.x86_64 - fonts-filesystem-1:2.0.5-14.fc40.noarch - freetype-2.13.2-5.fc40.x86_64 - fribidi-1.0.14-2.fc40.x86_64 - gd-2.3.3-16.fc40.x86_64 - gdk-pixbuf2-2.42.10-8.fc40.x86_64 - glx-utils-9.0.0-6.fc40.x86_64 - gnuplot-5.4.9-3.fc40.x86_64 - gnuplot-common-5.4.9-3.fc40.x86_64 - google-noto-fonts-common-20240301-2.fc40.noarch - google-noto-sans-vf-fonts-20240301-2.fc40.noarch - graphite2-1.3.14-15.fc40.x86_64 - harfbuzz-8.5.0-1.fc40.x86_64 - highway-1.2.0-2.fc40.x86_64 - hwdata-0.392-1.fc40.noarch - jbigkit-libs-2.1-29.fc40.x86_64 - jxl-pixbuf-loader-1:0.8.4-1.fc40.x86_64 - libICE-1.1.1-3.fc40.x86_64 - libSM-1.2.4-3.fc40.x86_64 - libXcomposite-0.4.6-3.fc40.x86_64 - libXext-1.3.6-1.fc40.x86_64 - libXfixes-6.0.1-3.fc40.x86_64 - libXft-2.3.8-6.fc40.x86_64 - libXpm-3.5.17-3.fc40.x86_64 - libXrender-0.9.11-6.fc40.x86_64 - libXxf86vm-1.1.5-6.fc40.x86_64 - libaom-3.12.0-1.fc40.x86_64 - libavif-1.0.4-3.fc40.x86_64 - libcerf-2.3-4.fc40.x86_64 - libdatrie-0.2.13-9.fc40.x86_64 - libdav1d-1.5.1-1.fc40.x86_64 - libdrm-2.4.123-1.fc40.x86_64 - libevdev-1.13.3-1.fc40.x86_64 - libglvnd-1:1.7.0-4.fc40.x86_64 - libglvnd-egl-1:1.7.0-4.fc40.x86_64 - libglvnd-glx-1:1.7.0-4.fc40.x86_64 - libgudev-238-5.fc40.x86_64 - libimagequant-4.0.3-5.fc40.x86_64 - libinput-1.26.2-1.fc40.x86_64 - libjpeg-turbo-3.0.2-1.fc40.x86_64 - libjxl-1:0.8.4-1.fc40.x86_64 - liblerc-4.0.0-6.fc40.x86_64 - libpciaccess-0.16-12.fc40.x86_64 - libpng-2:1.6.40-3.fc40.x86_64 - libproxy-0.5.5-1.fc40.x86_64 - libthai-0.1.29-8.fc40.x86_64 - libtiff-4.6.0-5.fc40.1.x86_64 - libvmaf-2.3.0-7.fc40.x86_64 - libwacom-2.11.0-1.fc40.x86_64 - libwacom-data-2.11.0-1.fc40.noarch - libwayland-client-1.23.0-2.fc40.x86_64 - libwayland-cursor-1.23.0-2.fc40.x86_64 - libwayland-egl-1.23.0-2.fc40.x86_64 - libwayland-server-1.23.0-2.fc40.x86_64 - libwebp-1.5.0-1.fc40.x86_64 - libxkbcommon-1.6.0-2.fc40.x86_64 - libxkbcommon-x11-1.6.0-2.fc40.x86_64 - libxshmfence-1.3.2-5.fc40.x86_64 - lm_sensors-libs-3.6.0-18.fc40.x86_64 - mesa-dri-drivers-24.1.7-1.fc40.x86_64 - mesa-filesystem-24.1.7-1.fc40.x86_64 - mesa-libEGL-24.1.7-1.fc40.x86_64 - mesa-libGL-24.1.7-1.fc40.x86_64 - mesa-libgbm-24.1.7-1.fc40.x86_64 - mesa-libglapi-24.1.7-1.fc40.x86_64 - mesa-va-drivers-24.1.7-1.fc40.x86_64 - mtdev-1.1.6-8.fc40.x86_64 - pango-1.54.0-1.fc40.x86_64 - pcre2-utf16-10.44-1.fc40.x86_64 - pixman-0.43.4-1.fc40.x86_64 - qt-settings-40.1-1.fc40.noarch - qt5-filesystem-5.15.15-1.fc40.x86_64 - qt5-qtbase-5.15.15-3.fc40.x86_64 - qt5-qtbase-common-5.15.15-3.fc40.noarch - qt5-qtbase-gui-5.15.15-3.fc40.x86_64 - qt5-qtdeclarative-5.15.15-1.fc40.x86_64 - qt5-qtsvg-5.15.15-1.fc40.x86_64 - qt5-qttranslations-5.15.15-1.fc40.noarch - qt5-qtwayland-5.15.15-1.fc40.x86_64 - rav1e-libs-0.7.1-4.fc40.x86_64 - shared-mime-info-2.3-5.fc40.x86_64 - svt-av1-libs-2.3.0-1.fc40.x86_64 - xcb-util-0.4.1-5.fc40.x86_64 - xcb-util-image-0.4.1-5.fc40.x86_64 - xcb-util-keysyms-0.4.1-5.fc40.x86_64 - xcb-util-renderutil-0.3.10-5.fc40.x86_64 - xcb-util-wm-0.4.2-5.fc40.x86_64 - xdriinfo-1.0.7-2.fc40.x86_64 - xkeyboard-config-2.41-1.fc40.noarch - xml-common-0.6.3-63.fc40.noarch - - Complete! + /usr/bin/rpm "-q" "--whatprovides" "gnuplot" - gnuplot-5.4.9-3.fc40.x86_64 2025-03-06 19:09.15 ---> saved as "951d30e63591ca9effea8520982202a2c472a7bdc0a7d326b2bd45629476e000" /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 24 packages - install alcotest 1.8.0 - install astring 0.8.5 - install base-bytes base - install cmdliner 1.3.0 - install conf-gnuplot 0.1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.17.2 - install dune-configurator 3.17.2 - install duration 0.2.1 - install fmt 0.9.0 - install logs 0.7.0 - install lwt 5.9.0 - install mtime 2.1.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install re 1.12.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uuidm 0.9.9 - install uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> installed conf-gnuplot.0.1 -> retrieved csexp.1.5.2 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.12.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uuidm.0.9.9 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.7 -> installed uuidm.0.9.9 -> installed uutf.1.0.3 -> installed mtime.2.1.0 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed dune.3.17.2 -> installed duration.0.2.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.8.0 -> installed dune-configurator.3.17.2 -> installed lwt.5.9.0 -> installed logs.0.7.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-06 19:09.57 ---> saved as "a57f29d1922a6717067076cf347de05aeef98078ce72015480d92065ceef02a3" /src: (copy (src .) (dst /src)) 2025-03-06 19:09.57 ---> saved as "40db16c68decc547caf0ea44715440505c24e8e963606a469a2dc94a564540af" /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/unix/.metrics_gnuplot.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/uuidm -I src/core/.metrics.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o src/unix/.metrics_gnuplot.objs/byte/metrics_gnuplot.cmo -c -impl src/unix/metrics_gnuplot.ml) File "src/unix/metrics_gnuplot.ml", line 110, characters 11-18: 110 | let uuid = Uuidm.v `V4 ^^^^^^^ Error (alert deprecated): Uuidm.v Use the version specific Uuidm.v* functions. (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/unix/.metrics_gnuplot.objs/byte -I src/unix/.metrics_gnuplot.objs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/uuidm -I src/core/.metrics.objs/byte -I src/core/.metrics.objs/native -intf-suffix .ml -no-alias-deps -opaque -o src/unix/.metrics_gnuplot.objs/native/metrics_gnuplot.cmx -c -impl src/unix/metrics_gnuplot.ml) File "src/unix/metrics_gnuplot.ml", line 110, characters 11-18: 110 | let uuid = Uuidm.v `V4 ^^^^^^^ Error (alert deprecated): Uuidm.v Use the version specific Uuidm.v* functions. (cd _build/default/test/core && ./test.exe) Testing `metrics'. This run has ID `XU17N1TG'. [OK] base 0 f. [OK] base 1 timer. [OK] base 2 status. Full test results in `/src/_build/default/test/core/_build/_tests/metrics'. Test Successful in 1.001s. 3 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-06 19:09.59: Job failed: Failed: Build failed