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-24.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ca-certs.git" -b "main" && cd "ca-certs" && git reset --hard bcd28952 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 # ubuntu-24.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 $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 2026-05-19 17:09.09: Using cache hint "mirage/ca-certs-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ubuntu-24.04-4.14_opam-2.5-c6ce1f38f6f9dc2472a35e39f623c6aa" 2026-05-19 17:09.09: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4) (comment ubuntu-24.04-4.14_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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 OCluster 2026-05-20 00:00.50: Waiting for worker… 2026-05-20 00:05.17: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at bcd2895 changes for 1.0.3 (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4' locally docker.io/ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4: Pulling from ocaml/opam b40150c1c271: Pulling fs layer 5635dddaaf61: Pulling fs layer 0a6d5f853ae3: Pulling fs layer 799f202be4df: Pulling fs layer b40150c1c271: Waiting b903f564077a: Pulling fs layer 6c1d10b3d08f: Pulling fs layer 5f5807185d05: Pulling fs layer 0a6d5f853ae3: Waiting 5635dddaaf61: Waiting b903f564077a: Waiting 6c1d10b3d08f: Waiting 799f202be4df: Waiting 070c54c49939: Pulling fs layer c74f78aa4319: Pulling fs layer 5f5807185d05: Waiting 070c54c49939: Waiting 08f490e2d1d6: Pulling fs layer 90f22d77deb3: Pulling fs layer 7934f3d64cde: Pulling fs layer c74f78aa4319: Waiting 08f490e2d1d6: Waiting c9675ca4ea04: Pulling fs layer 2d56e81bc648: Pulling fs layer 90f22d77deb3: Waiting 7934f3d64cde: Waiting 747607799543: Pulling fs layer c9675ca4ea04: Waiting 2d56e81bc648: Waiting 620bc2c277c5: Pulling fs layer bd268c40989e: Pulling fs layer 747607799543: Waiting 620bc2c277c5: Waiting 52dd6f008393: Pulling fs layer 1ac04842be81: Pulling fs layer bd268c40989e: Waiting 52dd6f008393: Waiting e50d59eb16a8: Pulling fs layer 5dcb466db21c: Pulling fs layer 1ac04842be81: Waiting 4f4fb700ef54: Pulling fs layer 5dcb466db21c: Waiting 155ed5167872: Pulling fs layer e50d59eb16a8: Waiting 4f4fb700ef54: Waiting 0d0ddeec4e9f: Pulling fs layer 11a59e72671d: Pulling fs layer 155ed5167872: Waiting f5e116e6aaf6: Pulling fs layer 0d0ddeec4e9f: Waiting 11a59e72671d: Waiting 95c72a92d56a: Pulling fs layer f5e116e6aaf6: Waiting 711d037d18c7: Pulling fs layer 100470c8287d: Pulling fs layer 95c72a92d56a: Waiting 76c9f10ccc79: Pulling fs layer 18a3f6bf5510: Pulling fs layer 100470c8287d: Waiting 964c51b347ff: Pulling fs layer 76c9f10ccc79: Waiting 4020793ba1b6: Pulling fs layer ff88a2087566: Pulling fs layer 964c51b347ff: Waiting 18a3f6bf5510: Waiting 1599e1710bd3: Pulling fs layer e9e27cfec680: Pulling fs layer ed5bd70fe984: Pulling fs layer ff9f18578fd4: Pulling fs layer 290bf7c7792f: Pulling fs layer 1599e1710bd3: Waiting ed5bd70fe984: Waiting 1be1bd893fc7: Pulling fs layer e9e27cfec680: Waiting ff9f18578fd4: Waiting 7482771bd187: Pulling fs layer 290bf7c7792f: Waiting 901ff5f800f2: Pulling fs layer 42231f02769a: Pulling fs layer 450229835c85: Pulling fs layer 7482771bd187: Waiting 42231f02769a: Waiting 450229835c85: Waiting b40150c1c271: Verifying Checksum b40150c1c271: Download complete 5635dddaaf61: Verifying Checksum 5635dddaaf61: Download complete 0a6d5f853ae3: Download complete b40150c1c271: Pull complete 5635dddaaf61: Pull complete 0a6d5f853ae3: Pull complete 799f202be4df: Verifying Checksum 799f202be4df: Download complete b903f564077a: Verifying Checksum b903f564077a: Download complete 799f202be4df: Pull complete b903f564077a: Pull complete 6c1d10b3d08f: Verifying Checksum 6c1d10b3d08f: Download complete 6c1d10b3d08f: Pull complete 5f5807185d05: Verifying Checksum 5f5807185d05: Download complete 5f5807185d05: Pull complete 070c54c49939: Verifying Checksum 070c54c49939: Download complete 070c54c49939: Pull complete c74f78aa4319: Download complete c74f78aa4319: Pull complete 08f490e2d1d6: Verifying Checksum 08f490e2d1d6: Download complete 08f490e2d1d6: Pull complete 90f22d77deb3: Verifying Checksum 90f22d77deb3: Download complete 90f22d77deb3: Pull complete 7934f3d64cde: Verifying Checksum 7934f3d64cde: Pull complete c9675ca4ea04: Verifying Checksum c9675ca4ea04: Download complete c9675ca4ea04: Pull complete 2d56e81bc648: Verifying Checksum 2d56e81bc648: Download complete 2d56e81bc648: Pull complete 747607799543: Verifying Checksum 747607799543: Download complete 747607799543: Pull complete 620bc2c277c5: Download complete 620bc2c277c5: Pull complete bd268c40989e: Verifying Checksum bd268c40989e: Download complete bd268c40989e: Pull complete 52dd6f008393: Download complete 1ac04842be81: Verifying Checksum 1ac04842be81: Download complete e50d59eb16a8: Verifying Checksum e50d59eb16a8: Download complete 5dcb466db21c: Verifying Checksum 5dcb466db21c: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 52dd6f008393: Pull complete 155ed5167872: Verifying Checksum 155ed5167872: Download complete 1ac04842be81: Pull complete e50d59eb16a8: Pull complete 5dcb466db21c: Pull complete 4f4fb700ef54: Pull complete 155ed5167872: Pull complete 0d0ddeec4e9f: Download complete 0d0ddeec4e9f: Pull complete 11a59e72671d: Verifying Checksum 11a59e72671d: Download complete 11a59e72671d: Pull complete f5e116e6aaf6: Verifying Checksum f5e116e6aaf6: Download complete f5e116e6aaf6: Pull complete 95c72a92d56a: Pull complete 711d037d18c7: Verifying Checksum 711d037d18c7: Download complete 711d037d18c7: Pull complete 100470c8287d: Download complete 100470c8287d: Pull complete 76c9f10ccc79: Verifying Checksum 76c9f10ccc79: Download complete 76c9f10ccc79: Pull complete 18a3f6bf5510: Verifying Checksum 18a3f6bf5510: Download complete 18a3f6bf5510: Pull complete 964c51b347ff: Download complete 964c51b347ff: Pull complete 4020793ba1b6: Verifying Checksum 4020793ba1b6: Download complete 4020793ba1b6: Pull complete ff88a2087566: Download complete ff88a2087566: Pull complete e9e27cfec680: Download complete ed5bd70fe984: Verifying Checksum ed5bd70fe984: Download complete ff9f18578fd4: Download complete 290bf7c7792f: Download complete 1be1bd893fc7: Verifying Checksum 1be1bd893fc7: Download complete 7482771bd187: Verifying Checksum 7482771bd187: Download complete 1599e1710bd3: Retrying in 5 seconds 1599e1710bd3: Retrying in 4 seconds 1599e1710bd3: Retrying in 3 seconds 1599e1710bd3: Retrying in 2 seconds 1599e1710bd3: Retrying in 1 second 901ff5f800f2: Verifying Checksum 901ff5f800f2: Download complete 42231f02769a: Download complete 450229835c85: Download complete 1599e1710bd3: Verifying Checksum 1599e1710bd3: Download complete 1599e1710bd3: Pull complete e9e27cfec680: Pull complete ed5bd70fe984: Pull complete ff9f18578fd4: Pull complete 290bf7c7792f: Pull complete 1be1bd893fc7: Pull complete 7482771bd187: Pull complete 901ff5f800f2: Pull complete 42231f02769a: Pull complete 450229835c85: Pull complete Digest: sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 Status: Downloaded newer image for ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 2026-05-20 00:05.17 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" from cache /: (comment ubuntu-24.04-4.14_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.17 ---> using "cf6b682db0eb0265b50e065ef8ebeee7f5670b75b54916f04daec292c2291574" 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_HEAD 045748b2d8..df6ab556b4 master -> origin/master df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1 2026-05-20 00:05.17 ---> using "6b2a0eb9eed0292012966e8b30c32d535d1f008b18170c37ff13f0114b575c94" 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 2026-05-20 00:05.17 ---> using "f6e8951686f0769029605af7979610295c987205b6cf579987e1a7c16b5bf7f3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-20 00:05.17 ---> using "20e26e26849b3689946b8d9a200288698d661581e17b0d205ebcc4a1e69faa02" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-20 00:05.17 ---> using "64eb90fce08a022d8caac4b91cc09b3cb9b75e8c7750c42e5dfbee4c2d377680" 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-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.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.17 ---> using "6c917d6717923e9f17b583662c274f99e2d38dd170f66d73175e4dd25ad1dc7d" from cache /src: (copy (src ca-certs.opam) (dst ./)) 2026-05-20 00:05.18 ---> saved as "bf232adaee5f16df209009b2d1fef73710517e2bb548884e5d6c3e7d8621f7b9" /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.20 ---> saved as "9bf82c545b25420a7a382756c498197fb93f6cd36d899ddf54064c4a2b993491" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-20 00:05.21 ---> saved as "4e1f8ef3602cbe18bb4084132813a0e305aa56720bc84904946417288aee5ecc" /src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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" - Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease - Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3673 kB] - Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2071 kB] - Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1504 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2451 kB] - Get:9 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.6 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3909 kB] - Get:11 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2147 kB] - Get:12 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB] - Get:13 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB] - Fetched 16.3 MB in 1s (15.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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-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 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 ... 16335 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-2build1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-2build1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../4-pkgconf_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-2build1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../5-pkg-config_1.8.1-2build1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-2build1) ... - Setting up libpkgconf3:amd64 (1.8.1-2build1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Setting up pkgconf-bin (1.8.1-2build1) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Setting up pkgconf:amd64 (1.8.1-2build1) ... - Setting up pkg-config:amd64 (1.8.1-2build1) ... - Processing triggers for libc-bin (2.39-0ubuntu8.7) ... # To update the current shell environment, run: eval $(opam env) 2026-05-20 00:05.33 ---> saved as "540b8d8f8a1d4604f957fe373f7b330ebf4742ab523bc005922330675f7438b9" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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-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 re.1.14.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 rresult.0.7.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved x509.1.0.6 (cached) -> retrieved zarith.1.14 (cached) -> installed cmdliner.2.1.1 -> 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.3.0 -> installed dune.3.23.1 -> installed duration.0.3.1 -> 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 gmap.0.3.0 -> installed macaddr.5.6.2 -> 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.2 -> installed digestif.1.3.0 -> installed dune-configurator.3.23.1 -> installed alcotest.1.9.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.6 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-20 00:06.19 ---> saved as "421eab77f1b9438084c91fb7c83ea0b27994c4d13efa9ec16c10efd6a5b06e47" /src: (copy (src .) (dst /src)) 2026-05-20 00:06.19 ---> saved as "95c7cded6f9579e22a1e7341b575537113a822c7e603d2a72b8cb61cc42bac7a" /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 `YAJ472MD'. [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.002s. 8 tests run. tests.exe: [EXEC:104] ['uname' '-s'] 2026-05-20 00:06.21 ---> saved as "5b034f7465a5c6c48908a48add8dc7bdb55fd858bf536777809671cc2c23bf6c" Job succeeded 2026-05-20 00:06.21: Job succeeded