Organisationsmirageca-certs37370b (dependabot/github_actions/actions/checkout-6)debian-13-5.3_opam-2.4

debian-13-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-11-26 10:34.49: New job: test mirage/ca-certs https://github.com/mirage/ca-certs.git#refs/heads/dependabot/github_actions/actions/checkout-6 (37370b5424640be2262939b4674e646e4afe8859) (linux-x86_64:debian-13-5.3_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ca-certs.git" -b "dependabot/github_actions/actions/checkout-6" && cd "ca-certs" && git reset --hard 37370b54
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6
# debian-13-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && 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.2.1 cmdliner.2.1.0 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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.10.0 macaddr.5.6.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.4 --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


2025-11-26 10:34.49: Using cache hint "mirage/ca-certs-ocaml/opam:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6-debian-13-5.3_opam-2.4-3dd6126666cbbdcaac7da941b9775566"
2025-11-26 10:34.49: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6)
(comment debian-13-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ca-certs.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ca-certs.dev './'"))
(run (network host)
(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.2.1 cmdliner.2.1.0 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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.10.0 macaddr.5.6.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.4 --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"))
)


2025-11-26 10:34.49: Waiting for resource in pool OCluster
2025-11-26 13:03.43: Waiting for worker…
2025-11-26 13:06.06: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 37370b5 Bump actions/checkout from 4 to 6


(from ocaml/opam:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6' locally
docker.io/ocaml/opam@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6: Pulling from ocaml/opam
13cc39f8244a: Already exists
b27d53669817: Pulling fs layer
062c909e206e: Pulling fs layer
265baae72087: Pulling fs layer
b6b7b385247c: Pulling fs layer
bfb7bf5b7c6d: Pulling fs layer
b18c76fc18f2: Pulling fs layer
b6b7b385247c: Waiting
bfb7bf5b7c6d: Waiting
6bdbb37ee35f: Pulling fs layer
b18c76fc18f2: Waiting
84035aa4da2d: Pulling fs layer
6bdbb37ee35f: Waiting
0c3307e14207: Pulling fs layer
30b92d637d72: Pulling fs layer
84035aa4da2d: Waiting
0c3307e14207: Waiting
991b07583706: Pulling fs layer
30b92d637d72: Waiting
e1d7a79a1495: Pulling fs layer
6b08d63c6214: Pulling fs layer
991b07583706: Waiting
e1d7a79a1495: Waiting
4c7236344711: Pulling fs layer
6b08d63c6214: Waiting
12506f41e8b0: Pulling fs layer
4c7236344711: Waiting
12506f41e8b0: Waiting
2330d596aec1: Pulling fs layer
a48299f5ec62: Pulling fs layer
04618a577568: Pulling fs layer
8c4b002d072b: Pulling fs layer
4f4fb700ef54: Pulling fs layer
a48299f5ec62: Waiting
ff68f05e2976: Pulling fs layer
04618a577568: Waiting
2330d596aec1: Waiting
4f4fb700ef54: Waiting
d5543b560a3e: Pulling fs layer
8c4b002d072b: Waiting
ff68f05e2976: Waiting
4a9030bbb1ef: Pulling fs layer
d5543b560a3e: Waiting
c59b3bec3411: Pulling fs layer
85a7c9be9495: Pulling fs layer
dbc6bd8f2e44: Pulling fs layer
6680a5133ca2: Pulling fs layer
dbc6bd8f2e44: Waiting
4a9030bbb1ef: Waiting
c59b3bec3411: Waiting
470c0056084c: Pulling fs layer
85a7c9be9495: Waiting
6680a5133ca2: Waiting
6b9af56b67cf: Pulling fs layer
470c0056084c: Waiting
c572cde25fb3: Pulling fs layer
033b2d405acf: Pulling fs layer
663cc5b3d424: Pulling fs layer
840bbd47fded: Pulling fs layer
6b9af56b67cf: Waiting
c572cde25fb3: Waiting
fb8f644ba010: Pulling fs layer
663cc5b3d424: Waiting
66735543f230: Pulling fs layer
840bbd47fded: Waiting
7896354b8c11: Pulling fs layer
a0063722d8c2: Pulling fs layer
fb8f644ba010: Waiting
66735543f230: Waiting
7018e4a5881b: Pulling fs layer
7896354b8c11: Waiting
b2160938e13b: Pulling fs layer
7018e4a5881b: Waiting
a0063722d8c2: Waiting
6daa5a60f35e: Pulling fs layer
b2160938e13b: Waiting
e4037ec6c3f9: Pulling fs layer
6daa5a60f35e: Waiting
114ee2d9ab38: Pulling fs layer
e4037ec6c3f9: Waiting
114ee2d9ab38: Waiting
8ebe536c5e8c: Pulling fs layer
c26be000ab1e: Pulling fs layer
8ebe536c5e8c: Waiting
0c07d45505b2: Pulling fs layer
c26be000ab1e: Waiting
0c07d45505b2: Waiting
b27d53669817: Download complete
b27d53669817: Pull complete
062c909e206e: Download complete
062c909e206e: Pull complete
b6b7b385247c: Verifying Checksum
b6b7b385247c: Download complete
b18c76fc18f2: Download complete
6bdbb37ee35f: Download complete
84035aa4da2d: Verifying Checksum
84035aa4da2d: Download complete
0c3307e14207: Verifying Checksum
0c3307e14207: Download complete
30b92d637d72: Verifying Checksum
30b92d637d72: Download complete
265baae72087: Verifying Checksum
265baae72087: Download complete
e1d7a79a1495: Verifying Checksum
e1d7a79a1495: Download complete
991b07583706: Verifying Checksum
991b07583706: Download complete
265baae72087: Pull complete
b6b7b385247c: Pull complete
6b08d63c6214: Verifying Checksum
6b08d63c6214: Download complete
4c7236344711: Download complete
12506f41e8b0: Verifying Checksum
12506f41e8b0: Download complete
2330d596aec1: Verifying Checksum
2330d596aec1: Download complete
a48299f5ec62: Download complete
04618a577568: Download complete
8c4b002d072b: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
ff68f05e2976: Verifying Checksum
ff68f05e2976: Download complete
d5543b560a3e: Verifying Checksum
d5543b560a3e: Download complete
4a9030bbb1ef: Verifying Checksum
4a9030bbb1ef: Download complete
85a7c9be9495: Download complete
c59b3bec3411: Verifying Checksum
c59b3bec3411: Download complete
dbc6bd8f2e44: Verifying Checksum
dbc6bd8f2e44: Download complete
6680a5133ca2: Verifying Checksum
6680a5133ca2: Download complete
6b9af56b67cf: Download complete
470c0056084c: Verifying Checksum
470c0056084c: Download complete
c572cde25fb3: Download complete
033b2d405acf: Verifying Checksum
033b2d405acf: Download complete
663cc5b3d424: Verifying Checksum
663cc5b3d424: Download complete
fb8f644ba010: Download complete
bfb7bf5b7c6d: Verifying Checksum
bfb7bf5b7c6d: Download complete
7896354b8c11: Verifying Checksum
7896354b8c11: Download complete
a0063722d8c2: Verifying Checksum
a0063722d8c2: Download complete
7018e4a5881b: Verifying Checksum
7018e4a5881b: Download complete
b2160938e13b: Verifying Checksum
b2160938e13b: Download complete
6daa5a60f35e: Verifying Checksum
6daa5a60f35e: Download complete
e4037ec6c3f9: Verifying Checksum
e4037ec6c3f9: Download complete
66735543f230: Verifying Checksum
66735543f230: Download complete
8ebe536c5e8c: Verifying Checksum
8ebe536c5e8c: Download complete
840bbd47fded: Verifying Checksum
840bbd47fded: Download complete
c26be000ab1e: Verifying Checksum
c26be000ab1e: Download complete
0c07d45505b2: Verifying Checksum
0c07d45505b2: Download complete
bfb7bf5b7c6d: Pull complete
b18c76fc18f2: Pull complete
6bdbb37ee35f: Pull complete
84035aa4da2d: Pull complete
0c3307e14207: Pull complete
30b92d637d72: Pull complete
991b07583706: Pull complete
e1d7a79a1495: Pull complete
6b08d63c6214: Pull complete
4c7236344711: Pull complete
12506f41e8b0: Pull complete
2330d596aec1: Pull complete
a48299f5ec62: Pull complete
04618a577568: Pull complete
8c4b002d072b: Pull complete
4f4fb700ef54: Pull complete
ff68f05e2976: Pull complete
d5543b560a3e: Pull complete
4a9030bbb1ef: Pull complete
c59b3bec3411: Pull complete
85a7c9be9495: Pull complete
dbc6bd8f2e44: Pull complete
6680a5133ca2: Pull complete
470c0056084c: Pull complete
6b9af56b67cf: Pull complete
c572cde25fb3: Pull complete
033b2d405acf: Pull complete
663cc5b3d424: Pull complete
114ee2d9ab38: Verifying Checksum
114ee2d9ab38: Download complete
840bbd47fded: Pull complete
fb8f644ba010: Pull complete
66735543f230: Pull complete
7896354b8c11: Pull complete
a0063722d8c2: Pull complete
7018e4a5881b: Pull complete
b2160938e13b: Pull complete
6daa5a60f35e: Pull complete
e4037ec6c3f9: Pull complete
114ee2d9ab38: Pull complete
8ebe536c5e8c: Pull complete
c26be000ab1e: Pull complete
0c07d45505b2: Pull complete
Digest: sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6
Status: Downloaded newer image for ocaml/opam@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6
2025-11-26 13:06.06 ---> using "24536ffe669cc482fe67ba856a806adced424125ea16343cf253dd10bc1291ff" from cache


/: (comment debian-13-5.3_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-11-26 13:06.06 ---> using "85b070953158064d8c1031cfb57bfadccc63a1563d7b0714ad3f47a0710f2b6a" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-26 13:06.06 ---> using "0c0e02affae25481bcf11d176a7bcb6a7657aaad121a5f2409c4076f906c7839" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-11-26 13:06.06 ---> using "8d67d7d088dff0c6d23d1d4e2b78c1587338ecf25baf5fd8815bab9bec7b1a1d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-26 13:06.06 ---> using "a106bd6508e16533aec5a80d722ef0d27851487705de5dab8bcd428237fb193d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
21f97b2e6d..cdece73aa3  master     -> origin/master
8a324a5b99 Add: cmdliner.2.1.0 (#28962)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-11-26 13:06.06 ---> using "fc7e989764da88ccf3200f2e088eed43a683dac0963ada217cea14e7d213a459" from cache


/src: (copy (src ca-certs.opam) (dst ./))
2025-11-26 13:06.06 ---> using "811b73f2cb9a29c58139682cd292c92190acca598e22595606a7873287690d04" from cache


/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)
2025-11-26 13:06.06 ---> using "5fd7a370d38e8582e74aeeb421087d5e194d803f43d7a1b9c929992df0cc27d5" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-26 13:06.06 ---> using "507ef0ce9e45c2af0b08b41aeb0bea42020374686b927f823ca83c60bd6ddba3" from cache


/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.2.1 cmdliner.2.1.0 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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.10.0 macaddr.5.6.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.4 --depext-only -y ca-certs.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [72.1 kB]
- Fetched 9973 kB in 2s (4913 kB/s)
- 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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 ... 20653 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- 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-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-11-26 13:06.06 ---> using "30bb2e5d97c55da5f5a4da436e9db5ffb612c4ed54eff772f95c90a27a92a6dd" from cache


/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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.2.1
- install cmdliner           2.1.0
- 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.20.2
- install dune-configurator  3.20.2
- install duration           0.2.1
- install eqaf               0.10
- install fmt                0.11.0
- install fpath              0.7.3
- install gmap               0.3.0
- install ipaddr             5.6.1
- install kdf                1.0.0
- install logs               0.10.0
- install macaddr            5.6.1
- install mirage-crypto      2.0.2
- install mirage-crypto-ec   2.0.2
- install mirage-crypto-pk   2.0.2
- install mirage-crypto-rng  2.0.2
- 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.2.1  (cached)
-> retrieved cmdliner.2.1.0  (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.2.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.1, macaddr.5.6.1  (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 re.1.14.0  (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed cmdliner.2.1.0
-> 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.2.1
-> installed dune.3.20.2
-> installed duration.0.2.1
-> 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.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed ipaddr.5.6.1
-> installed digestif.1.3.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> installed mirage-crypto.2.0.2
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.0.2
-> installed mirage-crypto-pk.2.0.2
-> installed mirage-crypto-ec.2.0.2
-> installed x509.1.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-26 13:06.06 ---> using "77a36541909b6ec4c6ab08654cdf6bc39ed1231b3e9bee07628718ce5e28f3b0" from cache


/src: (copy (src .) (dst /src))
2025-11-26 13:06.06 ---> saved as "9ddd0e49d826ee514efe8ea3233cbd07a9429b320d3b849b3eb6ffe4e6c6381a"


/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 `5XZ9GSQG'.


[OK]          X509 certificate validation          0   google.com.
[OK]          X509 certificate validation          1   extended-validation....
[OK]          X509 certificate validation          2   self-signed.badssl.com.
[OK]          X509 certificate validation          3   expired.badssl.com.
[OK]          X509 certificate validation          4   untrusted-root.badss...
[OK]          X509 certificate validation          5   wrong.host.badssl.com.
[OK]          X509 certificate validation          6   incomplete-chain.bad...
[OK]          X509 certificate validation          7   sha1-intermediate.ba...
[OK]          X509 certificate validation          8   wrong.host.google.com.


Full test results in `/src/_build/default/test/_build/_tests/verification tests'.
Test Successful in 0.002s. 9 tests run.
tests.exe: [EXEC:55] ['uname' '-s']
2025-11-26 13:06.07 ---> saved as "095e69cbc20e11466c33a8ca5f2b5d612ad8a87bd8ae2608b3f9f38d4d595344"
Job succeeded
2025-11-26 13:06.07: Job succeeded