2025-11-05 15:31.41: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (linux-x86_64:opensuse-16.0-5.4_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214Opam project buildTo reproduce locally:git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214# opensuse-16.0-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -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 cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-05 15:31.41: Using cache hint "gs0510/index-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214-opensuse-16.0-5.4_opam-2.4-49ce70d94b0471730c72b8b61acdf8f3"2025-11-05 15:31.41: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)(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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src index.opam index-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn index.dev './' && \\nopam pin add -yn index-bench.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-11-05 15:31.41: Waiting for resource in pool OCluster2025-11-05 22:11.29: Waiting for worker…2025-11-05 22:14.00: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 8f2e73f Update cache.ml(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214' locallydocker.io/ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214: Pulling from ocaml/opam64cfa2a65095: Pulling fs layer7971a163c5cf: Pulling fs layer0bcedfafe7dd: Pulling fs layerf42ca884ff10: Pulling fs layer7a58dd924804: Pulling fs layer73b6bf2442e2: Pulling fs layerc7b2f1118c39: Pulling fs layer9664ba876e4c: Pulling fs layerd307e097761a: Pulling fs layer7a58dd924804: Waitinga2f7a77a011c: Pulling fs layerc7b2f1118c39: Waiting73b6bf2442e2: Waiting94b2c92a6e32: Pulling fs layerf42ca884ff10: Waiting9664ba876e4c: Waitingdc059a0b69a6: Pulling fs layerd307e097761a: Waitinga2f7a77a011c: Waitingb1b115775ad6: Pulling fs layer94b2c92a6e32: Waitingdc059a0b69a6: Waiting9578045c60a5: Pulling fs layerb1b115775ad6: Waiting9438161e6dc8: Pulling fs layer5354b34c6410: Pulling fs layer9578045c60a5: Waiting7ba29a3affaf: Pulling fs layer978c6754ed91: Pulling fs layer9438161e6dc8: Waiting4f4fb700ef54: Pulling fs layer7ba29a3affaf: Waiting5354b34c6410: Waiting978c6754ed91: Waiting1a894d493bd5: Pulling fs layer4f4fb700ef54: Waitinge279e4c3cc8b: Pulling fs layercdfaa2485c7d: Pulling fs layerc8563e41aa6f: Pulling fs layer1a894d493bd5: Waitinge279e4c3cc8b: Waitingcdfaa2485c7d: Waiting911bff4bcd02: Pulling fs layerc8563e41aa6f: Waiting7e6490154d95: Pulling fs layer911bff4bcd02: Waitingdd6beeecc8f8: Pulling fs layer7e6490154d95: Waiting3e02f73f561d: Pulling fs layerdd6beeecc8f8: Waiting3e02f73f561d: Waiting801dc6436763: Pulling fs layer7ddd0c153f59: Pulling fs layer5ee8f7f96184: Pulling fs layer801dc6436763: Waiting7ddd0c153f59: Waitingfacc8b57701e: Pulling fs layerf5c712f16134: Pulling fs layer7c5c7be08383: Pulling fs layerf5c712f16134: Waitingfacc8b57701e: Waiting5ee8f7f96184: Waiting25e2ed376925: Pulling fs layer7c5c7be08383: Waiting1b4a119d9eef: Pulling fs layerab7e2fb7737c: Pulling fs layerdb30acbe9a06: Pulling fs layer1b4a119d9eef: Waitingab7e2fb7737c: Waiting25e2ed376925: Waitingbd2643bb4e57: Pulling fs layerdb30acbe9a06: Waiting1d1f818b3d69: Pulling fs layer1f2c1c940f9a: Pulling fs layer35c8edf46b30: Pulling fs layerbd2643bb4e57: Waiting1d1f818b3d69: Waiting1f2c1c940f9a: Waiting35c8edf46b30: Waiting5e642a5ac051: Pulling fs layerc6560baf709e: Pulling fs layer0bd76bce9a41: Pulling fs layerc6560baf709e: Waiting5e642a5ac051: Waiting0bd76bce9a41: Waiting7971a163c5cf: Download complete64cfa2a65095: Verifying Checksum64cfa2a65095: Download complete7a58dd924804: Download complete73b6bf2442e2: Verifying Checksum73b6bf2442e2: Download completec7b2f1118c39: Verifying Checksumc7b2f1118c39: Download complete0bcedfafe7dd: Verifying Checksum0bcedfafe7dd: Download complete9664ba876e4c: Verifying Checksum9664ba876e4c: Download completed307e097761a: Verifying Checksumd307e097761a: Download complete64cfa2a65095: Pull complete7971a163c5cf: Pull completea2f7a77a011c: Verifying Checksuma2f7a77a011c: Download complete94b2c92a6e32: Download completedc059a0b69a6: Verifying Checksumdc059a0b69a6: Download completeb1b115775ad6: Verifying Checksumb1b115775ad6: Download complete9578045c60a5: Verifying Checksum9578045c60a5: Download complete9438161e6dc8: Download complete7ba29a3affaf: Download complete5354b34c6410: Verifying Checksum978c6754ed91: Download complete4f4fb700ef54: Download complete1a894d493bd5: Download completee279e4c3cc8b: Download completef42ca884ff10: Verifying Checksumf42ca884ff10: Download completecdfaa2485c7d: Verifying Checksumcdfaa2485c7d: Download completec8563e41aa6f: Verifying Checksumc8563e41aa6f: Download complete911bff4bcd02: Verifying Checksum911bff4bcd02: Download complete7e6490154d95: Verifying Checksum7e6490154d95: Download completedd6beeecc8f8: Verifying Checksumdd6beeecc8f8: Download complete3e02f73f561d: Download complete801dc6436763: Verifying Checksum801dc6436763: Download complete7ddd0c153f59: Verifying Checksum7ddd0c153f59: Download complete5ee8f7f96184: Download completefacc8b57701e: Download complete7c5c7be08383: Download complete1b4a119d9eef: Download complete0bcedfafe7dd: Pull completeab7e2fb7737c: Verifying Checksumab7e2fb7737c: Download completedb30acbe9a06: Verifying Checksumdb30acbe9a06: Download completebd2643bb4e57: Download complete1d1f818b3d69: Verifying Checksum1d1f818b3d69: Download complete1f2c1c940f9a: Verifying Checksum1f2c1c940f9a: Download complete35c8edf46b30: Verifying Checksum35c8edf46b30: Download complete5e642a5ac051: Verifying Checksum5e642a5ac051: Download completec6560baf709e: Verifying Checksumc6560baf709e: Download complete0bd76bce9a41: Verifying Checksum0bd76bce9a41: Download complete25e2ed376925: Download completef5c712f16134: Verifying Checksumf5c712f16134: Download completef42ca884ff10: Pull complete7a58dd924804: Pull complete73b6bf2442e2: Pull completec7b2f1118c39: Pull complete9664ba876e4c: Pull completed307e097761a: Pull completea2f7a77a011c: Pull complete94b2c92a6e32: Pull completedc059a0b69a6: Pull completeb1b115775ad6: Pull complete9578045c60a5: Pull complete9438161e6dc8: Pull complete5354b34c6410: Pull complete7ba29a3affaf: Pull complete978c6754ed91: Pull complete4f4fb700ef54: Pull complete1a894d493bd5: Pull completee279e4c3cc8b: Pull completecdfaa2485c7d: Pull completec8563e41aa6f: Pull complete911bff4bcd02: Pull complete7e6490154d95: Pull completedd6beeecc8f8: Pull complete3e02f73f561d: Pull complete801dc6436763: Pull complete7ddd0c153f59: Pull complete5ee8f7f96184: Pull completefacc8b57701e: Pull completef5c712f16134: Pull complete7c5c7be08383: Pull complete25e2ed376925: Pull complete1b4a119d9eef: Pull completeab7e2fb7737c: Pull completedb30acbe9a06: Pull completebd2643bb4e57: Pull complete1d1f818b3d69: Pull complete1f2c1c940f9a: Pull complete35c8edf46b30: Pull complete5e642a5ac051: Pull completec6560baf709e: Pull complete0bd76bce9a41: Pull completeDigest: sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214Status: Downloaded newer image for ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e582142025-11-05 22:14.01 ---> using "9d38683995b9bb49551e843deb9716f7bd1ad3adb6587b4c40a8eb60aa1ab60e" 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-11-05 22:14.01 ---> using "b3542340bd2208c71fce428a3b3aa6b53a9668c8954e1b3dd81f34bc5f6d6592" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-05 22:14.01 ---> using "728b7687b472e18330a8de64e1a078a94e50e387650658e9409b2e7e5d7cfcbf" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 5.4.02.4.12025-11-05 22:14.01 ---> using "ae51319793515b3f645d0ff01305101e669c757eda759a7d4d52d1d1b67822ec" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 22:14.01 ---> using "4971281788d5cc39160451ff2c958f77dbad879e7922f999083697cdc5e25710" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..21f97b2e6d master -> origin/master70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-05 22:14.01 ---> using "2074702d1609090473352352529274059dff32d72bdfd3d6262e3d2b2da65885" from cache/src: (copy (src index.opam index-bench.opam) (dst ./))2025-11-05 22:14.01 ---> saved as "d05ab0de8ab11c92d2e70293775cf8576d68a155597a37d64f7d6704e1cfb509"/src: (run (network host)(shell "opam pin add -yn index.dev './' && \\nopam pin add -yn index-bench.dev './'"))[index.dev] synchronised (file:///src)index is now pinned to file:///src (version dev)[index-bench.dev] synchronised (file:///src)index-bench is now pinned to file:///src (version dev)2025-11-05 22:14.05 ---> saved as "c655d4362db35a5630d66d338b64e46d05bf0420233c85c787146c7ab647425d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 22:14.05 ---> saved as "7506c06a40d4ca9e644e89ff9c585e0b201ea01e44c4246a81b447240c363927"/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [..- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ..--- Note: Received 1 new package signing key from repository "repo-oss (16.0)":-- Those additional keys are usually used to sign packages shipped by the repository. In order to- validate those packages upon download and installation the new keys will be imported into the rpm- database.-- New:- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>- Key Algorithm: RSA 4096- Key Created: Wed May 10 14:46:12 2023- Key Expires: Sun May 9 14:46:12 2027- Rpm Name: gpg-pubkey-25db7ae0-645bae34-- The repository metadata introducing the new keys have been signed and validated by the trusted- key:-- Repository: repo-oss (16.0)- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- ....- ...........- ..........- ...done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[index.dev] synchronised (file:///src)[index-bench.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:gnuplot<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gnuplot"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 123 NEW packages are going to be installed:- Mesa Mesa-dri Mesa-gallium Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 cups-config fontconfig gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders gio-branding-openSUSE glib2-tools gnuplot gtk3-data gtk3-schema gtk3-tools hicolor-icon-theme libICE6 libLLVM19 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Svg5 libQt5Widgets5 libSM6 libSPIRV-Tools-2025_1_rc1 libXcomposite1 libXcursor1 libXdamage1 libXext6 libXfixes3 libXft2 libXi6 libXinerama1 libXpm4 libXrandr2 libXrender1 libXtst6 libXxf86vm1 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libcaca0 libcairo-gobject2 libcairo2 libcerf2 libcolord2 libcups2 libdatrie1 libdav1d7 libdouble-conversion3 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_radeon1 libduktape207 libelf1 libepoxy0 libevdev2 libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgd3 libgdk_pixbuf-2_0-0 libgio-2_0-0 libglvnd libgmodule-2_0-0 libgobject-2_0-0 libgraphite2-3 libgtk-3-0 libgudev-1_0-0 libharfbuzz0 libicu77 libicu77-ledata libinput10 libjbig2 libjpeg8 liblcms2-2 libmtdev1 libnotify4 libpango-1_0-0 libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpixman-1-0 libpng16-16 libproxy1 libpxbackend-1_0 librsvg-2-2 libsecret-1-0 libsharpyuv0 libslang2 libthai-data libthai0 libtiff6 libts0 libvulkan1 libwacom-data libwacom9 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpmux3 libwx_baseu-suse16_0_0 libwx_gtk3u_core-suse16_0_0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-util1 libxkbcommon-x11-0 libxkbcommon0 libxshmfence1 shared-mime-info system-user-lp xkeyboard-config-- 123 new packages to install.-- Package download size: 101.5 MiB-- Package install size change:- | 389.7 MiB required by packages that will be installed- 389.7 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Preloading Packages [..- Preloading: gio-branding-openSUSE-42.1-lp160.3.1.noarch.rpm [done]- .- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libwebpmux3-1.5.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libsecret-1-0-0.21.7-160000.2.2.x86_64.rpm [done]- ..- Preloading: 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: libwacom9-2.16.1-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: glib2-tools-2.84.3-160000.2.2.x86_64.rpm [done]- .- .- Preloading: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]- .- Preloading: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libxcb-image0-0.4.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libpxbackend-1_0-0.5.9-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: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]- ..- Preloading: libtiff6-4.7.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libgudev-1_0-0-238-160000.3.2.x86_64.rpm [done]- .-- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]- ..- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]- ..- .- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]- ..-- Preloading: gnuplot-6.0.2-160000.2.2.x86_64.rpm [done]- ..- Preloading: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]- .- Preloading: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64.rpm [done]- ..- .- Preloading: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64.rpm [done]- ..- ..- .- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]- .- Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done]- .- Preloading: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64.rpm [done]- ..- ..- ..- .- Preloading: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]- ..- .- Preloading: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64.rpm [done]- ..- Preloading: libnotify4-0.8.4-160000.2.2.x86_64.rpm [done]- .- ..- Preloading: librsvg-2-2-2.60.0-160000.2.2.x86_64.rpm [done]- .- Preloading: 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: 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.6-160000.2.2.x86_64.rpm [done]- .- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]- .-- Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done]- ..- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]- ..- ..- ..- ..- ..- ..- ..- ..- ..- ..- ..-- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]- .- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]- ..- Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]- ..- Preloading: Mesa-gallium-24.3.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: libevdev2-1.13.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]- .- Preloading: libduktape207-2.7.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libepoxy0-1.5.10-160000.3.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: libmtdev1-1.1.6-160000.3.2.x86_64.rpm [done]- ..- Preloading: libcerf2-2.4-160000.3.2.x86_64.rpm [done]- .- Preloading: libavahi-common3-0.8-160000.2.2.x86_64.rpm [done]- .- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]- .- Preloading: libXpm4-3.5.17-160000.2.2.x86_64.rpm [done]- .- Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done]- .- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done]- ..- .- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]- .- Preloading: libICE6-1.1.2-160000.3.2.x86_64.rpm [done]- .- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]- .- Preloading: gtk3-schema-3.24.49+14-160000.2.2.noarch.rpm [done]- ..- Preloading: gtk3-data-3.24.49+14-160000.2.2.noarch.rpm [done]- .- Preloading: libxcb-icccm4-0.4.2-160000.2.2.x86_64.rpm [done]- .- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]- .- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]- .-- Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]- .- Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done]- .- Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libSM6-1.2.6-160000.3.2.x86_64.rpm [done]- ..- Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]- .- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]- .- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libxcb-util1-0.4.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libxcb-render-util0-0.3.10-160000.2.2.x86_64.rpm [done]- .- Preloading: libxcb-keysyms1-0.4.1-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]- ..- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]- .-- Preloading: libwacom-data-2.16.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]- .- Preloading: libts0-1.22-160000.2.2.x86_64.rpm [done]- ..- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]- ..- Preloading: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64.rpm [done]- .- Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done]- .-- Preloading: libpng16-16-1.6.44-160000.2.2.x86_64.rpm [done]- .- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]- ..- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]- .- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]- ..- ..- ..- ..- ..- ..- ..- ..- ..-- Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]- ..- Preloading: Mesa-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: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]- .done]- Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/123), 276.4 KiB- Retrieving: gtk3-data-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (2/123), 222.9 KiB- Retrieving: gtk3-schema-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (3/123), 222.6 KiB- Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (4/123), 78.7 KiB- Retrieving: libICE6-1.1.2-160000.3.2.x86_64 (repo-oss (16.0)) (5/123), 54.9 KiB- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (6/123), 28.3 MiB- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (7/123), 1.5 MiB- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (8/123), 12.3 KiB- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (9/123), 12.1 KiB- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (10/123), 37.3 KiB- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (11/123), 19.9 KiB- Retrieving: libXpm4-3.5.17-160000.2.2.x86_64 (repo-oss (16.0)) (12/123), 48.1 KiB- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (13/123), 27.5 KiB- Retrieving: libavahi-common3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (14/123), 70.3 KiB- Retrieving: libcerf2-2.4-160000.3.2.x86_64 (repo-oss (16.0)) (15/123), 33.3 KiB- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (16/123), 50.6 KiB- Retrieving: libdav1d7-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (17/123), 618.2 KiB- Retrieving: libdouble-conversion3-3.3.1-160000.2.2.x86_64 (repo-oss (16.0)) (18/123), 37.2 KiB- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (19/123), 107.8 KiB- Retrieving: libduktape207-2.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (20/123), 144.9 KiB- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (21/123), 94.7 KiB- Retrieving: libepoxy0-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (22/123), 228.2 KiB- Retrieving: libevdev2-1.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (23/123), 46.9 KiB- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (24/123), 42.8 KiB- Retrieving: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (25/123), 316.7 KiB- Retrieving: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (26/123), 447.7 KiB- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (27/123), 71.9 KiB- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (28/123), 8.6 MiB- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (29/123), 35.4 KiB- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (30/123), 307.2 KiB- Retrieving: liblcms2-2-2.16-160000.3.2.x86_64 (repo-oss (16.0)) (31/123), 171.6 KiB- Retrieving: libmtdev1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (32/123), 18.5 KiB- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (33/123), 29.1 KiB- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (34/123), 309.1 KiB- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (35/123), 292.1 KiB- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (36/123), 210.0 KiB- Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (37/123), 185.0 KiB- Retrieving: libsharpyuv0-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (38/123), 31.6 KiB- Retrieving: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 (repo-oss (16.0)) (39/123), 389.6 KiB- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (40/123), 158.7 KiB- Retrieving: libts0-1.22-160000.2.2.x86_64 (repo-oss (16.0)) (41/123), 18.9 KiB- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (42/123), 156.2 KiB- Retrieving: libwacom-data-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (43/123), 225.3 KiB- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (44/123), 47.8 KiB- Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (45/123), 24.2 KiB- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (46/123), 54.2 KiB- Retrieving: libxcb-icccm4-0.4.2-160000.2.2.x86_64 (repo-oss (16.0)) (47/123), 14.9 KiB- Retrieving: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (48/123), 12.0 KiB- Retrieving: libxcb-render-util0-0.3.10-160000.2.2.x86_64 (repo-oss (16.0)) (49/123), 13.8 KiB- Retrieving: libxcb-util1-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (50/123), 16.0 KiB- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (51/123), 12.0 KiB- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (52/123), 347.4 KiB- Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (53/123), 12.6 KiB- Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (54/123), 455.5 KiB- Retrieving: libSM6-1.2.6-160000.3.2.x86_64 (repo-oss (16.0)) (55/123), 26.0 KiB- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (56/123), 17.0 KiB- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (57/123), 18.0 KiB- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (58/123), 11.3 KiB- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (59/123), 42.8 KiB- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (60/123), 26.1 KiB- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (61/123), 30.1 KiB- Retrieving: libavahi-client3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (62/123), 73.6 KiB- Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (63/123), 258.9 KiB- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (64/123), 90.7 KiB- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (65/123), 93.5 KiB- Retrieving: libgudev-1_0-0-238-160000.3.2.x86_64 (repo-oss (16.0)) (66/123), 31.7 KiB- Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (67/123), 106.3 KiB- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (68/123), 2.1 MiB- Retrieving: libtiff6-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (69/123), 276.3 KiB- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (70/123), 133.3 KiB- Retrieving: libfreetype6-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (71/123), 564.0 KiB- Retrieving: libwebp7-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (72/123), 227.4 KiB- Retrieving: libcaca0-0.99.beta20-160000.2.2.x86_64 (repo-oss (16.0)) (73/123), 226.6 KiB- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (74/123), 28.1 KiB- Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (75/123), 30.9 KiB- Retrieving: libxcb-image0-0.4.1-160000.2.2.x86_64 (repo-oss (16.0)) (76/123), 16.6 KiB- Retrieving: gio-branding-openSUSE-42.1-lp160.3.1.noarch (repo-oss (16.0)) (77/123), 29.6 KiB- Retrieving: libgio-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (78/123), 960.3 KiB- Retrieving: glib2-tools-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (79/123), 423.3 KiB- Retrieving: cups-config-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (80/123), 422.3 KiB- Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (81/123), 151.2 KiB- Retrieving: libwacom9-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (82/123), 60.9 KiB- Retrieving: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (83/123), 2.3 MiB- Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (84/123), 257.7 KiB- Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (85/123), 9.7 MiB- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (86/123), 253.7 KiB- Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (87/123), 380.4 KiB- Retrieving: libharfbuzz0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (88/123), 577.2 KiB- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (89/123), 137.4 KiB- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (90/123), 199.5 KiB- Retrieving: libwebpmux3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (91/123), 40.2 KiB- Retrieving: libsecret-1-0-0.21.7-160000.2.2.x86_64 (repo-oss (16.0)) (92/123), 144.9 KiB- Retrieving: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (93/123), 53.4 KiB- Retrieving: libcolord2-1.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (94/123), 202.2 KiB- Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (95/123), 138.2 KiB- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (96/123), 48.6 KiB- Retrieving: libcups2-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (97/123), 452.5 KiB- Retrieving: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (98/123), 38.7 KiB- Retrieving: libinput10-1.28.1-160000.2.2.x86_64 (repo-oss (16.0)) (99/123), 228.6 KiB- Retrieving: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (100/123), 427.6 KiB- Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (101/123), 395.5 KiB- Retrieving: libgd3-2.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (102/123), 144.3 KiB- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (103/123), 604.1 KiB- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (104/123), 51.8 KiB- Retrieving: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (105/123), 797.9 KiB- Retrieving: libproxy1-0.5.9-160000.2.2.x86_64 (repo-oss (16.0)) (106/123), 38.4 KiB- Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (107/123), 124.2 KiB- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (108/123), 188.3 KiB- Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (109/123), 13.3 MiB- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (110/123), 73.0 KiB- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (111/123), 356.3 KiB- Retrieving: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (112/123), 919.8 KiB- Retrieving: libnotify4-0.8.4-160000.2.2.x86_64 (repo-oss (16.0)) (113/123), 44.0 KiB- Retrieving: librsvg-2-2-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (114/123), 2.0 MiB- Retrieving: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (115/123), 3.8 MiB- Retrieving: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (116/123), 268.1 KiB- Retrieving: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (117/123), 2.6 MiB- Retrieving: gtk3-tools-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (118/123), 1.6 MiB- Retrieving: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (119/123), 3.0 MiB- Retrieving: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64 (repo-oss (16.0)) (120/123), 188.6 KiB- Retrieving: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64 (repo-oss (16.0)) (121/123), 418.5 KiB- Retrieving: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 (repo-oss (16.0)) (122/123), 2.2 MiB- Retrieving: gnuplot-6.0.2-160000.2.2.x86_64 (repo-oss (16.0)) (123/123), 1.5 MiB-- Checking for file conflicts: [.....done]- ( 1/123) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done]- ( 2/123) Installing: gtk3-data-3.24.49+14-160000.2.2.noarch [..done]- ( 3/123) Installing: gtk3-schema-3.24.49+14-160000.2.2.noarch [..done]- ( 4/123) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [.- .done]- ( 5/123) Installing: libICE6-1.1.2-160000.3.2.x86_64 [..done]- ( 6/123) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [.....- ..........- ...done]- ( 7/123) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done]- ( 8/123) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]- ( 9/123) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done]- ( 10/123) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]- ( 11/123) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]- ( 12/123) Installing: libXpm4-3.5.17-160000.2.2.x86_64 [..done]- ( 13/123) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]- ( 14/123) Installing: libavahi-common3-0.8-160000.2.2.x86_64 [..done]- ( 15/123) Installing: libcerf2-2.4-160000.3.2.x86_64 [..done]- ( 16/123) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]- ( 17/123) Installing: libdav1d7-1.5.1-160000.2.2.x86_64 [..done]- ( 18/123) Installing: libdouble-conversion3-3.3.1-160000.2.2.x86_64 [.- .done]- ( 19/123) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done]- ( 20/123) Installing: libduktape207-2.7.0-160000.2.2.x86_64 [..done]- ( 21/123) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]- ( 22/123) Installing: libepoxy0-1.5.10-160000.3.2.x86_64 [..done]- ( 23/123) Installing: libevdev2-1.13.3-160000.2.2.x86_64 [..done]- ( 24/123) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]- ( 25/123) Installing: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 26/123) Installing: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 27/123) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]- ( 28/123) Installing: libicu77-ledata-77.1-160000.2.2.noarch [....- ...done]- ( 29/123) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]- ( 30/123) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]- ( 31/123) Installing: liblcms2-2-2.16-160000.3.2.x86_64 [..done]- ( 32/123) Installing: libmtdev1-1.1.6-160000.3.2.x86_64 [..done]- ( 33/123) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done]- ( 34/123) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done]- ( 35/123) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]- ( 36/123) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]- ( 37/123) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done]- ( 38/123) Installing: libsharpyuv0-1.5.0-160000.2.2.x86_64 [..done]- ( 39/123) Installing: libslang2-2.3.3+git16.89d32bb-160000.2.2.x86_64 [..done]- ( 40/123) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [.- .done]- ( 41/123) Installing: libts0-1.22-160000.2.2.x86_64 [..done]- ( 42/123) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done]- ( 43/123) Installing: libwacom-data-2.16.1-160000.2.2.x86_64 [...done]- ( 44/123) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]- ( 45/123) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [..done]- ( 46/123) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]- ( 47/123) Installing: libxcb-icccm4-0.4.2-160000.2.2.x86_64 [..done]- ( 48/123) Installing: libxcb-keysyms1-0.4.1-160000.2.2.x86_64 [..done]- ( 49/123) Installing: libxcb-render-util0-0.3.10-160000.2.2.x86_64 [..done]- ( 50/123) Installing: libxcb-util1-0.4.1-160000.2.2.x86_64 [..done]- ( 51/123) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]- ( 52/123) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..- done]- ( 53/123) Installing: system-user-lp-20170617-160000.2.2.noarch [..- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -- Creating group 'systemd-journal' with GID 497.- Creating group 'lp' with GID 496.- Creating user 'lp' (Printing daemon) with UID 496 and GID 496.- Creating group 'systemd-coredump' with GID 495.- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 495 and GID 495.- done]- ( 54/123) Installing: xkeyboard-config-2.44-160000.2.2.noarch [...done]- ( 55/123) Installing: libSM6-1.2.6-160000.3.2.x86_64 [..done]- ( 56/123) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done]- ( 57/123) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]- ( 58/123) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done]- ( 59/123) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]- ( 60/123) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]- ( 61/123) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done]- ( 62/123) Installing: libavahi-client3-0.8-160000.2.2.x86_64 [.- .done]- ( 63/123) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done]- ( 64/123) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done]- ( 65/123) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done]- ( 66/123) Installing: libgudev-1_0-0-238-160000.3.2.x86_64 [..done]- ( 67/123) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done]- ( 68/123) Installing: libicu77-77.1-160000.2.2.x86_64 [...done]- ( 69/123) Installing: libtiff6-4.7.0-160000.2.2.x86_64 [..done]- ( 70/123) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done]- ( 71/123) Installing: libfreetype6-2.13.3-160000.2.2.x86_64 [..done]- ( 72/123) Installing: libwebp7-1.5.0-160000.2.2.x86_64 [..done]- ( 73/123) Installing: libcaca0-0.99.beta20-160000.2.2.x86_64 [.- .done]- ( 74/123) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]- ( 75/123) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done]- ( 76/123) Installing: libxcb-image0-0.4.1-160000.2.2.x86_64 [..done]- ( 77/123) Installing: gio-branding-openSUSE-42.1-lp160.3.1.noarch [..done]- ( 78/123) Installing: libgio-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 79/123) Installing: glib2-tools-2.84.3-160000.2.2.x86_64 [..done]- ( 80/123) Installing: cups-config-2.4.11-160000.2.2.x86_64 [..done]- ( 81/123) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done]- ( 82/123) Installing: libwacom9-2.16.1-160000.2.2.x86_64 [..done]- ( 83/123) Installing: libQt5Core5-5.15.17+kde122-160000.2.2.x86_64 [..- .done]- ( 84/123) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done]- ( 85/123) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [.......- .done]- ( 86/123) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]- ( 87/123) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done]- ( 88/123) Installing: libharfbuzz0-11.0.0-160000.2.2.x86_64 [..done]- ( 89/123) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]- ( 90/123) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]- ( 91/123) Installing: libwebpmux3-1.5.0-160000.2.2.x86_64 [..done]- ( 92/123) Installing: libsecret-1-0-0.21.7-160000.2.2.x86_64 [..done]- ( 93/123) Installing: libpxbackend-1_0-0.5.9-160000.2.2.x86_64 [..done]- ( 94/123) Installing: libcolord2-1.4.6-160000.2.2.x86_64 [..done]- ( 95/123) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..done]- ( 96/123) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 [.- .done]- ( 97/123) Installing: libcups2-2.4.11-160000.2.2.x86_64 [..done]- ( 98/123) Installing: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 [..done]- ( 99/123) Installing: libinput10-1.28.1-160000.2.2.x86_64 [..done]- (100/123) Installing: libQt5DBus5-5.15.17+kde122-160000.2.2.x86_64 [..done]- (101/123) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done]- (102/123) Installing: libgd3-2.3.3-160000.2.2.x86_64 [..done]- (103/123) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done]- (104/123) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]- (105/123) Installing: libwx_baseu-suse16_0_0-3.2.8-160000.2.2.x86_64 [..done]- (106/123) Installing: libproxy1-0.5.9-160000.2.2.x86_64 [..- done]- (107/123) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [..done]- (108/123) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 [..done]- (109/123) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [.....- ........done]- (110/123) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done]- (111/123) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]- (112/123) Installing: libQt5Network5-5.15.17+kde122-160000.2.2.x86_64 [.- .done]- (113/123) Installing: libnotify4-0.8.4-160000.2.2.x86_64 [..done]- (114/123) Installing: librsvg-2-2-2.60.0-160000.2.2.x86_64 [...done]- (115/123) Installing: libQt5Gui5-5.15.17+kde122-160000.2.2.x86_64 [....done]- (116/123) Installing: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 [..done]- (117/123) Installing: libQt5Widgets5-5.15.17+kde122-160000.2.2.x86_64 [..- .done]- (118/123) Installing: gtk3-tools-3.24.49+14-160000.2.2.x86_64 [...done]- (119/123) Installing: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 [....done]- (120/123) Installing: libQt5Svg5-5.15.17+kde5-160000.2.2.x86_64 [..done]- (121/123) Installing: libQt5PrintSupport5-5.15.17+kde122-160000.2.2.x86_64 [..done]- (122/123) Installing: libwx_gtk3u_core-suse16_0_0-3.2.8-160000.2.2.x86_64 [.- ..done]- (123/123) Installing: gnuplot-6.0.2-160000.2.2.x86_64 [...done]- Running post-transaction scripts [....done]2025-11-05 22:15.40 ---> saved as "404bf55e041e4e51b8f31efa7850036ca3958ef0a1e4e952a96b1ff9ef95d134"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 33 packages- install afl-persistent 1.4- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install cmdliner 2.0.0- install conf-gnuplot 0.1- install cppo 1.8.0- install crowbar 0.2.1- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install logs 0.10.0- install lwt 5.9.2- install metrics 0.5.0- install metrics-unix 0.5.0- install mtime 2.1.0- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_deriving_yojson 3.10.0- install ppxlib 0.37.0- install re 1.14.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uuidm 0.9.10- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.4 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gnuplot.0.1-> retrieved crowbar.0.2.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved metrics.0.5.0, metrics-unix.0.5.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_deriving_yojson.3.10.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uuidm.0.9.10 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed uuidm.0.9.10-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed afl-persistent.1.4-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed metrics.0.5.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed ocplib-endian.1.2-> installed yojson.3.0.0-> installed crowbar.0.2.1-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed metrics-unix.0.5.0-> installed logs.0.10.0-> installed ppxlib.0.37.0-> installed ppx_deriving.6.1.1-> installed ppx_deriving_yojson.3.10.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.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2025-11-05 22:19.28 ---> saved as "14dbc47499ceef40b1c0bc9ae70781f32d72796b25742dd5e3c608569b987234"/src: (copy (src .) (dst /src))2025-11-05 22:19.29 ---> saved as "9f27eb46f2df4ee118a38adbef2d2d19d700c0b12959dc22e3e32d7f56411fc7"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/.index.objs/byte -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/mtime -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/stdlib-shims -cmi-file src/.index.objs/byte/index__Stats.cmi -no-alias-deps -opaque -open Index__ -o src/.index.objs/byte/index__Stats.cmo -c -impl src/stats.ml)File "src/stats.ml", line 77, characters 18-34:77 | let average = Mtime.Span.to_us span /. float_of_int !nb_replace in^^^^^^^^^^^^^^^^Error: Unbound value Mtime.Span.to_us(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.index.objs/byte -I src/.index.objs/native -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/mtime -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/stdlib-shims -cmi-file src/.index.objs/byte/index__Stats.cmi -no-alias-deps -opaque -open Index__ -o src/.index.objs/native/index__Stats.cmx -c -impl src/stats.ml)File "src/stats.ml", line 77, characters 18-34:77 | let average = Mtime.Span.to_us span /. float_of_int !nb_replace in^^^^^^^^^^^^^^^^Error: Unbound value Mtime.Span.to_us(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/threaded -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I src/.index.objs/byte -cmi-file src/unix/.index_unix.objs/byte/index_unix.cmi -no-alias-deps -opaque -open Index_unix__ -o src/unix/.index_unix.objs/byte/index_unix.cmo -c -impl src/unix/index_unix.ml)File "src/unix/index_unix.ml", line 139, characters 8-48:139 | (aux [@tailcall]) (Filename.dirname dir) @@ fun () ->^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error (warning 51 [wrong-tailcall-expectation]): expected tailcall(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Io_array.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Io_array.cmo -c -impl test/unix/io_array.ml)File "test/unix/io_array.ml", line 59, characters 7-15:59 | (Fmt.strf "Inserted key at index %i is accessible" i)^^^^^^^^Error (alert deprecated): Fmt.strfuse Fmt.str instead.File "test/unix/io_array.ml", line 74, characters 7-15:74 | (Fmt.strf "Inserted key at index %i is accessible" i)^^^^^^^^Error (alert deprecated): Fmt.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -cmi-file test/unix/.main.eobjs/byte/dune__exe__Common.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Common.cmx -c -impl test/unix/common.ml)File "_none_", line 1:Alert ocaml_deprecated_auto_include:OCaml's lib directory layout changed in 5.0. The unix subdirectory has beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, or using -package unix for ocamlfind).File "test/unix/common.ml", line 27, characters 2-15:27 | Logs_threaded.enable ();^^^^^^^^^^^^^Error: Unbound module Logs_threaded(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Common.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Common.cmo -c -impl test/unix/common.ml)File "_none_", line 1:Alert ocaml_deprecated_auto_include:OCaml's lib directory layout changed in 5.0. The unix subdirectory has beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, or using -package unix for ocamlfind).File "test/unix/common.ml", line 27, characters 2-15:27 | Logs_threaded.enable ();^^^^^^^^^^^^^Error: Unbound module Logs_threaded(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -cmi-file test/unix/.main.eobjs/byte/dune__exe__Io_array.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Io_array.cmx -c -impl test/unix/io_array.ml)File "test/unix/io_array.ml", line 59, characters 7-15:59 | (Fmt.strf "Inserted key at index %i is accessible" i)^^^^^^^^Error (alert deprecated): Fmt.strfuse Fmt.str instead.File "test/unix/io_array.ml", line 74, characters 7-15:74 | (Fmt.strf "Inserted key at index %i is accessible" i)^^^^^^^^Error (alert deprecated): Fmt.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmo -c -impl test/unix/force_merge.ml)File "_none_", line 1:Alert ocaml_deprecated_auto_include:OCaml's lib directory layout changed in 5.0. The unix subdirectory has beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, or using -package unix for ocamlfind).(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file test/unix/.main.eobjs/byte/dune__exe__Main.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/unix/main.ml)File "test/unix/main.ml", line 216, characters 29-37:216 | Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found^^^^^^^^Error (alert deprecated): Fmt.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -cmi-file test/unix/.main.eobjs/byte/dune__exe__Force_merge.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Force_merge.cmx -c -impl test/unix/force_merge.ml)File "_none_", line 1:Alert ocaml_deprecated_auto_include:OCaml's lib directory layout changed in 5.0. The unix subdirectory has beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, or using -package unix for ocamlfind).(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.4/lib/alcotest -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -cmi-file test/unix/.main.eobjs/byte/dune__exe__Main.cmi -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/unix/main.ml)File "test/unix/main.ml", line 216, characters 29-37:216 | Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found^^^^^^^^Error (alert deprecated): Fmt.strfuse Fmt.str instead.(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/metrics-unix -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/yojson -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -cmi-file bench/.bench.eobjs/byte/dune__exe__Bench.cmi -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)File "_none_", line 1:Alert ocaml_deprecated_auto_include:OCaml's lib directory layout changed in 5.0. The unix subdirectory has beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, or using -package unix for ocamlfind).File "bench/bench.ml", line 498, characters 16-27:498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)^^^^^^^^^^^Error: Unbound value Arg.env_var(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bench/.bench.eobjs/byte -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/metrics-unix -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -cmi-file bench/.bench.eobjs/byte/dune__exe__Bench.cmi -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml)File "_none_", line 1:Alert ocaml_deprecated_auto_include:OCaml's lib directory layout changed in 5.0. The unix subdirectory has beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, or using -package unix for ocamlfind).File "bench/bench.ml", line 498, characters 16-27:498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)^^^^^^^^^^^Error: Unbound value Arg.env_var"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-11-05 22:19.31: Job failed: Failed: Build failed