Organisationsmirageca-certs37370b (dependabot/github_actions/actions/checkout-6)ubuntu-22.04-5.4_opam-2.4

ubuntu-22.04-5.4_opam-2.4

Logs

Show full 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:ubuntu-22.04-5.4_opam-2.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7
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:ubuntu-22.04-ocaml-5.4@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7
# ubuntu-22.04-5.4_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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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:ubuntu-22.04-ocaml-5.4@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7-ubuntu-22.04-5.4_opam-2.4-eaaae486bed496cb366e5feefa44848c"
2025-11-26 10:34.49: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7)
 (comment ubuntu-22.04-5.4_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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37: Waiting for worker…
2025-11-26 13:05.55: 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:ubuntu-22.04-ocaml-5.4@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7' locally
docker.io/ocaml/opam@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7: Pulling from ocaml/opam
7e49dc6156b0: Pulling fs layer
1180d732f525: Pulling fs layer
f1fa6a9d2878: Pulling fs layer
ae75ad22ad26: Pulling fs layer
214e7036e73c: Pulling fs layer
2bbef2272d4b: Pulling fs layer
b3c999630f3e: Pulling fs layer
6bd9184aea7f: Pulling fs layer
98c55879f355: Pulling fs layer
0b11eee1f39a: Pulling fs layer
ae75ad22ad26: Waiting
a79de8a2decf: Pulling fs layer
5eff59069a5d: Pulling fs layer
214e7036e73c: Waiting
a2d2e92fd71e: Pulling fs layer
b3c999630f3e: Waiting
a803c872fa17: Pulling fs layer
6bd9184aea7f: Waiting
8bf178d9ede5: Pulling fs layer
98c55879f355: Waiting
3a0c50dc5658: Pulling fs layer
5eff59069a5d: Waiting
a2d2e92fd71e: Waiting
4f4fb700ef54: Pulling fs layer
a803c872fa17: Waiting
2bbef2272d4b: Waiting
3a0c50dc5658: Waiting
a594e22c5ea3: Pulling fs layer
84a44b947611: Pulling fs layer
a594e22c5ea3: Waiting
a79de8a2decf: Waiting
0b11eee1f39a: Waiting
a2448ad56d4e: Pulling fs layer
84a44b947611: Waiting
a2448ad56d4e: Waiting
ce8fd7cb0203: Pulling fs layer
4e54ec9fedd2: Pulling fs layer
8bf178d9ede5: Waiting
4f4fb700ef54: Waiting
ce8fd7cb0203: Waiting
eae55e0ac60f: Pulling fs layer
4e54ec9fedd2: Waiting
886ea95d4fe1: Pulling fs layer
eae55e0ac60f: Waiting
8f83ad5b80cb: Pulling fs layer
886ea95d4fe1: Waiting
c1390abab8d0: Pulling fs layer
8f83ad5b80cb: Waiting
b3de6ba3d324: Pulling fs layer
8008e89d60a6: Pulling fs layer
c1390abab8d0: Waiting
b3de6ba3d324: Waiting
b134a8c86639: Pulling fs layer
896a8c1d823d: Pulling fs layer
8008e89d60a6: Waiting
b134a8c86639: Waiting
86edd63afa9d: Pulling fs layer
896a8c1d823d: Waiting
963c876663ad: Pulling fs layer
dd8c04693d5e: Pulling fs layer
910a4f3e57d9: Pulling fs layer
dd8c04693d5e: Waiting
a5fc97429cc5: Pulling fs layer
394be7fbbc0e: Pulling fs layer
910a4f3e57d9: Waiting
c6c8d9f9ca2d: Pulling fs layer
394be7fbbc0e: Waiting
4940d89a6b5c: Pulling fs layer
c6c8d9f9ca2d: Waiting
ef2187a95774: Pulling fs layer
f8c2b155a1cc: Pulling fs layer
4940d89a6b5c: Waiting
ef2187a95774: Waiting
2a24828ab6aa: Pulling fs layer
f8c2b155a1cc: Waiting
0c5dbcb3a111: Pulling fs layer
2a24828ab6aa: Waiting
a0108f1d7424: Pulling fs layer
74999efe4ed4: Pulling fs layer
0c5dbcb3a111: Waiting
a0108f1d7424: Waiting
74c0d35ff310: Pulling fs layer
74c0d35ff310: Waiting
74999efe4ed4: Waiting
1180d732f525: Download complete
f1fa6a9d2878: Verifying Checksum
f1fa6a9d2878: Download complete
214e7036e73c: Verifying Checksum
214e7036e73c: Download complete
7e49dc6156b0: Verifying Checksum
7e49dc6156b0: Download complete
b3c999630f3e: Verifying Checksum
b3c999630f3e: Download complete
6bd9184aea7f: Verifying Checksum
6bd9184aea7f: Download complete
ae75ad22ad26: Verifying Checksum
ae75ad22ad26: Download complete
98c55879f355: Download complete
0b11eee1f39a: Verifying Checksum
0b11eee1f39a: Download complete
a79de8a2decf: Verifying Checksum
a79de8a2decf: Download complete
a2d2e92fd71e: Verifying Checksum
a2d2e92fd71e: Download complete
5eff59069a5d: Verifying Checksum
5eff59069a5d: Download complete
7e49dc6156b0: Pull complete
1180d732f525: Pull complete
f1fa6a9d2878: Pull complete
a803c872fa17: Verifying Checksum
a803c872fa17: Download complete
8bf178d9ede5: Verifying Checksum
8bf178d9ede5: Download complete
3a0c50dc5658: Verifying Checksum
3a0c50dc5658: Download complete
4f4fb700ef54: Download complete
2bbef2272d4b: Verifying Checksum
2bbef2272d4b: Download complete
a594e22c5ea3: Verifying Checksum
a594e22c5ea3: Download complete
84a44b947611: Verifying Checksum
84a44b947611: Download complete
a2448ad56d4e: Verifying Checksum
a2448ad56d4e: Download complete
ce8fd7cb0203: Verifying Checksum
ce8fd7cb0203: Download complete
4e54ec9fedd2: Verifying Checksum
4e54ec9fedd2: Download complete
eae55e0ac60f: Verifying Checksum
eae55e0ac60f: Download complete
886ea95d4fe1: Download complete
8f83ad5b80cb: Download complete
c1390abab8d0: Verifying Checksum
c1390abab8d0: Download complete
b3de6ba3d324: Verifying Checksum
b3de6ba3d324: Download complete
8008e89d60a6: Verifying Checksum
8008e89d60a6: Download complete
896a8c1d823d: Verifying Checksum
896a8c1d823d: Download complete
b134a8c86639: Verifying Checksum
b134a8c86639: Download complete
86edd63afa9d: Verifying Checksum
86edd63afa9d: Download complete
963c876663ad: Download complete
910a4f3e57d9: Download complete
ae75ad22ad26: Pull complete
214e7036e73c: Pull complete
394be7fbbc0e: Download complete
c6c8d9f9ca2d: Verifying Checksum
c6c8d9f9ca2d: Download complete
4940d89a6b5c: Download complete
ef2187a95774: Verifying Checksum
ef2187a95774: Download complete
f8c2b155a1cc: Download complete
2a24828ab6aa: Verifying Checksum
2a24828ab6aa: Download complete
a5fc97429cc5: Verifying Checksum
a5fc97429cc5: Download complete
a0108f1d7424: Verifying Checksum
a0108f1d7424: Download complete
74999efe4ed4: Verifying Checksum
74999efe4ed4: Download complete
74c0d35ff310: Verifying Checksum
74c0d35ff310: Download complete
2bbef2272d4b: Pull complete
b3c999630f3e: Pull complete
6bd9184aea7f: Pull complete
98c55879f355: Pull complete
0b11eee1f39a: Pull complete
a79de8a2decf: Pull complete
5eff59069a5d: Pull complete
a2d2e92fd71e: Pull complete
a803c872fa17: Pull complete
8bf178d9ede5: Pull complete
3a0c50dc5658: Pull complete
4f4fb700ef54: Pull complete
a594e22c5ea3: Pull complete
84a44b947611: Pull complete
a2448ad56d4e: Pull complete
ce8fd7cb0203: Pull complete
4e54ec9fedd2: Pull complete
eae55e0ac60f: Pull complete
886ea95d4fe1: Pull complete
8f83ad5b80cb: Pull complete
c1390abab8d0: Pull complete
b3de6ba3d324: Pull complete
8008e89d60a6: Pull complete
b134a8c86639: Pull complete
896a8c1d823d: Pull complete
86edd63afa9d: Pull complete
963c876663ad: Pull complete
dd8c04693d5e: Verifying Checksum
dd8c04693d5e: Download complete
0c5dbcb3a111: Verifying Checksum
0c5dbcb3a111: Download complete
dd8c04693d5e: Pull complete
910a4f3e57d9: Pull complete
a5fc97429cc5: Pull complete
394be7fbbc0e: Pull complete
c6c8d9f9ca2d: Pull complete
4940d89a6b5c: Pull complete
ef2187a95774: Pull complete
f8c2b155a1cc: Pull complete
2a24828ab6aa: Pull complete
0c5dbcb3a111: Pull complete
a0108f1d7424: Pull complete
74999efe4ed4: Pull complete
74c0d35ff310: Pull complete
Digest: sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7
Status: Downloaded newer image for ocaml/opam@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7
2025-11-26 13:37.50 ---> using "ba8becb351302c48dbf7346fd914615a4ff310f4acb9f013c967434ccbe00b2f" from cache

/: (comment ubuntu-22.04-5.4_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:37.50 ---> using "6609e2c9c8d9280b1b218eaa23ad804af46285fb920357ae135a0be205622180" 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:37.50 ---> using "57f209f1d943fa329947d19b253a482eed88d594e1fcd773427f3b4fbee96ecc" from cache

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

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-26 13:37.50 ---> using "b636a30a0a0e8e531398f79a736886a3cc58624265363880296c5b7571b40035" 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
   2ec6d6cc92..cdece73aa3  master     -> origin/master
8a324a5b99 Add: cmdliner.2.1.0 (#28962)

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-11-26 13:37.50 ---> using "aa17fc4a8e7921e35b1db9f1a0295a127ce0126630cb3f22213b9fd9c2cd5bce" from cache

/src: (copy (src ca-certs.opam) (dst ./))
2025-11-26 13:37.50 ---> using "37ef7d6a6ea93741adce8f28ca9950a8430773899525c5d12bdb5ade0cf1f228" 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:37.50 ---> using "5a45432d0ddbd0a5a1b901c9787be6737bf5b2e75d88cd2a5da38c338b2045dc" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-26 13:37.50 ---> using "a42ea824b5b31e4ad4f2f399ea73835d78e363dfea7a72a9856d229dfa4d1e2c" 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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3539 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1290 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6008 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6222 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3876 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1596 kB]
- Fetched 22.9 MB in 1s (19.2 MB/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0: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 ... 15669 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../6-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../7-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../8-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...
- Setting up shared-mime-info (2.1-2) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.11) ...
2025-11-26 13:37.50 ---> using "dce19dde0bb5e051e9d77752c5a871d5da13c036dba9d40f3b8969ede866c146" 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 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 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 x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> 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 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 duration.0.2.1
-> 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:37.50 ---> using "0d4dc9ab58c2bba4ae192aed21b4500bdfda53b6502e45b49a7062bb80f59e21" from cache

/src: (copy (src .) (dst /src))
2025-11-26 13:37.50 ---> saved as "35667978bf3c5347199d0b24d80189882f201aceed415303ce3eb9060f60bb0b"

/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 `70AOHC1B'.

  [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:37.51 ---> saved as "a3d1b51735aac30ce83ae8883bf4a809f68f5c569d663648b65db5bb72ee2497"
Job succeeded
2025-11-26 13:37.51: Job succeeded