2025-11-16 20:12.51: New job: test hannesm/mirage-crypto https://github.com/hannesm/mirage-crypto.git#refs/heads/master (f794fab91bc9665844fba6d5d8229183038ac1ec) (linux-x86_64:opensuse-16.0-4.14_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/hannesm/mirage-crypto.git" -b "master" && cd "mirage-crypto" && git reset --hard f794fab9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1# opensuse-16.0-4.14_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-pk.opam mirage-crypto-entropy.opam ./RUN opam pin add -yn mirage-crypto.dev './' && \opam pin add -yn mirage-crypto-rng.dev './' && \opam pin add -yn mirage-crypto-pk.dev './' && \opam pin add -yn mirage-crypto-entropy.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 mirage-no-solo5.1 mirage-no-xen.1 mirage-runtime.4.10.3 mirage-unix.5.0.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 randomconv.0.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-pk.dev mirage-crypto-entropy.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-16 20:12.51: Using cache hint "hannesm/mirage-crypto-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-749c501a843b2ccf51f197606a286a70"2025-11-16 20:12.51: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)(comment opensuse-16.0-4.14_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-pk.opam mirage-crypto-entropy.opam)(dst ./))(run (network host)(shell "opam pin add -yn mirage-crypto.dev './' && \\nopam pin add -yn mirage-crypto-rng.dev './' && \\nopam pin add -yn mirage-crypto-pk.dev './' && \\nopam pin add -yn mirage-crypto-entropy.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 mirage-no-solo5.1 mirage-no-xen.1 mirage-runtime.4.10.3 mirage-unix.5.0.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 randomconv.0.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-pk.dev mirage-crypto-entropy.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-16 20:12.51: Waiting for resource in pool OCluster2025-11-17 02:10.34: Waiting for worker…2025-11-17 02:13.30: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at f794fab [ci skip] changes 0.6.2(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locallydocker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: Pulling from ocaml/opam64cfa2a65095: Pulling fs layer7971a163c5cf: Pulling fs layer0bcedfafe7dd: Pulling fs layerf42ca884ff10: Pulling fs layer7a58dd924804: Pulling fs layer73b6bf2442e2: Pulling fs layerc7b2f1118c39: Pulling fs layer64cfa2a65095: Waiting9664ba876e4c: Pulling fs layer0bcedfafe7dd: Waiting7971a163c5cf: Waitingd307e097761a: Pulling fs layer7a58dd924804: Waitinga2f7a77a011c: Pulling fs layerc7b2f1118c39: Waiting9664ba876e4c: Waiting94b2c92a6e32: Pulling fs layerd307e097761a: Waitingdc059a0b69a6: Pulling fs layer73b6bf2442e2: Waitingf42ca884ff10: Waitinga2f7a77a011c: Waitingb1b115775ad6: Pulling fs layer94b2c92a6e32: Waiting9578045c60a5: Pulling fs layerdc059a0b69a6: Waiting9438161e6dc8: Pulling fs layerb1b115775ad6: Waiting9578045c60a5: Waiting5354b34c6410: Pulling fs layer7ba29a3affaf: Pulling fs layer9438161e6dc8: Waiting5354b34c6410: Waiting978c6754ed91: Pulling fs layer4f4fb700ef54: Pulling fs layer7ba29a3affaf: Waiting1a894d493bd5: Pulling fs layer978c6754ed91: Waitinge279e4c3cc8b: Pulling fs layercdfaa2485c7d: Pulling fs layer4f4fb700ef54: Waitingc8563e41aa6f: Pulling fs layer1a894d493bd5: Waitinge279e4c3cc8b: Waiting911bff4bcd02: Pulling fs layercdfaa2485c7d: Waitingc8563e41aa6f: Waiting7e6490154d95: Pulling fs layerdd6beeecc8f8: Pulling fs layer3e02f73f561d: Pulling fs layer801dc6436763: Pulling fs layerdd6beeecc8f8: Waiting7e6490154d95: Waiting7ddd0c153f59: Pulling fs layer3e02f73f561d: Waiting911bff4bcd02: Waiting5ee8f7f96184: Pulling fs layer801dc6436763: Waitingfacc8b57701e: Pulling fs layer7ddd0c153f59: Waitingf5c712f16134: Pulling fs layer7c5c7be08383: Pulling fs layerfacc8b57701e: Waiting25e2ed376925: Pulling fs layerf5c712f16134: Waiting1b4a119d9eef: Pulling fs layer5ee8f7f96184: Waiting7c5c7be08383: Waitingab7e2fb7737c: Pulling fs layer25e2ed376925: Waitingdb30acbe9a06: Pulling fs layer4f666f8f907e: Pulling fs layerdb30acbe9a06: Waiting23c142cc9273: Pulling fs layer1b4a119d9eef: Waiting4f666f8f907e: Waitingab7e2fb7737c: Waitinge74b0971cd39: Pulling fs layer23c142cc9273: Waitingeea27d0942eb: Pulling fs layere74b0971cd39: Waitingeea27d0942eb: Waiting64cfa2a65095: Verifying Checksum64cfa2a65095: Download complete7971a163c5cf: Verifying Checksum7971a163c5cf: Download complete64cfa2a65095: Pull complete7971a163c5cf: Pull complete0bcedfafe7dd: Verifying Checksum0bcedfafe7dd: Download complete0bcedfafe7dd: Pull complete7a58dd924804: Verifying Checksum7a58dd924804: Download complete73b6bf2442e2: Verifying Checksum73b6bf2442e2: Download completec7b2f1118c39: Verifying Checksumc7b2f1118c39: Download completef42ca884ff10: Verifying Checksumf42ca884ff10: Download completed307e097761a: Verifying Checksumd307e097761a: Download complete9664ba876e4c: Download complete94b2c92a6e32: Verifying Checksum94b2c92a6e32: Download completedc059a0b69a6: Download completea2f7a77a011c: Verifying Checksuma2f7a77a011c: Download complete9578045c60a5: Verifying Checksum9578045c60a5: Download complete9438161e6dc8: Download complete5354b34c6410: Download complete7ba29a3affaf: Download complete978c6754ed91: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1a894d493bd5: Verifying Checksum1a894d493bd5: Download completee279e4c3cc8b: Verifying Checksume279e4c3cc8b: Download completecdfaa2485c7d: Download completef42ca884ff10: Pull complete7a58dd924804: Pull completec8563e41aa6f: Verifying Checksumc8563e41aa6f: Download complete73b6bf2442e2: Pull complete911bff4bcd02: Download complete7e6490154d95: Verifying Checksum7e6490154d95: Download completedd6beeecc8f8: Verifying Checksumdd6beeecc8f8: Download completec7b2f1118c39: Pull complete3e02f73f561d: Verifying Checksum3e02f73f561d: Download complete9664ba876e4c: Pull completed307e097761a: Pull complete801dc6436763: Verifying Checksum801dc6436763: Download completea2f7a77a011c: Pull complete7ddd0c153f59: Download complete94b2c92a6e32: Pull complete5ee8f7f96184: Download completedc059a0b69a6: Pull completefacc8b57701e: Verifying Checksumfacc8b57701e: Download completeb1b115775ad6: Verifying Checksumb1b115775ad6: Download completeb1b115775ad6: Pull complete9578045c60a5: Pull complete9438161e6dc8: Pull complete5354b34c6410: Pull complete7c5c7be08383: Verifying Checksum7c5c7be08383: Download 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 complete25e2ed376925: Verifying Checksum25e2ed376925: Download complete1b4a119d9eef: Verifying Checksum1b4a119d9eef: Download completeab7e2fb7737c: Download completef5c712f16134: Verifying Checksumf5c712f16134: Download completedb30acbe9a06: Download completef5c712f16134: Pull complete7c5c7be08383: Pull complete25e2ed376925: Pull complete1b4a119d9eef: Pull completeab7e2fb7737c: Pull completedb30acbe9a06: Pull complete23c142cc9273: Verifying Checksum23c142cc9273: Download completee74b0971cd39: Verifying Checksume74b0971cd39: Download completeeea27d0942eb: Verifying Checksumeea27d0942eb: Download complete4f666f8f907e: Verifying Checksum4f666f8f907e: Download complete4f666f8f907e: Pull complete23c142cc9273: Pull completee74b0971cd39: Pull completeeea27d0942eb: Pull completeDigest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a12025-11-17 02:50.01 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache/: (comment opensuse-16.0-4.14_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-17 02:50.01 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-17 02:50.01 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-11-17 02:50.01 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-17 02:50.01 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..1c92c86556 master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-17 02:50.01 ---> using "c2dc8ebf03385675e3e683a04bf214f8fd78304e379e7dd0debd299a47a288fc" from cache/src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-pk.opam mirage-crypto-entropy.opam)(dst ./))2025-11-17 02:50.02 ---> saved as "bd89909e180cde3a9e175235b03cb08cbffdd6084266c7e657347515f24e4f7a"/src: (run (network host)(shell "opam pin add -yn mirage-crypto.dev './' && \\nopam pin add -yn mirage-crypto-rng.dev './' && \\nopam pin add -yn mirage-crypto-pk.dev './' && \\nopam pin add -yn mirage-crypto-entropy.dev './'"))[mirage-crypto.dev] synchronised (file:///src)mirage-crypto is now pinned to file:///src (version dev)[mirage-crypto-rng.dev] synchronised (file:///src)mirage-crypto-rng is now pinned to file:///src (version dev)[mirage-crypto-pk.dev] synchronised (file:///src)mirage-crypto-pk is now pinned to file:///src (version dev)[NOTE] Package mirage-crypto-entropy does not exist in opam repositories registered in the current switch.[mirage-crypto-entropy.dev] synchronised (file:///src)[WARNING] Failed checks on mirage-crypto-entropy package definition from source at file:///src:warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "BSD2"mirage-crypto-entropy is now pinned to file:///src (version dev)2025-11-17 02:50.05 ---> saved as "480978a1ec3ab303d772d6c1de533cc2f30a492fc69ad9efeb95c7711aad8848"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-17 02:50.05 ---> saved as "f22f6459b83d43ab065a9133b9435908b4ae632138739f31a7106a66edc1a576"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 mirage-no-solo5.1 mirage-no-xen.1 mirage-runtime.4.10.3 mirage-unix.5.0.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 randomconv.0.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 zarith.1.14")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-pk.dev mirage-crypto-entropy.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 ><><><><><><><><><><><><><><><><><><><><><><>[mirage-crypto.dev] synchronised (file:///src)[mirage-crypto-entropy.dev] synchronised (file:///src)[mirage-crypto-pk.dev] synchronised (file:///src)[mirage-crypto-rng.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:gmp-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 2 NEW packages are going to be installed:- gmp-devel libgmpxx4-- 2 new packages to install.-- Package download size: 353.0 KiB-- Package install size change:- | 1.1 MiB required by packages that will be installed- 1.1 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: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]- .-- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- ..- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]- .done]- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (1/2), 32.3 KiB- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (2/2), 320.7 KiB-- Checking for file conflicts: [..done]- (1/2) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [..done]- (2/2) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [..done]- Running post-transaction scripts [...done]2025-11-17 02:50.25 ---> saved as "df697f492d64867ecb67194aeea81cffb8769f0c47fd1dfc7b7af1009be87538"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 43 packages- install base v0.16.4- install base-bytes base- install cmdliner 2.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install cpuid 0.1.2- install csexp 1.5.2- install cstruct 6.2.0- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install eqaf 0.10- install fmt 0.11.0- install ipaddr 5.6.1- install logs 0.10.0- install lwt 5.9.2- install macaddr 5.6.1- install mirage-no-solo5 1 (deprecated)- install mirage-no-xen 1 (deprecated)- install mirage-runtime 4.10.3- install mirage-unix 5.0.1- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ounit 2.2.7- install ounit2 2.2.7- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install randomconv 0.2.0- install rresult 0.7.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved cpuid.0.1.2 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.10.0 (cached)-> installed mirage-no-solo5.1-> installed mirage-no-xen.1-> retrieved lwt.5.9.2 (cached)-> retrieved mirage-runtime.4.10.3 (cached)-> retrieved mirage-unix.5.0.1 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved num.1.6 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved zarith.1.14 (cached)-> installed cmdliner.2.0.0-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed fmt.0.11.0-> installed dune.3.20.2-> installed duration.0.2.1-> installed ppx_derivers.1.2.1-> installed cpuid.0.1.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed macaddr.5.6.1-> installed ocaml-compiler-libs.v0.12.4-> installed randomconv.0.2.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed ipaddr.5.6.1-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed lwt.5.9.2-> installed logs.0.10.0-> installed mirage-runtime.4.10.3-> installed base.v0.16.4-> installed mirage-unix.5.0.1-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0Done.<><> mirage-no-xen.1 installed successfully <><><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.<><> mirage-no-solo5.1 installed successfully <><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-11-17 02:51.10 ---> saved as "8232726c7cf9d6efbc8881f75b5ec033fa029333e771183d5294f13c65920af2"/src: (copy (src .) (dst /src))2025-11-17 02:51.11 ---> saved as "6cd2c6944c1419780597b1a1c57fe0a5a4add9417d3ae34cf70f13385593d846"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.mirage_crypto.objs/byte -I src/.mirage_crypto.objs/public_cmi -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ocplib-endian -no-alias-deps -opaque -open Mirage_crypto__ -o src/.mirage_crypto.objs/byte/mirage_crypto__Uncommon.cmo -c -impl src/uncommon.ml)File "src/uncommon.ml", line 59, characters 17-20:59 | go None off (len cs - off)^^^Error: Unbound value lenHint: Did you mean lenv?File "pk/dune", line 4, characters 68-80:4 | (libraries cstruct zarith mirage-crypto mirage-crypto-rng sexplib eqaf.cstruct rresult)^^^^^^^^^^^^Error: Library "eqaf.cstruct" not found.-> required by library "mirage-crypto-pk" in _build/default/pk-> required by executable test_pk_runner in tests/dune:25-> required by _build/default/tests/test_pk_runner.exe-> required by alias tests/runtest-test_pk_runner in tests/dune:25-> required by alias tests/runtest(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I rng/.mirage_crypto_rng.objs/byte -I rng/.mirage_crypto_rng.objs/public_cmi -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ocplib-endian -I src/.mirage_crypto.objs/public_cmi -no-alias-deps -opaque -open Mirage_crypto_rng__ -o rng/.mirage_crypto_rng.objs/byte/mirage_crypto_rng__Fortuna.cmo -c -impl rng/fortuna.ml)File "rng/fortuna.ml", line 99, characters 40-51:99 | let header = Cs.of_bytes [ source ; Cstruct.len data ] in^^^^^^^^^^^Error: Unbound value Cstruct.lenHint: Did you mean lenv?(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.test_common_random.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/randomconv -I rng/.mirage_crypto_rng.objs/public_cmi -I src/.mirage_crypto.objs/public_cmi -no-alias-deps -opaque -o tests/.test_common_random.objs/byte/test_common_random.cmo -c -impl tests/test_common_random.ml)File "tests/test_common_random.ml", line 2, characters 52-78:2 | let ix = Randomconv.int ~bound:(Array.length arr) Mirage_crypto_rng.generate in^^^^^^^^^^^^^^^^^^^^^^^^^^Error: This expression has type int -> Cstruct.tbut an expression was expected of type int -> stringType Cstruct.t is not compatible with type string(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.test_common.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/oUnit -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ounit2 -I /home/opam/.opam/4.14/lib/ounit2/advanced -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.mirage_crypto.objs/public_cmi -no-alias-deps -opaque -o tests/.test_common.objs/byte/test_common.cmo -c -impl tests/test_common.ml)File "tests/test_common.ml", line 9, characters 5-8:9 | if len cs <= n then [ cs ]^^^Error: Unbound value lenHint: Did you mean lenv?(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.test_entropy.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/duration -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mirage-runtime -I /home/opam/.opam/4.14/lib/mirage-runtime/functoria -I /home/opam/.opam/4.14/lib/mirage-unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I entropy/.mirage_crypto_entropy.objs/byte -I rng/.mirage_crypto_rng.objs/public_cmi -I src/.mirage_crypto.objs/public_cmi -no-alias-deps -opaque -o tests/.test_entropy.eobjs/byte/test_entropy.cmo -c -impl tests/test_entropy.ml)File "tests/test_entropy.ml", line 34, characters 2-4:34 | OS.(Main.run (with_entropy (fun () -> Time.sleep_ns 1_000L)))^^Error: Unbound module OS(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 --std=c99 -Wall -Wextra -Wpedantic -O3 -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ocplib-endian -o des_generic.o -c native/des_generic.c)native/des_generic.c:404:31: warning: argument 1 of type 'unsigned char[16]' with mismatched bound [-Warray-parameter=]404 | void mc_des2key(unsigned char hexkey[16], short mode) /* stomps on Kn3 too */| ~~~~~~~~~~~~~~^~~~~~~~~~In file included from native/des_generic.c:19:native/des_generic.h:67:24: note: previously declared as 'unsigned char *'67 | extern void mc_des2key(unsigned char *, short);| ^~~~~~~~~~~~~~~native/des_generic.c:536:31: warning: argument 1 of type 'unsigned char[24]' with mismatched bound [-Warray-parameter=]536 | void mc_des3key(unsigned char hexkey[24], short mode)| ~~~~~~~~~~~~~~^~~~~~~~~~native/des_generic.h:126:24: note: previously declared as 'unsigned char *'126 | extern void mc_des3key(unsigned char *, short);| ^~~~~~~~~~~~~~~"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-11-17 02:51.13: Job failed: Failed: Build failed