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:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6Opam 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:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6# debian-13-5.3_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.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 $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: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 OCluster2025-11-26 13:03.43: Waiting for worker…2025-11-26 13:06.06: 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:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6)Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6' locallydocker.io/ocaml/opam@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6: Pulling from ocaml/opam13cc39f8244a: Already existsb27d53669817: Pulling fs layer062c909e206e: Pulling fs layer265baae72087: Pulling fs layerb6b7b385247c: Pulling fs layerbfb7bf5b7c6d: Pulling fs layerb18c76fc18f2: Pulling fs layerb6b7b385247c: Waitingbfb7bf5b7c6d: Waiting6bdbb37ee35f: Pulling fs layerb18c76fc18f2: Waiting84035aa4da2d: Pulling fs layer6bdbb37ee35f: Waiting0c3307e14207: Pulling fs layer30b92d637d72: Pulling fs layer84035aa4da2d: Waiting0c3307e14207: Waiting991b07583706: Pulling fs layer30b92d637d72: Waitinge1d7a79a1495: Pulling fs layer6b08d63c6214: Pulling fs layer991b07583706: Waitinge1d7a79a1495: Waiting4c7236344711: Pulling fs layer6b08d63c6214: Waiting12506f41e8b0: Pulling fs layer4c7236344711: Waiting12506f41e8b0: Waiting2330d596aec1: Pulling fs layera48299f5ec62: Pulling fs layer04618a577568: Pulling fs layer8c4b002d072b: Pulling fs layer4f4fb700ef54: Pulling fs layera48299f5ec62: Waitingff68f05e2976: Pulling fs layer04618a577568: Waiting2330d596aec1: Waiting4f4fb700ef54: Waitingd5543b560a3e: Pulling fs layer8c4b002d072b: Waitingff68f05e2976: Waiting4a9030bbb1ef: Pulling fs layerd5543b560a3e: Waitingc59b3bec3411: Pulling fs layer85a7c9be9495: Pulling fs layerdbc6bd8f2e44: Pulling fs layer6680a5133ca2: Pulling fs layerdbc6bd8f2e44: Waiting4a9030bbb1ef: Waitingc59b3bec3411: Waiting470c0056084c: Pulling fs layer85a7c9be9495: Waiting6680a5133ca2: Waiting6b9af56b67cf: Pulling fs layer470c0056084c: Waitingc572cde25fb3: Pulling fs layer033b2d405acf: Pulling fs layer663cc5b3d424: Pulling fs layer840bbd47fded: Pulling fs layer6b9af56b67cf: Waitingc572cde25fb3: Waitingfb8f644ba010: Pulling fs layer663cc5b3d424: Waiting66735543f230: Pulling fs layer840bbd47fded: Waiting7896354b8c11: Pulling fs layera0063722d8c2: Pulling fs layerfb8f644ba010: Waiting66735543f230: Waiting7018e4a5881b: Pulling fs layer7896354b8c11: Waitingb2160938e13b: Pulling fs layer7018e4a5881b: Waitinga0063722d8c2: Waiting6daa5a60f35e: Pulling fs layerb2160938e13b: Waitinge4037ec6c3f9: Pulling fs layer6daa5a60f35e: Waiting114ee2d9ab38: Pulling fs layere4037ec6c3f9: Waiting114ee2d9ab38: Waiting8ebe536c5e8c: Pulling fs layerc26be000ab1e: Pulling fs layer8ebe536c5e8c: Waiting0c07d45505b2: Pulling fs layerc26be000ab1e: Waiting0c07d45505b2: Waitingb27d53669817: Download completeb27d53669817: Pull complete062c909e206e: Download complete062c909e206e: Pull completeb6b7b385247c: Verifying Checksumb6b7b385247c: Download completeb18c76fc18f2: Download complete6bdbb37ee35f: Download complete84035aa4da2d: Verifying Checksum84035aa4da2d: Download complete0c3307e14207: Verifying Checksum0c3307e14207: Download complete30b92d637d72: Verifying Checksum30b92d637d72: Download complete265baae72087: Verifying Checksum265baae72087: Download completee1d7a79a1495: Verifying Checksume1d7a79a1495: Download complete991b07583706: Verifying Checksum991b07583706: Download complete265baae72087: Pull completeb6b7b385247c: Pull complete6b08d63c6214: Verifying Checksum6b08d63c6214: Download complete4c7236344711: Download complete12506f41e8b0: Verifying Checksum12506f41e8b0: Download complete2330d596aec1: Verifying Checksum2330d596aec1: Download completea48299f5ec62: Download complete04618a577568: Download complete8c4b002d072b: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeff68f05e2976: Verifying Checksumff68f05e2976: Download completed5543b560a3e: Verifying Checksumd5543b560a3e: Download complete4a9030bbb1ef: Verifying Checksum4a9030bbb1ef: Download complete85a7c9be9495: Download completec59b3bec3411: Verifying Checksumc59b3bec3411: Download completedbc6bd8f2e44: Verifying Checksumdbc6bd8f2e44: Download complete6680a5133ca2: Verifying Checksum6680a5133ca2: Download complete6b9af56b67cf: Download complete470c0056084c: Verifying Checksum470c0056084c: Download completec572cde25fb3: Download complete033b2d405acf: Verifying Checksum033b2d405acf: Download complete663cc5b3d424: Verifying Checksum663cc5b3d424: Download completefb8f644ba010: Download completebfb7bf5b7c6d: Verifying Checksumbfb7bf5b7c6d: Download complete7896354b8c11: Verifying Checksum7896354b8c11: Download completea0063722d8c2: Verifying Checksuma0063722d8c2: Download complete7018e4a5881b: Verifying Checksum7018e4a5881b: Download completeb2160938e13b: Verifying Checksumb2160938e13b: Download complete6daa5a60f35e: Verifying Checksum6daa5a60f35e: Download completee4037ec6c3f9: Verifying Checksume4037ec6c3f9: Download complete66735543f230: Verifying Checksum66735543f230: Download complete8ebe536c5e8c: Verifying Checksum8ebe536c5e8c: Download complete840bbd47fded: Verifying Checksum840bbd47fded: Download completec26be000ab1e: Verifying Checksumc26be000ab1e: Download complete0c07d45505b2: Verifying Checksum0c07d45505b2: Download completebfb7bf5b7c6d: Pull completeb18c76fc18f2: Pull complete6bdbb37ee35f: Pull complete84035aa4da2d: Pull complete0c3307e14207: Pull complete30b92d637d72: Pull complete991b07583706: Pull completee1d7a79a1495: Pull complete6b08d63c6214: Pull complete4c7236344711: Pull complete12506f41e8b0: Pull complete2330d596aec1: Pull completea48299f5ec62: Pull complete04618a577568: Pull complete8c4b002d072b: Pull complete4f4fb700ef54: Pull completeff68f05e2976: Pull completed5543b560a3e: Pull complete4a9030bbb1ef: Pull completec59b3bec3411: Pull complete85a7c9be9495: Pull completedbc6bd8f2e44: Pull complete6680a5133ca2: Pull complete470c0056084c: Pull complete6b9af56b67cf: Pull completec572cde25fb3: Pull complete033b2d405acf: Pull complete663cc5b3d424: Pull complete114ee2d9ab38: Verifying Checksum114ee2d9ab38: Download complete840bbd47fded: Pull completefb8f644ba010: Pull complete66735543f230: Pull complete7896354b8c11: Pull completea0063722d8c2: Pull complete7018e4a5881b: Pull completeb2160938e13b: Pull complete6daa5a60f35e: Pull completee4037ec6c3f9: Pull complete114ee2d9ab38: Pull complete8ebe536c5e8c: Pull completec26be000ab1e: Pull complete0c07d45505b2: Pull completeDigest: sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed6Status: Downloaded newer image for ocaml/opam@sha256:cca3cf47bdc71725de088833d1c6a22105f2767f24cd5cf1c0d6286f7c026ed62025-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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-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-genericThe OCaml toplevel, version 5.3.02.4.12025-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_HEAD21f97b2e6d..cdece73aa3 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.6Done.# 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 succeeded2025-11-26 13:06.07: Job succeeded