2026-06-30 12:14.52: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (6e84bed48db8ab53a09926b45d899815c30f2b39) (linux-x86_64:opensuse-16.0-5.5_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 6e84bed4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a# opensuse-16.0-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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.1 compiler-cloning.enabled conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.5 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.24.0 dune-configurator.3.24.0 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 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.38.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.5 --depext-only -y index.dev index-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-30 12:14.52: Using cache hint "mirage/index-ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a-opensuse-16.0-5.5_opam-2.5-c33d05a44ff6da390524551845f40494"2026-06-30 12:14.52: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a)(comment opensuse-16.0-5.5_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))(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 "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 (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.1 compiler-cloning.enabled conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.5 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.24.0 dune-configurator.3.24.0 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 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.38.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.5 --depext-only -y index.dev index-bench.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-06-30 12:14.52: Waiting for resource in pool OCluster2026-06-30 16:33.50: Waiting for worker…2026-06-30 16:35.50: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 6e84bed Merge pull request #404 from lyrm/stats_dls(from ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.5@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a' locallydocker.io/ocaml/opam@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a: Pulling from ocaml/opam6ffa3bff0e88: Pulling fs layer31fbf1fe0d7e: Pulling fs layera809bc208244: Pulling fs layer1d148d21cebb: Pulling fs layer3a869f2dcd7e: Pulling fs layer165aba7021cb: Pulling fs layerda3425560159: Pulling fs layer1d148d21cebb: Waitingbfc8e602f11d: Pulling fs layer80b570d72807: Pulling fs layerda3425560159: Waiting165aba7021cb: Waitingbfc8e602f11d: Waiting618a8a30b4bd: Pulling fs layer1abb1911a794: Pulling fs layer618a8a30b4bd: Waiting80b570d72807: Waitingb491c2408fcf: Pulling fs layer65cad4710409: Pulling fs layerf5bf5ccb9f9e: Pulling fs layer1abb1911a794: Waiting4c198a3b9ec7: Pulling fs layerf5bf5ccb9f9e: Waiting65cad4710409: Waitingb491c2408fcf: Waiting8409b065f165: Pulling fs layerc311957f7674: Pulling fs layer8409b065f165: Waiting4f4fb700ef54: Pulling fs layer4c198a3b9ec7: Waiting00c365079354: Pulling fs layerc311957f7674: Waiting366f028c888b: Pulling fs layer7a081748b44e: Pulling fs layer4f4fb700ef54: Waiting00c365079354: Waitingbf4b95e6aed7: Pulling fs layer366f028c888b: Waiting7a081748b44e: Waitingb98222b91ebe: Pulling fs layeraa15d6c85097: Pulling fs layerbf4b95e6aed7: Waiting59544c3fd97a: Pulling fs layerb98222b91ebe: Waiting45a17edd2107: Pulling fs layeraa15d6c85097: Waitinge7e060334999: Pulling fs layer45a17edd2107: Waiting59544c3fd97a: Waitingc1271832ed80: Pulling fs layerc442b3916259: Pulling fs layere7e060334999: Waiting7250f53855d0: Pulling fs layerc1271832ed80: Waitinge08f9fe9d814: Pulling fs layer7250f53855d0: Waiting4be334fc1a82: Pulling fs layere08f9fe9d814: Waitingc29ad55bbb2a: Pulling fs layer8683202e9b8a: Pulling fs layer1a4ca28d6e65: Pulling fs layer0b567fcb70d8: Pulling fs layerc442b3916259: Waiting4be334fc1a82: Waitingc29ad55bbb2a: Waiting8683202e9b8a: Waitingcb89f271b082: Pulling fs layer00e16c353503: Pulling fs layercb89f271b082: Waiting0b567fcb70d8: Waiting9b97ef0bf93f: Pulling fs layerc4e0d2be7ee7: Pulling fs layer00e16c353503: Waiting9b97ef0bf93f: Waiting7596277a7848: Pulling fs layer5990fe63efaf: Pulling fs layerc4e0d2be7ee7: Waiting7596277a7848: Waiting3a2423dc9b59: Pulling fs layer3a2423dc9b59: Waiting5990fe63efaf: Waiting31fbf1fe0d7e: Download completea809bc208244: Verifying Checksuma809bc208244: Download complete3a869f2dcd7e: Verifying Checksum3a869f2dcd7e: Download complete165aba7021cb: Verifying Checksum165aba7021cb: Download completeda3425560159: Verifying Checksumda3425560159: Download complete6ffa3bff0e88: Verifying Checksum6ffa3bff0e88: Download completebfc8e602f11d: Verifying Checksumbfc8e602f11d: Download complete80b570d72807: Verifying Checksum80b570d72807: Download complete618a8a30b4bd: Verifying Checksum618a8a30b4bd: Download complete1abb1911a794: Verifying Checksum1abb1911a794: Download complete65cad4710409: Verifying Checksum65cad4710409: Download completeb491c2408fcf: Verifying Checksumb491c2408fcf: Download completef5bf5ccb9f9e: Verifying Checksumf5bf5ccb9f9e: Download complete4c198a3b9ec7: Verifying Checksum4c198a3b9ec7: Download complete8409b065f165: Verifying Checksum8409b065f165: Download completec311957f7674: Verifying Checksumc311957f7674: Download complete4f4fb700ef54: Download complete00c365079354: Verifying Checksum00c365079354: Download complete6ffa3bff0e88: Pull complete31fbf1fe0d7e: Pull complete366f028c888b: Download complete7a081748b44e: Download complete1d148d21cebb: Verifying Checksum1d148d21cebb: Download completebf4b95e6aed7: Verifying Checksumbf4b95e6aed7: Download completeb98222b91ebe: Verifying Checksumb98222b91ebe: Download completeaa15d6c85097: Verifying Checksumaa15d6c85097: Download complete59544c3fd97a: Verifying Checksum59544c3fd97a: Download completee7e060334999: Verifying Checksume7e060334999: Download complete45a17edd2107: Download completec1271832ed80: Verifying Checksumc1271832ed80: Download complete7250f53855d0: Download completec442b3916259: Verifying Checksumc442b3916259: Download complete4be334fc1a82: Download complete8683202e9b8a: Download completea809bc208244: Pull complete1a4ca28d6e65: Verifying Checksum1a4ca28d6e65: Download complete0b567fcb70d8: Download completecb89f271b082: Verifying Checksumcb89f271b082: Download complete00e16c353503: Verifying Checksum00e16c353503: Download complete9b97ef0bf93f: Verifying Checksum9b97ef0bf93f: Download completec4e0d2be7ee7: Verifying Checksumc4e0d2be7ee7: Download complete7596277a7848: Verifying Checksum7596277a7848: Download complete5990fe63efaf: Download complete3a2423dc9b59: Verifying Checksum3a2423dc9b59: Download completee08f9fe9d814: Verifying Checksume08f9fe9d814: Download complete1d148d21cebb: Pull complete3a869f2dcd7e: Pull complete165aba7021cb: Pull completeda3425560159: Pull completebfc8e602f11d: Pull complete80b570d72807: Pull complete618a8a30b4bd: Pull complete1abb1911a794: Pull completeb491c2408fcf: Pull complete65cad4710409: Pull completef5bf5ccb9f9e: Pull complete4c198a3b9ec7: Pull complete8409b065f165: Pull completec311957f7674: Pull complete4f4fb700ef54: Pull complete00c365079354: Pull complete366f028c888b: Pull complete7a081748b44e: Pull completebf4b95e6aed7: Pull completeb98222b91ebe: Pull completeaa15d6c85097: Pull complete59544c3fd97a: Pull complete45a17edd2107: Pull completee7e060334999: Pull completec1271832ed80: Pull completec442b3916259: Pull complete7250f53855d0: Pull completec29ad55bbb2a: Verifying Checksumc29ad55bbb2a: Download completee08f9fe9d814: Pull complete4be334fc1a82: Pull completec29ad55bbb2a: Pull complete8683202e9b8a: Pull complete1a4ca28d6e65: Pull complete0b567fcb70d8: Pull completecb89f271b082: Pull complete00e16c353503: Pull complete9b97ef0bf93f: Pull completec4e0d2be7ee7: Pull complete7596277a7848: Pull complete5990fe63efaf: Pull complete3a2423dc9b59: Pull completeDigest: sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01aStatus: Downloaded newer image for ocaml/opam@sha256:0d0258fa98fcd48deb9e0362211e67291549107d283b6ee5cfbe1b2b7806d01a2026-06-30 16:35.57 ---> using "5ff1db79412153f624c3dcfb7f91b525e9f8489eea51e461623a2123cfe9f688" from cache/: (comment opensuse-16.0-5.5_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-30 16:35.57 ---> using "d94b28f61b0d9a2d8026675638ef7472a0b1dbeb0d1d24846a8c4a44535eb1d2" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..8cd35acddd master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-06-30 16:35.57 ---> using "504a4b260994d2857485fb240c087e0eb5c6f5385321fab6310b444a98a08fe8" 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-30 16:35.57 ---> using "08f506e27f42ccd374a1ff7fe019facf1d5340342d0e5ff2bf45886f3f189b68" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.5.02.5.12026-06-30 16:35.57 ---> using "3d0eb61aa8daedb97f9d993d17bac9b4c20548ead14cbf913c66b5855ad402ce" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-30 16:35.57 ---> using "608b243d834e0910344b99e1c866950d0b57b5bf2e3daa09f044c66c30e1a8c9" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.5.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.5.0 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]=== install 1 package- install compiler-cloning enabled [required by ocaml-compiler]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml.5.5.0 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml-compiler.5.5.0 (cached)-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.5.5.0-> removed ocaml-base-compiler.5.5.0-> removed ocaml-compiler.5.5.0-> installed ocaml-compiler.5.5.0-> installed ocaml-base-compiler.5.5.0-> installed ocaml.5.5.0-> installed base-domains.base-> installed base-effects.base-> installed base-nnp.base-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>=> This switch had to be compiled from sources, but future switches with the 🐌same compiler version and configuration should assemble instantly.# To update the current shell environment, run: eval $(opam env)2026-06-30 16:35.57 ---> using "4f39e3d724d7bf0ce45e7f764fa970229bcb31434892df9f97d573a5d7e7120d" from cache/src: (copy (src index.opam index-bench.opam) (dst ./))2026-06-30 16:35.58 ---> saved as "e4cb930141df09144c12577effe4e8eab179ebcf1b26dac647eea534261c5124"/src: (run (network host)(shell "opam pin add -yn index.dev './' && \\nopam pin add -yn index-bench.dev './'"))[index.dev] synchronised (file:///src)index is now pinned to file:///src (version dev)[index-bench.dev] synchronised (file:///src)index-bench is now pinned to file:///src (version dev)2026-06-30 16:36.02 ---> saved as "15ecdfecc47e02a269102f06c057ba9e8f1d9430a43ab6f4a6c95091e96c0494"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-30 16:36.04 ---> saved as "8551fe857f0a284350d9e49dc125e69da362cfab815fa0fba86bfb87c99f61d3"/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.1 compiler-cloning.enabled conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.5 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 digestif.1.3.0 dune.3.24.0 dune-configurator.3.24.0 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 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.38.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.5 --depext-only -y index.dev index-bench.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [.- .- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ...- .....- ..........- .........- ..........- ..........- ..........- ........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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 134 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 libQt6Core5Compat6 libQt6Core6 libQt6DBus6 libQt6Gui6 libQt6Network6 libQt6OpenGL6 libQt6PrintSupport6 libQt6Svg6 libQt6Widgets6 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 libb2-1 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 libmd4c0 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-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-util1 libxkbcommon-x11-0 libxkbcommon0 libxshmfence1 qt6-network-tls qt6-networkinformation-glib qt6-networkinformation-nm qt6-printsupport-cups shared-mime-info system-user-lp xkeyboard-config-- 134 new packages to install.-- Package download size: 104.9 MiB-- Package install size change:- | 398.8 MiB required by packages that will be installed- 398.8 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: Mesa-dri-24.3.3-160000.3.1.x86_64.rpm [Error: "Could not resolve host: opensuse.mirrors.proxad.net", trying next mirror.]- Preloading: Mesa-dri-24.3.3-160000.3.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- Preloading: Mesa-dri-24.3.3-160000.3.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .-- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-24.3.3-160000.3.1.x86_64.rpm [done]- .- Preloading: libQt6Core6-6.9.1-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.3.1.x86_64.rpm [done]- .- Preloading: libharfbuzz0-11.4.5-160000.1.1.x86_64.rpm [done]- ..- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libxcb-cursor0-0.1.5-160000.2.2.x86_64.rpm [done]- .- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libwebpmux3-1.5.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libpxbackend-1_0-0.5.9-160000.2.2.x86_64.rpm [done]- .- Preloading: libsecret-1-0-0.21.7-160000.2.2.x86_64.rpm [done]- .- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.4.1.x86_64.rpm [done]- .- Preloading: libcolord2-1.4.8-160000.1.1.x86_64.rpm [done]- .- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libcaca0-0.99.beta20-160000.3.1.x86_64.rpm [done]- .- Preloading: libgudev-1_0-0-238-160000.3.2.x86_64.rpm [done]- .- Preloading: Mesa-dri-24.3.3-160000.3.1.x86_64.rpm [done]- .- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libtiff6-4.7.1-160000.2.1.x86_64.rpm [done]- .- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libcups2-2.4.19-160000.1.1.x86_64.rpm [done]- .- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]- .- Preloading: libwayland-cursor0-1.24.0-160000.1.2.x86_64.rpm [done]- ..- Preloading: libxcb-image0-0.4.1-160000.2.2.x86_64.rpm [done]- .- Preloading: gio-branding-openSUSE-42.1-lp160.3.2.noarch.rpm [done]- .- Preloading: libgio-2_0-0-2.84.4-160000.3.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .- Preloading: libgio-2_0-0-2.84.4-160000.3.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .-- Preloading: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]- .- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libgio-2_0-0-2.84.4-160000.3.1.x86_64.rpm [done]- .- Preloading: glib2-tools-2.84.4-160000.3.1.x86_64.rpm [done]- .- Preloading: cups-config-2.4.19-160000.1.1.x86_64.rpm [done]- .- Preloading: libnotify4-0.8.4-160000.2.2.x86_64.rpm [done]- ..- Preloading: libQt6Gui6-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: qt6-networkinformation-glib-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: qt6-network-tls-6.9.1-160000.2.2.x86_64.rpm [done]- ..-- Preloading: librsvg-2-2-2.60.2-160000.2.1.x86_64.rpm [done]- .- Preloading: qt6-networkinformation-nm-6.9.1-160000.2.2.x86_64.rpm [done]- ..- Preloading: gdk-pixbuf-loader-rsvg-2.60.2-160000.2.1.x86_64.rpm [done]- ..-- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]- ..- Preloading: libQt6Network6-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done]- ..- Preloading: libQt6OpenGL6-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libQt6Widgets6-6.9.1-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: libQt6Svg6-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: qt6-printsupport-cups-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libcairo-gobject2-1.18.4-160000.3.1.x86_64.rpm [done]- .- Preloading: libQt6PrintSupport6-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.4.1.x86_64.rpm [done]- .- Preloading: libproxy1-0.5.9-160000.2.2.x86_64.rpm [done]- .- Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done]- ...- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]- .- .- Preloading: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]- .- Preloading: gnuplot-6.0.3-160000.1.1.x86_64.rpm [done]- .- Preloading: Mesa-gallium-24.3.3-160000.3.1.x86_64.rpm [done]- .- Preloading: libwacom9-2.16.1-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .- Preloading: libcairo2-1.18.4-160000.3.1.x86_64.rpm [done]- .- Preloading: libgd3-2.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libwacom9-2.16.1-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-libGL1-24.3.3-160000.3.1.x86_64.rpm [done]- .- Preloading: libQt6Core5Compat6-6.9.1-160000.2.2.x86_64.rpm [done]- ..- Preloading: libdouble-conversion3-3.3.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libQt6DBus6-6.9.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libinput10-1.28.1-160000.3.1.x86_64.rpm [done]- .- Preloading: libevdev2-1.13.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]- .- Preloading: libduktape207-2.7.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libelf1-0.192-160000.3.1.x86_64.rpm [done]- .-- Preloading: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done]- .- Preloading: libgmodule-2_0-0-2.84.4-160000.3.1.x86_64.rpm [done]- .- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]- .- Preloading: libgobject-2_0-0-2.84.4-160000.3.1.x86_64.rpm [done]- .- Preloading: libgraphite2-3-1.3.14-160000.3.1.x86_64.rpm [done]- .- Preloading: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]- ...- .- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]- .- Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done]- .- Preloading: libmd4c0-0.5.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]- .- Preloading: gtk3-data-3.24.49+14-160000.2.2.noarch.rpm [done]- .- Preloading: libICE6-1.1.2-160000.3.2.x86_64.rpm [done]- .- Preloading: gtk3-schema-3.24.49+14-160000.2.2.noarch.rpm [done]- .- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]- .- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]- ..- ..- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]- .-- Preloading: libXpm4-3.5.17-160000.3.1.x86_64.rpm [done]- .- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]- .- Preloading: libavahi-common3-0.8-160000.5.1.x86_64.rpm [done]- .- Preloading: libb2-1-0.98.1-160000.3.2.x86_64.rpm [done]- .- Preloading: libcerf2-2.4-160000.3.2.x86_64.rpm [done]- .- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]- .- Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done]- .- Preloading: libxcb-render-util0-0.3.10-160000.2.2.x86_64.rpm [done]- .- Preloading: libxcb-util1-0.4.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libmtdev1-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done]- ...- ..-- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]- .- Preloading: libSM6-1.2.6-160000.3.2.x86_64.rpm [done]- ..- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]- ..- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]- .- Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]- .- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]- .-- Preloading: libavahi-client3-0.8-160000.5.1.x86_64.rpm [done]- .- Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]- .- Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.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: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]- .- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: libgbm1-24.3.3-160000.3.1.x86_64.rpm [done]- .- Preloading: libdrm_radeon1-2.4.124-160000.3.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.3.1.x86_64.rpm [done]- .- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: libts0-1.22-160000.2.2.x86_64.rpm [done]- .- Preloading: libsharpyuv0-1.5.0-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: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64.rpm [done]- .- Preloading: libwacom-data-2.16.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]- .- Preloading: libpcre2-32-0-10.45-160000.3.1.x86_64.rpm [done]- .- Preloading: libpng16-16-1.6.44-160000.7.1.x86_64.rpm [done]- .- Preloading: libpcre2-16-0-10.45-160000.3.1.x86_64.rpm [done]- .done]- Retrieving: Mesa-libglapi0-24.3.3-160000.3.1.x86_64 (repo-oss (16.0)) (1/134), 277.1 KiB- Retrieving: gtk3-data-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (2/134), 222.9 KiB- Retrieving: gtk3-schema-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (3/134), 222.6 KiB- Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (4/134), 78.7 KiB- Retrieving: libICE6-1.1.2-160000.3.2.x86_64 (repo-oss (16.0)) (5/134), 54.9 KiB- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (6/134), 28.3 MiB- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (7/134), 1.5 MiB- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (8/134), 12.3 KiB- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (9/134), 12.1 KiB- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (10/134), 37.3 KiB- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (11/134), 19.9 KiB- Retrieving: libXpm4-3.5.17-160000.3.1.x86_64 (repo-oss (16.0)) (12/134), 48.6 KiB- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (13/134), 27.5 KiB- Retrieving: libavahi-common3-0.8-160000.5.1.x86_64 (repo-oss (16.0)) (14/134), 71.9 KiB- Retrieving: libb2-1-0.98.1-160000.3.2.x86_64 (repo-oss (16.0)) (15/134), 22.5 KiB- Retrieving: libcerf2-2.4-160000.3.2.x86_64 (repo-oss (16.0)) (16/134), 33.3 KiB- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (17/134), 50.6 KiB- Retrieving: libdav1d7-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (18/134), 618.2 KiB- Retrieving: libdouble-conversion3-3.3.1-160000.2.2.x86_64 (repo-oss (16.0)) (19/134), 37.2 KiB- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (20/134), 107.8 KiB- Retrieving: libduktape207-2.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (21/134), 144.9 KiB- Retrieving: libelf1-0.192-160000.3.1.x86_64 (repo-oss (16.0)) (22/134), 94.7 KiB- Retrieving: libepoxy0-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (23/134), 228.2 KiB- Retrieving: libevdev2-1.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (24/134), 46.9 KiB- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (25/134), 42.8 KiB- Retrieving: libgmodule-2_0-0-2.84.4-160000.3.1.x86_64 (repo-oss (16.0)) (26/134), 318.5 KiB- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (27/134), 32.3 KiB- Retrieving: libgobject-2_0-0-2.84.4-160000.3.1.x86_64 (repo-oss (16.0)) (28/134), 449.6 KiB- Retrieving: libgraphite2-3-1.3.14-160000.3.1.x86_64 (repo-oss (16.0)) (29/134), 72.0 KiB- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (30/134), 8.6 MiB- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (31/134), 35.4 KiB- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (32/134), 307.2 KiB- Retrieving: liblcms2-2-2.16-160000.3.2.x86_64 (repo-oss (16.0)) (33/134), 171.6 KiB- Retrieving: libmd4c0-0.5.2-160000.3.2.x86_64 (repo-oss (16.0)) (34/134), 69.2 KiB- Retrieving: libmtdev1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (35/134), 18.5 KiB- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (36/134), 29.1 KiB- Retrieving: libpcre2-16-0-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (37/134), 309.1 KiB- Retrieving: libpcre2-32-0-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (38/134), 292.2 KiB- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (39/134), 210.0 KiB- Retrieving: libpng16-16-1.6.44-160000.7.1.x86_64 (repo-oss (16.0)) (40/134), 187.9 KiB- Retrieving: libsharpyuv0-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (41/134), 31.6 KiB- Retrieving: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 (repo-oss (16.0)) (42/134), 389.6 KiB- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (43/134), 158.7 KiB- Retrieving: libts0-1.22-160000.2.2.x86_64 (repo-oss (16.0)) (44/134), 18.9 KiB- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (45/134), 156.2 KiB- Retrieving: libwacom-data-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (46/134), 225.3 KiB- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (47/134), 47.8 KiB- Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (48/134), 24.2 KiB- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (49/134), 54.2 KiB- Retrieving: libxcb-icccm4-0.4.2-160000.2.2.x86_64 (repo-oss (16.0)) (50/134), 14.9 KiB- Retrieving: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (51/134), 12.0 KiB- Retrieving: libxcb-render-util0-0.3.10-160000.2.2.x86_64 (repo-oss (16.0)) (52/134), 13.8 KiB- Retrieving: libxcb-util1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (53/134), 16.0 KiB- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (54/134), 12.0 KiB- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (55/134), 347.4 KiB- Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (56/134), 12.6 KiB- Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (57/134), 455.5 KiB- Retrieving: libSM6-1.2.6-160000.3.2.x86_64 (repo-oss (16.0)) (58/134), 26.0 KiB- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (59/134), 17.0 KiB- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (60/134), 18.0 KiB- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (61/134), 11.3 KiB- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (62/134), 42.8 KiB- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (63/134), 26.1 KiB- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (64/134), 30.1 KiB- Retrieving: libavahi-client3-0.8-160000.5.1.x86_64 (repo-oss (16.0)) (65/134), 75.1 KiB- Retrieving: libgbm1-24.3.3-160000.3.1.x86_64 (repo-oss (16.0)) (66/134), 259.6 KiB- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (67/134), 90.7 KiB- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (68/134), 93.5 KiB- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (69/134), 320.7 KiB- Retrieving: libgudev-1_0-0-238-160000.3.2.x86_64 (repo-oss (16.0)) (70/134), 31.7 KiB- Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (71/134), 106.3 KiB- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (72/134), 2.1 MiB- Retrieving: libtiff6-4.7.1-160000.2.1.x86_64 (repo-oss (16.0)) (73/134), 287.3 KiB- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (74/134), 133.3 KiB- Retrieving: libfreetype6-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (75/134), 564.1 KiB- Retrieving: libwebp7-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (76/134), 227.4 KiB- Retrieving: libcaca0-0.99.beta20-160000.3.1.x86_64 (repo-oss (16.0)) (77/134), 227.1 KiB- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (78/134), 28.1 KiB- Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (79/134), 30.9 KiB- Retrieving: libxcb-image0-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (80/134), 16.6 KiB- Retrieving: gio-branding-openSUSE-42.1-lp160.3.2.noarch (repo-oss (16.0)) (81/134), 29.6 KiB- Retrieving: libgio-2_0-0-2.84.4-160000.3.1.x86_64 (repo-oss (16.0)) (82/134), 963.2 KiB- Retrieving: glib2-tools-2.84.4-160000.3.1.x86_64 (repo-oss (16.0)) (83/134), 424.0 KiB- Retrieving: cups-config-2.4.19-160000.1.1.x86_64 (repo-oss (16.0)) (84/134), 446.1 KiB- Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (85/134), 151.2 KiB- Retrieving: libwacom9-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (86/134), 60.9 KiB- Retrieving: libQt6Core6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (87/134), 2.1 MiB- Retrieving: Mesa-24.3.3-160000.3.1.x86_64 (repo-oss (16.0)) (88/134), 258.4 KiB- Retrieving: Mesa-dri-24.3.3-160000.3.1.x86_64 (repo-oss (16.0)) (89/134), 10.1 MiB- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (90/134), 253.7 KiB- Retrieving: Mesa-libEGL1-24.3.3-160000.3.1.x86_64 (repo-oss (16.0)) (91/134), 382.7 KiB- Retrieving: libharfbuzz0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (92/134), 595.4 KiB- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (93/134), 137.4 KiB- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (94/134), 199.5 KiB- Retrieving: libwebpmux3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (95/134), 40.2 KiB- Retrieving: libxcb-cursor0-0.1.5-160000.2.2.x86_64 (repo-oss (16.0)) (96/134), 17.4 KiB- Retrieving: libsecret-1-0-0.21.7-160000.2.2.x86_64 (repo-oss (16.0)) (97/134), 144.9 KiB- Retrieving: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (98/134), 53.4 KiB- Retrieving: libcolord2-1.4.8-160000.1.1.x86_64 (repo-oss (16.0)) (99/134), 202.9 KiB- Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (100/134), 138.2 KiB- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.4.1.x86_64 (repo-oss (16.0)) (101/134), 49.1 KiB- Retrieving: libcups2-2.4.19-160000.1.1.x86_64 (repo-oss (16.0)) (102/134), 463.1 KiB- Retrieving: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (103/134), 38.7 KiB- Retrieving: libinput10-1.28.1-160000.3.1.x86_64 (repo-oss (16.0)) (104/134), 228.8 KiB- Retrieving: libQt6DBus6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (105/134), 263.3 KiB- Retrieving: libQt6Core5Compat6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (106/134), 173.0 KiB- Retrieving: Mesa-libGL1-24.3.3-160000.3.1.x86_64 (repo-oss (16.0)) (107/134), 399.3 KiB- Retrieving: libgd3-2.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (108/134), 144.3 KiB- Retrieving: libcairo2-1.18.4-160000.3.1.x86_64 (repo-oss (16.0)) (109/134), 604.1 KiB- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (110/134), 51.8 KiB- Retrieving: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (111/134), 797.9 KiB- Retrieving: libproxy1-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (112/134), 38.4 KiB- Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (113/134), 124.2 KiB- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.4.1.x86_64 (repo-oss (16.0)) (114/134), 188.2 KiB- Retrieving: Mesa-gallium-24.3.3-160000.3.1.x86_64 (repo-oss (16.0)) (115/134), 15.9 MiB- Retrieving: libcairo-gobject2-1.18.4-160000.3.1.x86_64 (repo-oss (16.0)) (116/134), 73.6 KiB- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (117/134), 356.3 KiB- Retrieving: libQt6Network6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (118/134), 670.9 KiB- Retrieving: qt6-network-tls-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (119/134), 131.4 KiB- Retrieving: libnotify4-0.8.4-160000.2.2.x86_64 (repo-oss (16.0)) (120/134), 44.0 KiB- Retrieving: librsvg-2-2-2.60.2-160000.2.1.x86_64 (repo-oss (16.0)) (121/134), 2.0 MiB- Retrieving: qt6-networkinformation-glib-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (122/134), 29.1 KiB- Retrieving: gdk-pixbuf-loader-rsvg-2.60.2-160000.2.1.x86_64 (repo-oss (16.0)) (123/134), 282.3 KiB- Retrieving: qt6-networkinformation-nm-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (124/134), 46.7 KiB- Retrieving: gtk3-tools-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (125/134), 1.6 MiB- Retrieving: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (126/134), 3.0 MiB- Retrieving: libQt6Gui6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (127/134), 3.9 MiB- Retrieving: libQt6Widgets6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (128/134), 2.6 MiB- Retrieving: libQt6OpenGL6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (129/134), 223.0 KiB- Retrieving: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (130/134), 2.2 MiB- Retrieving: libQt6Svg6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (131/134), 265.0 KiB- Retrieving: libQt6PrintSupport6-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (132/134), 187.4 KiB- Retrieving: qt6-printsupport-cups-6.9.1-160000.2.2.x86_64 (repo-oss (16.0)) (133/134), 58.8 KiB- Retrieving: gnuplot-6.0.3-160000.1.1.x86_64 (repo-oss (16.0)) (134/134), 1.5 MiB-- Checking for file conflicts: [....- .done]- ( 1/134) Installing: Mesa-libglapi0-24.3.3-160000.3.1.x86_64 [..done]- ( 2/134) Installing: gtk3-data-3.24.49+14-160000.2.2.noarch [..done]- ( 3/134) Installing: gtk3-schema-3.24.49+14-160000.2.2.noarch [..done]- ( 4/134) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [...done]- ( 5/134) Installing: libICE6-1.1.2-160000.3.2.x86_64 [..done]- ( 6/134) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [..- .........done]- ( 7/134) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [.- ..done]- ( 8/134) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]- ( 9/134) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done]- ( 10/134) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]- ( 11/134) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]- ( 12/134) Installing: libXpm4-3.5.17-160000.3.1.x86_64 [..done]- ( 13/134) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]- ( 14/134) Installing: libavahi-common3-0.8-160000.5.1.x86_64 [..done]- ( 15/134) Installing: libb2-1-0.98.1-160000.3.2.x86_64 [..done]- ( 16/134) Installing: libcerf2-2.4-160000.3.2.x86_64 [..done]- ( 17/134) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]- ( 18/134) Installing: libdav1d7-1.5.1-160000.2.2.x86_64 [..done]- ( 19/134) Installing: libdouble-conversion3-3.3.1-160000.2.2.x86_64 [..done]- ( 20/134) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done]- ( 21/134) Installing: libduktape207-2.7.0-160000.2.2.x86_64 [..done]- ( 22/134) Installing: libelf1-0.192-160000.3.1.x86_64 [..done]- ( 23/134) Installing: libepoxy0-1.5.10-160000.3.2.x86_64 [..done]- ( 24/134) Installing: libevdev2-1.13.3-160000.2.2.x86_64 [..done]- ( 25/134) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]- ( 26/134) Installing: libgmodule-2_0-0-2.84.4-160000.3.1.x86_64 [.- .done]- ( 27/134) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [..done]- ( 28/134) Installing: libgobject-2_0-0-2.84.4-160000.3.1.x86_64 [..done]- ( 29/134) Installing: libgraphite2-3-1.3.14-160000.3.1.x86_64 [..done]- ( 30/134) Installing: libicu77-ledata-77.1-160000.2.2.noarch [.....done]- ( 31/134) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]- ( 32/134) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]- ( 33/134) Installing: liblcms2-2-2.16-160000.3.2.x86_64 [..done]- ( 34/134) Installing: libmd4c0-0.5.2-160000.3.2.x86_64 [..done]- ( 35/134) Installing: libmtdev1-1.1.6-160000.3.2.x86_64 [..done]- ( 36/134) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done]- ( 37/134) Installing: libpcre2-16-0-10.45-160000.3.1.x86_64 [.- .done]- ( 38/134) Installing: libpcre2-32-0-10.45-160000.3.1.x86_64 [..done]- ( 39/134) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]- ( 40/134) Installing: libpng16-16-1.6.44-160000.7.1.x86_64 [..done]- ( 41/134) Installing: libsharpyuv0-1.5.0-160000.2.2.x86_64 [..done]- ( 42/134) Installing: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 [..done]- ( 43/134) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]- ( 44/134) Installing: libts0-1.22-160000.2.2.x86_64 [..done]- ( 45/134) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done]- ( 46/134) Installing: libwacom-data-2.16.1-160000.2.2.x86_64 [..done]- ( 47/134) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]- ( 48/134) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [..done]- ( 49/134) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]- ( 50/134) Installing: libxcb-icccm4-0.4.2-160000.2.2.x86_64 [..done]- ( 51/134) Installing: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 [..done]- ( 52/134) Installing: libxcb-render-util0-0.3.10-160000.2.2.x86_64 [..done]- ( 53/134) Installing: libxcb-util1-0.4.1-160000.2.2.x86_64 [..done]- ( 54/134) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]- ( 55/134) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..- done]- ( 56/134) 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]- ( 57/134) Installing: xkeyboard-config-2.44-160000.2.2.noarch [.- .done]- ( 58/134) Installing: libSM6-1.2.6-160000.3.2.x86_64 [..done]- ( 59/134) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done]- ( 60/134) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]- ( 61/134) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done]- ( 62/134) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]- ( 63/134) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]- ( 64/134) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done]- ( 65/134) Installing: libavahi-client3-0.8-160000.5.1.x86_64 [..done]- ( 66/134) Installing: libgbm1-24.3.3-160000.3.1.x86_64 [..done]- ( 67/134) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done]- ( 68/134) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done]- ( 69/134) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [..done]- ( 70/134) Installing: libgudev-1_0-0-238-160000.3.2.x86_64 [..done]- ( 71/134) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done]- ( 72/134) Installing: libicu77-77.1-160000.2.2.x86_64 [...done]- ( 73/134) Installing: libtiff6-4.7.1-160000.2.1.x86_64 [..done]- ( 74/134) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..- done]- ( 75/134) Installing: libfreetype6-2.13.3-160000.3.1.x86_64 [..done]- ( 76/134) Installing: libwebp7-1.5.0-160000.2.2.x86_64 [..done]- ( 77/134) Installing: libcaca0-0.99.beta20-160000.3.1.x86_64 [..done]- ( 78/134) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]- ( 79/134) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done]- ( 80/134) Installing: libxcb-image0-0.4.1-160000.2.2.x86_64 [..done]- ( 81/134) Installing: gio-branding-openSUSE-42.1-lp160.3.2.noarch [..done]- ( 82/134) Installing: libgio-2_0-0-2.84.4-160000.3.1.x86_64 [..done]- ( 83/134) Installing: glib2-tools-2.84.4-160000.3.1.x86_64 [..done]- ( 84/134) Installing: cups-config-2.4.19-160000.1.1.x86_64 [..done]- ( 85/134) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done]- ( 86/134) Installing: libwacom9-2.16.1-160000.2.2.x86_64 [..done]- ( 87/134) Installing: libQt6Core6-6.9.1-160000.2.2.x86_64 [..- .done]- ( 88/134) Installing: Mesa-24.3.3-160000.3.1.x86_64 [..done]- ( 89/134) Installing: Mesa-dri-24.3.3-160000.3.1.x86_64 [......done]- ( 90/134) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]- ( 91/134) Installing: Mesa-libEGL1-24.3.3-160000.3.1.x86_64 [..done]- ( 92/134) Installing: libharfbuzz0-11.4.5-160000.1.1.x86_64 [..done]- ( 93/134) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]- ( 94/134) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]- ( 95/134) Installing: libwebpmux3-1.5.0-160000.2.2.x86_64 [..done]- ( 96/134) Installing: libxcb-cursor0-0.1.5-160000.2.2.x86_64 [.- .done]- ( 97/134) Installing: libsecret-1-0-0.21.7-160000.2.2.x86_64 [..done]- ( 98/134) Installing: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 [..done]- ( 99/134) Installing: libcolord2-1.4.8-160000.1.1.x86_64 [..done]- (100/134) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..done]- (101/134) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.4.1.x86_64 [..done]- (102/134) Installing: libcups2-2.4.19-160000.1.1.x86_64 [..done]- (103/134) Installing: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 [..done]- (104/134) Installing: libinput10-1.28.1-160000.3.1.x86_64 [..done]- (105/134) Installing: libQt6DBus6-6.9.1-160000.2.2.x86_64 [..done]- (106/134) Installing: libQt6Core5Compat6-6.9.1-160000.2.2.x86_64 [..done]- (107/134) Installing: Mesa-libGL1-24.3.3-160000.3.1.x86_64 [..done]- (108/134) Installing: libgd3-2.3.3-160000.2.2.x86_64 [..done]- (109/134) Installing: libcairo2-1.18.4-160000.3.1.x86_64 [..done]- (110/134) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]- (111/134) Installing: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 [..done]- (112/134) Installing: libproxy1-0.5.9-160000.2.2.x86_64 [..done]- (113/134) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [..done]- (114/134) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.4.1.x86_64 [..- done]- (115/134) Installing: Mesa-gallium-24.3.3-160000.3.1.x86_64 [........done]- (116/134) Installing: libcairo-gobject2-1.18.4-160000.3.1.x86_64 [..- done]- (117/134) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]- (118/134) Installing: libQt6Network6-6.9.1-160000.2.2.x86_64 [..done]- (119/134) Installing: qt6-network-tls-6.9.1-160000.2.2.x86_64 [..done]- (120/134) Installing: libnotify4-0.8.4-160000.2.2.x86_64 [..done]- (121/134) Installing: librsvg-2-2-2.60.2-160000.2.1.x86_64 [..done]- (122/134) Installing: qt6-networkinformation-glib-6.9.1-160000.2.2.x86_64 [..done]- (123/134) Installing: gdk-pixbuf-loader-rsvg-2.60.2-160000.2.1.x86_64 [..done]- (124/134) Installing: qt6-networkinformation-nm-6.9.1-160000.2.2.x86_64 [..done]- (125/134) Installing: gtk3-tools-3.24.49+14-160000.2.2.x86_64 [..done]- (126/134) Installing: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 [....done]- (127/134) Installing: libQt6Gui6-6.9.1-160000.2.2.x86_64 [..- .done]- (128/134) Installing: libQt6Widgets6-6.9.1-160000.2.2.x86_64 [..done]- (129/134) Installing: libQt6OpenGL6-6.9.1-160000.2.2.x86_64 [..done]- (130/134) Installing: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 [..done]- (131/134) Installing: libQt6Svg6-6.9.1-160000.2.2.x86_64 [..done]- (132/134) Installing: libQt6PrintSupport6-6.9.1-160000.2.2.x86_64 [..done]- (133/134) Installing: qt6-printsupport-cups-6.9.1-160000.2.2.x86_64 [..done]- (134/134) Installing: gnuplot-6.0.3-160000.1.1.x86_64 [..done]- Running post-transaction scripts [....done]# To update the current shell environment, run: eval $(opam env)2026-06-30 16:37.23 ---> saved as "d7f8b27efb9ed31c72166201d77353f35a62119627218821c64c6d8f1b33c071"/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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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.1- install conf-gmp 5- install conf-gnuplot 0.1- install conf-pkg-config 5- install cppo 1.8.0- install crowbar 0.2.2- install csexp 1.5.2- install digestif 1.3.0- install dune 3.24.0- install dune-configurator 3.24.0- 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 6.1.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.38.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 conf-pkg-config.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-gnuplot.0.1-> retrieved crowbar.0.2.2 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.5-> 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.6.1.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 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 digestif.1.3.0 (cached)-> retrieved progress.0.5.0, terminal.0.5.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved rusage.1.0.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved semaphore-compat.1.0.2 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tezos-base58.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uuidm.0.9.10 (cached)-> retrieved dune.3.24.0, dune-configurator.3.24.0 (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 cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed zarith.1.14-> 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 jsonm.1.0.2-> installed dune.3.24.0-> installed ppx_derivers.1.2.1-> installed afl-persistent.1.4-> installed base64.3.5.2-> installed either.1.0.0-> installed rusage.1.0.0-> installed csexp.1.5.2-> installed cppo.1.8.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 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 dune-configurator.3.24.0-> installed alcotest.1.9.1-> installed uucp.17.0.0-> installed terminal.0.5.0-> installed lwt.6.1.2-> installed metrics-unix.0.5.0-> installed logs.0.10.0-> installed progress.0.5.0-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1-> installed ppx_deriving_yojson.3.10.0-> installed ppx_repr.0.8.0Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.5.0+afl ocaml-variants.5.5.0+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-06-30 16:39.19 ---> saved as "fec2390041ea6f71a1fa1e64344a57b9a81a208d189a3d84ff1847a2f04d0024"/src: (copy (src .) (dst /src))2026-06-30 16:39.20 ---> saved as "7bd4a72e2cef3576acb62cf76300a430429c1ce07b155561566ac8d125c47281"/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 `Z80OAJL6'.[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.008s. 4 tests run.(cd _build/default/test/unix && ./main.exe)Testing `index.unix'.This run has ID `PXWOU0AA'.[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 3.710s. 77 tests run.2026-06-30 16:39.36 ---> saved as "afd944905a1a7d05f56e92c7b21a32ad08fdcc4fb89a2d4fdd35671a1076b3d6"Job succeeded2026-06-30 16:39.36: Job succeeded