Organisationsmiragemetrics5d3133 (main)opensuse-16.0-4.14_opam-2.4

opensuse-16.0-4.14_opam-2.4

Logs

Show full logs
2025-10-18 16:36.51: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (5d3133c4a461d00eb97cc31b09d8126e49632c0f) (linux-x86_64:opensuse-16.0-4.14_opam-2.4)
Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
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-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
# opensuse-16.0-4.14_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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.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-18 16:36.51: Using cache hint "mirage/metrics-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-b36f249162b93d0cefa864dc016cbfaa"
2025-10-18 16:36.51: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)
 (comment opensuse-16.0-4.14_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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.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-18 16:36.51: Waiting for resource in pool OCluster
2025-10-18 18:08.31: Waiting for worker…
2025-10-18 18:11.29: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 5d3133c changes for 0.5.0

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locally
docker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: 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
4f666f8f907e: Pulling fs layer
23c142cc9273: Pulling fs layer
e74b0971cd39: Pulling fs layer
4f666f8f907e: Waiting
eea27d0942eb: Pulling fs layer
e74b0971cd39: Waiting
23c142cc9273: Waiting
eea27d0942eb: Waiting
4f666f8f907e: Verifying Checksum
4f666f8f907e: Download complete
4f666f8f907e: Pull complete
23c142cc9273: Verifying Checksum
23c142cc9273: Download complete
23c142cc9273: Pull complete
e74b0971cd39: Verifying Checksum
e74b0971cd39: Download complete
e74b0971cd39: Pull complete
eea27d0942eb: Download complete
eea27d0942eb: Pull complete
Digest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
2025-10-18 18:11.29 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache

/: (comment opensuse-16.0-4.14_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-18 18:11.29 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" 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-18 18:11.29 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-18 18:11.29 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-18 18:11.29 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-10-18 18:11.29 ---> using "7114e20e96005b5cc0683768071479249b916be15802db2328483ff48df1fefd" from cache

/src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)
            (dst ./))
2025-10-18 18:11.29 ---> saved as "4ec960ab69a79132a881e6d75f21187547ec7b70a82a4f2839ad315ef91dfcf5"

/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-18 18:11.32 ---> saved as "8c4705a8ed869104e07752634047055c83818404982b3147f04a574e236d1716"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 18:11.32 ---> saved as "e1468759a58cd173b59325684594e0cd70596c4b4a9b7bc632e3bba86f96db5c"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.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.
- Repository 'repo-oss (16.0)' is up to date.
- 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    gnuplot

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "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.2.1.noarch.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: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: cups-config-2.4.11-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: 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: glib2-tools-2.84.3-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: libcaca0-0.99.beta20-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libtiff6-4.7.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgudev-1_0-0-238-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libQt5Svg5-5.15.17+kde5-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: gnuplot-6.0.2-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libnotify4-0.8.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: librsvg-2-2-2.60.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libproxy1-0.5.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXft2-2.3.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: 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: libQt5Gui5-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: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5DBus5-5.15.17+kde122-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: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libcolord2-1.4.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libcups2-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libevdev2-1.13.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: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdouble-conversion3-3.3.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdrm2-2.4.124-160000.3.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: libduktape207-2.7.0-160000.2.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: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libICE6-1.1.2-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]
- .
- Preloading: gtk3-schema-3.24.49+14-160000.2.2.noarch.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: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]
- ..
- Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]
- .
- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxshmfence1-1.3.2-160000.3.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: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwacom-data-2.16.1-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: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- .
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.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: libpng16-16-1.6.44-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: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libLLVM19-19.1.7-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.2.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.2.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-18 18:12.03 ---> saved as "ef1202323787da2ad92b5b42c06dc877320508935511d28920b80e090a489fd9"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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 csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.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-18 18:12.33 ---> saved as "68a75740b41c48b7c220d268037f83a5f8239dbc724b4411f3bf4713c89100dc"

/src: (copy (src .) (dst /src))
2025-10-18 18:12.33 ---> saved as "387c3ac412151ea6eceb8be20c4207864fbf8d67765c143c1b6059213d880203"

/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 `L02ICF0F'.

  [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/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/Timers-28.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/OCaml_memory_management_counters_quick-25.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/MEM-30.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/Nice_graph-27.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/OCaml_memory_management_counters-26.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/CPU-29.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/Timers-28.d.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/OCaml_memory_management_counters_quick-25.d.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/MEM-30.d.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/Nice_graph-27.d.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/OCaml_memory_management_counters-26.d.png has been created.
/src/_build/default/test/unix/_metrics/f0905331-e91e-4efe-abf4-2a265c9f94fd/out/CPU-29.d.png has been created.
2025-10-18 18:12.39 ---> saved as "639de1c72bf973fefafc077d89a2ae7335c76f6d722788d0ca6049a506a644b6"
Job succeeded
2025-10-18 18:12.39: Job succeeded