2025-10-27 22:43.23: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (5d3133c4a461d00eb97cc31b09d8126e49632c0f) (linux-x86_64:opensuse-16.0-5.4_opam-2.4) Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard 5d3133c4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 # opensuse-16.0-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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.9.1 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.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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-10-27 22:43.23: Using cache hint "mirage/metrics-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214-opensuse-16.0-5.4_opam-2.4-d69f9c8a29338b68fee0e19152ac7397" 2025-10-27 22:43.23: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214) (comment opensuse-16.0-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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.9.1 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.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4") (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.4 --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-10-27 22:43.23: Waiting for resource in pool OCluster 2025-10-28 00:26.12: Waiting for worker… 2025-10-28 00:27.03: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 5d3133c changes for 0.5.0 (from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214' locally docker.io/ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214: Pulling from ocaml/opam 64cfa2a65095: Already exists 7971a163c5cf: Already exists 0bcedfafe7dd: Already exists f42ca884ff10: Already exists 7a58dd924804: Already exists 73b6bf2442e2: Already exists c7b2f1118c39: Already exists 9664ba876e4c: Already exists d307e097761a: Already exists a2f7a77a011c: Already exists 94b2c92a6e32: Already exists dc059a0b69a6: Already exists b1b115775ad6: Already exists 9578045c60a5: Already exists 9438161e6dc8: Already exists 5354b34c6410: Already exists 7ba29a3affaf: Already exists 978c6754ed91: Already exists 4f4fb700ef54: Already exists 1a894d493bd5: Already exists e279e4c3cc8b: Already exists cdfaa2485c7d: Already exists c8563e41aa6f: Already exists 911bff4bcd02: Already exists 7e6490154d95: Already exists dd6beeecc8f8: Already exists 3e02f73f561d: Already exists 801dc6436763: Already exists 7ddd0c153f59: Already exists 5ee8f7f96184: Already exists facc8b57701e: Already exists f5c712f16134: Already exists 7c5c7be08383: Already exists 25e2ed376925: Already exists 1b4a119d9eef: Already exists ab7e2fb7737c: Already exists db30acbe9a06: Already exists bd2643bb4e57: Pulling fs layer 1d1f818b3d69: Pulling fs layer 1f2c1c940f9a: Pulling fs layer 35c8edf46b30: Pulling fs layer 5e642a5ac051: Pulling fs layer c6560baf709e: Pulling fs layer 0bd76bce9a41: Pulling fs layer c6560baf709e: Waiting 5e642a5ac051: Waiting 35c8edf46b30: Waiting 0bd76bce9a41: Waiting bd2643bb4e57: Verifying Checksum bd2643bb4e57: Download complete bd2643bb4e57: Pull complete 1d1f818b3d69: Verifying Checksum 1d1f818b3d69: Download complete 1d1f818b3d69: Pull complete 5e642a5ac051: Verifying Checksum 5e642a5ac051: Download complete c6560baf709e: Verifying Checksum c6560baf709e: Download complete 0bd76bce9a41: Verifying Checksum 0bd76bce9a41: Download complete 1f2c1c940f9a: Verifying Checksum 1f2c1c940f9a: Download complete 1f2c1c940f9a: Pull complete 35c8edf46b30: Verifying Checksum 35c8edf46b30: Download complete 35c8edf46b30: Pull complete 5e642a5ac051: Pull complete c6560baf709e: Pull complete 0bd76bce9a41: Pull complete Digest: sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 Status: Downloaded newer image for ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 2025-10-28 00:27.04 ---> using "9d38683995b9bb49551e843deb9716f7bd1ad3adb6587b4c40a8eb60aa1ab60e" from cache /: (comment opensuse-16.0-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-28 00:27.04 ---> using "b3542340bd2208c71fce428a3b3aa6b53a9668c8954e1b3dd81f34bc5f6d6592" 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.2, 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] Initialised 2025-10-28 00:27.04 ---> using "728b7687b472e18330a8de64e1a078a94e50e387650658e9409b2e7e5d7cfcbf" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-10-28 00:27.04 ---> using "ae51319793515b3f645d0ff01305101e669c757eda759a7d4d52d1d1b67822ec" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-28 00:27.04 ---> using "4971281788d5cc39160451ff2c958f77dbad879e7922f999083697cdc5e25710" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..7f9c784b97 master -> origin/master 7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-28 00:27.04 ---> using "c4ae434ff6acf02f3c53356f8a83c99eec23fc0197516dd5b7b03f0ba5b3e57d" from cache /src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./)) 2025-10-28 00:27.04 ---> saved as "69176567ddb880be351150308b28e6917d2b31154cfdea51fc9e9d780a2dc5f8" /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-10-28 00:27.09 ---> saved as "3d39dcb13048fcf0211fd32dd90ce31de5bd6d76f39f63e312982e684bab2e5d" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-28 00:27.09 ---> saved as "269f24a5a9ec4bb85276128555fe0c06495fed34357bd8a20ee8f577f3b8b098" /src: (env DEPS "alcotest.1.9.1 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.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4") /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.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - .. - - Note: Received 1 new package signing key from repository "repo-oss (16.0)": - - Those additional keys are usually used to sign packages shipped by the repository. In order to - validate those packages upon download and installation the new keys will be imported into the rpm - database. - - New: - Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0 - Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Wed May 10 14:46:12 2023 - Key Expires: Sun May 9 14:46:12 2027 - Rpm Name: gpg-pubkey-25db7ae0-645bae34 - - The repository metadata introducing the new keys have been signed and validated by the trusted - key: - - Repository: repo-oss (16.0) - Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4 - Key Name: openSUSE Project Signing Key <opensuse@opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Mon Jun 20 14:03:14 2022 - Key Expires: Fri Jun 19 14:03:14 2026 - Rpm Name: gpg-pubkey-29b700a4-62b07e22 - - ..... - ........done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - All repositories have been refreshed. <><> 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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 "zypper" "--non-interactive" "install" "gnuplot" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 123 NEW packages are going to be installed: - Mesa Mesa-dri Mesa-gallium Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 cups-config fontconfig gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders gio-branding-openSUSE glib2-tools gnuplot gtk3-data gtk3-schema gtk3-tools hicolor-icon-theme libICE6 libLLVM19 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Svg5 libQt5Widgets5 libSM6 libSPIRV-Tools-2025_1_rc1 libXcomposite1 libXcursor1 libXdamage1 libXext6 libXfixes3 libXft2 libXi6 libXinerama1 libXpm4 libXrandr2 libXrender1 libXtst6 libXxf86vm1 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libcaca0 libcairo-gobject2 libcairo2 libcerf2 libcolord2 libcups2 libdatrie1 libdav1d7 libdouble-conversion3 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_radeon1 libduktape207 libelf1 libepoxy0 libevdev2 libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgd3 libgdk_pixbuf-2_0-0 libgio-2_0-0 libglvnd libgmodule-2_0-0 libgobject-2_0-0 libgraphite2-3 libgtk-3-0 libgudev-1_0-0 libharfbuzz0 libicu77 libicu77-ledata libinput10 libjbig2 libjpeg8 liblcms2-2 libmtdev1 libnotify4 libpango-1_0-0 libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpixman-1-0 libpng16-16 libproxy1 libpxbackend-1_0 librsvg-2-2 libsecret-1-0 libsharpyuv0 libslang2 libthai-data libthai0 libtiff6 libts0 libvulkan1 libwacom-data libwacom9 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpmux3 libwx_baseu-suse16_0_0 libwx_gtk3u_core-suse16_0_0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-util1 libxkbcommon-x11-0 libxkbcommon0 libxshmfence1 shared-mime-info system-user-lp xkeyboard-config - - 123 new packages to install. - - Package download size: 101.5 MiB - - Package install size change: - | 389.7 MiB required by packages that will be installed - 389.7 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Preloading Packages [.. - Preloading: gio-branding-openSUSE-42.1-lp160.3.1.noarch.rpm [done] - . - Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libwebpmux3-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libsecret-1-0-0.21.7-160000.2.2.x86_64.rpm [done] - . - Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done] - . - Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libwacom9-2.16.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done] - . - Preloading: cups-config-2.4.11-160000.2.2.x86_64.rpm [done] - .. - Preloading: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libpxbackend-1_0-0.5.9-160000.2.2.x86_64.rpm [done] - . - - Preloading: libxcb-image0-0.4.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libwayland-cursor0-1.24.0-160000.1.2.x86_64.rpm [done] - . - Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done] - . - Preloading: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64.rpm [done] - . - Preloading: libcaca0-0.99.beta20-160000.2.2.x86_64.rpm [done] - . - Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done] - .. - Preloading: libtiff6-4.7.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libgudev-1_0-0-238-160000.3.2.x86_64.rpm [done] - . - Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done] - . - Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done] - . - Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done] - .. - - Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done] - . - Preloading: glib2-tools-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64.rpm [done] - .. - Preloading: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done] - . - Preloading: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64.rpm [done] - . - Preloading: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64.rpm [done] - . - Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done] - . - Preloading: gnuplot-6.0.2-160000.2.2.x86_64.rpm [done] - .. - Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done] - . - Preloading: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64.rpm [done] - . - - Preloading: libnotify4-0.8.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64.rpm [done] - .. - Preloading: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64.rpm [done] - . - Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64.rpm [done] - . - Preloading: libavahi-client3-0.8-160000.2.2.x86_64.rpm [done] - . - Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libproxy1-0.5.9-160000.2.2.x86_64.rpm [done] - . - Preloading: librsvg-2-2-2.60.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libgd3-2.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done] - .. - Preloading: libinput10-1.28.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64.rpm [done] - . - Preloading: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64.rpm [done] - . - - Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64.rpm [done] - . - Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libcups2-2.4.11-160000.2.2.x86_64.rpm [done] - . - Preloading: libcolord2-1.4.6-160000.2.2.x86_64.rpm [done] - . - Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done] - . - Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done] - . - Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done] - . - Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done] - . - Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done] - . - Preloading: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done] - .. - Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done] - . - Preloading: libevdev2-1.13.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done] - . - Preloading: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done] - . - Preloading: libduktape207-2.7.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done] - .. - Preloading: libdouble-conversion3-3.3.1-160000.2.2.x86_64.rpm [done] - . - - Preloading: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libmtdev1-1.1.6-160000.3.2.x86_64.rpm [done] - . - Preloading: libcerf2-2.4-160000.3.2.x86_64.rpm [done] - . - Preloading: libavahi-common3-0.8-160000.2.2.x86_64.rpm [done] - . - Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done] - .. - Preloading: libXpm4-3.5.17-160000.2.2.x86_64.rpm [done] - . - Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done] - . - Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done] - . - Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done] - . - Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done] - . - Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done] - . - Preloading: libICE6-1.1.2-160000.3.2.x86_64.rpm [done] - .. - - Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done] - . - Preloading: gtk3-data-3.24.49+14-160000.2.2.noarch.rpm [done] - . - Preloading: libxcb-icccm4-0.4.2-160000.2.2.x86_64.rpm [done] - .. - Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done] - . - Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done] - . - Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done] - . - Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done] - . - Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done] - . - Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done] - . - Preloading: libSM6-1.2.6-160000.3.2.x86_64.rpm [done] - .. - Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done] - . - Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done] - . - - Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done] - . - Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done] - . - Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libxcb-util1-0.4.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libxcb-render-util0-0.3.10-160000.2.2.x86_64.rpm [done] - . - Preloading: libxcb-keysyms1-0.4.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done] - . - Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done] - . - Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done] - .. - Preloading: libwacom-data-2.16.1-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libts0-1.22-160000.2.2.x86_64.rpm [done] - . - Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done] - . - Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done] - . - Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done] - . - Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64.rpm [done] - . - Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done] - . - Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done] - .. - - Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done] - ... - - Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done] - . - Preloading: gtk3-schema-3.24.49+14-160000.2.2.noarch.rpm [done] - . - Preloading: libpng16-16-1.6.44-160000.2.2.x86_64.rpm [done] - .done] - Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/123), 276.4 KiB - Retrieving: gtk3-data-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (2/123), 222.9 KiB - Retrieving: gtk3-schema-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (3/123), 222.6 KiB - Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (4/123), 78.7 KiB - Retrieving: libICE6-1.1.2-160000.3.2.x86_64 (repo-oss (16.0)) (5/123), 54.9 KiB - Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (6/123), 28.3 MiB - Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (7/123), 1.5 MiB - Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (8/123), 12.3 KiB - Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (9/123), 12.1 KiB - Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (10/123), 37.3 KiB - Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (11/123), 19.9 KiB - Retrieving: libXpm4-3.5.17-160000.2.2.x86_64 (repo-oss (16.0)) (12/123), 48.1 KiB - Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (13/123), 27.5 KiB - Retrieving: libavahi-common3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (14/123), 70.3 KiB - Retrieving: libcerf2-2.4-160000.3.2.x86_64 (repo-oss (16.0)) (15/123), 33.3 KiB - Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (16/123), 50.6 KiB - Retrieving: libdav1d7-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (17/123), 618.2 KiB - Retrieving: libdouble-conversion3-3.3.1-160000.2.2.x86_64 (repo-oss (16.0)) (18/123), 37.2 KiB - Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (19/123), 107.8 KiB - Retrieving: libduktape207-2.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (20/123), 144.9 KiB - Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (21/123), 94.7 KiB - Retrieving: libepoxy0-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (22/123), 228.2 KiB - Retrieving: libevdev2-1.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (23/123), 46.9 KiB - Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (24/123), 42.8 KiB - Retrieving: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (25/123), 316.7 KiB - Retrieving: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (26/123), 447.7 KiB - Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (27/123), 71.9 KiB - Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (28/123), 8.6 MiB - Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (29/123), 35.4 KiB - Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (30/123), 307.2 KiB - Retrieving: liblcms2-2-2.16-160000.3.2.x86_64 (repo-oss (16.0)) (31/123), 171.6 KiB - Retrieving: libmtdev1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (32/123), 18.5 KiB - Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (33/123), 29.1 KiB - Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (34/123), 309.1 KiB - Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (35/123), 292.1 KiB - Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (36/123), 210.0 KiB - Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (37/123), 185.0 KiB - Retrieving: libsharpyuv0-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (38/123), 31.6 KiB - Retrieving: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 (repo-oss (16.0)) (39/123), 389.6 KiB - Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (40/123), 158.7 KiB - Retrieving: libts0-1.22-160000.2.2.x86_64 (repo-oss (16.0)) (41/123), 18.9 KiB - Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (42/123), 156.2 KiB - Retrieving: libwacom-data-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (43/123), 225.3 KiB - Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (44/123), 47.8 KiB - Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (45/123), 24.2 KiB - Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (46/123), 54.2 KiB - Retrieving: libxcb-icccm4-0.4.2-160000.2.2.x86_64 (repo-oss (16.0)) (47/123), 14.9 KiB - Retrieving: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (48/123), 12.0 KiB - Retrieving: libxcb-render-util0-0.3.10-160000.2.2.x86_64 (repo-oss (16.0)) (49/123), 13.8 KiB - Retrieving: libxcb-util1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (50/123), 16.0 KiB - Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (51/123), 12.0 KiB - Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (52/123), 347.4 KiB - Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (53/123), 12.6 KiB - Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (54/123), 455.5 KiB - Retrieving: libSM6-1.2.6-160000.3.2.x86_64 (repo-oss (16.0)) (55/123), 26.0 KiB - Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (56/123), 17.0 KiB - Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (57/123), 18.0 KiB - Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (58/123), 11.3 KiB - Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (59/123), 42.8 KiB - Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (60/123), 26.1 KiB - Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (61/123), 30.1 KiB - Retrieving: libavahi-client3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (62/123), 73.6 KiB - Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (63/123), 258.9 KiB - Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (64/123), 90.7 KiB - Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (65/123), 93.5 KiB - Retrieving: libgudev-1_0-0-238-160000.3.2.x86_64 (repo-oss (16.0)) (66/123), 31.7 KiB - Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (67/123), 106.3 KiB - Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (68/123), 2.1 MiB - Retrieving: libtiff6-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (69/123), 276.3 KiB - Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (70/123), 133.3 KiB - Retrieving: libfreetype6-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (71/123), 564.0 KiB - Retrieving: libwebp7-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (72/123), 227.4 KiB - Retrieving: libcaca0-0.99.beta20-160000.2.2.x86_64 (repo-oss (16.0)) (73/123), 226.6 KiB - Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (74/123), 28.1 KiB - Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (75/123), 30.9 KiB - Retrieving: libxcb-image0-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (76/123), 16.6 KiB - Retrieving: gio-branding-openSUSE-42.1-lp160.3.1.noarch (repo-oss (16.0)) (77/123), 29.6 KiB - Retrieving: libgio-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (78/123), 960.3 KiB - Retrieving: glib2-tools-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (79/123), 423.3 KiB - Retrieving: cups-config-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (80/123), 422.3 KiB - Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (81/123), 151.2 KiB - Retrieving: libwacom9-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (82/123), 60.9 KiB - Retrieving: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (83/123), 2.3 MiB - Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (84/123), 257.7 KiB - Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (85/123), 9.7 MiB - Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (86/123), 253.7 KiB - Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (87/123), 380.4 KiB - Retrieving: libharfbuzz0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (88/123), 577.2 KiB - Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (89/123), 137.4 KiB - Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (90/123), 199.5 KiB - Retrieving: libwebpmux3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (91/123), 40.2 KiB - Retrieving: libsecret-1-0-0.21.7-160000.2.2.x86_64 (repo-oss (16.0)) (92/123), 144.9 KiB - Retrieving: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (93/123), 53.4 KiB - Retrieving: libcolord2-1.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (94/123), 202.2 KiB - Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (95/123), 138.2 KiB - Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (96/123), 48.6 KiB - Retrieving: libcups2-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (97/123), 452.5 KiB - Retrieving: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (98/123), 38.7 KiB - Retrieving: libinput10-1.28.1-160000.2.2.x86_64 (repo-oss (16.0)) (99/123), 228.6 KiB - Retrieving: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (100/123), 427.6 KiB - Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (101/123), 395.5 KiB - Retrieving: libgd3-2.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (102/123), 144.3 KiB - Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (103/123), 604.1 KiB - Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (104/123), 51.8 KiB - Retrieving: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (105/123), 797.9 KiB - Retrieving: libproxy1-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (106/123), 38.4 KiB - Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (107/123), 124.2 KiB - Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (108/123), 188.3 KiB - Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (109/123), 13.3 MiB - Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (110/123), 73.0 KiB - Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (111/123), 356.3 KiB - Retrieving: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (112/123), 919.8 KiB - Retrieving: libnotify4-0.8.4-160000.2.2.x86_64 (repo-oss (16.0)) (113/123), 44.0 KiB - Retrieving: librsvg-2-2-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (114/123), 2.0 MiB - Retrieving: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (115/123), 3.8 MiB - Retrieving: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (116/123), 268.1 KiB - Retrieving: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (117/123), 2.6 MiB - Retrieving: gtk3-tools-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (118/123), 1.6 MiB - Retrieving: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (119/123), 3.0 MiB - Retrieving: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64 (repo-oss (16.0)) (120/123), 188.6 KiB - Retrieving: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (121/123), 418.5 KiB - Retrieving: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (122/123), 2.2 MiB - Retrieving: gnuplot-6.0.2-160000.2.2.x86_64 (repo-oss (16.0)) (123/123), 1.5 MiB - - Checking for file conflicts: [... - .done] - ( 1/123) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done] - ( 2/123) Installing: gtk3-data-3.24.49+14-160000.2.2.noarch [..done] - ( 3/123) Installing: gtk3-schema-3.24.49+14-160000.2.2.noarch [..done] - ( 4/123) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [..done] - ( 5/123) Installing: libICE6-1.1.2-160000.3.2.x86_64 [..done] - ( 6/123) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [....... - done] - ( 7/123) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done] - ( 8/123) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done] - ( 9/123) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done] - ( 10/123) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done] - ( 11/123) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done] - ( 12/123) Installing: libXpm4-3.5.17-160000.2.2.x86_64 [..done] - ( 13/123) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done] - ( 14/123) Installing: libavahi-common3-0.8-160000.2.2.x86_64 [..done] - ( 15/123) Installing: libcerf2-2.4-160000.3.2.x86_64 [..done] - ( 16/123) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done] - ( 17/123) Installing: libdav1d7-1.5.1-160000.2.2.x86_64 [..done] - ( 18/123) Installing: libdouble-conversion3-3.3.1-160000.2.2.x86_64 [..done] - ( 19/123) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done] - ( 20/123) Installing: libduktape207-2.7.0-160000.2.2.x86_64 [..done] - ( 21/123) Installing: libelf1-0.192-160000.2.2.x86_64 [..done] - ( 22/123) Installing: libepoxy0-1.5.10-160000.3.2.x86_64 [..done] - ( 23/123) Installing: libevdev2-1.13.3-160000.2.2.x86_64 [..done] - ( 24/123) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done] - ( 25/123) Installing: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 [. - .done] - ( 26/123) Installing: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 [..done] - ( 27/123) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done] - ( 28/123) Installing: libicu77-ledata-77.1-160000.2.2.noarch [...done] - ( 29/123) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done] - ( 30/123) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done] - ( 31/123) Installing: liblcms2-2-2.16-160000.3.2.x86_64 [..done] - ( 32/123) Installing: libmtdev1-1.1.6-160000.3.2.x86_64 [..done] - ( 33/123) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done] - ( 34/123) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done] - ( 35/123) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done] - ( 36/123) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done] - ( 37/123) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done] - ( 38/123) Installing: libsharpyuv0-1.5.0-160000.2.2.x86_64 [..done] - ( 39/123) Installing: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 [..done] - ( 40/123) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done] - ( 41/123) Installing: libts0-1.22-160000.2.2.x86_64 [..done] - ( 42/123) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done] - ( 43/123) Installing: libwacom-data-2.16.1-160000.2.2.x86_64 [..done] - ( 44/123) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [. - .done] - ( 45/123) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [..done] - ( 46/123) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done] - ( 47/123) Installing: libxcb-icccm4-0.4.2-160000.2.2.x86_64 [..done] - ( 48/123) Installing: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 [..done] - ( 49/123) Installing: libxcb-render-util0-0.3.10-160000.2.2.x86_64 [..done] - ( 50/123) Installing: libxcb-util1-0.4.1-160000.2.2.x86_64 [..done] - ( 51/123) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done] - ( 52/123) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [.. - done] - ( 53/123) Installing: system-user-lp-20170617-160000.2.2.noarch [.. - /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf - - Creating group 'systemd-journal' with GID 497. - Creating group 'lp' with GID 496. - Creating user 'lp' (Printing daemon) with UID 496 and GID 496. - Creating group 'systemd-coredump' with GID 495. - Creating user 'systemd-coredump' (systemd Core Dumper) with UID 495 and GID 495. - done] - ( 54/123) Installing: xkeyboard-config-2.44-160000.2.2.noarch [..done] - ( 55/123) Installing: libSM6-1.2.6-160000.3.2.x86_64 [..done] - ( 56/123) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done] - ( 57/123) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done] - ( 58/123) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done] - ( 59/123) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done] - ( 60/123) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done] - ( 61/123) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done] - ( 62/123) Installing: libavahi-client3-0.8-160000.2.2.x86_64 [..done] - ( 63/123) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done] - ( 64/123) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done] - ( 65/123) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done] - ( 66/123) Installing: libgudev-1_0-0-238-160000.3.2.x86_64 [..done] - ( 67/123) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done] - ( 68/123) Installing: libicu77-77.1-160000.2.2.x86_64 [..done] - ( 69/123) Installing: libtiff6-4.7.0-160000.2.2.x86_64 [..done] - ( 70/123) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done] - ( 71/123) Installing: libfreetype6-2.13.3-160000.2.2.x86_64 [..done] - ( 72/123) Installing: libwebp7-1.5.0-160000.2.2.x86_64 [.. - done] - ( 73/123) Installing: libcaca0-0.99.beta20-160000.2.2.x86_64 [..done] - ( 74/123) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done] - ( 75/123) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done] - ( 76/123) Installing: libxcb-image0-0.4.1-160000.2.2.x86_64 [..done] - ( 77/123) Installing: gio-branding-openSUSE-42.1-lp160.3.1.noarch [..done] - ( 78/123) Installing: libgio-2_0-0-2.84.3-160000.2.2.x86_64 [..done] - ( 79/123) Installing: glib2-tools-2.84.3-160000.2.2.x86_64 [..done] - ( 80/123) Installing: cups-config-2.4.11-160000.2.2.x86_64 [..done] - ( 81/123) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done] - ( 82/123) Installing: libwacom9-2.16.1-160000.2.2.x86_64 [..done] - ( 83/123) Installing: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64 [..done] - ( 84/123) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done] - ( 85/123) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [...done] - ( 86/123) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done] - ( 87/123) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done] - ( 88/123) Installing: libharfbuzz0-11.0.0-160000.2.2.x86_64 [..done] - ( 89/123) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [.. - done] - ( 90/123) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done] - ( 91/123) Installing: libwebpmux3-1.5.0-160000.2.2.x86_64 [..done] - ( 92/123) Installing: libsecret-1-0-0.21.7-160000.2.2.x86_64 [..done] - ( 93/123) Installing: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 [..done] - ( 94/123) Installing: libcolord2-1.4.6-160000.2.2.x86_64 [..done] - ( 95/123) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..done] - ( 96/123) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 [..done] - ( 97/123) Installing: libcups2-2.4.11-160000.2.2.x86_64 [..done] - ( 98/123) Installing: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 [..done] - ( 99/123) Installing: libinput10-1.28.1-160000.2.2.x86_64 [..done] - (100/123) Installing: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64 [..done] - (101/123) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done] - (102/123) Installing: libgd3-2.3.3-160000.2.2.x86_64 [..done] - (103/123) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done] - (104/123) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done] - (105/123) Installing: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 [..done] - (106/123) Installing: libproxy1-0.5.9-160000.2.2.x86_64 [..done] - (107/123) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [..done] - (108/123) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 [..done] - (109/123) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [.. - ...done] - (110/123) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done] - (111/123) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done] - (112/123) Installing: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64 [..done] - (113/123) Installing: libnotify4-0.8.4-160000.2.2.x86_64 [..done] - (114/123) Installing: librsvg-2-2-2.60.0-160000.2.2.x86_64 [..done] - (115/123) Installing: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64 [..done] - (116/123) Installing: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 [..done] - (117/123) Installing: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64 [..done] - (118/123) Installing: gtk3-tools-3.24.49+14-160000.2.2.x86_64 [..done] - (119/123) Installing: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 [.. - done] - (120/123) Installing: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64 [..done] - (121/123) Installing: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64 [..done] - (122/123) Installing: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 [..done] - (123/123) Installing: gnuplot-6.0.2-160000.2.2.x86_64 [..done] - Running post-transaction scripts [....done] 2025-10-28 00:27.43 ---> saved as "50c4d8e5ec3448ce5b100f8fd49c8b83a65f1632d84b976139a3341217b0ccc1" /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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 23 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base-bytes base - install cmdliner 2.0.0 - install conf-gnuplot 0.1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install duration 0.2.1 - install fmt 0.11.0 - install logs 0.9.0 - install lwt 5.9.2 - 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.14.0 - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install uuidm 0.9.10 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.0.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.11.0 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved lwt.5.9.2 (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 re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed uuidm.0.9.10 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.20.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.14.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.9.1 -> installed dune-configurator.3.20.2 -> installed lwt.5.9.2 -> installed logs.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-28 00:28.39 ---> saved as "b018ac775c0cd012075768f2ee283d2bb4163a4cdff9e5c617993999a2736577" /src: (copy (src .) (dst /src)) 2025-10-28 00:28.40 ---> saved as "d524d5bc8255eb9f39b23c857a4facdff534b76131f958cea43620c547d36b6b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/core && ./test.exe) Testing `metrics'. This run has ID `TXHMIGKL'. [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. (cd _build/default/test/unix && ./test.exe) /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/Timers-28.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/OCaml_memory_management_counters_quick-25.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/MEM-30.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/Nice_graph-27.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/OCaml_memory_management_counters-26.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/CPU-29.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/Timers-28.d.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/OCaml_memory_management_counters_quick-25.d.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/MEM-30.d.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/Nice_graph-27.d.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/OCaml_memory_management_counters-26.d.png has been created. /src/_build/default/test/unix/_metrics/cadcbe6b-ad3e-482a-9bb3-bd056a2ed11b/out/CPU-29.d.png has been created. 2025-10-28 00:28.46 ---> saved as "63aa0b75c094b2c7c127a9570b36d48d6af29ea5afa3da54265906811c7651cc" Job succeeded 2025-10-28 00:28.46: Job succeeded