2025-03-07 10:19.13: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (b9c39e4c79489bb506fea206c6e70e65e32e25fa) (linux-x86_64:fedora-40-5.3_opam-2.3) Base: ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard b9c39e4c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb # fedora-40-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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-07 10:19.13: Using cache hint "mirage/metrics-ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb-fedora-40-5.3_opam-2.3-d909c6c5ec58b7e37524142000a176dc" 2025-03-07 10:19.13: Using OBuilder spec: ((from ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb) (comment fedora-40-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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-07 10:19.13: Waiting for resource in pool OCluster 2025-03-07 10:19.14: Waiting for worker… 2025-03-07 10:23.37: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at b9c39e4 Merge pull request #60 from hannesm/add-maint (from ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb) 2025-03-07 10:23.38 ---> using "5ff50e8d5058ab75d30e0ca602c0d0902f1a04a8369997f5473ba0c7abcd7623" from cache /: (comment fedora-40-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Fedora 40 - x86_64 140 kB/s | 27 kB 00:00 Fedora 40 openh264 (From Cisco) - x86_64 9.5 kB/s | 989 B 00:00 Fedora 40 - x86_64 - Updates 56 kB/s | 25 kB 00:00 Fedora 40 - x86_64 - Updates 4.8 MB/s | 6.6 MB 00:01 Package findutils-1:4.9.0-9.fc40.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 2025-03-07 10:23.38 ---> using "dbaa95f017162064e90bdeae5302704e4581c525da5bd45b43ab0a588994c443" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-07 10:23.38 ---> using "c9255b0cb06cb5d59a38d3a7e29e4b7914d52bc2ad2630dc8943f23579168715" 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 31 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=31 --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-07 10:23.38 ---> using "4540b59c91e1479369f533825b3bcf7102a5c2ba2d04a01d2c3d8b52a3dbd0b3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-07 10:23.38 ---> using "389f7ded9362e2c2ca9d5872a948c41f187c7ddb07ab30a00d2159f7c072620c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-07 10:23.38 ---> using "354748ff4b5220558845a189605472d8111a7838380c73f845389254fc51b1ee" 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 b2eed42fcd..862a7640b1 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-07 10:24.50 ---> saved as "7ce4a020886a0f1e058b1dda07621439c7a2a95ccec4a8edf4e8c8fb60007ae1" /src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./)) 2025-03-07 10:24.50 ---> saved as "0bc737bfc63041a08fde563da2a9640c9c5ad65a543cd87c4cc4f1b8f716cd9b" /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-07 10:24.57 ---> saved as "f8c1958bdd2262e7189992815df1569eb11ea052a5d2a440e0ad2b0e65fb5e03" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-07 10:24.57 ---> saved as "f9a4378a758c3ff1a271049032f4aca871ae5e232da2b0fecb31f00caeaaa77b" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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 212 kB/s | 27 kB 00:00 - Fedora 40 openh264 (From Cisco) - x86_64 9.9 kB/s | 989 B 00:00 - Fedora 40 - x86_64 - Updates 177 kB/s | 23 kB 00:00 - Fedora 40 - x86_64 - Updates 5.1 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: gnuplot <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "yum" "install" "-y" "gnuplot" - Last metadata expiration check: 0:00:26 ago on Fri Mar 7 10:24:59 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 634 kB/s | 67 kB 00:00 - (2/100): abattis-cantarell-vf-fonts-0.301-12.fc 975 kB/s | 120 kB 00:00 - (3/100): cairo-1.18.0-3.fc40.x86_64.rpm 4.8 MB/s | 709 kB 00:00 - (4/100): cpuinfo-23.2.14-3.giteb4a667.fc40.2.x8 550 kB/s | 42 kB 00:00 - (5/100): duktape-2.7.0-7.fc40.x86_64.rpm 2.9 MB/s | 170 kB 00:00 - (6/100): fonts-filesystem-2.0.5-14.fc40.noarch. 202 kB/s | 8.2 kB 00:00 - (7/100): gd-2.3.3-16.fc40.x86_64.rpm 2.4 MB/s | 136 kB 00:00 - (8/100): freetype-2.13.2-5.fc40.x86_64.rpm 4.8 MB/s | 410 kB 00:00 - (9/100): glx-utils-9.0.0-6.fc40.x86_64.rpm 1.1 MB/s | 72 kB 00:00 - (10/100): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm 4.9 MB/s | 485 kB 00:00 - (11/100): dejavu-sans-fonts-2.37-23.fc40.noarch 3.9 MB/s | 1.3 MB 00:00 - (12/100): google-noto-fonts-common-20240301-2.f 719 kB/s | 17 kB 00:00 - (13/100): gnuplot-5.4.9-3.fc40.x86_64.rpm 4.7 MB/s | 827 kB 00:00 - (14/100): gnuplot-common-5.4.9-3.fc40.x86_64.rp 4.1 MB/s | 802 kB 00:00 - (15/100): graphite2-1.3.14-15.fc40.x86_64.rpm 1.7 MB/s | 95 kB 00:00 - (16/100): jbigkit-libs-2.1-29.fc40.x86_64.rpm 910 kB/s | 53 kB 00:00 - (17/100): libICE-1.1.1-3.fc40.x86_64.rpm 1.3 MB/s | 74 kB 00:00 - (18/100): google-noto-sans-vf-fonts-20240301-2. 3.1 MB/s | 593 kB 00:00 - (19/100): libSM-1.2.4-3.fc40.x86_64.rpm 661 kB/s | 43 kB 00:00 - (20/100): libXcomposite-0.4.6-3.fc40.x86_64.rpm 347 kB/s | 24 kB 00:00 - (21/100): libXext-1.3.6-1.fc40.x86_64.rpm 612 kB/s | 39 kB 00:00 - (22/100): libXfixes-6.0.1-3.fc40.x86_64.rpm 344 kB/s | 19 kB 00:00 - (23/100): libXrender-0.9.11-6.fc40.x86_64.rpm 424 kB/s | 27 kB 00:00 - (24/100): libXpm-3.5.17-3.fc40.x86_64.rpm 847 kB/s | 66 kB 00:00 - (25/100): libXxf86vm-1.1.5-6.fc40.x86_64.rpm 1.1 MB/s | 18 kB 00:00 - (26/100): libXft-2.3.8-6.fc40.x86_64.rpm 599 kB/s | 72 kB 00:00 - (27/100): libcerf-2.3-4.fc40.x86_64.rpm 631 kB/s | 37 kB 00:00 - (28/100): libglvnd-1.7.0-4.fc40.x86_64.rpm 1.5 MB/s | 115 kB 00:00 - (29/100): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm 771 kB/s | 35 kB 00:00 - (30/100): libdatrie-0.2.13-9.fc40.x86_64.rpm 274 kB/s | 32 kB 00:00 - (31/100): libgudev-238-5.fc40.x86_64.rpm 450 kB/s | 35 kB 00:00 - (32/100): libjpeg-turbo-3.0.2-1.fc40.x86_64.rpm 2.3 MB/s | 227 kB 00:00 - (33/100): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm 854 kB/s | 132 kB 00:00 - (34/100): liblerc-4.0.0-6.fc40.x86_64.rpm 3.6 MB/s | 210 kB 00:00 - (35/100): libpciaccess-0.16-12.fc40.x86_64.rpm 661 kB/s | 26 kB 00:00 - (36/100): libthai-0.1.29-8.fc40.x86_64.rpm 3.1 MB/s | 214 kB 00:00 - (37/100): libpng-1.6.40-3.fc40.x86_64.rpm 1.3 MB/s | 120 kB 00:00 - (38/100): libvmaf-2.3.0-7.fc40.x86_64.rpm 2.5 MB/s | 180 kB 00:00 - (39/100): libxkbcommon-1.6.0-2.fc40.x86_64.rpm 3.9 MB/s | 142 kB 00:00 - (40/100): libxkbcommon-x11-1.6.0-2.fc40.x86_64. 630 kB/s | 22 kB 00:00 - (41/100): lm_sensors-libs-3.6.0-18.fc40.x86_64. 1.0 MB/s | 40 kB 00:00 - (42/100): mtdev-1.1.6-8.fc40.x86_64.rpm 534 kB/s | 21 kB 00:00 - (43/100): xcb-util-image-0.4.1-5.fc40.x86_64.rp 656 kB/s | 19 kB 00:00 - (44/100): xcb-util-0.4.1-5.fc40.x86_64.rpm 363 kB/s | 18 kB 00:00 - (45/100): xcb-util-keysyms-0.4.1-5.fc40.x86_64. 419 kB/s | 14 kB 00:00 - (46/100): xcb-util-renderutil-0.3.10-5.fc40.x86 539 kB/s | 17 kB 00:00 - (47/100): xcb-util-wm-0.4.2-5.fc40.x86_64.rpm 939 kB/s | 31 kB 00:00 - (48/100): xdriinfo-1.0.7-2.fc40.x86_64.rpm 526 kB/s | 21 kB 00:00 - (49/100): xml-common-0.6.3-63.fc40.noarch.rpm 638 kB/s | 31 kB 00:00 - (50/100): cups-filesystem-2.4.11-9.fc40.noarch. 194 kB/s | 14 kB 00:00 - (51/100): xkeyboard-config-2.41-1.fc40.noarch.r 4.2 MB/s | 976 kB 00:00 - (52/100): double-conversion-3.3.1-1.fc40.x86_64 64 kB/s | 51 kB 00:00 - (53/100): cups-libs-2.4.11-9.fc40.x86_64.rpm 263 kB/s | 262 kB 00:00 - (54/100): default-fonts-core-sans-4.0-13.fc40.n 32 kB/s | 31 kB 00:00 - (55/100): fribidi-1.0.14-2.fc40.x86_64.rpm 720 kB/s | 92 kB 00:00 - (56/100): harfbuzz-8.5.0-1.fc40.x86_64.rpm 8.3 MB/s | 1.0 MB 00:00 - (57/100): fontconfig-2.15.0-6.fc40.x86_64.rpm 325 kB/s | 270 kB 00:00 - (58/100): highway-1.2.0-2.fc40.x86_64.rpm 739 kB/s | 652 kB 00:00 - (59/100): libaom-3.12.0-1.fc40.x86_64.rpm 15 MB/s | 1.8 MB 00:00 - (60/100): hwdata-0.392-1.fc40.noarch.rpm 1.3 MB/s | 1.6 MB 00:01 - (61/100): libavif-1.0.4-3.fc40.x86_64.rpm 152 kB/s | 91 kB 00:00 - (62/100): libdav1d-1.5.1-1.fc40.x86_64.rpm 632 kB/s | 635 kB 00:01 - (63/100): libdrm-2.4.123-1.fc40.x86_64.rpm 155 kB/s | 159 kB 00:01 - (64/100): libevdev-1.13.3-1.fc40.x86_64.rpm 94 kB/s | 38 kB 00:00 - (65/100): jxl-pixbuf-loader-0.8.4-1.fc40.x86_64 30 kB/s | 60 kB 00:02 - (66/100): libinput-1.26.2-1.fc40.x86_64.rpm 525 kB/s | 220 kB 00:00 - (67/100): libproxy-0.5.5-1.fc40.x86_64.rpm 389 kB/s | 48 kB 00:00 - (68/100): libjxl-0.8.4-1.fc40.x86_64.rpm 670 kB/s | 1.2 MB 00:01 - (69/100): libimagequant-4.0.3-5.fc40.x86_64.rpm 128 kB/s | 302 kB 00:02 - (70/100): libwacom-data-2.11.0-1.fc40.noarch.rp 1.4 MB/s | 198 kB 00:00 - (71/100): libtiff-4.6.0-5.fc40.1.x86_64.rpm 105 kB/s | 339 kB 00:03 - (72/100): libwacom-2.11.0-1.fc40.x86_64.rpm 21 kB/s | 44 kB 00:02 - (73/100): libwayland-egl-1.23.0-2.fc40.x86_64.r 117 kB/s | 13 kB 00:00 - (74/100): libwayland-server-1.23.0-2.fc40.x86_6 395 kB/s | 41 kB 00:00 - (75/100): libwebp-1.5.0-1.fc40.x86_64.rpm 716 kB/s | 297 kB 00:00 - (76/100): libxshmfence-1.3.2-5.fc40.x86_64.rpm 108 kB/s | 13 kB 00:00 - (77/100): libwayland-client-1.23.0-2.fc40.x86_6 15 kB/s | 33 kB 00:02 - (78/100): libwayland-cursor-1.23.0-2.fc40.x86_6 16 kB/s | 19 kB 00:01 - (79/100): mesa-filesystem-24.1.7-1.fc40.x86_64. 27 kB/s | 21 kB 00:00 - (80/100): mesa-libGL-24.1.7-1.fc40.x86_64.rpm 1.0 MB/s | 176 kB 00:00 - (81/100): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm 183 kB/s | 140 kB 00:00 - (82/100): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm 177 kB/s | 48 kB 00:00 - (83/100): mesa-libglapi-24.1.7-1.fc40.x86_64.rp 51 kB/s | 51 kB 00:00 - (84/100): pango-1.54.0-1.fc40.x86_64.rpm 2.0 MB/s | 347 kB 00:00 - (85/100): pcre2-utf16-10.44-1.fc40.x86_64.rpm 5.6 MB/s | 223 kB 00:00 - (86/100): pixman-0.43.4-1.fc40.x86_64.rpm 1.0 MB/s | 293 kB 00:00 - (87/100): qt-settings-40.1-1.fc40.noarch.rpm 180 kB/s | 10 kB 00:00 - (88/100): qt5-filesystem-5.15.15-1.fc40.x86_64. 11 kB/s | 10 kB 00:00 - (89/100): qt5-qtbase-5.15.15-3.fc40.x86_64.rpm 21 MB/s | 3.6 MB 00:00 - (90/100): mesa-va-drivers-24.1.7-1.fc40.x86_64. 1.4 MB/s | 4.0 MB 00:02 - (91/100): qt5-qtbase-gui-5.15.15-3.fc40.x86_64. 29 MB/s | 6.4 MB 00:00 - (92/100): qt5-qtbase-common-5.15.15-3.fc40.noar 14 kB/s | 12 kB 00:00 - (93/100): qt5-qtsvg-5.15.15-1.fc40.x86_64.rpm 3.1 MB/s | 188 kB 00:00 - (94/100): qt5-qttranslations-5.15.15-1.fc40.noa 18 MB/s | 2.0 MB 00:00 - (95/100): qt5-qtwayland-5.15.15-1.fc40.x86_64.r 18 MB/s | 1.1 MB 00:00 - (96/100): qt5-qtdeclarative-5.15.15-1.fc40.x86_ 5.1 MB/s | 4.2 MB 00:00 - (97/100): shared-mime-info-2.3-5.fc40.x86_64.rp 11 MB/s | 390 kB 00:00 - (98/100): svt-av1-libs-2.3.0-1.fc40.x86_64.rpm 27 MB/s | 2.0 MB 00:00 - (99/100): rav1e-libs-0.7.1-4.fc40.x86_64.rpm 1.7 MB/s | 1.0 MB 00:00 - (100/100): mesa-dri-drivers-24.1.7-1.fc40.x86_6 1.2 MB/s | 26 MB 00:20 - -------------------------------------------------------------------------------- - Total 2.3 MB/s | 71 MB 00:31 - 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-07 10:26.06 ---> saved as "6ff212582c2a2d6e27a96f45d32ddde69b1cc301781b4542098a6b1bc8280252" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 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 alcotest.1.8.0 (cached) -> retrieved cppo.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 ocaml-syntax-shims.1.0.0 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (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 csexp.1.5.2 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed stdlib-shims.0.3.0 -> installed cppo.1.8.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-07 10:27.31 ---> saved as "755c863ddbe3c351222494336a6b3a6276c1664eb10ce476d8746e304c91ecd8" /src: (copy (src .) (dst /src)) 2025-03-07 10:27.32 ---> saved as "76d335aa9cccb91c5585c4eaa8a026bcd9f3fb0d9a73245354661fc69ab3f232" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/unix/.metrics_gnuplot.objs/byte -I /home/opam/.opam/5.3/lib/bytes -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/lwt -I /home/opam/.opam/5.3/lib/lwt/unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocplib-endian -I /home/opam/.opam/5.3/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.3/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/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/unix/.metrics_gnuplot.objs/byte -I src/unix/.metrics_gnuplot.objs/native -I /home/opam/.opam/5.3/lib/bytes -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/lwt -I /home/opam/.opam/5.3/lib/lwt/unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocplib-endian -I /home/opam/.opam/5.3/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.3/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 `BNUDONY2'. [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-07 10:27.34: Job failed: Failed: Build failed