Organisationsmirageindex6e84be (main)opensuse-16.0-5.4_opam-2.4

opensuse-16.0-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-12-03 18:30.34: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (6e84bed48db8ab53a09926b45d899815c30f2b39) (linux-x86_64:opensuse-16.0-5.4_opam-2.4)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 6e84bed4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79
# opensuse-16.0-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 5abadc9e42963e28a0dd9321b1077b74e758270f || git fetch origin master) && git reset -q --hard 5abadc9e42963e28a0dd9321b1077b74e758270f && 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 base64.3.5.2 cmdliner.2.1.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 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 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.37.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.1 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14"
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-12-03 18:30.34: Using cache hint "mirage/index-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79-opensuse-16.0-5.4_opam-2.4-0089cb65275ff79578355edc6d3233b5"
2025-12-03 18:30.34: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79)
(comment opensuse-16.0-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5abadc9e42963e28a0dd9321b1077b74e758270f || git fetch origin master) && git reset -q --hard 5abadc9e42963e28a0dd9321b1077b74e758270f && 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 base64.3.5.2 cmdliner.2.1.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 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 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.37.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.1 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14")
(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-12-03 18:30.34: Waiting for resource in pool OCluster
2025-12-03 18:30.34: Waiting for worker…
2025-12-03 18:30.34: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6e84bed Merge pull request #404 from lyrm/stats_dls


(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79' locally
docker.io/ocaml/opam@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79: Pulling from ocaml/opam
64cfa2a65095: Pulling fs layer
320fd2571c69: Pulling fs layer
e3128b2a1cd4: Pulling fs layer
acce8b1619ff: Pulling fs layer
11d985658944: Pulling fs layer
5c5b58d580a7: Pulling fs layer
5e75b627cbd3: Pulling fs layer
568326b7a1a6: Pulling fs layer
fda6a824b52a: Pulling fs layer
61eb3722d665: Pulling fs layer
acce8b1619ff: Waiting
3ee891d6bc98: Pulling fs layer
fbebbe6d7e78: Pulling fs layer
11d985658944: Waiting
5c5b58d580a7: Waiting
fda6a824b52a: Waiting
ffdc4923f4d8: Pulling fs layer
5e75b627cbd3: Waiting
3ee891d6bc98: Waiting
b3cefc22657f: Pulling fs layer
61eb3722d665: Waiting
fbebbe6d7e78: Waiting
ffdc4923f4d8: Waiting
568326b7a1a6: Waiting
0f65b5048a68: Pulling fs layer
b3cefc22657f: Waiting
fdafa843400a: Pulling fs layer
0f65b5048a68: Waiting
675d43fcc48d: Pulling fs layer
fdafa843400a: Waiting
675d43fcc48d: Waiting
4f4fb700ef54: Pulling fs layer
07c46357da3e: Pulling fs layer
c2952720b4b8: Pulling fs layer
4f4fb700ef54: Waiting
0def37599331: Pulling fs layer
07c46357da3e: Waiting
c2952720b4b8: Waiting
0215fec64307: Pulling fs layer
1e114b6e0b99: Pulling fs layer
8be8727cf2d4: Pulling fs layer
0def37599331: Waiting
07ea0cd9caad: Pulling fs layer
1e114b6e0b99: Waiting
0215fec64307: Waiting
8be8727cf2d4: Waiting
219aa75ada64: Pulling fs layer
07ea0cd9caad: Waiting
4f733390fc25: Pulling fs layer
47822bfd74c9: Pulling fs layer
219aa75ada64: Waiting
55ac5afcc236: Pulling fs layer
81a12f7ea306: Pulling fs layer
dc735bc4d209: Pulling fs layer
4f733390fc25: Waiting
8099339dfa3d: Pulling fs layer
18db35b7babc: Pulling fs layer
55ac5afcc236: Waiting
47822bfd74c9: Waiting
dc735bc4d209: Waiting
8099339dfa3d: Waiting
2c554e7edcff: Pulling fs layer
037020dca856: Pulling fs layer
2c554e7edcff: Waiting
8c3fd11b2030: Pulling fs layer
037020dca856: Waiting
6954d7bb10ca: Pulling fs layer
8c3fd11b2030: Waiting
4315ab71159e: Pulling fs layer
3863393c1a0f: Pulling fs layer
680088d63c37: Pulling fs layer
4315ab71159e: Waiting
6954d7bb10ca: Waiting
f250687dc69c: Pulling fs layer
3863393c1a0f: Waiting
680088d63c37: Waiting
7b4133daefc9: Pulling fs layer
9d755a689039: Pulling fs layer
f250687dc69c: Waiting
7b4133daefc9: Waiting
9d755a689039: Waiting
320fd2571c69: Download complete
acce8b1619ff: Verifying Checksum
acce8b1619ff: Download complete
11d985658944: Download complete
64cfa2a65095: Verifying Checksum
64cfa2a65095: Download complete
5c5b58d580a7: Verifying Checksum
5c5b58d580a7: Download complete
5e75b627cbd3: Verifying Checksum
5e75b627cbd3: Download complete
568326b7a1a6: Verifying Checksum
568326b7a1a6: Download complete
fda6a824b52a: Verifying Checksum
fda6a824b52a: Download complete
61eb3722d665: Verifying Checksum
61eb3722d665: Download complete
3ee891d6bc98: Download complete
e3128b2a1cd4: Verifying Checksum
e3128b2a1cd4: Download complete
ffdc4923f4d8: Verifying Checksum
ffdc4923f4d8: Download complete
fbebbe6d7e78: Verifying Checksum
fbebbe6d7e78: Download complete
0f65b5048a68: Download complete
b3cefc22657f: Verifying Checksum
b3cefc22657f: Download complete
fdafa843400a: Verifying Checksum
fdafa843400a: Download complete
675d43fcc48d: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
07c46357da3e: Download complete
c2952720b4b8: Verifying Checksum
c2952720b4b8: Download complete
0def37599331: Download complete
1e114b6e0b99: Download complete
0215fec64307: Download complete
64cfa2a65095: Pull complete
8be8727cf2d4: Verifying Checksum
8be8727cf2d4: Download complete
07ea0cd9caad: Verifying Checksum
07ea0cd9caad: Download complete
320fd2571c69: Pull complete
219aa75ada64: Verifying Checksum
219aa75ada64: Download complete
4f733390fc25: Verifying Checksum
4f733390fc25: Download complete
47822bfd74c9: Verifying Checksum
47822bfd74c9: Download complete
55ac5afcc236: Verifying Checksum
55ac5afcc236: Download complete
81a12f7ea306: Download complete
8099339dfa3d: Download complete
2c554e7edcff: Verifying Checksum
2c554e7edcff: Download complete
037020dca856: Verifying Checksum
037020dca856: Download complete
8c3fd11b2030: Verifying Checksum
8c3fd11b2030: Download complete
6954d7bb10ca: Verifying Checksum
6954d7bb10ca: Download complete
e3128b2a1cd4: Pull complete
dc735bc4d209: Verifying Checksum
dc735bc4d209: Download complete
3863393c1a0f: Verifying Checksum
3863393c1a0f: Download complete
4315ab71159e: Verifying Checksum
4315ab71159e: Download complete
f250687dc69c: Verifying Checksum
f250687dc69c: Download complete
7b4133daefc9: Verifying Checksum
7b4133daefc9: Download complete
9d755a689039: Verifying Checksum
9d755a689039: Download complete
18db35b7babc: Verifying Checksum
18db35b7babc: Download complete
680088d63c37: Verifying Checksum
680088d63c37: Download complete
acce8b1619ff: Pull complete
11d985658944: Pull complete
5c5b58d580a7: Pull complete
5e75b627cbd3: Pull complete
568326b7a1a6: Pull complete
fda6a824b52a: Pull complete
61eb3722d665: Pull complete
3ee891d6bc98: Pull complete
fbebbe6d7e78: Pull complete
ffdc4923f4d8: Pull complete
b3cefc22657f: Pull complete
0f65b5048a68: Pull complete
fdafa843400a: Pull complete
675d43fcc48d: Pull complete
4f4fb700ef54: Pull complete
07c46357da3e: Pull complete
c2952720b4b8: Pull complete
0def37599331: Pull complete
0215fec64307: Pull complete
1e114b6e0b99: Pull complete
8be8727cf2d4: Pull complete
07ea0cd9caad: Pull complete
219aa75ada64: Pull complete
4f733390fc25: Pull complete
47822bfd74c9: Pull complete
55ac5afcc236: Pull complete
81a12f7ea306: Pull complete
dc735bc4d209: Pull complete
8099339dfa3d: Pull complete
18db35b7babc: Pull complete
2c554e7edcff: Pull complete
037020dca856: Pull complete
8c3fd11b2030: Pull complete
6954d7bb10ca: Pull complete
4315ab71159e: Pull complete
3863393c1a0f: Pull complete
680088d63c37: Pull complete
f250687dc69c: Pull complete
7b4133daefc9: Pull complete
9d755a689039: Pull complete
Digest: sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79
Status: Downloaded newer image for ocaml/opam@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79
2025-12-03 18:30.34 ---> using "cfce033526ce900fc954593011c694a3737d1f168beb84977f1c33bcdefca910" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-03 18:30.34 ---> using "80aa42b0215a164f3a802aa9a11ef707ebc6e52f1f4e518d89183b76cce721bd" 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 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-03 18:30.34 ---> using "3597f87e210fbb4b30a8a5ce0645491fce5e8deef71d1eedbe9255baccbf5784" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-03 18:30.34 ---> using "35bed1cfc3003ecf77fab0a4412d0c0364b8e5dfb09d3e2beff24c4b681baadc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-03 18:30.34 ---> using "512b1de8083ab5e332d2eb10c7e0d027b1c612950aace03fc5a3a18e3f9e1adc" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5abadc9e42963e28a0dd9321b1077b74e758270f || git fetch origin master) && git reset -q --hard 5abadc9e42963e28a0dd9321b1077b74e758270f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
2ec6d6cc92..d126db7f35  master     -> origin/master
5abadc9e42 [new release] repr (4 packages) (0.8.0) (#28963)


<><> 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-12-03 18:30.55 ---> saved as "6645d03b19edb6469c6c5cd4760cb19977c399214cc24375a7e7b4ea0b25966a"


/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-12-03 18:30.55 ---> saved as "bc16edc14e72977e8559906a5d5bde72a19fcce48b91a1e6df2ebfc5f0a7c7af"


/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-12-03 18:30.57 ---> saved as "36c88704a8d98af999cd17e6d4d87d7b908fe041cf8468c8e4c6f1f7c388b0a8"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-03 18:30.57 ---> saved as "0bbd3d0f2b33c5282d30bbe5a280e5246a67dec413ed986fc0870f7a73b52b42"


/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 base64.3.5.2 cmdliner.2.1.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 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 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.37.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.1 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- ..
- .........
- ..........
- ..........
- .........
- ..........
- .......
- ........
- ........
- .........
- ........
- ........
- .........
- ........
- ........
- ..........
- ..........
- ...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 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:
gmp-devel gnuplot


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


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "gnuplot"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 125 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 gmp-devel 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 libgmpxx4 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
- 
- 125 new packages to install.
- 
- Package download size:   101.8 MiB
- 
- Package install size change:
-               |     390.7 MiB  required by packages that will be installed
-    390.7 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [.
- .
- Preloading: gio-branding-openSUSE-42.1-lp160.3.1.noarch.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwebpmux3-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwacom9-2.16.1-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.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpxbackend-1_0-0.5.9-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libxcb-image0-0.4.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwayland-cursor0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: libcaca0-0.99.beta20-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libwebp7-1.5.0-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: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libsecret-1-0-0.21.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgudev-1_0-0-238-160000.3.2.x86_64.rpm [done]
- .
- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64.rpm [done]
- ..
- ..
- 
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gnuplot-6.0.2-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- ...
- ..
- ..
- ..
- 
- Preloading: librsvg-2-2-2.60.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libnotify4-0.8.4-160000.2.2.x86_64.rpm [done]
- ...
- .
- Preloading: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libproxy1-0.5.9-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcairo2-1.18.4-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: libcups2-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcolord2-1.4.8-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: cups-config-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libevdev2-1.13.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libduktape207-2.7.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdouble-conversion3-3.3.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcerf2-2.4-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libavahi-common3-0.8-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: libXpm4-3.5.17-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libICE6-1.1.2-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: gtk3-schema-3.24.49+14-160000.2.2.noarch.rpm [done]
- .
- Preloading: gtk3-data-3.24.49+14-160000.2.2.noarch.rpm [done]
- .
- Preloading: libwayland-server0-1.24.0-160000.1.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: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- .
- Preloading: libxcb-keysyms1-0.4.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxcb-icccm4-0.4.2-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]
- ..
- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwacom-data-2.16.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libts0-1.22-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libpng16-16-1.6.44-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libmtdev1-1.1.6-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]
- .done]
- Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/125), 276.4 KiB
- Retrieving: gtk3-data-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (2/125), 222.9 KiB
- Retrieving: gtk3-schema-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (3/125), 222.6 KiB
- Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (4/125),  78.7 KiB
- Retrieving: libICE6-1.1.2-160000.3.2.x86_64 (repo-oss (16.0)) (5/125),  54.9 KiB
- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (6/125),  28.3 MiB
- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (7/125),   1.5 MiB
- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (8/125),  12.3 KiB
- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (9/125),  12.1 KiB
- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (10/125),  37.3 KiB
- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (11/125),  19.9 KiB
- Retrieving: libXpm4-3.5.17-160000.2.2.x86_64 (repo-oss (16.0)) (12/125),  48.1 KiB
- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (13/125),  27.5 KiB
- Retrieving: libavahi-common3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (14/125),  70.3 KiB
- Retrieving: libcerf2-2.4-160000.3.2.x86_64 (repo-oss (16.0)) (15/125),  33.3 KiB
- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (16/125),  50.6 KiB
- Retrieving: libdav1d7-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (17/125), 618.2 KiB
- Retrieving: libdouble-conversion3-3.3.1-160000.2.2.x86_64 (repo-oss (16.0)) (18/125),  37.2 KiB
- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (19/125), 107.8 KiB
- Retrieving: libduktape207-2.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (20/125), 144.9 KiB
- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (21/125),  94.7 KiB
- Retrieving: libepoxy0-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (22/125), 228.2 KiB
- Retrieving: libevdev2-1.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (23/125),  46.9 KiB
- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (24/125),  42.8 KiB
- Retrieving: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (25/125), 316.7 KiB
- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (26/125),  32.3 KiB
- Retrieving: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (27/125), 447.7 KiB
- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (28/125),  71.9 KiB
- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (29/125),   8.6 MiB
- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (30/125),  35.4 KiB
- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (31/125), 307.2 KiB
- Retrieving: liblcms2-2-2.16-160000.3.2.x86_64 (repo-oss (16.0)) (32/125), 171.6 KiB
- Retrieving: libmtdev1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (33/125),  18.5 KiB
- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (34/125),  29.1 KiB
- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (35/125), 309.1 KiB
- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (36/125), 292.1 KiB
- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (37/125), 210.0 KiB
- Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (38/125), 185.0 KiB
- Retrieving: libsharpyuv0-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (39/125),  31.6 KiB
- Retrieving: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 (repo-oss (16.0)) (40/125), 389.6 KiB
- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (41/125), 158.7 KiB
- Retrieving: libts0-1.22-160000.2.2.x86_64 (repo-oss (16.0)) (42/125),  18.9 KiB
- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (43/125), 156.2 KiB
- Retrieving: libwacom-data-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (44/125), 225.3 KiB
- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (45/125),  47.8 KiB
- Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (46/125),  24.2 KiB
- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (47/125),  54.2 KiB
- Retrieving: libxcb-icccm4-0.4.2-160000.2.2.x86_64 (repo-oss (16.0)) (48/125),  14.9 KiB
- Retrieving: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (49/125),  12.0 KiB
- Retrieving: libxcb-render-util0-0.3.10-160000.2.2.x86_64 (repo-oss (16.0)) (50/125),  13.8 KiB
- Retrieving: libxcb-util1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (51/125),  16.0 KiB
- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (52/125),  12.0 KiB
- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (53/125), 347.4 KiB
- Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (54/125),  12.6 KiB
- Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (55/125), 455.5 KiB
- Retrieving: libSM6-1.2.6-160000.3.2.x86_64 (repo-oss (16.0)) (56/125),  26.0 KiB
- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (57/125),  17.0 KiB
- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (58/125),  18.0 KiB
- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (59/125),  11.3 KiB
- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (60/125),  42.8 KiB
- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (61/125),  26.1 KiB
- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (62/125),  30.1 KiB
- Retrieving: libavahi-client3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (63/125),  73.6 KiB
- Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (64/125), 258.9 KiB
- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (65/125),  90.7 KiB
- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (66/125),  93.5 KiB
- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (67/125), 320.7 KiB
- Retrieving: libgudev-1_0-0-238-160000.3.2.x86_64 (repo-oss (16.0)) (68/125),  31.7 KiB
- Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (69/125), 106.3 KiB
- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (70/125),   2.1 MiB
- Retrieving: libtiff6-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (71/125), 287.0 KiB
- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (72/125), 133.3 KiB
- Retrieving: libfreetype6-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (73/125), 564.0 KiB
- Retrieving: libwebp7-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (74/125), 227.4 KiB
- Retrieving: libcaca0-0.99.beta20-160000.2.2.x86_64 (repo-oss (16.0)) (75/125), 226.6 KiB
- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (76/125),  28.1 KiB
- Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (77/125),  30.9 KiB
- Retrieving: libxcb-image0-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (78/125),  16.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp160.3.1.noarch (repo-oss (16.0)) (79/125),  29.6 KiB
- Retrieving: libgio-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (80/125), 960.3 KiB
- Retrieving: glib2-tools-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (81/125), 423.3 KiB
- Retrieving: cups-config-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (82/125), 422.3 KiB
- Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (83/125), 151.2 KiB
- Retrieving: libwacom9-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (84/125),  60.9 KiB
- Retrieving: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (85/125),   2.3 MiB
- Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (86/125), 257.7 KiB
- Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (87/125),   9.7 MiB
- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (88/125), 253.7 KiB
- Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (89/125), 380.4 KiB
- Retrieving: libharfbuzz0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (90/125), 577.2 KiB
- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (91/125), 137.4 KiB
- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (92/125), 199.5 KiB
- Retrieving: libwebpmux3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (93/125),  40.2 KiB
- Retrieving: libsecret-1-0-0.21.7-160000.2.2.x86_64 (repo-oss (16.0)) (94/125), 144.9 KiB
- Retrieving: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (95/125),  53.4 KiB
- Retrieving: libcolord2-1.4.8-160000.1.1.x86_64 (repo-oss (16.0)) (96/125), 202.9 KiB
- Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (97/125), 138.2 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (98/125),  48.6 KiB
- Retrieving: libcups2-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (99/125), 452.5 KiB
- Retrieving: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (100/125),  38.7 KiB
- Retrieving: libinput10-1.28.1-160000.2.2.x86_64 (repo-oss (16.0)) (101/125), 228.6 KiB
- Retrieving: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (102/125), 427.6 KiB
- Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (103/125), 395.5 KiB
- Retrieving: libgd3-2.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (104/125), 144.3 KiB
- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (105/125), 604.1 KiB
- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (106/125),  51.8 KiB
- Retrieving: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (107/125), 797.9 KiB
- Retrieving: libproxy1-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (108/125),  38.4 KiB
- Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (109/125), 124.2 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (110/125), 188.3 KiB
- Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (111/125),  13.3 MiB
- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (112/125),  73.0 KiB
- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (113/125), 356.3 KiB
- Retrieving: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (114/125), 919.8 KiB
- Retrieving: libnotify4-0.8.4-160000.2.2.x86_64 (repo-oss (16.0)) (115/125),  44.0 KiB
- Retrieving: librsvg-2-2-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (116/125),   2.0 MiB
- Retrieving: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (117/125),   3.8 MiB
- Retrieving: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (118/125), 268.1 KiB
- Retrieving: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (119/125),   2.6 MiB
- Retrieving: gtk3-tools-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (120/125),   1.6 MiB
- Retrieving: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (121/125),   3.0 MiB
- Retrieving: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64 (repo-oss (16.0)) (122/125), 188.6 KiB
- Retrieving: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (123/125), 418.5 KiB
- Retrieving: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (124/125),   2.2 MiB
- Retrieving: gnuplot-6.0.2-160000.2.2.x86_64 (repo-oss (16.0)) (125/125),   1.5 MiB
- 
- Checking for file conflicts: [.....done]
- (  1/125) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done]
- (  2/125) Installing: gtk3-data-3.24.49+14-160000.2.2.noarch [..done]
- (  3/125) Installing: gtk3-schema-3.24.49+14-160000.2.2.noarch [..done]
- (  4/125) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [..done]
- (  5/125) Installing: libICE6-1.1.2-160000.3.2.x86_64 [..done]
- (  6/125) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [..
- ......done]
- (  7/125) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done]
- (  8/125) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]
- (  9/125) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done]
- ( 10/125) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]
- ( 11/125) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]
- ( 12/125) Installing: libXpm4-3.5.17-160000.2.2.x86_64 [..done]
- ( 13/125) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]
- ( 14/125) Installing: libavahi-common3-0.8-160000.2.2.x86_64 [..
- done]
- ( 15/125) Installing: libcerf2-2.4-160000.3.2.x86_64 [..done]
- ( 16/125) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]
- ( 17/125) Installing: libdav1d7-1.5.1-160000.2.2.x86_64 [..done]
- ( 18/125) Installing: libdouble-conversion3-3.3.1-160000.2.2.x86_64 [..done]
- ( 19/125) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done]
- ( 20/125) Installing: libduktape207-2.7.0-160000.2.2.x86_64 [..done]
- ( 21/125) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]
- ( 22/125) Installing: libepoxy0-1.5.10-160000.3.2.x86_64 [..done]
- ( 23/125) Installing: libevdev2-1.13.3-160000.2.2.x86_64 [..done]
- ( 24/125) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]
- ( 25/125) Installing: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 26/125) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [..done]
- ( 27/125) Installing: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 28/125) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]
- ( 29/125) Installing: libicu77-ledata-77.1-160000.2.2.noarch [...done]
- ( 30/125) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]
- ( 31/125) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]
- ( 32/125) Installing: liblcms2-2-2.16-160000.3.2.x86_64 [..done]
- ( 33/125) Installing: libmtdev1-1.1.6-160000.3.2.x86_64 [..done]
- ( 34/125) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done]
- ( 35/125) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [.
- .done]
- ( 36/125) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]
- ( 37/125) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]
- ( 38/125) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done]
- ( 39/125) Installing: libsharpyuv0-1.5.0-160000.2.2.x86_64 [..done]
- ( 40/125) Installing: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 [..done]
- ( 41/125) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]
- ( 42/125) Installing: libts0-1.22-160000.2.2.x86_64 [..done]
- ( 43/125) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done]
- ( 44/125) Installing: libwacom-data-2.16.1-160000.2.2.x86_64 [..done]
- ( 45/125) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]
- ( 46/125) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [..done]
- ( 47/125) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]
- ( 48/125) Installing: libxcb-icccm4-0.4.2-160000.2.2.x86_64 [..done]
- ( 49/125) Installing: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 [..done]
- ( 50/125) Installing: libxcb-render-util0-0.3.10-160000.2.2.x86_64 [..done]
- ( 51/125) Installing: libxcb-util1-0.4.1-160000.2.2.x86_64 [..done]
- ( 52/125) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]
- ( 53/125) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..
- done]
- ( 54/125) 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]
- ( 55/125) Installing: xkeyboard-config-2.44-160000.2.2.noarch [..done]
- ( 56/125) Installing: libSM6-1.2.6-160000.3.2.x86_64 [..done]
- ( 57/125) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done]
- ( 58/125) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]
- ( 59/125) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done]
- ( 60/125) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]
- ( 61/125) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]
- ( 62/125) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done]
- ( 63/125) Installing: libavahi-client3-0.8-160000.2.2.x86_64 [..done]
- ( 64/125) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done]
- ( 65/125) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..
- done]
- ( 66/125) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done]
- ( 67/125) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [..done]
- ( 68/125) Installing: libgudev-1_0-0-238-160000.3.2.x86_64 [..done]
- ( 69/125) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done]
- ( 70/125) Installing: libicu77-77.1-160000.2.2.x86_64 [..done]
- ( 71/125) Installing: libtiff6-4.7.1-160000.1.1.x86_64 [..done]
- ( 72/125) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done]
- ( 73/125) Installing: libfreetype6-2.13.3-160000.2.2.x86_64 [..done]
- ( 74/125) Installing: libwebp7-1.5.0-160000.2.2.x86_64 [..done]
- ( 75/125) Installing: libcaca0-0.99.beta20-160000.2.2.x86_64 [..done]
- ( 76/125) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]
- ( 77/125) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done]
- ( 78/125) Installing: libxcb-image0-0.4.1-160000.2.2.x86_64 [..done]
- ( 79/125) Installing: gio-branding-openSUSE-42.1-lp160.3.1.noarch [..done]
- ( 80/125) Installing: libgio-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 81/125) Installing: glib2-tools-2.84.3-160000.2.2.x86_64 [..done]
- ( 82/125) Installing: cups-config-2.4.11-160000.2.2.x86_64 [..done]
- ( 83/125) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done]
- ( 84/125) Installing: libwacom9-2.16.1-160000.2.2.x86_64 [..
- done]
- ( 85/125) Installing: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64 [..done]
- ( 86/125) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done]
- ( 87/125) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [....done]
- ( 88/125) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]
- ( 89/125) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done]
- ( 90/125) Installing: libharfbuzz0-11.0.0-160000.2.2.x86_64 [..done]
- ( 91/125) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]
- ( 92/125) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]
- ( 93/125) Installing: libwebpmux3-1.5.0-160000.2.2.x86_64 [..done]
- ( 94/125) Installing: libsecret-1-0-0.21.7-160000.2.2.x86_64 [..done]
- ( 95/125) Installing: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 [..done]
- ( 96/125) Installing: libcolord2-1.4.8-160000.1.1.x86_64 [..done]
- ( 97/125) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..done]
- ( 98/125) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 [..done]
- ( 99/125) Installing: libcups2-2.4.11-160000.2.2.x86_64 [..
- done]
- (100/125) Installing: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 [..done]
- (101/125) Installing: libinput10-1.28.1-160000.2.2.x86_64 [..done]
- (102/125) Installing: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64 [..done]
- (103/125) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done]
- (104/125) Installing: libgd3-2.3.3-160000.2.2.x86_64 [..done]
- (105/125) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done]
- (106/125) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]
- (107/125) Installing: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 [..done]
- (108/125) Installing: libproxy1-0.5.9-160000.2.2.x86_64 [..done]
- (109/125) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [..done]
- (110/125) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 [..done]
- (111/125) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [.....
- .done]
- (112/125) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done]
- (113/125) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]
- (114/125) Installing: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64 [..done]
- (115/125) Installing: libnotify4-0.8.4-160000.2.2.x86_64 [..done]
- (116/125) Installing: librsvg-2-2-2.60.0-160000.2.2.x86_64 [..done]
- (117/125) Installing: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64 [...done]
- (118/125) Installing: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 [..done]
- (119/125) Installing: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64 [..done]
- (120/125) Installing: gtk3-tools-3.24.49+14-160000.2.2.x86_64 [..
- done]
- (121/125) Installing: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 [..done]
- (122/125) Installing: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64 [..done]
- (123/125) Installing: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64 [..done]
- (124/125) Installing: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 [..done]
- (125/125) Installing: gnuplot-6.0.2-160000.2.2.x86_64 [..done]
- Running post-transaction scripts [....done]
2025-12-03 18:32.31 ---> saved as "89df3ed0d3fd985fb40cb8d91b17d2f67bd015fa0864de1ebab4f5c14c7cfe7e"


/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 53 packages
- install afl-persistent      1.4
- install alcotest            1.9.1
- install astring             0.8.5
- install base-bytes          base
- install base64              3.5.2
- install cmdliner            2.1.0
- install conf-gmp            5
- install conf-gnuplot        0.1
- install conf-pkg-config     4
- install cppo                1.8.0
- install crowbar             0.2.2
- install csexp               1.5.2
- install digestif            1.3.0
- install dune                3.20.2
- install dune-configurator   3.20.2
- install either              1.0.0
- install eqaf                0.10
- install fmt                 0.11.0
- install jsonm               1.0.2
- install logs                0.10.0
- install lru                 0.3.1
- 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 optint              0.3.0
- install ppx_derivers        1.2.1
- install ppx_deriving        6.1.1
- install ppx_deriving_yojson 3.10.0
- install ppx_repr            0.8.0
- install ppxlib              0.37.0
- install progress            0.5.0
- install psq                 0.2.1
- install re                  1.14.0
- install repr                0.8.0
- install rusage              1.0.0
- install semaphore-compat    1.0.2
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install terminal            0.5.0
- install tezos-base58        1.0.0
- install topkg               1.1.1
- install uucp                17.0.0
- install uuidm               0.9.10
- install uutf                1.0.4
- install yojson              3.0.0
- install zarith              1.14


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.5
-> installed conf-gnuplot.0.1
-> installed conf-pkg-config.4
-> retrieved crowbar.0.2.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved metrics.0.5.0, metrics-unix.0.5.0  (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 digestif.1.3.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved ppx_repr.0.8.0, repr.0.8.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved progress.0.5.0, terminal.0.5.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved rusage.1.0.0  (cached)
-> retrieved semaphore-compat.1.0.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed seq.base
-> retrieved tezos-base58.1.0.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> 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 jsonm.1.0.2
-> installed dune.3.20.2
-> installed afl-persistent.1.4
-> installed ppx_derivers.1.2.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed either.1.0.0
-> installed eqaf.0.10
-> installed metrics.0.5.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed rusage.1.0.0
-> installed semaphore-compat.1.0.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed crowbar.0.2.2
-> installed digestif.1.3.0
-> installed tezos-base58.1.0.0
-> installed repr.0.8.0
-> 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 uucp.17.0.0
-> installed terminal.0.5.0
-> installed progress.0.5.0
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed ppx_repr.0.8.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-12-03 18:33.36 ---> saved as "14e9763fb5030acc533142dac515f0044badc234ae7dc42a5d8492f095eb9943"


/src: (copy (src .) (dst /src))
2025-12-03 18:33.37 ---> saved as "1600b11632a5a05cdbfd9b7480b83d3fd49aa9375d99bbd6e71df1534cb01802"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./main.exe)
Testing `index'.
This run has ID `9JABLQJM'.


[OK]          cache           0   noop.
[OK]          cache           1   unbounded.
[OK]          search          0   unique.
[OK]          search          1   constant metric.


Full test results in `/src/_build/default/test/_build/_tests/index'.
Test Successful in 0.004s. 4 tests run.
(cd _build/default/test/unix && ./main.exe)
Testing `index.unix'.
This run has ID `REPWYG8J'.


[OK]          io_array                0   fresh.
[OK]          io_array                1   prefetch.
[OK]          merge                   0   readonly in sequence.
[OK]          merge                   1   readonly interleaved.
[OK]          merge                   2   interleaved merge.
[OK]          merge                   3   write at the end of merge.
[OK]          merge                   4   write in log_async.
[OK]          merge                   5   find while merging.
[OK]          merge                   6   find in async without log.
[OK]          merge                   7   find in async with log.
[OK]          merge                   8   sync before and after clearing th...
[OK]          merge                   9   sync and find after log cleared.
[OK]          merge                  10   merge during ro sync.
[OK]          merge                  11   is_merging.
[OK]          merge                  12   clear is not blocking.
[OK]          merge                  13   `clear` aborts merge.
[OK]          merge                  14   `close ~immediately` aborts merge.
[OK]          live                    0   find (present).
[OK]          live                    1   find (absent).
[OK]          live                    2   replace.
[OK]          live                    3   fail add (key).
[OK]          live                    4   fail add (value).
[OK]          live                    5   membership.
[OK]          live                    6   clear and iter.
[OK]          live                    7   clear and find.
[OK]          live                    8   open after clear.
[OK]          live                    9   files on disk after clear.
[OK]          live                   10   duplicate entries.
[OK]          lru                     0   replace_and_find.
[OK]          lru                     1   mem.
[OK]          lru                     2   clear.
[OK]          lru                     3   filter.
[OK]          on restart              0   find (present).
[OK]          on restart              1   find (absent).
[OK]          on restart              2   replace.
[OK]          on restart              3   membership.
[OK]          on restart              4   fail restart readonly fresh.
[OK]          on restart              5   in sync.
[OK]          on restart              6   duplicate entries in log.
[OK]          readonly                0   add.
[OK]          readonly                1   read after clear.
[OK]          readonly                2   snapshot isolation.
[OK]          readonly                3   Readonly v after replace.
[OK]          readonly                4   add not allowed.
[OK]          readonly                5   fail read if no flush.
[OK]          readonly                6   readonly v is in sync.
[OK]          readonly                7   read values added in log before c...
[OK]          readonly                8   read values added in index before...
[OK]          readonly                9   read old values in log after clear.
[OK]          readonly               10   read old values in index after cl...
[OK]          readonly               11   readonly open after clear.
[OK]          readonly               12   race between sync and merge.
[OK]          readonly               13   race between sync and clear.
[OK]          readonly               14   race between sync and end of merge.
[OK]          readonly               15   reload log and log async.
[OK]          close                   0   close and reopen.
[OK]          close                   1   close and reopen more.
[OK]          close                   2   crash and continue.
[OK]          close                   3   find (absent).
[OK]          close                   4   replace.
[OK]          close                   5   open two instances, close one.
[OK]          close                   6   close and reopen on readonly.
[OK]          close                   7   non-close operations fail after c...
[OK]          close                   8   double close.
[OK]          close                   9   double restart.
[OK]          close                  10   aborted merge.
[OK]          filter                  0   filter none.
[OK]          filter                  1   filter all.
[OK]          filter                  2   filter one.
[OK]          filter                  3   clone then filter.
[OK]          filter                  4   filter then clone.
[OK]          filter                  5   empty after filter+fresh.
[OK]          flush_callback          0   close.
[OK]          flush_callback          1   flush.
[OK]          flush_callback          2   replace.
[OK]          throttle                0   force merge.
[OK]          throttle                1   implicit merge.


Full test results in `/src/_build/default/test/unix/_build/_tests/index.unix'.
Test Successful in 1.370s. 77 tests run.
2025-12-03 18:33.42 ---> saved as "603b6c33b8b4970979eeabf26be039e3a742a2eba31823eb51fa67ba8054092e"
Job succeeded
2025-12-03 18:33.42: Job succeeded