Organisationsmirageca-certsbcd289 (main)ubuntu-25.04-5.4_opam-2.5

ubuntu-25.04-5.4_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:ubuntu-25.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63
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:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63
# ubuntu-25.04-5.4_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-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 $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:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63-ubuntu-25.04-5.4_opam-2.5-0d76840f4b52a49898e06c1775e5da6e"
2026-05-19 17:09.09: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)
(comment ubuntu-25.04-5.4_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-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 OCluster
2026-05-20 00:00.37: Waiting for worker…
2026-05-20 00:05.02: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at bcd2895 changes for 1.0.3


(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63' locally
docker.io/ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63: Pulling from ocaml/opam
c62190a9ab61: Already exists
3ffa5fa4c338: Pulling fs layer
1ad98d62710f: Pulling fs layer
32b7f1733f93: Pulling fs layer
60b6d784b3f1: Pulling fs layer
5a2a6d451e1f: Pulling fs layer
6331cc613db1: Pulling fs layer
3ffa5fa4c338: Waiting
32b7f1733f93: Waiting
1ad98d62710f: Waiting
60b6d784b3f1: Waiting
cd17da539bcb: Pulling fs layer
5a2a6d451e1f: Waiting
a78785a8707a: Pulling fs layer
6331cc613db1: Waiting
017a8e839984: Pulling fs layer
a78785a8707a: Waiting
269878e77d3e: Pulling fs layer
d105ce9936af: Pulling fs layer
017a8e839984: Waiting
269878e77d3e: Waiting
6a816e31a608: Pulling fs layer
c561c5e7e836: Pulling fs layer
d105ce9936af: Waiting
2c2bead92061: Pulling fs layer
181b5e50467a: Pulling fs layer
6a816e31a608: Waiting
c561c5e7e836: Waiting
2c2bead92061: Waiting
e1747048878a: Pulling fs layer
181b5e50467a: Waiting
9964000ee5c2: Pulling fs layer
e1747048878a: Waiting
2f528d56ff17: Pulling fs layer
9964000ee5c2: Waiting
0cae2e739013: Pulling fs layer
0cae2e739013: Waiting
4f4fb700ef54: Pulling fs layer
7b56ac9ded88: Pulling fs layer
02acd4f922b8: Pulling fs layer
5820f3f0ac5b: Pulling fs layer
4f4fb700ef54: Waiting
7b56ac9ded88: Waiting
565d3d2f91e3: Pulling fs layer
02acd4f922b8: Waiting
6011b75baccf: Pulling fs layer
5820f3f0ac5b: Waiting
aa679525444d: Pulling fs layer
565d3d2f91e3: Waiting
6233cfda6bc6: Pulling fs layer
6011b75baccf: Waiting
aa679525444d: Waiting
e337c50fadae: Pulling fs layer
68480da602a2: Pulling fs layer
6233cfda6bc6: Waiting
fe8455ef7fdd: Pulling fs layer
68480da602a2: Waiting
e337c50fadae: Waiting
376ec1c1ff04: Pulling fs layer
62414c6876a0: Pulling fs layer
e13152495ead: Pulling fs layer
376ec1c1ff04: Waiting
fe8455ef7fdd: Waiting
62414c6876a0: Waiting
7237efe4b8d6: Pulling fs layer
e13152495ead: Waiting
dcb6948decd1: Pulling fs layer
9ef3e7aa87ba: Pulling fs layer
dcb6948decd1: Waiting
7237efe4b8d6: Waiting
cd0bb5382221: Pulling fs layer
9ef3e7aa87ba: Waiting
20d240a069ed: Pulling fs layer
06d7e4208a1c: Pulling fs layer
cd0bb5382221: Waiting
7a657e3645e2: Pulling fs layer
06d7e4208a1c: Waiting
20d240a069ed: Waiting
c921b91c9131: Pulling fs layer
0bf308db2801: Pulling fs layer
7a657e3645e2: Waiting
a6ce20e09802: Pulling fs layer
c921b91c9131: Waiting
5f4d332f89f7: Pulling fs layer
0bf308db2801: Waiting
a6ce20e09802: Waiting
5f4d332f89f7: Waiting
3ffa5fa4c338: Verifying Checksum
3ffa5fa4c338: Download complete
3ffa5fa4c338: Pull complete
1ad98d62710f: Download complete
1ad98d62710f: Pull complete
32b7f1733f93: Verifying Checksum
32b7f1733f93: Download complete
60b6d784b3f1: Verifying Checksum
60b6d784b3f1: Download complete
32b7f1733f93: Pull complete
60b6d784b3f1: Pull complete
5a2a6d451e1f: Verifying Checksum
5a2a6d451e1f: Download complete
6331cc613db1: Verifying Checksum
6331cc613db1: Download complete
cd17da539bcb: Verifying Checksum
cd17da539bcb: Download complete
a78785a8707a: Verifying Checksum
a78785a8707a: Download complete
017a8e839984: Download complete
d105ce9936af: Verifying Checksum
269878e77d3e: Verifying Checksum
269878e77d3e: Download complete
c561c5e7e836: Download complete
6a816e31a608: Verifying Checksum
6a816e31a608: Download complete
2c2bead92061: Download complete
181b5e50467a: Download complete
e1747048878a: Verifying Checksum
e1747048878a: Download complete
9964000ee5c2: Verifying Checksum
9964000ee5c2: Download complete
2f528d56ff17: Verifying Checksum
2f528d56ff17: Download complete
0cae2e739013: Download complete
4f4fb700ef54: Verifying Checksum
7b56ac9ded88: Verifying Checksum
7b56ac9ded88: Download complete
02acd4f922b8: Verifying Checksum
02acd4f922b8: Download complete
5820f3f0ac5b: Verifying Checksum
5820f3f0ac5b: Download complete
565d3d2f91e3: Verifying Checksum
565d3d2f91e3: Download complete
6011b75baccf: Verifying Checksum
6011b75baccf: Download complete
aa679525444d: Download complete
6233cfda6bc6: Verifying Checksum
6233cfda6bc6: Download complete
e337c50fadae: Download complete
68480da602a2: Download complete
fe8455ef7fdd: Download complete
376ec1c1ff04: Download complete
62414c6876a0: Download complete
7237efe4b8d6: Download complete
9ef3e7aa87ba: Download complete
cd0bb5382221: Verifying Checksum
cd0bb5382221: Download complete
20d240a069ed: Download complete
dcb6948decd1: Verifying Checksum
dcb6948decd1: Download complete
06d7e4208a1c: Verifying Checksum
06d7e4208a1c: Download complete
7a657e3645e2: Verifying Checksum
7a657e3645e2: Download complete
0bf308db2801: Download complete
a6ce20e09802: Download complete
5f4d332f89f7: Download complete
c921b91c9131: Verifying Checksum
c921b91c9131: Download complete
5a2a6d451e1f: Pull complete
6331cc613db1: Pull complete
cd17da539bcb: Pull complete
a78785a8707a: Pull complete
017a8e839984: Pull complete
269878e77d3e: Pull complete
d105ce9936af: Pull complete
6a816e31a608: Pull complete
c561c5e7e836: Pull complete
2c2bead92061: Pull complete
181b5e50467a: Pull complete
e1747048878a: Pull complete
9964000ee5c2: Pull complete
2f528d56ff17: Pull complete
0cae2e739013: Pull complete
4f4fb700ef54: Pull complete
7b56ac9ded88: Pull complete
02acd4f922b8: Pull complete
5820f3f0ac5b: Pull complete
565d3d2f91e3: Pull complete
6011b75baccf: Pull complete
aa679525444d: Pull complete
6233cfda6bc6: Pull complete
e337c50fadae: Pull complete
68480da602a2: Pull complete
fe8455ef7fdd: Pull complete
376ec1c1ff04: Pull complete
62414c6876a0: Pull complete
e13152495ead: Verifying Checksum
e13152495ead: Download complete
e13152495ead: Pull complete
7237efe4b8d6: Pull complete
dcb6948decd1: Pull complete
9ef3e7aa87ba: Pull complete
cd0bb5382221: Pull complete
20d240a069ed: Pull complete
06d7e4208a1c: Pull complete
7a657e3645e2: Pull complete
c921b91c9131: Pull complete
0bf308db2801: Pull complete
a6ce20e09802: Pull complete
5f4d332f89f7: Pull complete
Digest: sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63
Status: Downloaded newer image for ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63
2026-05-20 00:05.03 ---> using "e46652951934a813efb0d6f84cbda4f6fef1559a7ac3cd152c83e05942bad382" from cache


/: (comment ubuntu-25.04-5.4_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.03 ---> using "0156715f7bd075dc9bbd163fb816953345512b408fb350e6bc0fcf12ee05587e" 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.03 ---> using "5b05b9df5eddf50f79206ef51bb995cd6ee0421f4c9094dbff519358a4925909" 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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-05-20 00:05.03 ---> using "5c58ef57c794b9c46a2f5019aa52d7c5ccc1fd4cd94aea49f0f63dc1c6891948" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-05-20 00:05.03 ---> using "8bd99efc9cf5249bcd8fb84130006903efb57ab9380aec3eb4fecccefc3d64d0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-20 00:05.03 ---> using "2a292cb70afbf47f5fe114559dedb62df1072afed5d1e43075e97999a645e5c5" 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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
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.03 ---> using "308aebe2d13a0c022354cd8156f66f86a8e548d29c8b2a6049f38beb4ebc12e5" from cache


/src: (copy (src ca-certs.opam) (dst ./))
2026-05-20 00:05.03 ---> saved as "5504d042ed749a301498b374927d9226578440987c5083a3e0bd95393306f58c"


/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.06 ---> saved as "baecb6609977e08b413e7a5b985eb688d76ad137771d4ca774377c29f8c77e9a"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-20 00:05.07 ---> saved as "511d0dbea6e509414a51f9a1e759cdbaae6103600e4d4240aa2a3a08fb10f428"


/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/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 


<><> 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:
libgmp-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16533 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
# To update the current shell environment, run: eval $(opam env)
2026-05-20 00:05.30 ---> saved as "ff492aa0ca26a0ab7cba6d0cfac51332115ed67e5501cb0f65262ddad0c8b179"


/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)
-> 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 dune.3.23.1, dune-configurator.3.23.1  (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 logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.3.0
-> installed dune.3.23.1
-> installed duration.0.3.1
-> installed ohex.0.2.0
-> installed gmap.0.3.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.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 alcotest.1.9.1
-> installed dune-configurator.3.23.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:07.22 ---> saved as "904c642cc99d86bae2019f240f480afc4117c1c36f07097693fb111fec379c1b"


/src: (copy (src .) (dst /src))
2026-05-20 00:07.23 ---> saved as "6935e595f513f44242485d42fa38d2a3ef44a8089a72f1f70797ea7a90d7bfd1"


/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 `1JD2W4LD'.


[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.003s. 8 tests run.
tests.exe: [EXEC:60] ['uname' '-s']
2026-05-20 00:07.24 ---> saved as "42b9edf504025b9925339043ef2aa6da3fc8b3ee5f473f265618c9607f3788af"
Job succeeded
2026-05-20 00:07.24: Job succeeded