Organisationsmirageca-certsbcd289 (main)opensuse-16.0-4.14_opam-2.5

opensuse-16.0-4.14_opam-2.5

Link Copied
Code Copied

Logs

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:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ca-certs.git" -b "main" && cd "ca-certs" && git reset --hard bcd28952
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
# opensuse-16.0-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-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 OCluster
2026-05-20 00:00.53: Waiting for worker…
2026-05-20 00:05.22: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD 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' locally
docker.io/ocaml/opam@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14: Pulling from ocaml/opam
64cfa2a65095: Pulling fs layer
64e5289f2672: Pulling fs layer
06b2293c2b2d: Pulling fs layer
6f67cd510672: Pulling fs layer
64cfa2a65095: Waiting
ca5b94db2a85: Pulling fs layer
6f7fe61607b0: Pulling fs layer
68c11975f945: Pulling fs layer
06b2293c2b2d: Waiting
64e5289f2672: Waiting
ca5b94db2a85: Waiting
73479e4094ce: Pulling fs layer
6f67cd510672: Waiting
6f7fe61607b0: Waiting
85ba5c1a649a: Pulling fs layer
68c11975f945: Waiting
73479e4094ce: Waiting
0de12c197bfd: Pulling fs layer
d81d6d6bf8fe: Pulling fs layer
85ba5c1a649a: Waiting
cba68ecfd415: Pulling fs layer
75ffa6874156: Pulling fs layer
0de12c197bfd: Waiting
89e5c2d50858: Pulling fs layer
d81d6d6bf8fe: Waiting
5ad82053ee71: Pulling fs layer
cba68ecfd415: Waiting
75ffa6874156: Waiting
89e5c2d50858: Waiting
3591b13081a2: Pulling fs layer
6290e1686ebf: Pulling fs layer
5ad82053ee71: Waiting
3591b13081a2: Waiting
4f4fb700ef54: Pulling fs layer
6290e1686ebf: Waiting
c5c5233ac1d1: Pulling fs layer
c56fa4433fe9: Pulling fs layer
8f6c2820713b: Pulling fs layer
4f4fb700ef54: Waiting
3a022abfacb3: Pulling fs layer
c5c5233ac1d1: Waiting
c56fa4433fe9: Waiting
a675122fae29: Pulling fs layer
8f6c2820713b: Waiting
3a022abfacb3: Waiting
b30eccf5ca42: Pulling fs layer
a675122fae29: Waiting
91f92e37ea0a: Pulling fs layer
1188916d9b97: Pulling fs layer
b30eccf5ca42: Waiting
0fe594d6cb12: Pulling fs layer
91f92e37ea0a: Waiting
e3ed43689f8e: Pulling fs layer
a107edd88c4d: Pulling fs layer
0fe594d6cb12: Waiting
1188916d9b97: Waiting
03050e3c3ba9: Pulling fs layer
e3ed43689f8e: Waiting
a107edd88c4d: Waiting
62ad0378e68f: Pulling fs layer
f4cc47b92161: Pulling fs layer
03050e3c3ba9: Waiting
59669c7469b2: Pulling fs layer
62ad0378e68f: Waiting
f4cc47b92161: Waiting
040126ec3a5d: Pulling fs layer
005eba58599d: Pulling fs layer
59669c7469b2: Waiting
dd397816a1c9: Pulling fs layer
bfad8a093737: Pulling fs layer
040126ec3a5d: Waiting
dd397816a1c9: Waiting
005eba58599d: Waiting
2b8a6e20fbdb: Pulling fs layer
490abc1a8ae5: Pulling fs layer
bfad8a093737: Waiting
2b8a6e20fbdb: Waiting
0756ba04d1e9: Pulling fs layer
dde9d45c445e: Pulling fs layer
490abc1a8ae5: Waiting
0756ba04d1e9: Waiting
dde9d45c445e: Waiting
64cfa2a65095: Verifying Checksum
64cfa2a65095: Download complete
64e5289f2672: Download complete
64cfa2a65095: Pull complete
64e5289f2672: Pull complete
06b2293c2b2d: Verifying Checksum
06b2293c2b2d: Download complete
06b2293c2b2d: Pull complete
ca5b94db2a85: Verifying Checksum
ca5b94db2a85: Download complete
6f7fe61607b0: Verifying Checksum
6f7fe61607b0: Download complete
6f67cd510672: Download complete
68c11975f945: Verifying Checksum
68c11975f945: Download complete
73479e4094ce: Verifying Checksum
73479e4094ce: Download complete
85ba5c1a649a: Verifying Checksum
85ba5c1a649a: Download complete
0de12c197bfd: Verifying Checksum
0de12c197bfd: Download complete
cba68ecfd415: Verifying Checksum
cba68ecfd415: Download complete
6f67cd510672: Pull complete
ca5b94db2a85: Pull complete
6f7fe61607b0: Pull complete
d81d6d6bf8fe: Verifying Checksum
d81d6d6bf8fe: Download complete
75ffa6874156: Verifying Checksum
75ffa6874156: Download complete
89e5c2d50858: Verifying Checksum
89e5c2d50858: Download complete
68c11975f945: Pull complete
5ad82053ee71: Verifying Checksum
5ad82053ee71: Download complete
73479e4094ce: Pull complete
85ba5c1a649a: Pull complete
6290e1686ebf: Verifying Checksum
6290e1686ebf: Download complete
3591b13081a2: Verifying Checksum
3591b13081a2: Download complete
0de12c197bfd: Pull complete
d81d6d6bf8fe: Pull complete
cba68ecfd415: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
75ffa6874156: Pull complete
c5c5233ac1d1: Verifying Checksum
c5c5233ac1d1: Download complete
89e5c2d50858: Pull complete
5ad82053ee71: Pull complete
3591b13081a2: Pull complete
6290e1686ebf: Pull complete
8f6c2820713b: Verifying Checksum
8f6c2820713b: Download complete
c56fa4433fe9: Verifying Checksum
c56fa4433fe9: Download complete
3a022abfacb3: Download complete
a675122fae29: Verifying Checksum
a675122fae29: Download complete
b30eccf5ca42: Verifying Checksum
b30eccf5ca42: Download complete
91f92e37ea0a: Verifying Checksum
91f92e37ea0a: Download complete
1188916d9b97: Download complete
e3ed43689f8e: Download complete
0fe594d6cb12: Verifying Checksum
0fe594d6cb12: Download complete
a107edd88c4d: Verifying Checksum
a107edd88c4d: Download complete
4f4fb700ef54: Pull complete
c5c5233ac1d1: Pull complete
c56fa4433fe9: Pull complete
8f6c2820713b: Pull complete
3a022abfacb3: Pull complete
a675122fae29: Pull complete
b30eccf5ca42: Pull complete
91f92e37ea0a: Pull complete
1188916d9b97: Pull complete
0fe594d6cb12: Pull complete
e3ed43689f8e: Pull complete
a107edd88c4d: Pull complete
03050e3c3ba9: Verifying Checksum
03050e3c3ba9: Download complete
03050e3c3ba9: Pull complete
f4cc47b92161: Verifying Checksum
f4cc47b92161: Download complete
040126ec3a5d: Download complete
005eba58599d: Download complete
dd397816a1c9: Verifying Checksum
dd397816a1c9: Download complete
62ad0378e68f: Download complete
bfad8a093737: Verifying Checksum
bfad8a093737: Download complete
59669c7469b2: Download complete
490abc1a8ae5: Verifying Checksum
490abc1a8ae5: Download complete
2b8a6e20fbdb: Verifying Checksum
2b8a6e20fbdb: Download complete
0756ba04d1e9: Verifying Checksum
0756ba04d1e9: Download complete
62ad0378e68f: Pull complete
f4cc47b92161: Pull complete
dde9d45c445e: Verifying Checksum
dde9d45c445e: Download complete
59669c7469b2: Pull complete
040126ec3a5d: Pull complete
005eba58599d: Pull complete
dd397816a1c9: Pull complete
bfad8a093737: Pull complete
2b8a6e20fbdb: Pull complete
490abc1a8ae5: Pull complete
0756ba04d1e9: Pull complete
dde9d45c445e: Pull complete
Digest: sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
Status: Downloaded newer image for ocaml/opam@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
2026-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_HEAD
fc08333d1b..df6ab556b4  master     -> origin/master
df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1
2026-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 --global
Continue? [Y/n] y
Format 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-repository
2026-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-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-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#patches


Everything 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.3
However, 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.6
Done.
# 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 succeeded
2026-05-20 00:06.38: Job succeeded