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:opensuse-16.0-4.14_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14Opam 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:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14# opensuse-16.0-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14-opensuse-16.0-4.14_opam-2.5-c6ce1f38f6f9dc2472a35e39f623c6aa"2026-05-19 17:09.09: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14)(comment opensuse-16.0-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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:00.53: Waiting for worker…2026-05-20 00:05.22: 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:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14' locallydocker.io/ocaml/opam@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14: Pulling from ocaml/opam64cfa2a65095: Pulling fs layer64e5289f2672: Pulling fs layer06b2293c2b2d: Pulling fs layer6f67cd510672: Pulling fs layer64cfa2a65095: Waitingca5b94db2a85: Pulling fs layer6f7fe61607b0: Pulling fs layer68c11975f945: Pulling fs layer06b2293c2b2d: Waiting64e5289f2672: Waitingca5b94db2a85: Waiting73479e4094ce: Pulling fs layer6f67cd510672: Waiting6f7fe61607b0: Waiting85ba5c1a649a: Pulling fs layer68c11975f945: Waiting73479e4094ce: Waiting0de12c197bfd: Pulling fs layerd81d6d6bf8fe: Pulling fs layer85ba5c1a649a: Waitingcba68ecfd415: Pulling fs layer75ffa6874156: Pulling fs layer0de12c197bfd: Waiting89e5c2d50858: Pulling fs layerd81d6d6bf8fe: Waiting5ad82053ee71: Pulling fs layercba68ecfd415: Waiting75ffa6874156: Waiting89e5c2d50858: Waiting3591b13081a2: Pulling fs layer6290e1686ebf: Pulling fs layer5ad82053ee71: Waiting3591b13081a2: Waiting4f4fb700ef54: Pulling fs layer6290e1686ebf: Waitingc5c5233ac1d1: Pulling fs layerc56fa4433fe9: Pulling fs layer8f6c2820713b: Pulling fs layer4f4fb700ef54: Waiting3a022abfacb3: Pulling fs layerc5c5233ac1d1: Waitingc56fa4433fe9: Waitinga675122fae29: Pulling fs layer8f6c2820713b: Waiting3a022abfacb3: Waitingb30eccf5ca42: Pulling fs layera675122fae29: Waiting91f92e37ea0a: Pulling fs layer1188916d9b97: Pulling fs layerb30eccf5ca42: Waiting0fe594d6cb12: Pulling fs layer91f92e37ea0a: Waitinge3ed43689f8e: Pulling fs layera107edd88c4d: Pulling fs layer0fe594d6cb12: Waiting1188916d9b97: Waiting03050e3c3ba9: Pulling fs layere3ed43689f8e: Waitinga107edd88c4d: Waiting62ad0378e68f: Pulling fs layerf4cc47b92161: Pulling fs layer03050e3c3ba9: Waiting59669c7469b2: Pulling fs layer62ad0378e68f: Waitingf4cc47b92161: Waiting040126ec3a5d: Pulling fs layer005eba58599d: Pulling fs layer59669c7469b2: Waitingdd397816a1c9: Pulling fs layerbfad8a093737: Pulling fs layer040126ec3a5d: Waitingdd397816a1c9: Waiting005eba58599d: Waiting2b8a6e20fbdb: Pulling fs layer490abc1a8ae5: Pulling fs layerbfad8a093737: Waiting2b8a6e20fbdb: Waiting0756ba04d1e9: Pulling fs layerdde9d45c445e: Pulling fs layer490abc1a8ae5: Waiting0756ba04d1e9: Waitingdde9d45c445e: Waiting64cfa2a65095: Verifying Checksum64cfa2a65095: Download complete64e5289f2672: Download complete64cfa2a65095: Pull complete64e5289f2672: Pull complete06b2293c2b2d: Verifying Checksum06b2293c2b2d: Download complete06b2293c2b2d: Pull completeca5b94db2a85: Verifying Checksumca5b94db2a85: Download complete6f7fe61607b0: Verifying Checksum6f7fe61607b0: Download complete6f67cd510672: Download complete68c11975f945: Verifying Checksum68c11975f945: Download complete73479e4094ce: Verifying Checksum73479e4094ce: Download complete85ba5c1a649a: Verifying Checksum85ba5c1a649a: Download complete0de12c197bfd: Verifying Checksum0de12c197bfd: Download completecba68ecfd415: Verifying Checksumcba68ecfd415: Download complete6f67cd510672: Pull completeca5b94db2a85: Pull complete6f7fe61607b0: Pull completed81d6d6bf8fe: Verifying Checksumd81d6d6bf8fe: Download complete75ffa6874156: Verifying Checksum75ffa6874156: Download complete89e5c2d50858: Verifying Checksum89e5c2d50858: Download complete68c11975f945: Pull complete5ad82053ee71: Verifying Checksum5ad82053ee71: Download complete73479e4094ce: Pull complete85ba5c1a649a: Pull complete6290e1686ebf: Verifying Checksum6290e1686ebf: Download complete3591b13081a2: Verifying Checksum3591b13081a2: Download complete0de12c197bfd: Pull completed81d6d6bf8fe: Pull completecba68ecfd415: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete75ffa6874156: Pull completec5c5233ac1d1: Verifying Checksumc5c5233ac1d1: Download complete89e5c2d50858: Pull complete5ad82053ee71: Pull complete3591b13081a2: Pull complete6290e1686ebf: Pull complete8f6c2820713b: Verifying Checksum8f6c2820713b: Download completec56fa4433fe9: Verifying Checksumc56fa4433fe9: Download complete3a022abfacb3: Download completea675122fae29: Verifying Checksuma675122fae29: Download completeb30eccf5ca42: Verifying Checksumb30eccf5ca42: Download complete91f92e37ea0a: Verifying Checksum91f92e37ea0a: Download complete1188916d9b97: Download completee3ed43689f8e: Download complete0fe594d6cb12: Verifying Checksum0fe594d6cb12: Download completea107edd88c4d: Verifying Checksuma107edd88c4d: Download complete4f4fb700ef54: Pull completec5c5233ac1d1: Pull completec56fa4433fe9: Pull complete8f6c2820713b: Pull complete3a022abfacb3: Pull completea675122fae29: Pull completeb30eccf5ca42: Pull complete91f92e37ea0a: Pull complete1188916d9b97: Pull complete0fe594d6cb12: Pull completee3ed43689f8e: Pull completea107edd88c4d: Pull complete03050e3c3ba9: Verifying Checksum03050e3c3ba9: Download complete03050e3c3ba9: Pull completef4cc47b92161: Verifying Checksumf4cc47b92161: Download complete040126ec3a5d: Download complete005eba58599d: Download completedd397816a1c9: Verifying Checksumdd397816a1c9: Download complete62ad0378e68f: Download completebfad8a093737: Verifying Checksumbfad8a093737: Download complete59669c7469b2: Download complete490abc1a8ae5: Verifying Checksum490abc1a8ae5: Download complete2b8a6e20fbdb: Verifying Checksum2b8a6e20fbdb: Download complete0756ba04d1e9: Verifying Checksum0756ba04d1e9: Download complete62ad0378e68f: Pull completef4cc47b92161: Pull completedde9d45c445e: Verifying Checksumdde9d45c445e: Download complete59669c7469b2: Pull complete040126ec3a5d: Pull complete005eba58599d: Pull completedd397816a1c9: Pull completebfad8a093737: Pull complete2b8a6e20fbdb: Pull complete490abc1a8ae5: Pull complete0756ba04d1e9: Pull completedde9d45c445e: Pull completeDigest: sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14Status: Downloaded newer image for ocaml/opam@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf142026-05-20 00:05.23 ---> using "ce3fab0da4cb2670067892a2d2812e9ba3f3fe3fdb654481d79ed528af2cdf61" from cache/: (comment opensuse-16.0-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-20 00:05.23 ---> using "8a49828f7aaa8e3b85f978005ff6f9dc4a8afce252e0b324923442f7ab87ac43" 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.23 ---> using "06bfb87c07a48c97822a04ec82a1e5efd01d982e63bfa1f4cf20893587433bc1" 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.[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 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-05-20 00:05.23 ---> using "b62ccc8e9213b1ea290f567f971f3dcb281be5e2c3bfdf51c79202d1c1671d6d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-20 00:05.23 ---> using "cb50ef61a85a94e907b62d8186463908d6038af2fcb60d9f4a4e27c7dc2fbf3a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-20 00:05.23 ---> using "3fce2f270b097c71765261ed160edf8557a5a01c7ea3e827e9f3a2733c7018fb" 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-repository[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patchesEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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.23 ---> using "95d10e54c6bfd0f4a58022f56fdb3f9d5fce19cd9665811872d986cdd3c6622b" from cache/src: (copy (src ca-certs.opam) (dst ./))2026-05-20 00:05.23 ---> saved as "459f8dd37a76dc3da81ebabbd52623ca314c9b7126cc845967e9ceb194d5eb4d"/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.25 ---> saved as "243e770e5aab426ac65c7d47f223852ca0998a5877ea72f12006aa23d120467f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-20 00:05.25 ---> saved as "723d7efceb55403cddab3a01a17f68b2c60d73862769559dbe53f2d5cf6697a5"/src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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/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 (expires in 30 days)- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- .- ...- ...........- .done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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]# To update the current shell environment, run: eval $(opam env)2026-05-20 00:05.51 ---> saved as "8d4d84a87766bc2b29351148edaf09863b58c37230176560a6da8e1dd8eb55aa"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 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 csexp.1.5.2 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved domain-name.0.5.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved duration.0.3.1 (cached)-> 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 ptime.1.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 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 dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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 ohex.0.2.0-> installed base64.3.5.2-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed domain-name.0.5.0-> installed duration.0.3.1-> 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.36 ---> saved as "ac8c8efd1075e19aeb19fa2d04a9116043c2e563c8f32ab12f2f2c2a8336cee6"/src: (copy (src .) (dst /src))2026-05-20 00:06.37 ---> saved as "44b83fc5a912d679a9787e9333d3444395386c7ba384a5041b7d10239d5effaa"/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 `3SRE8JXR'.[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.002s. 8 tests run.tests.exe: [EXEC:51] ['uname' '-s']2026-05-20 00:06.38 ---> saved as "365f215536f063d5d58374bb790b3f8c0cef64ca623350ee1e8b8d3b57755e45"Job succeeded2026-05-20 00:06.38: Job succeeded