Organisationsgs0510index8f2e73 (master)opensuse-16.0-4.14_opam-2.4

opensuse-16.0-4.14_opam-2.4

Logs

Show full logs
2025-11-05 15:31.41: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (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/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6
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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
    opam pin add -yn index-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 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 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.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-11-05 15:31.41: Using cache hint "gs0510/index-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-d8a09b5b9195f15c4a7234ee72a20bf9"
2025-11-05 15:31.41: 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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src index.opam index-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn index.dev './' && \
             \nopam pin add -yn index-bench.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "afl-persistent.1.4 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 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0")
 (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 index.dev index-bench.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-11-05 15:31.41: Waiting for resource in pool OCluster
2025-11-05 22:11.31: Waiting for worker…
2025-11-05 22:14.00: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 8f2e73f Update cache.ml

(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: Already exists
23c142cc9273: Already exists
e74b0971cd39: Already exists
eea27d0942eb: Already exists
Digest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
2025-11-05 22:14.01 ---> 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-11-05 22:14.01 ---> 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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-05 22:14.01 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-11-05 22:14.01 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-05 22:14.01 ---> 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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   1abfcdbf14..21f97b2e6d  master     -> origin/master
70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0

<><> 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.4.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-11-05 22:14.01 ---> using "501dc8c70ee4fafe5494fd1cf0dc958fd3233858513afe9f9c57b9f26a26f111" from cache

/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-11-05 22:14.02 ---> saved as "f554be2bec428e22c0723cb4926274a6f92802d24634eac1d0b48bda8773e67d"

/src: (run (network host)
           (shell  "opam pin add -yn index.dev './' && \
                  \nopam pin add -yn index-bench.dev './'"))
[index.dev] synchronised (file:///src)
index is now pinned to file:///src (version dev)
[index-bench.dev] synchronised (file:///src)
index-bench is now pinned to file:///src (version dev)
2025-11-05 22:14.06 ---> saved as "66c847f0a78f8c1e1f8a52e1d81139973c794c013f8399efb8ee8eddd7e46806"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-05 22:14.07 ---> saved as "db7e47e13410a01edc00016f8faad6eaf04b2bc30f4fd04a7ec6b5ef1677db52"

/src: (env DEPS "afl-persistent.1.4 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 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0")

/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 index.dev index-bench.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 ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (file:///src)
[index-bench.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.3.1.noarch.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: 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: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libwacom9-2.16.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: glib2-tools-2.84.3-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: 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: 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: libgbm1-24.3.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: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: gnuplot-6.0.2-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: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]
- ...
- .
- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libgtk-3-0-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: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- 
- Preloading: libQt5Gui5-5.15.17+kde122-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: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-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: cups-config-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libproxy1-0.5.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Network5-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: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libinput10-1.28.1-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: libcolord2-1.4.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libcups2-2.4.11-160000.2.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: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libgmodule-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: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-160000.2.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: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.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: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]
- .
- Preloading: system-user-lp-20170617-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: Mesa-libglapi0-24.3.3-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: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libts0-1.22-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpng16-16-1.6.44-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: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libgd3-2.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libwx_baseu-suse16_0_0-3.2.8-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.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-11-05 22:15.33 ---> saved as "711e1c5919cdddf76510e16fad85dd283731df45e340fe33d39579a325b3e34e"

/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 33 packages
  - install afl-persistent      1.4
  - 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 crowbar             0.2.1
  - install csexp               1.5.2
  - install dune                3.20.2
  - install dune-configurator   3.20.2
  - install fmt                 0.11.0
  - install logs                0.10.0
  - install lwt                 5.9.2
  - install metrics             0.5.0
  - install metrics-unix        0.5.0
  - install mtime               2.1.0
  - install ocaml-compiler-libs v0.12.4
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocplib-endian       1.2
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.1.1
  - install ppx_deriving_yojson 3.10.0
  - install ppxlib              0.37.0
  - install re                  1.14.0
  - install sexplib0            v0.17.0
  - install stdlib-shims        0.3.0
  - install topkg               1.1.1
  - install uuidm               0.9.10
  - install uutf                1.0.4
  - install yojson              3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> 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 crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved metrics.0.5.0, metrics-unix.0.5.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (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 ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved ppxlib.0.37.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.1
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed astring.0.8.5
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed metrics.0.5.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed afl-persistent.1.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.8.0
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed dune-configurator.3.20.2
-> installed alcotest.1.9.1
-> installed lwt.5.9.2
-> installed metrics-unix.0.5.0
-> installed logs.0.10.0
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
Done.

<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.

   To globally enable AFL instrumentation, create an OCaml switch like:

     opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-11-05 22:17.47 ---> saved as "a69d1b2e874741832bce528204cecff4957e97e5010b1f6e2cd2d76e704e798c"

/src: (copy (src .) (dst /src))
2025-11-05 22:17.48 ---> saved as "c9e6b69a3aa5e64d0eca22132eccde77d600fdf3ef07ce68dc7cce0b34a7d7c1"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.index.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/byte/index__Stats.cmo -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.index.objs/byte -I src/.index.objs/native -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/native/index__Stats.cmx -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/threaded -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.index.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Index_unix__ -o src/unix/.index_unix.objs/byte/index_unix.cmo -c -impl src/unix/index_unix.ml)
File "src/unix/index_unix.ml", line 139, characters 8-48:
139 |         (aux [@tailcall]) (Filename.dirname dir) @@ fun () ->
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 51 [wrong-tailcall-expectation]): expected tailcall
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Common.cmo -c -impl test/unix/common.ml)
File "test/unix/common.ml", line 27, characters 2-22:
27 |   Logs_threaded.enable ();
       ^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Logs_threaded
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Io_array.cmo -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Common.cmx -c -impl test/unix/common.ml)
File "test/unix/common.ml", line 27, characters 2-22:
27 |   Logs_threaded.enable ();
       ^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Logs_threaded
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Io_array.cmx -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/metrics -I /home/opam/.opam/4.14/lib/metrics-unix -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/yojson -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error: Unbound value Arg.env_var
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bench/.bench.eobjs/byte -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/metrics -I /home/opam/.opam/4.14/lib/metrics-unix -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error: Unbound value Arg.env_var
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-11-05 22:17.53: Job failed: Failed: Build failed