Organisationsgs0510index8f2e73 (master)opensuse-15.6-5.4_opam-2.4

opensuse-15.6-5.4_opam-2.4

Link Copied
Code Copied

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-15.6-5.4_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97
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-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97
# opensuse-15.6-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97-opensuse-15.6-5.4_opam-2.4-49ce70d94b0471730c72b8b61acdf8f3"
2025-11-05 15:31.41: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97)
(comment opensuse-15.6-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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.35: Waiting for worker…
2025-11-05 22:14.01: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 8f2e73f Update cache.ml


(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97)
2025-11-05 22:14.02 ---> using "ae1cf7874d1348db516956c3b0f04d2e72f623ebde5436869fa3fbfc5bad9e6d" from cache


/: (comment opensuse-15.6-5.4_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-11-05 22:14.02 ---> using "bcdc17b3ac77279cc0d22245f3d4882045d63fca79a0088cf9f8b9a4bdad354d" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


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


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-157-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-11-05 22:14.02 ---> using "2ad2a6ec92abda11867bb601b151ab3e60260ae1cdefbdf9cbd2c57a5f276391" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-05 22:14.02 ---> using "666d928111f3644c7d7e3ce175c6d1dee44967a51cf2d50712c3e9353eaaccc6" 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
5bf570252b..70d1dfb3b8  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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-11-05 22:14.02 ---> using "0f2cc00d0053712ed0b3e92ba0e56130090599593257efead6ea039c06056a8c" from cache


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


/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.05 ---> saved as "c5ae75c1b19ce6304f46ee6d1d096d6eb243a8f7c35ea5ea87d53a3e7b690970"


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


/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ......
- ....done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .
- ...........
- ..........
- ..........
- ..........
- ..........
- ..........
- ..........
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [...
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- .........done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gnuplot"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 108 NEW packages are going to be installed:
-   Mesa Mesa-dri Mesa-gallium Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 cups-config fontconfig gdk-pixbuf-query-loaders gio-branding-openSUSE glib2-tools gnuplot gtk2-tools hicolor-icon-theme libICE6 libLLVM17 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Svg5 libQt5Widgets5 libSM6 libXcomposite1 libXcursor1 libXdamage1 libXext6 libXfixes3 libXft2 libXi6 libXinerama1 libXpm4 libXrandr2 libXrender1 libXxf86vm1 libatk-1_0-0 libavahi-client3 libavahi-common3 libcaca0 libcairo2 libcerf1 libcups2 libdatrie1 libdouble-conversion3 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libduktape206 libedit0 libevdev2 libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgd3 libgdk_pixbuf-2_0-0 libgio-2_0-0 libglvnd libgmodule-2_0-0 libgnutls30 libgobject-2_0-0 libgraphite2-3 libgtk-2_0-0 libgudev-1_0-0 libharfbuzz0 libhogweed6 libicu73_2 libicu73_2-ledata libinput10 libjbig2 libjpeg8 libmtdev1 libnettle8 libpango-1_0-0 libpciaccess0 libpcre2-16-0 libpixman-1-0 libpng16-16 libproxy1 libpxbackend-1_0 libslang2 libthai-data libthai0 libtiff5 libtiff6 libts0 libvulkan1 libwacom-data libwacom9 libwayland-client0 libwayland-server0 libwebp7 libwx_baseu-suse3_0_5 libwx_gtk2u_core-suse3_0_5 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-util1 libxkbcommon-x11-0 libxkbcommon0 libxshmfence1 shared-mime-info system-user-lp xkeyboard-config
- 
- 108 new packages to install.
- 
- Package download size:    77.6 MiB
- 
- Package install size change:
-               |     333.4 MiB  required by packages that will be installed
-    333.4 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch (Main Repository) (1/108),  46.2 KiB
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch.rpm [..done (46.2 KiB/s)]
- Retrieving: libICE6-1.0.9-1.25.x86_64 (Main Repository) (2/108),  46.8 KiB
- Retrieving: libICE6-1.0.9-1.25.x86_64.rpm [..done (13.1 KiB/s)]
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64 (Main Repository) (3/108),  11.6 KiB
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64.rpm [.done]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (4/108),  11.4 KiB
- Retrieving: libXdamage1-1.1.4-1.23.x86_64.rpm [.
- done]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (5/108),  33.2 KiB
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (6/108),  16.1 KiB
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libXpm4-3.5.12-150000.3.10.1.x86_64 (Main Repository) (7/108),  41.1 KiB
- Retrieving: libXpm4-3.5.12-150000.3.10.1.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (8/108),  24.1 KiB
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libcerf1-1.5-1.19.x86_64 (Main Repository) (9/108),  30.7 KiB
- Retrieving: libcerf1-1.5-1.19.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (10/108),  43.5 KiB
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [.
- ..done (43.5 KiB/s)]
- Retrieving: libdouble-conversion3-3.3.0-150600.1.4.x86_64 (Main Repository) (11/108),  35.8 KiB
- Retrieving: libdouble-conversion3-3.3.0-150600.1.4.x86_64.rpm [..done (9.1 KiB/s)]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (12/108),  77.1 KiB
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [..
- .done (18.4 KiB/s)]
- Retrieving: libduktape206-2.6.0-150500.4.5.1.x86_64 (Main Repository) (13/108), 161.2 KiB
- Retrieving: libduktape206-2.6.0-150500.4.5.1.x86_64.rpm [..done (22.4 KiB/s)]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (14/108),  94.3 KiB
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [...done (18.4 KiB/s)]
- Retrieving: libevdev2-1.11.0-150400.1.7.x86_64 (Main Repository) (15/108),  38.4 KiB
- Retrieving: libevdev2-1.11.0-150400.1.7.x86_64.rpm [...done (27.8 KiB/s)]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (16/108),  39.1 KiB
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [.
- .done (2.4 KiB/s)]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (17/108),  73.8 KiB
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (18/108),   7.3 MiB
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [.....
- ........
- .........
- ........
- .........
- .........
- .........
- .........
- ..........
- ..done (828.5 KiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (19/108),  33.0 KiB
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [..done (13.1 KiB/s)]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (20/108), 180.8 KiB
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [...done (93.2 KiB/s)]
- Retrieving: libmtdev1-1.1.5-1.26.x86_64 (Main Repository) (21/108),  18.2 KiB
- Retrieving: libmtdev1-1.1.5-1.26.x86_64.rpm [..
- done (2.4 KiB/s)]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (22/108),  25.5 KiB
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (23/108), 282.8 KiB
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [..done (26.5 KiB/s)]
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64 (Main Repository) (24/108), 139.1 KiB
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64.rpm [..done (73.2 KiB/s)]
- Retrieving: libslang2-2.3.1a-150000.5.2.3.x86_64 (Main Repository) (25/108), 304.3 KiB
- Retrieving: libslang2-2.3.1a-150000.5.2.3.x86_64.rpm [...
- ..done (237.5 KiB/s)]
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64 (Main Repository) (26/108), 139.8 KiB
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [...done (66.5 KiB/s)]
- Retrieving: libts0-1.13-1.18.x86_64 (Main Repository) (27/108),  14.9 KiB
- Retrieving: libts0-1.13-1.18.x86_64.rpm [.done]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (28/108), 138.5 KiB
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64.rpm [...
- done (65.2 KiB/s)]
- Retrieving: libwacom-data-2.8.0-150600.1.7.x86_64 (Main Repository) (29/108), 127.8 KiB
- Retrieving: libwacom-data-2.8.0-150600.1.7.x86_64.rpm [....done (97.3 KiB/s)]
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (30/108),  39.7 KiB
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64 (Main Repository) (31/108),  45.4 KiB
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libxcb-icccm4-0.4.1-1.24.x86_64 (Main Repository) (32/108),  14.2 KiB
- Retrieving: libxcb-icccm4-0.4.1-1.24.x86_64.rpm [.done]
- Retrieving: libxcb-keysyms1-0.4.0-1.23.x86_64 (Main Repository) (33/108),  11.8 KiB
- Retrieving: libxcb-keysyms1-0.4.0-1.23.x86_64.rpm [.done]
- Retrieving: libxcb-render-util0-0.3.9-1.23.x86_64 (Main Repository) (34/108),  13.5 KiB
- Retrieving: libxcb-render-util0-0.3.9-1.23.x86_64.rpm [.
- done]
- Retrieving: libxcb-util1-0.4.0-1.23.x86_64 (Main Repository) (35/108),  15.2 KiB
- Retrieving: libxcb-util1-0.4.0-1.23.x86_64.rpm [..done (15.2 KiB/s)]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (36/108),  11.2 KiB
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [..done (11.2 KiB/s)]
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch (Main Repository) (37/108),  11.9 KiB
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch.rpm [..done (3.7 KiB/s)]
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch (Main Repository) (38/108), 430.9 KiB
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch.rpm [.....done (361.8 KiB/s)]
- Retrieving: libSM6-1.2.2-1.23.x86_64 (Main Repository) (39/108),  21.8 KiB
- Retrieving: libSM6-1.2.2-1.23.x86_64.rpm [.
- .done (14.4 KiB/s)]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (40/108),  15.3 KiB
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.
- .done]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (41/108),  11.2 KiB
- Retrieving: libXinerama1-1.1.3-1.22.x86_64.rpm [.
- .done]
- Retrieving: libXi6-1.7.9-3.2.1.x86_64 (Main Repository) (42/108),  35.6 KiB
- Retrieving: libXi6-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: libXrandr2-1.5.1-2.17.x86_64 (Main Repository) (43/108),  23.3 KiB
- Retrieving: libXrandr2-1.5.1-2.17.x86_64.rpm [.done]
- Retrieving: libXcursor1-1.1.15-1.18.x86_64 (Main Repository) (44/108),  25.8 KiB
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [..done (25.8 KiB/s)]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (45/108),  63.9 KiB
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64.rpm [.
- .done]
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 (Main Repository) (46/108),  59.5 KiB
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64.rpm [..
- .done (59.5 KiB/s)]
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 (Main Repository) (47/108),  63.8 KiB
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64.rpm [...done (45.2 KiB/s)]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (48/108),   1.8 MiB
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [......
- ....done (1.5 MiB/s)]
- Retrieving: libtiff5-4.0.9-150000.45.41.1.x86_64 (Main Repository) (49/108), 217.5 KiB
- Retrieving: libtiff5-4.0.9-150000.45.41.1.x86_64.rpm [....done (201.5 KiB/s)]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (50/108), 100.8 KiB
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64.rpm [..
- .done (94.6 KiB/s)]
- Retrieving: libcaca0-0.99.beta20-150600.1.6.x86_64 (Main Repository) (51/108), 204.2 KiB
- Retrieving: libcaca0-0.99.beta20-150600.1.6.x86_64.rpm [...done (109.3 KiB/s)]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (52/108),  23.1 KiB
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [..done (23.1 KiB/s)]
- Retrieving: libxcb-image0-0.4.0-1.23.x86_64 (Main Repository) (53/108),  16.3 KiB
- Retrieving: libxcb-image0-0.4.0-1.23.x86_64.rpm [.done]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/108), 187.6 KiB
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libavahi-common3-0.8-150600.15.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/108),  45.4 KiB
- Retrieving: libavahi-common3-0.8-150600.15.9.1.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/108), 147.2 KiB
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [..done (55.5 KiB/s)]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/108), 278.4 KiB
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.done]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/108), 171.1 KiB
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (59/108), 172.0 KiB
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libwebp7-1.0.3-150200.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (60/108), 198.3 KiB
- Retrieving: libwebp7-1.0.3-150200.3.12.1.x86_64.rpm [.done]
- Retrieving: libwx_baseu-suse3_0_5-3.0.5.1-150200.11.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (61/108), 697.2 KiB
- Retrieving: libwx_baseu-suse3_0_5-3.0.5.1-150200.11.7.1.x86_64.rpm [..done (324.7 KiB/s)]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (62/108), 336.6 KiB
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.done]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (63/108),  23.7 MiB
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [....
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........done (2.2 MiB/s)]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (64/108), 255.3 KiB
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [..done (222.9 KiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (65/108), 447.0 KiB
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64.rpm [..done (168.5 KiB/s)]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (66/108), 201.7 KiB
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: cups-config-2.2.7-150000.3.72.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/108), 243.8 KiB
- Retrieving: cups-config-2.2.7-150000.3.72.1.x86_64.rpm [..done (142.0 KiB/s)]
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (68/108), 119.2 KiB
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libQt5Core5-5.15.12+kde151-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (69/108),   2.1 MiB
- Retrieving: libQt5Core5-5.15.12+kde151-150600.3.9.1.x86_64.rpm [...
- .......done (1.9 MiB/s)]
- Retrieving: libavahi-client3-0.8-150600.15.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/108),  48.5 KiB
- Retrieving: libavahi-client3-0.8-150600.15.9.1.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/108), 226.0 KiB
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (72/108),   7.9 MiB
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.
- ..........
- ......done (7.7 MiB/s)]
- Retrieving: libxkbcommon-x11-0-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (73/108),  30.9 KiB
- Retrieving: libxkbcommon-x11-0-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libQt5DBus5-5.15.12+kde151-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (74/108), 374.6 KiB
- Retrieving: libQt5DBus5-5.15.12+kde151-150600.3.9.1.x86_64.rpm [.done]
- Retrieving: libgnutls30-3.8.3-150600.4.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (75/108), 913.0 KiB
- Retrieving: libgnutls30-3.8.3-150600.4.9.1.x86_64.rpm [...
- done (812.8 KiB/s)]
- Retrieving: libcups2-2.2.7-150000.3.72.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (76/108), 234.6 KiB
- Retrieving: libcups2-2.2.7-150000.3.72.1.x86_64.rpm [..done (24.8 KiB/s)]
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64 (Main Repository) (77/108),  30.0 KiB
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64.rpm [..done (15.8 KiB/s)]
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (78/108),  71.3 KiB
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64 (Main Repository) (79/108), 588.0 KiB
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64.rpm [....
- ..done (582.2 KiB/s)]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (80/108),  81.4 KiB
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [..done (65.2 KiB/s)]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (81/108), 126.4 KiB
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [..done (69.2 KiB/s)]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (82/108), 218.8 KiB
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [...done (141.3 KiB/s)]
- Retrieving: libwacom9-2.8.0-150600.1.7.x86_64 (Main Repository) (83/108),  44.0 KiB
- Retrieving: libwacom9-2.8.0-150600.1.7.x86_64.rpm [..done (41.1 KiB/s)]
- Retrieving: libgd3-2.2.5-11.3.1.x86_64 (Main Repository) (84/108), 125.6 KiB
- Retrieving: libgd3-2.2.5-11.3.1.x86_64.rpm [.
- .done (17.1 KiB/s)]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (85/108),  43.5 KiB
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [..done (19.8 KiB/s)]
- Retrieving: libinput10-1.25.0-150600.1.3.x86_64 (Main Repository) (86/108), 202.9 KiB
- Retrieving: libinput10-1.25.0-150600.1.3.x86_64.rpm [...done (110.6 KiB/s)]
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (87/108),  19.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [.done]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (88/108), 534.1 KiB
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [..done (439.0 KiB/s)]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (89/108), 279.4 KiB
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.
- .done (199.2 KiB/s)]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (90/108), 739.8 KiB
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [...done (330.2 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (91/108), 245.8 KiB
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64.rpm [.done]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (92/108), 173.8 KiB
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [..done (173.8 KiB/s)]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (93/108), 308.6 KiB
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [..done (5.3 KiB/s)]
- Retrieving: libpxbackend-1_0-0.5.3-150600.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (94/108),  34.1 KiB
- Retrieving: libpxbackend-1_0-0.5.3-150600.4.6.2.x86_64.rpm [.
- .done (3.9 KiB/s)]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/108),  35.9 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (96/108),  10.1 MiB
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.........
- ..........
- ........done (4.7 MiB/s)]
- Retrieving: libproxy1-0.5.3-150600.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (97/108),  21.7 KiB
- Retrieving: libproxy1-0.5.3-150600.4.6.2.x86_64.rpm [.done]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/108), 167.2 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libQt5Network5-5.15.12+kde151-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/108), 829.4 KiB
- Retrieving: libQt5Network5-5.15.12+kde151-150600.3.9.1.x86_64.rpm [..done (197.8 KiB/s)]
- Retrieving: libQt5Gui5-5.15.12+kde151-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (100/108),   3.5 MiB
- Retrieving: libQt5Gui5-5.15.12+kde151-150600.3.9.1.x86_64.rpm [.......done (3.0 MiB/s)]
- Retrieving: libQt5Widgets5-5.15.12+kde151-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (101/108),   2.3 MiB
- Retrieving: libQt5Widgets5-5.15.12+kde151-150600.3.9.1.x86_64.rpm [.
- ...done (2.1 MiB/s)]
- Retrieving: libQt5PrintSupport5-5.15.12+kde151-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (102/108), 367.4 KiB
- Retrieving: libQt5PrintSupport5-5.15.12+kde151-150600.3.9.1.x86_64.rpm [..done (140.6 KiB/s)]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (103/108), 277.7 KiB
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [....done (190.8 KiB/s)]
- Retrieving: libQt5Svg5-5.15.12+kde6-150600.1.6.x86_64 (Main Repository) (104/108), 175.6 KiB
- Retrieving: libQt5Svg5-5.15.12+kde6-150600.1.6.x86_64.rpm [..
- done (23.8 KiB/s)]
- Retrieving: gtk2-tools-2.24.33-150600.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (105/108),  37.3 KiB
- Retrieving: gtk2-tools-2.24.33-150600.11.3.1.x86_64.rpm [.done]
- Retrieving: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (106/108),   1.9 MiB
- Retrieving: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64.rpm [...done (1.3 MiB/s)]
- Retrieving: libwx_gtk2u_core-suse3_0_5-3.0.5.1-150200.11.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (107/108),   1.4 MiB
- Retrieving: libwx_gtk2u_core-suse3_0_5-3.0.5.1-150200.11.7.1.x86_64.rpm [...done (1006.6 KiB/s)]
- Retrieving: gnuplot-5.4.3-150400.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (108/108),   1.2 MiB
- Retrieving: gnuplot-5.4.3-150400.3.3.1.x86_64.rpm [...done (1.1 MiB/s)]
- 
- Checking for file conflicts: [...
- done]
- (  1/108) Installing: hicolor-icon-theme-0.17-150600.19.2.noarch [..done]
- (  2/108) Installing: libICE6-1.0.9-1.25.x86_64 [..done]
- (  3/108) Installing: libXcomposite1-0.4.4-1.23.x86_64 [..done]
- (  4/108) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- (  5/108) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- (  6/108) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- (  7/108) Installing: libXpm4-3.5.12-150000.3.10.1.x86_64 [..done]
- (  8/108) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- (  9/108) Installing: libcerf1-1.5-1.19.x86_64 [..done]
- ( 10/108) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 11/108) Installing: libdouble-conversion3-3.3.0-150600.1.4.x86_64 [..done]
- ( 12/108) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 13/108) Installing: libduktape206-2.6.0-150500.4.5.1.x86_64 [..done]
- ( 14/108) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 15/108) Installing: libevdev2-1.11.0-150400.1.7.x86_64 [..done]
- ( 16/108) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 17/108) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 18/108) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [....
- ....done]
- ( 19/108) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- ( 20/108) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..done]
- ( 21/108) Installing: libmtdev1-1.1.5-1.26.x86_64 [..done]
- ( 22/108) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 23/108) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 24/108) Installing: libpng16-16-1.6.40-150600.1.3.x86_64 [..done]
- ( 25/108) Installing: libslang2-2.3.1a-150000.5.2.3.x86_64 [..done]
- ( 26/108) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 27/108) Installing: libts0-1.13-1.18.x86_64 [..done]
- ( 28/108) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 29/108) Installing: libwacom-data-2.8.0-150600.1.7.x86_64 [..done]
- ( 30/108) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [.
- .done]
- ( 31/108) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- ( 32/108) Installing: libxcb-icccm4-0.4.1-1.24.x86_64 [..done]
- ( 33/108) Installing: libxcb-keysyms1-0.4.0-1.23.x86_64 [..done]
- ( 34/108) Installing: libxcb-render-util0-0.3.9-1.23.x86_64 [..done]
- ( 35/108) Installing: libxcb-util1-0.4.0-1.23.x86_64 [..done]
- ( 36/108) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- ( 37/108) Installing: system-user-lp-20170617-150400.24.2.1.noarch [..
- /usr/sbin/useradd -r -c Printing daemon -d /var/spool/lpd -g lp lp -s /usr/sbin/nologin
- done]
- ( 38/108) Installing: xkeyboard-config-2.40-150600.1.2.noarch [..done]
- ( 39/108) Installing: libSM6-1.2.2-1.23.x86_64 [..done]
- ( 40/108) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 41/108) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 42/108) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 43/108) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 44/108) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 45/108) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- ( 46/108) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- ( 47/108) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- ( 48/108) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done]
- ( 49/108) Installing: libtiff5-4.0.9-150000.45.41.1.x86_64 [.
- .done]
- ( 50/108) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- ( 51/108) Installing: libcaca0-0.99.beta20-150600.1.6.x86_64 [..done]
- ( 52/108) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 53/108) Installing: libxcb-image0-0.4.0-1.23.x86_64 [..done]
- ( 54/108) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 55/108) Installing: libavahi-common3-0.8-150600.15.9.1.x86_64 [..done]
- ( 56/108) Installing: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- ( 57/108) Installing: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- ( 58/108) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 59/108) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- ( 60/108) Installing: libwebp7-1.0.3-150200.3.12.1.x86_64 [..done]
- ( 61/108) Installing: libwx_baseu-suse3_0_5-3.0.5.1-150200.11.7.1.x86_64 [..done]
- ( 62/108) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..
- done]
- ( 63/108) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [.......
- ..........
- ......done]
- ( 64/108) Installing: libtiff6-4.7.1-150600.3.23.1.x86_64 [..done]
- ( 65/108) Installing: libfreetype6-2.10.4-150000.4.22.1.x86_64 [..done]
- ( 66/108) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 67/108) Installing: cups-config-2.2.7-150000.3.72.1.x86_64 [..done]
- ( 68/108) Installing: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 [..done]
- ( 69/108) Installing: libQt5Core5-5.15.12+kde151-150600.3.9.1.x86_64 [..
- .done]
- ( 70/108) Installing: libavahi-client3-0.8-150600.15.9.1.x86_64 [..done]
- ( 71/108) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 72/108) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [........done]
- ( 73/108) Installing: libxkbcommon-x11-0-1.5.0-150600.3.3.1.x86_64 [..done]
- ( 74/108) Installing: libQt5DBus5-5.15.12+kde151-150600.3.9.1.x86_64 [..
- done]
- ( 75/108) Installing: libgnutls30-3.8.3-150600.4.9.1.x86_64 [..done]
- ( 76/108) Installing: libcups2-2.2.7-150000.3.72.1.x86_64 [..done]
- ( 77/108) Installing: libgudev-1_0-0-237-150400.1.6.x86_64 [..done]
- ( 78/108) Installing: libatk-1_0-0-2.50.0-150600.1.2.x86_64 [..done]
- ( 79/108) Installing: libharfbuzz0-8.3.0-150600.1.3.x86_64 [..done]
- ( 80/108) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- ( 81/108) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- ( 82/108) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..done]
- ( 83/108) Installing: libwacom9-2.8.0-150600.1.7.x86_64 [..done]
- ( 84/108) Installing: libgd3-2.2.5-11.3.1.x86_64 [..done]
- ( 85/108) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- ( 86/108) Installing: libinput10-1.25.0-150600.1.3.x86_64 [..done]
- ( 87/108) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- ( 88/108) Installing: libcairo2-1.18.4-150600.3.3.1.x86_64 [..done]
- ( 89/108) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 90/108) Installing: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 [..
- done]
- ( 91/108) Installing: glib2-tools-2.78.6-150600.4.16.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- ( 92/108) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 93/108) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 94/108) Installing: libpxbackend-1_0-0.5.3-150600.4.6.2.x86_64 [..done]
- ( 95/108) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 [..done]
- ( 96/108) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [.........
- ...done]
- ( 97/108) Installing: libproxy1-0.5.3-150600.4.6.2.x86_64 [..done]
- ( 98/108) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 [..done]
- ( 99/108) Installing: libQt5Network5-5.15.12+kde151-150600.3.9.1.x86_64 [..done]
- (100/108) Installing: libQt5Gui5-5.15.12+kde151-150600.3.9.1.x86_64 [....done]
- (101/108) Installing: libQt5Widgets5-5.15.12+kde151-150600.3.9.1.x86_64 [..
- .done]
- (102/108) Installing: libQt5PrintSupport5-5.15.12+kde151-150600.3.9.1.x86_64 [..done]
- (103/108) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (104/108) Installing: libQt5Svg5-5.15.12+kde6-150600.1.6.x86_64 [..done]
- (105/108) Installing: gtk2-tools-2.24.33-150600.11.3.1.x86_64 [..
- update-alternatives: using /usr/bin/gtk-update-icon-cache-2.0 to provide /usr/bin/gtk-update-icon-cache (gtk-update-icon-cache) in auto mode
- done]
- (106/108) Installing: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64 [...done]
- (107/108) Installing: libwx_gtk2u_core-suse3_0_5-3.0.5.1-150200.11.7.1.x86_64 [...done]
- (108/108) Installing: gnuplot-5.4.3-150400.3.3.1.x86_64 [...done]
2025-11-05 22:15.43 ---> saved as "f612c3e2aaa627909daba0b5ea0b3ae0a3c4081cfe2fd8cfa008d7a1cf285eb0"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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.17.0
- 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.17.0  (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_yojson.3.10.0  (cached)
-> retrieved ppx_deriving.6.1.1  (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 ppxlib.0.37.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.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 mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.20.2
-> 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.17.0
-> 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.1
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> 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 5.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-11-05 22:16.32 ---> saved as "faccc9edd6ab138a5d35d63f3cc54d6b61bb8347d4664b3cc9f7b99a1519b28e"


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


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/.index.objs/byte -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/mtime -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/stdlib-shims -cmi-file src/.index.objs/byte/index__Stats.cmi -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/5.4/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/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/mtime -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/stdlib-shims -cmi-file src/.index.objs/byte/index__Stats.cmi -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/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Common.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Common.cmo -c -impl test/unix/common.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).


File "test/unix/common.ml", line 27, characters 2-15:
27 |   Logs_threaded.enable ();
^^^^^^^^^^^^^
Error: Unbound module Logs_threaded
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Io_array.cmi -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/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/threaded -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I src/.index.objs/byte -cmi-file src/unix/.index_unix.objs/byte/index_unix.cmi -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/5.4/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/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Common.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Common.cmx -c -impl test/unix/common.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).


File "test/unix/common.ml", line 27, characters 2-15:
27 |   Logs_threaded.enable ();
^^^^^^^^^^^^^
Error: Unbound module Logs_threaded
(cd _build/default && /home/opam/.opam/5.4/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/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Io_array.cmi -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/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmo -c -impl test/unix/force_merge.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Main.cmi -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/5.4/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/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Force_merge.cmx -c -impl test/unix/force_merge.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /home/opam/.opam/5.4/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/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/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 -cmi-file test/unix/.main.eobjs/byte/dune__exe__Main.cmi -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/5.4/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/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/metrics-unix -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/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 -cmi-file bench/.bench.eobjs/byte/dune__exe__Bench.cmi -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).


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/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bench/.bench.eobjs/byte -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/metrics-unix -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file bench/.bench.eobjs/byte/dune__exe__Bench.cmi -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).


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:16.34: Job failed: Failed: Build failed