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

opensuse-16.0-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-03 06:46.19: 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.5)
Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
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:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
# opensuse-16.0-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && 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.1.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.0 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.5 --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


2026-02-03 06:46.19: Using cache hint "gs0510/index-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d-opensuse-16.0-4.14_opam-2.5-f9a797a718617d7013edf69767e215b8"
2026-02-03 06:46.19: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d)
(comment opensuse-16.0-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && 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.1.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.0 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.5 --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"))
)


2026-02-03 06:46.19: Waiting for resource in pool OCluster
2026-02-03 08:18.03: Waiting for worker…
2026-02-03 08:22.22: 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:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d' locally
docker.io/ocaml/opam@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d: Pulling from ocaml/opam
64cfa2a65095: Already exists
1edcfb1efe19: Already exists
3ddbff1fae48: Already exists
6f97b42e121d: Already exists
35edc2941e66: Already exists
664494e6aa3b: Already exists
6e72e374834b: Already exists
9897d53e41d9: Already exists
5955f0d634c5: Already exists
39569ccf3df4: Already exists
3835c4318084: Already exists
549825d0ab03: Already exists
6e7368d99114: Already exists
cb6191f3eef1: Already exists
188d98a9d457: Already exists
d034bf0e16e1: Already exists
8cb90b8f1fc2: Already exists
5fad6a4c52b5: Already exists
debd84a910b3: Already exists
4f4fb700ef54: Already exists
152a68323944: Already exists
1f7f98a5f0d2: Already exists
667866023596: Already exists
474d64aaa83a: Already exists
81e9448f8d7d: Already exists
8f7471ae6f30: Already exists
ba1c9d522099: Already exists
847d9b38068d: Already exists
6c1cb3b3dd7c: Already exists
30a81ee5e9b7: Already exists
b395d300d073: Already exists
689e54a1bb6f: Already exists
cfba20ff1fbb: Already exists
d6503c133859: Already exists
3dcf084af38f: Already exists
22043404df4c: Already exists
780f53a6c5cb: Already exists
38b848127537: Already exists
678df0384501: Already exists
2b45a754de38: Already exists
e82659185a57: Already exists
81387f758210: Already exists
1f1671d927c5: Already exists
Digest: sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
Status: Downloaded newer image for ocaml/opam@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
2026-02-03 08:22.23 ---> using "13bd82803a57ea5ff694d8190a33d1e2fac93afbb5eee5733e0e571712600609" from cache


/: (comment opensuse-16.0-4.14_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-03 08:22.23 ---> using "7ae44f66e9ffc836452f26b23e5cdaa30291d0c44d82a988efbe48df1a420377" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] Initialised
2026-02-03 08:22.23 ---> using "63b30f65c9fc7ff00c3e31be976cf13d6647410b2ed0730892d9152c35f077fe" 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.5.0
2026-02-03 08:22.23 ---> using "05f04870a3915a32d34a8c855e26e216f4484f6e521a7e1ce30a14b5860d4e09" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-03 08:22.23 ---> using "b5d695a82e41010b51b5cb3ded806f34aaa704353328d4b3808f7be1402ed3d7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..f34b61248b  master     -> origin/master
f34b61248b Merge pull request #29295 from raphael-proust/opam-publish-lwt.6.1.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches


The following actions will be performed:
=== recompile 2 packages
- recompile ocaml       4.14.2 [upstream or system changes]
- recompile opam-depext 1.2.3  [uses ocaml]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.3
Done.


<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-02-03 08:22.23 ---> using "87a596883c92d0a291c244be06f293230e3034ea3bed9d58833efe2ada7cee4b" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2026-02-03 08:22.24 ---> saved as "4dacfe01c5a99ffa874dde9eddb4eddcc2c2327eb2174cd561b82efd9e5dd66f"


/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)
2026-02-03 08:22.27 ---> saved as "63e39d3fabb4e5e89963de993b62b55e2787bbc3a681982efeda774ff98a5f7e"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-03 08:22.28 ---> saved as "cab9fdf57374db6a7ce9b467019369117d54c1005febf78d6c82adfc2ebda133"


/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.1.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.0 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.5 --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.2.noarch.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libwebpmux3-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwacom9-2.16.1-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: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: glib2-tools-2.84.4-160000.2.1.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: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgio-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libcaca0-0.99.beta20-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- 
- Preloading: libgudev-1_0-0-238-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gnuplot-6.0.2-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libnotify4-0.8.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libsecret-1-0-0.21.7-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: libsecret-1-0-0.21.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: librsvg-2-2-2.60.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libproxy1-0.5.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgd3-2.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGL1-24.3.3-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: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libcups2-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcolord2-1.4.8-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libcairo2-1.18.4-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: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libgobject-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdouble-conversion3-3.3.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libduktape207-2.7.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libmtdev1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libcerf2-2.4-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libavahi-common3-0.8-160000.4.1.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: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdav1d7-1.5.1-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: libXcomposite1-0.4.6-160000.3.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-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: gtk3-schema-3.24.49+14-160000.2.2.noarch.rpm [done]
- .
- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-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: 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: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- .
- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libpng16-16-1.6.44-160000.4.1.x86_64.rpm [done]
- ..
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.309-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]
- .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.4.1.x86_64 (repo-oss (16.0)) (14/123),  71.5 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.4-160000.2.1.x86_64 (repo-oss (16.0)) (25/123), 318.1 KiB
- Retrieving: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (26/123), 449.2 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.4.1.x86_64 (repo-oss (16.0)) (37/123), 186.5 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.4.1.x86_64 (repo-oss (16.0)) (62/123),  74.8 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.1-160000.1.1.x86_64 (repo-oss (16.0)) (69/123), 287.0 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.3.1.x86_64 (repo-oss (16.0)) (71/123), 564.1 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.2.noarch (repo-oss (16.0)) (77/123),  29.6 KiB
- Retrieving: libgio-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (78/123), 961.7 KiB
- Retrieving: glib2-tools-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (79/123), 423.6 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.8-160000.1.1.x86_64 (repo-oss (16.0)) (94/123), 202.9 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.3.1.x86_64 (repo-oss (16.0)) (96/123),  49.0 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.3.1.x86_64 (repo-oss (16.0)) (108/123), 188.0 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.4.1.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.4-160000.2.1.x86_64 [..done]
- ( 26/123) Installing: libgobject-2_0-0-2.84.4-160000.2.1.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.4.1.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.4.1.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.1-160000.1.1.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.3.1.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.2.noarch [..done]
- ( 78/123) Installing: libgio-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 79/123) Installing: glib2-tools-2.84.4-160000.2.1.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.8-160000.1.1.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.3.1.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.3.1.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]
# To update the current shell environment, run: eval $(opam env)
2026-02-03 08:23.27 ---> saved as "51caab89c8490487bdf46cd00dbaddd09dcfc5ad97d2d2ffd20e1d044af4a1f4"


/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.1.0
- install conf-gnuplot        0.1
- install cppo                1.8.0
- install crowbar             0.2.2
- install csexp               1.5.2
- install dune                3.21.0
- install dune-configurator   3.21.0
- install fmt                 0.11.0
- install logs                0.10.0
- install lwt                 6.1.0
- 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.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gnuplot.0.1
-> retrieved crowbar.0.2.2  (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.6.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (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.21.0, dune-configurator.3.21.0  (cached)
-> installed cmdliner.2.1.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.21.0
-> installed ppx_derivers.1.2.1
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed metrics.0.5.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.2
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.0
-> installed lwt.6.1.0
-> 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)
2026-02-03 08:25.03 ---> saved as "8a35530e71fa320db38acd6f9917d90df275dfea0f54c6ec9e9fa76e45823442"


/src: (copy (src .) (dst /src))
2026-02-03 08:25.04 ---> saved as "05cde691eb6858a9e45b4f80e38fa99138e1c8c8e2c5de2c45cf77ef9c3f6046"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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/.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/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/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/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__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
2026-02-03 08:25.06: Job failed: Failed: Build failed