2026-05-19 17:09.09: New job: test mirage/ca-certs https://github.com/mirage/ca-certs.git#refs/heads/main (bcd28952328bbbe32bd68ee9d0e9fa19b6e2166b) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ca-certs.git" -b "main" && cd "ca-certs" && git reset --hard bcd28952cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63# ubuntu-25.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.3.0 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ca-certs.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-19 17:09.09: Using cache hint "mirage/ca-certs-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63-ubuntu-25.04-5.4_opam-2.5-0d76840f4b52a49898e06c1775e5da6e"2026-05-19 17:09.09: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)(comment ubuntu-25.04-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src ca-certs.opam) (dst ./))(run (network host)(shell "opam pin add -yn ca-certs.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.3.0 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ca-certs.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-05-19 17:09.09: Waiting for resource in pool OCluster2026-05-20 00:00.37: Waiting for worker…2026-05-20 00:05.02: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at bcd2895 changes for 1.0.3(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63' locallydocker.io/ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63: Pulling from ocaml/opamc62190a9ab61: Already exists3ffa5fa4c338: Pulling fs layer1ad98d62710f: Pulling fs layer32b7f1733f93: Pulling fs layer60b6d784b3f1: Pulling fs layer5a2a6d451e1f: Pulling fs layer6331cc613db1: Pulling fs layer3ffa5fa4c338: Waiting32b7f1733f93: Waiting1ad98d62710f: Waiting60b6d784b3f1: Waitingcd17da539bcb: Pulling fs layer5a2a6d451e1f: Waitinga78785a8707a: Pulling fs layer6331cc613db1: Waiting017a8e839984: Pulling fs layera78785a8707a: Waiting269878e77d3e: Pulling fs layerd105ce9936af: Pulling fs layer017a8e839984: Waiting269878e77d3e: Waiting6a816e31a608: Pulling fs layerc561c5e7e836: Pulling fs layerd105ce9936af: Waiting2c2bead92061: Pulling fs layer181b5e50467a: Pulling fs layer6a816e31a608: Waitingc561c5e7e836: Waiting2c2bead92061: Waitinge1747048878a: Pulling fs layer181b5e50467a: Waiting9964000ee5c2: Pulling fs layere1747048878a: Waiting2f528d56ff17: Pulling fs layer9964000ee5c2: Waiting0cae2e739013: Pulling fs layer0cae2e739013: Waiting4f4fb700ef54: Pulling fs layer7b56ac9ded88: Pulling fs layer02acd4f922b8: Pulling fs layer5820f3f0ac5b: Pulling fs layer4f4fb700ef54: Waiting7b56ac9ded88: Waiting565d3d2f91e3: Pulling fs layer02acd4f922b8: Waiting6011b75baccf: Pulling fs layer5820f3f0ac5b: Waitingaa679525444d: Pulling fs layer565d3d2f91e3: Waiting6233cfda6bc6: Pulling fs layer6011b75baccf: Waitingaa679525444d: Waitinge337c50fadae: Pulling fs layer68480da602a2: Pulling fs layer6233cfda6bc6: Waitingfe8455ef7fdd: Pulling fs layer68480da602a2: Waitinge337c50fadae: Waiting376ec1c1ff04: Pulling fs layer62414c6876a0: Pulling fs layere13152495ead: Pulling fs layer376ec1c1ff04: Waitingfe8455ef7fdd: Waiting62414c6876a0: Waiting7237efe4b8d6: Pulling fs layere13152495ead: Waitingdcb6948decd1: Pulling fs layer9ef3e7aa87ba: Pulling fs layerdcb6948decd1: Waiting7237efe4b8d6: Waitingcd0bb5382221: Pulling fs layer9ef3e7aa87ba: Waiting20d240a069ed: Pulling fs layer06d7e4208a1c: Pulling fs layercd0bb5382221: Waiting7a657e3645e2: Pulling fs layer06d7e4208a1c: Waiting20d240a069ed: Waitingc921b91c9131: Pulling fs layer0bf308db2801: Pulling fs layer7a657e3645e2: Waitinga6ce20e09802: Pulling fs layerc921b91c9131: Waiting5f4d332f89f7: Pulling fs layer0bf308db2801: Waitinga6ce20e09802: Waiting5f4d332f89f7: Waiting3ffa5fa4c338: Verifying Checksum3ffa5fa4c338: Download complete3ffa5fa4c338: Pull complete1ad98d62710f: Download complete1ad98d62710f: Pull complete32b7f1733f93: Verifying Checksum32b7f1733f93: Download complete60b6d784b3f1: Verifying Checksum60b6d784b3f1: Download complete32b7f1733f93: Pull complete60b6d784b3f1: Pull complete5a2a6d451e1f: Verifying Checksum5a2a6d451e1f: Download complete6331cc613db1: Verifying Checksum6331cc613db1: Download completecd17da539bcb: Verifying Checksumcd17da539bcb: Download completea78785a8707a: Verifying Checksuma78785a8707a: Download complete017a8e839984: Download completed105ce9936af: Verifying Checksum269878e77d3e: Verifying Checksum269878e77d3e: Download completec561c5e7e836: Download complete6a816e31a608: Verifying Checksum6a816e31a608: Download complete2c2bead92061: Download complete181b5e50467a: Download completee1747048878a: Verifying Checksume1747048878a: Download complete9964000ee5c2: Verifying Checksum9964000ee5c2: Download complete2f528d56ff17: Verifying Checksum2f528d56ff17: Download complete0cae2e739013: Download complete4f4fb700ef54: Verifying Checksum7b56ac9ded88: Verifying Checksum7b56ac9ded88: Download complete02acd4f922b8: Verifying Checksum02acd4f922b8: Download complete5820f3f0ac5b: Verifying Checksum5820f3f0ac5b: Download complete565d3d2f91e3: Verifying Checksum565d3d2f91e3: Download complete6011b75baccf: Verifying Checksum6011b75baccf: Download completeaa679525444d: Download complete6233cfda6bc6: Verifying Checksum6233cfda6bc6: Download completee337c50fadae: Download complete68480da602a2: Download completefe8455ef7fdd: Download complete376ec1c1ff04: Download complete62414c6876a0: Download complete7237efe4b8d6: Download complete9ef3e7aa87ba: Download completecd0bb5382221: Verifying Checksumcd0bb5382221: Download complete20d240a069ed: Download completedcb6948decd1: Verifying Checksumdcb6948decd1: Download complete06d7e4208a1c: Verifying Checksum06d7e4208a1c: Download complete7a657e3645e2: Verifying Checksum7a657e3645e2: Download complete0bf308db2801: Download completea6ce20e09802: Download complete5f4d332f89f7: Download completec921b91c9131: Verifying Checksumc921b91c9131: Download complete5a2a6d451e1f: Pull complete6331cc613db1: Pull completecd17da539bcb: Pull completea78785a8707a: Pull complete017a8e839984: Pull complete269878e77d3e: Pull completed105ce9936af: Pull complete6a816e31a608: Pull completec561c5e7e836: Pull complete2c2bead92061: Pull complete181b5e50467a: Pull completee1747048878a: Pull complete9964000ee5c2: Pull complete2f528d56ff17: Pull complete0cae2e739013: Pull complete4f4fb700ef54: Pull complete7b56ac9ded88: Pull complete02acd4f922b8: Pull complete5820f3f0ac5b: Pull complete565d3d2f91e3: Pull complete6011b75baccf: Pull completeaa679525444d: Pull complete6233cfda6bc6: Pull completee337c50fadae: Pull complete68480da602a2: Pull completefe8455ef7fdd: Pull complete376ec1c1ff04: Pull complete62414c6876a0: Pull completee13152495ead: Verifying Checksume13152495ead: Download completee13152495ead: Pull complete7237efe4b8d6: Pull completedcb6948decd1: Pull complete9ef3e7aa87ba: Pull completecd0bb5382221: Pull complete20d240a069ed: Pull complete06d7e4208a1c: Pull complete7a657e3645e2: Pull completec921b91c9131: Pull complete0bf308db2801: Pull completea6ce20e09802: Pull complete5f4d332f89f7: Pull completeDigest: sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63Status: Downloaded newer image for ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a632026-05-20 00:05.03 ---> using "e46652951934a813efb0d6f84cbda4f6fef1559a7ac3cd152c83e05942bad382" from cache/: (comment ubuntu-25.04-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-20 00:05.03 ---> using "0156715f7bd075dc9bbd163fb816953345512b408fb350e6bc0fcf12ee05587e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..df6ab556b4 master -> origin/masterdf6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.12026-05-20 00:05.03 ---> using "5b05b9df5eddf50f79206ef51bb995cd6ee0421f4c9094dbff519358a4925909" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-20 00:05.03 ---> using "5c58ef57c794b9c46a2f5019aa52d7c5ccc1fd4cd94aea49f0f63dc1c6891948" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-20 00:05.03 ---> using "8bd99efc9cf5249bcd8fb84130006903efb57ab9380aec3eb4fecccefc3d64d0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-20 00:05.03 ---> using "2a292cb70afbf47f5fe114559dedb62df1072afed5d1e43075e97999a645e5c5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-05-20 00:05.03 ---> using "308aebe2d13a0c022354cd8156f66f86a8e548d29c8b2a6049f38beb4ebc12e5" from cache/src: (copy (src ca-certs.opam) (dst ./))2026-05-20 00:05.03 ---> saved as "5504d042ed749a301498b374927d9226578440987c5083a3e0bd95393306f58c"/src: (run (network host)(shell "opam pin add -yn ca-certs.dev './'"))[ca-certs.dev] synchronised (file:///src)ca-certs is now pinned to file:///src (version dev)2026-05-20 00:05.06 ---> saved as "baecb6609977e08b413e7a5b985eb688d76ad137771d4ca774377c29f8c77e9a"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-20 00:05.07 ---> saved as "511d0dbea6e509414a51f9a1e759cdbaae6103600e4d4240aa2a3a08fb10f428"/src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.3.0 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ca-certs.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ca-certs.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- Selecting previously unselected package libgmpxx4ldbl:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16533 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...# To update the current shell environment, run: eval $(opam env)2026-05-20 00:05.30 ---> saved as "ff492aa0ca26a0ab7cba6d0cfac51332115ed67e5501cb0f65262ddad0c8b179"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 39 packages- install alcotest 1.9.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base64 3.5.2- install bos 0.3.0- install cmdliner 2.1.1- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install csexp 1.5.2- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.23.1- install dune-configurator 3.23.1- install duration 0.3.1- install eqaf 0.10- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install ipaddr 5.6.2- install kdf 1.0.0- install logs 0.10.0- install macaddr 5.6.2- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ohex 0.2.0- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved domain-name.0.5.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved duration.0.3.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved zarith.1.14 (cached)-> retrieved x509.1.0.6 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed fpath.0.7.3-> installed bos.0.3.0-> installed dune.3.23.1-> installed duration.0.3.1-> installed ohex.0.2.0-> installed gmap.0.3.0-> installed base64.3.5.2-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed macaddr.5.6.2-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ipaddr.5.6.2-> installed digestif.1.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.23.1-> installed mirage-crypto.2.1.0-> installed kdf.1.0.0-> installed mirage-crypto-rng.2.1.0-> installed mirage-crypto-pk.2.1.0-> installed mirage-crypto-ec.2.1.0-> installed x509.1.0.6Done.# To update the current shell environment, run: eval $(opam env)2026-05-20 00:07.22 ---> saved as "904c642cc99d86bae2019f240f480afc4117c1c36f07097693fb111fec379c1b"/src: (copy (src .) (dst /src))2026-05-20 00:07.23 ---> saved as "6935e595f513f44242485d42fa38d2a3ef44a8089a72f1f70797ea7a90d7bfd1"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./tests.exe)Testing `verification tests'.This run has ID `1JD2W4LD'.[OK] X509 certificate validation 0 google.com.[OK] X509 certificate validation 1 self-signed.badssl.com.[OK] X509 certificate validation 2 expired.badssl.com.[OK] X509 certificate validation 3 untrusted-root.badss...[OK] X509 certificate validation 4 wrong.host.badssl.com.[OK] X509 certificate validation 5 incomplete-chain.bad...[OK] X509 certificate validation 6 sha1-intermediate.ba...[OK] X509 certificate validation 7 wrong.host.google.com.Full test results in `/src/_build/default/test/_build/_tests/verification tests'.Test Successful in 0.003s. 8 tests run.tests.exe: [EXEC:60] ['uname' '-s']2026-05-20 00:07.24 ---> saved as "42b9edf504025b9925339043ef2aa6da3fc8b3ee5f473f265618c9607f3788af"Job succeeded2026-05-20 00:07.24: Job succeeded