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:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7Opam project buildTo 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 37370b54cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7# ubuntu-22.04-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --chown=1000:1000 ca-certs.opam ./RUN opam pin add -yn ca-certs.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-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 OCluster2025-11-26 13:03.37: Waiting for worker…2025-11-26 13:05.55: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7: Pulling from ocaml/opam7e49dc6156b0: Pulling fs layer1180d732f525: Pulling fs layerf1fa6a9d2878: Pulling fs layerae75ad22ad26: Pulling fs layer214e7036e73c: Pulling fs layer2bbef2272d4b: Pulling fs layerb3c999630f3e: Pulling fs layer6bd9184aea7f: Pulling fs layer98c55879f355: Pulling fs layer0b11eee1f39a: Pulling fs layerae75ad22ad26: Waitinga79de8a2decf: Pulling fs layer5eff59069a5d: Pulling fs layer214e7036e73c: Waitinga2d2e92fd71e: Pulling fs layerb3c999630f3e: Waitinga803c872fa17: Pulling fs layer6bd9184aea7f: Waiting8bf178d9ede5: Pulling fs layer98c55879f355: Waiting3a0c50dc5658: Pulling fs layer5eff59069a5d: Waitinga2d2e92fd71e: Waiting4f4fb700ef54: Pulling fs layera803c872fa17: Waiting2bbef2272d4b: Waiting3a0c50dc5658: Waitinga594e22c5ea3: Pulling fs layer84a44b947611: Pulling fs layera594e22c5ea3: Waitinga79de8a2decf: Waiting0b11eee1f39a: Waitinga2448ad56d4e: Pulling fs layer84a44b947611: Waitinga2448ad56d4e: Waitingce8fd7cb0203: Pulling fs layer4e54ec9fedd2: Pulling fs layer8bf178d9ede5: Waiting4f4fb700ef54: Waitingce8fd7cb0203: Waitingeae55e0ac60f: Pulling fs layer4e54ec9fedd2: Waiting886ea95d4fe1: Pulling fs layereae55e0ac60f: Waiting8f83ad5b80cb: Pulling fs layer886ea95d4fe1: Waitingc1390abab8d0: Pulling fs layer8f83ad5b80cb: Waitingb3de6ba3d324: Pulling fs layer8008e89d60a6: Pulling fs layerc1390abab8d0: Waitingb3de6ba3d324: Waitingb134a8c86639: Pulling fs layer896a8c1d823d: Pulling fs layer8008e89d60a6: Waitingb134a8c86639: Waiting86edd63afa9d: Pulling fs layer896a8c1d823d: Waiting963c876663ad: Pulling fs layerdd8c04693d5e: Pulling fs layer910a4f3e57d9: Pulling fs layerdd8c04693d5e: Waitinga5fc97429cc5: Pulling fs layer394be7fbbc0e: Pulling fs layer910a4f3e57d9: Waitingc6c8d9f9ca2d: Pulling fs layer394be7fbbc0e: Waiting4940d89a6b5c: Pulling fs layerc6c8d9f9ca2d: Waitingef2187a95774: Pulling fs layerf8c2b155a1cc: Pulling fs layer4940d89a6b5c: Waitingef2187a95774: Waiting2a24828ab6aa: Pulling fs layerf8c2b155a1cc: Waiting0c5dbcb3a111: Pulling fs layer2a24828ab6aa: Waitinga0108f1d7424: Pulling fs layer74999efe4ed4: Pulling fs layer0c5dbcb3a111: Waitinga0108f1d7424: Waiting74c0d35ff310: Pulling fs layer74c0d35ff310: Waiting74999efe4ed4: Waiting1180d732f525: Download completef1fa6a9d2878: Verifying Checksumf1fa6a9d2878: Download complete214e7036e73c: Verifying Checksum214e7036e73c: Download complete7e49dc6156b0: Verifying Checksum7e49dc6156b0: Download completeb3c999630f3e: Verifying Checksumb3c999630f3e: Download complete6bd9184aea7f: Verifying Checksum6bd9184aea7f: Download completeae75ad22ad26: Verifying Checksumae75ad22ad26: Download complete98c55879f355: Download complete0b11eee1f39a: Verifying Checksum0b11eee1f39a: Download completea79de8a2decf: Verifying Checksuma79de8a2decf: Download completea2d2e92fd71e: Verifying Checksuma2d2e92fd71e: Download complete5eff59069a5d: Verifying Checksum5eff59069a5d: Download complete7e49dc6156b0: Pull complete1180d732f525: Pull completef1fa6a9d2878: Pull completea803c872fa17: Verifying Checksuma803c872fa17: Download complete8bf178d9ede5: Verifying Checksum8bf178d9ede5: Download complete3a0c50dc5658: Verifying Checksum3a0c50dc5658: Download complete4f4fb700ef54: Download complete2bbef2272d4b: Verifying Checksum2bbef2272d4b: Download completea594e22c5ea3: Verifying Checksuma594e22c5ea3: Download complete84a44b947611: Verifying Checksum84a44b947611: Download completea2448ad56d4e: Verifying Checksuma2448ad56d4e: Download completece8fd7cb0203: Verifying Checksumce8fd7cb0203: Download complete4e54ec9fedd2: Verifying Checksum4e54ec9fedd2: Download completeeae55e0ac60f: Verifying Checksumeae55e0ac60f: Download complete886ea95d4fe1: Download complete8f83ad5b80cb: Download completec1390abab8d0: Verifying Checksumc1390abab8d0: Download completeb3de6ba3d324: Verifying Checksumb3de6ba3d324: Download complete8008e89d60a6: Verifying Checksum8008e89d60a6: Download complete896a8c1d823d: Verifying Checksum896a8c1d823d: Download completeb134a8c86639: Verifying Checksumb134a8c86639: Download complete86edd63afa9d: Verifying Checksum86edd63afa9d: Download complete963c876663ad: Download complete910a4f3e57d9: Download completeae75ad22ad26: Pull complete214e7036e73c: Pull complete394be7fbbc0e: Download completec6c8d9f9ca2d: Verifying Checksumc6c8d9f9ca2d: Download complete4940d89a6b5c: Download completeef2187a95774: Verifying Checksumef2187a95774: Download completef8c2b155a1cc: Download complete2a24828ab6aa: Verifying Checksum2a24828ab6aa: Download completea5fc97429cc5: Verifying Checksuma5fc97429cc5: Download completea0108f1d7424: Verifying Checksuma0108f1d7424: Download complete74999efe4ed4: Verifying Checksum74999efe4ed4: Download complete74c0d35ff310: Verifying Checksum74c0d35ff310: Download complete2bbef2272d4b: Pull completeb3c999630f3e: Pull complete6bd9184aea7f: Pull complete98c55879f355: Pull complete0b11eee1f39a: Pull completea79de8a2decf: Pull complete5eff59069a5d: Pull completea2d2e92fd71e: Pull completea803c872fa17: Pull complete8bf178d9ede5: Pull complete3a0c50dc5658: Pull complete4f4fb700ef54: Pull completea594e22c5ea3: Pull complete84a44b947611: Pull completea2448ad56d4e: Pull completece8fd7cb0203: Pull complete4e54ec9fedd2: Pull completeeae55e0ac60f: Pull complete886ea95d4fe1: Pull complete8f83ad5b80cb: Pull completec1390abab8d0: Pull completeb3de6ba3d324: Pull complete8008e89d60a6: Pull completeb134a8c86639: Pull complete896a8c1d823d: Pull complete86edd63afa9d: Pull complete963c876663ad: Pull completedd8c04693d5e: Verifying Checksumdd8c04693d5e: Download complete0c5dbcb3a111: Verifying Checksum0c5dbcb3a111: Download completedd8c04693d5e: Pull complete910a4f3e57d9: Pull completea5fc97429cc5: Pull complete394be7fbbc0e: Pull completec6c8d9f9ca2d: Pull complete4940d89a6b5c: Pull completeef2187a95774: Pull completef8c2b155a1cc: Pull complete2a24828ab6aa: Pull complete0c5dbcb3a111: Pull completea0108f1d7424: Pull complete74999efe4ed4: Pull complete74c0d35ff310: Pull completeDigest: sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc7Status: Downloaded newer image for ocaml/opam@sha256:7e1bff730b72024184a59dbb99cc829c31586d5ed4669796afbebac108ebbdc72025-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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-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-genericThe OCaml toplevel, version 5.4.02.4.12025-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_HEAD2ec6d6cc92..cdece73aa3 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready 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.6Done.# 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 succeeded2025-11-26 13:37.51: Job succeeded