2026-05-19 17:09.09: New job: test mirage/ca-certs https://github.com/mirage/ca-certs.git#refs/heads/main (bcd28952328bbbe32bd68ee9d0e9fa19b6e2166b) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ca-certs.git" -b "main" && cd "ca-certs" && git reset --hard bcd28952cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71b# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 ca-certs.opam ./RUN opam pin add -yn ca-certs.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.3.0 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ca-certs.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-19 17:09.09: Using cache hint "mirage/ca-certs-ocaml/opam:fedora-42-ocaml-5.4@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71b-fedora-42-5.4_opam-2.5-0d76840f4b52a49898e06c1775e5da6e"2026-05-19 17:09.09: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71b)(comment fedora-42-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src ca-certs.opam) (dst ./))(run (network host)(shell "opam pin add -yn ca-certs.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.3.0 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ca-certs.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-05-19 17:09.09: Waiting for resource in pool OCluster2026-05-20 00:01.02: Waiting for worker…2026-05-20 00:05.31: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at bcd2895 changes for 1.0.3(from ocaml/opam:fedora-42-ocaml-5.4@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71b)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71b' locallydocker.io/ocaml/opam@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71b: Pulling from ocaml/opamaccf5bbc0c67: Pulling fs layer416e4a8866bb: Pulling fs layer09b2fb3c52f4: Pulling fs layer7d4fe74f60d8: Pulling fs layeraccf5bbc0c67: Waiting416e4a8866bb: Waiting09b2fb3c52f4: Waitingbbcb95d43ae8: Pulling fs layer98c9e9bc3c3f: Pulling fs layer59aec800fed7: Pulling fs layerbbcb95d43ae8: Waiting98c9e9bc3c3f: Waiting34843ed0e584: Pulling fs layer424f865e9d0e: Pulling fs layer59aec800fed7: Waiting5594cf317ecb: Pulling fs layer34843ed0e584: Waiting424f865e9d0e: Waiting7d9cba6e4af6: Pulling fs layerf8e47f2173a6: Pulling fs layercde03adba68d: Pulling fs layer5594cf317ecb: Waitingd670f2c79209: Pulling fs layer7d9cba6e4af6: Waitingf8e47f2173a6: Waiting2c9204fad5a4: Pulling fs layerd670f2c79209: Waitingcde03adba68d: Waitinge6729152ebda: Pulling fs layer2c9204fad5a4: Waiting38838b679ce8: Pulling fs layere81ed02324ae: Pulling fs layer416e5bed9209: Pulling fs layer38838b679ce8: Waitinge6729152ebda: Waitinge81ed02324ae: Waiting4f4fb700ef54: Pulling fs layer416e5bed9209: Waitingd97d403a554d: Pulling fs layer120f1228e350: Pulling fs layer4f4fb700ef54: Waiting5818b24e8ca2: Pulling fs layerd97d403a554d: Waitingbf4e4b4c0901: Pulling fs layer120f1228e350: Waitingb31f5381f4f1: Pulling fs layer5818b24e8ca2: Waitingbf4e4b4c0901: Waiting4445c4223195: Pulling fs layerb31f5381f4f1: Waitinga1a8982696e1: Pulling fs layer7ab4ccef3cde: Pulling fs layer4445c4223195: Waitinga1a8982696e1: Waiting8a8a38b5d8d7: Pulling fs layer7ab4ccef3cde: Waiting19f2332bf3a3: Pulling fs layer8a8a38b5d8d7: Waitinga1f0867da660: Pulling fs layera604f4114989: Pulling fs layer19f2332bf3a3: Waiting0431c6a3c3aa: Pulling fs layera1f0867da660: Waiting2f9c41c76f50: Pulling fs layera604f4114989: Waiting0431c6a3c3aa: Waiting4d578c8862a7: Pulling fs layer2f9c41c76f50: Waiting93d66e8d0313: Pulling fs layer40c5fc96fee2: Pulling fs layer4d578c8862a7: Waiting93d66e8d0313: Waitingd4da36e2ce4b: Pulling fs layerbebce6e9f579: Pulling fs layer19a5d7c96867: Pulling fs layer80f11faf4407: Pulling fs layer40c5fc96fee2: Waitingae1f53d7be56: Pulling fs layer19a5d7c96867: Waitingbebce6e9f579: Waitingd4da36e2ce4b: Waitingae1f53d7be56: Waiting7ee912c6ade2: Pulling fs layer80f11faf4407: Waitingaccf5bbc0c67: Verifying Checksumaccf5bbc0c67: Download complete416e4a8866bb: Verifying Checksum416e4a8866bb: Download completeaccf5bbc0c67: Pull complete416e4a8866bb: Pull complete09b2fb3c52f4: Verifying Checksum09b2fb3c52f4: Download complete09b2fb3c52f4: Pull completebbcb95d43ae8: Verifying Checksumbbcb95d43ae8: Download complete98c9e9bc3c3f: Verifying Checksum98c9e9bc3c3f: Download complete59aec800fed7: Verifying Checksum59aec800fed7: Download complete7d4fe74f60d8: Verifying Checksum7d4fe74f60d8: Download complete34843ed0e584: Verifying Checksum34843ed0e584: Download complete424f865e9d0e: Verifying Checksum424f865e9d0e: Download complete5594cf317ecb: Verifying Checksum5594cf317ecb: Download complete7d9cba6e4af6: Verifying Checksum7d9cba6e4af6: Download completef8e47f2173a6: Download completed670f2c79209: Verifying Checksumd670f2c79209: Download completecde03adba68d: Verifying Checksumcde03adba68d: Download completee6729152ebda: Download complete2c9204fad5a4: Download complete38838b679ce8: Verifying Checksum38838b679ce8: Download complete7d4fe74f60d8: Pull completebbcb95d43ae8: Pull complete98c9e9bc3c3f: Pull complete59aec800fed7: Pull complete34843ed0e584: Pull complete424f865e9d0e: Pull complete5594cf317ecb: Pull complete7d9cba6e4af6: Pull completef8e47f2173a6: Pull completecde03adba68d: Pull completed670f2c79209: Pull complete2c9204fad5a4: Pull completee6729152ebda: Pull complete38838b679ce8: Pull complete416e5bed9209: Download completee81ed02324ae: Verifying Checksume81ed02324ae: Download complete4f4fb700ef54: Download completee81ed02324ae: Pull complete416e5bed9209: Pull complete4f4fb700ef54: Pull complete5818b24e8ca2: Download complete120f1228e350: Download completed97d403a554d: Verifying Checksumd97d403a554d: Pull complete120f1228e350: Pull complete5818b24e8ca2: Pull complete4445c4223195: Verifying Checksum4445c4223195: Download completeb31f5381f4f1: Verifying Checksumbf4e4b4c0901: Verifying Checksumbf4e4b4c0901: Download completeb31f5381f4f1: Download completebf4e4b4c0901: Pull completeb31f5381f4f1: Pull complete4445c4223195: Pull complete8a8a38b5d8d7: Download completea1a8982696e1: Verifying Checksuma1a8982696e1: Download completea1a8982696e1: Pull complete7ab4ccef3cde: Verifying Checksum7ab4ccef3cde: Download complete7ab4ccef3cde: Pull complete8a8a38b5d8d7: Pull complete19f2332bf3a3: Verifying Checksum19f2332bf3a3: Download complete19f2332bf3a3: Pull completea1f0867da660: Verifying Checksuma1f0867da660: Download completea1f0867da660: Pull completea604f4114989: Verifying Checksuma604f4114989: Download completea604f4114989: Pull complete2f9c41c76f50: Verifying Checksum2f9c41c76f50: Download complete93d66e8d0313: Verifying Checksum93d66e8d0313: Download complete40c5fc96fee2: Verifying Checksum40c5fc96fee2: Download completed4da36e2ce4b: Verifying Checksumd4da36e2ce4b: Download completebebce6e9f579: Verifying Checksumbebce6e9f579: Download complete19a5d7c96867: Verifying Checksum19a5d7c96867: Download complete80f11faf4407: Verifying Checksum80f11faf4407: Download completeae1f53d7be56: Verifying Checksumae1f53d7be56: Download complete7ee912c6ade2: Download complete4d578c8862a7: Verifying Checksum4d578c8862a7: Download complete0431c6a3c3aa: Verifying Checksum0431c6a3c3aa: Download complete0431c6a3c3aa: Pull complete2f9c41c76f50: Pull complete4d578c8862a7: Pull complete93d66e8d0313: Pull complete40c5fc96fee2: Pull completed4da36e2ce4b: Pull completebebce6e9f579: Pull complete19a5d7c96867: Pull complete80f11faf4407: Pull completeae1f53d7be56: Pull complete7ee912c6ade2: Pull completeDigest: sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71bStatus: Downloaded newer image for ocaml/opam@sha256:63ba0e0aa7f2167688d6b2f12c5bbd966189f1213ee375b4318e322e1931e71b2026-05-20 00:05.32 ---> using "ba790be675398020330de2a054b76913bc3a727e5c23338e2b2ccfbdea979e54" from cache/: (comment fedora-42-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 13.1 KiB/s | 18.2 KiB | 00m01sFedora 42 - x86_64 100% | 17.2 KiB/s | 19.2 KiB | 00m01sFedora 42 openh264 (From Cisco) - x86_ 100% | 1.2 KiB/s | 986.0 B | 00m01sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-05-20 00:05.32 ---> using "5eb77c1b822417d504fcbbd84812183da3577926875be2ea4097881ac1201247" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-20 00:05.32 ---> using "80e33e444d990d46b8e81d542128296febc0edf92f307e377856c05ed7342837" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..df6ab556b4 master -> origin/masterdf6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.12026-05-20 00:05.32 ---> using "ab25089e5c9b2c6f58747d0c20a12ea0ba5967ddb13da9106b67e9f09d17e50c" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-20 00:05.32 ---> using "310bc9eb836a16f7cfae673284ced5d721c90f20f1067df1a3f988dd7aa22aa3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-20 00:05.32 ---> using "7c6e3ab2829bb2e3d4440c2ad6fa731181b736634ee139f8780e259977a09bec" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-20 00:05.32 ---> using "9fbceebdaf60d539976455825d23431b73127f834bc9c5a7860616b66bf14f18" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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)2026-05-20 00:05.32 ---> using "b6e5f3a5aca1e2499518aa6a9e0e597feacd9b41b3299afca29e3c7f047672dc" from cache/src: (copy (src ca-certs.opam) (dst ./))2026-05-20 00:05.32 ---> saved as "a6acbb1f2960f7879d6647339ace839c999c8902f88f2399c86b17d05be28d01"/src: (run (network host)(shell "opam pin add -yn ca-certs.dev './'"))[ca-certs.dev] synchronised (file:///src)ca-certs is now pinned to file:///src (version dev)2026-05-20 00:05.34 ---> saved as "94db40c8ad6907c6a3311e579efa0f5d658d487511a15c3d9f695c94b48a5cc1"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-20 00:05.34 ---> saved as "4ce1463dfd675d8da761851bf5e434aad729b585364e1acecbd4ab807657bf5f"/src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.3.0 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ca-certs.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 42 - x86_64 - Updates 100% | 129.2 KiB/s | 18.7 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ca-certs.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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:gmp-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB- Installing dependencies:- gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB-- Transaction Summary:- Installing: 2 packages-- Total size of inbound packages is 193 KiB. Need to download 193 KiB.- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).- [1/2] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 770.6 KiB/s | 18.5 KiB | 00m00s- [2/2] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 3.0 MiB/s | 174.4 KiB | 00m00s- --------------------------------------------------------------------------------- [2/2] Total 100% | 940.9 KiB/s | 192.9 KiB | 00m00s- Running transaction- [1/4] Verify package files 100% | 2.0 KiB/s | 2.0 B | 00m00s- [2/4] Prepare transaction 100% | 54.0 B/s | 2.0 B | 00m00s- [3/4] Installing gmp-c++-1:6.3.0-4.fc42 100% | 13.9 MiB/s | 28.5 KiB | 00m00s- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% | 8.0 MiB/s | 354.1 KiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"- gmp-devel-6.3.0-4.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-05-20 00:05.45 ---> saved as "0bdf420096e327f3eb6fbd76e1e1a5b14046d2990a54680c4b6dbd0241611596"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 39 packages- install alcotest 1.9.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base64 3.5.2- install bos 0.3.0- install cmdliner 2.1.1- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install csexp 1.5.2- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.23.1- install dune-configurator 3.23.1- install duration 0.3.1- install eqaf 0.10- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install ipaddr 5.6.2- install kdf 1.0.0- install logs 0.10.0- install macaddr 5.6.2- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ohex 0.2.0- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.3.1 (cached)-> installed conf-gmp-powm-sec.4-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved zarith.1.14 (cached)-> retrieved x509.1.0.6 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.10.0-> installed bos.0.3.0-> installed dune.3.23.1-> installed gmap.0.3.0-> installed duration.0.3.1-> installed ohex.0.2.0-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed base64.3.5.2-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed macaddr.5.6.2-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ipaddr.5.6.2-> installed digestif.1.3.0-> installed dune-configurator.3.23.1-> installed alcotest.1.9.1-> installed mirage-crypto.2.1.0-> installed kdf.1.0.0-> installed mirage-crypto-rng.2.1.0-> installed mirage-crypto-pk.2.1.0-> installed mirage-crypto-ec.2.1.0-> installed x509.1.0.6Done.# To update the current shell environment, run: eval $(opam env)2026-05-20 00:06.32 ---> saved as "a4fd3de6bd414e8a6c72c6c698d753db3cb0f85124e163e8d66ad53e938d26dc"/src: (copy (src .) (dst /src))2026-05-20 00:06.32 ---> saved as "dce2fcb76581fbdf796d518d0da54201effe94558fe53f5f402cd461e06e85da"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./tests.exe)Testing `verification tests'.This run has ID `6B0ETILI'.[OK] X509 certificate validation 0 google.com.[OK] X509 certificate validation 1 self-signed.badssl.com.[OK] X509 certificate validation 2 expired.badssl.com.[OK] X509 certificate validation 3 untrusted-root.badss...[OK] X509 certificate validation 4 wrong.host.badssl.com.[OK] X509 certificate validation 5 incomplete-chain.bad...[OK] X509 certificate validation 6 sha1-intermediate.ba...[OK] X509 certificate validation 7 wrong.host.google.com.Full test results in `/src/_build/default/test/_build/_tests/verification tests'.Test Successful in 0.001s. 8 tests run.tests.exe: [EXEC:72] ['uname' '-s']2026-05-20 00:06.34 ---> saved as "17cda0d3be26f3af437b8db584a9db0224d4d7265055a0cb4cd060dde51e6971"Job succeeded2026-05-20 00:06.34: Job succeeded