2025-04-15 16:33.09: New job: test mirage/ca-certs https://github.com/mirage/ca-certs.git#refs/heads/main (08765aa5a14bf9f58953981c938ee7291e3700c4) (linux-x86_64:debian-11-5.3_opam-2.3)Base: ocaml/opam:debian-11-ocaml-5.3@sha256:4a2b8c679e707bffb12bdf9ba85eabd567a4c882193dca0a68086db4e04b1e6aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ca-certs.git" -b "main" && cd "ca-certs" && git reset --hard 08765aa5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-11-ocaml-5.3@sha256:4a2b8c679e707bffb12bdf9ba85eabd567a4c882193dca0a68086db4e04b1e6a# debian-11-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && 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.0 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.1 bos.0.2.1 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.18.0 dune-configurator.3.18.0 duration.0.2.1 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.0 kdf.1.0.0 logs.0.8.0 macaddr.5.6.0 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 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.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 x509.1.0.5 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --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-04-15 16:33.09: Using cache hint "mirage/ca-certs-ocaml/opam:debian-11-ocaml-5.3@sha256:4a2b8c679e707bffb12bdf9ba85eabd567a4c882193dca0a68086db4e04b1e6a-debian-11-5.3_opam-2.3-b285eb3c39f146d21ae6e4f14912cbd7"2025-04-15 16:33.09: Using OBuilder spec:((from ocaml/opam:debian-11-ocaml-5.3@sha256:4a2b8c679e707bffb12bdf9ba85eabd567a4c882193dca0a68086db4e04b1e6a)(comment debian-11-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && 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.0 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.1 bos.0.2.1 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.18.0 dune-configurator.3.18.0 duration.0.2.1 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.0 kdf.1.0.0 logs.0.8.0 macaddr.5.6.0 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 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.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 x509.1.0.5 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.3 --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-04-15 16:33.09: Waiting for resource in pool OCluster2025-04-15 16:33.10: Waiting for worker…2025-04-15 16:44.26: Got resource from pool OClusterBuilding on x86-bm-c5.sw.ocaml.orgHEAD is now at f02894e report number of ignored trust anchors on warn levelHEAD is now at 08765aa add: additional key path for macos (#28)(from ocaml/opam:debian-11-ocaml-5.3@sha256:4a2b8c679e707bffb12bdf9ba85eabd567a4c882193dca0a68086db4e04b1e6a)2025-04-15 16:44.27 ---> using "a66f52aecdb8624d99b3ca08463ae458fa294209c39215b418846b6b7160fc2d" from cache/: (comment debian-11-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-04-15 16:44.27 ---> using "afb72bdf7e9f6a9b3523d4e8d016219eb668ad9866c32fd322b7f8f8d926a105" 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 development 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-04-15 16:44.27 ---> using "a5a67e56fcae10c9627ee3d32f0dd8d009ce0054c7a79f450343aa926bf57e8e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-04-15 16:44.27 ---> using "2ac285143bd80b7b6eb4c7c3ebea405107708e335059ec3063d678f8a61fcba2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-15 16:44.27 ---> using "6b55931b98cf1f29dc4c5d07e40456de8a486ed33a207cd2f64a90a17dc13a45" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && git log --no-decorate -n1 --oneline && opam update -u"))ebbcec92a0 Merge pull request #23330 from mseri/fix-gmp<><> 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, 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-04-15 16:44.27 ---> using "303cd79111016426337bd3f2553a7488d7a9ecce91165589cd52530c1a6ec2c1" from cache/src: (copy (src ca-certs.opam) (dst ./))2025-04-15 16:44.27 ---> using "bb7a5375ef26dc0974801bc8dfaebe35d8a16adbba1f36ca4c800f88e468f96e" 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-04-15 16:44.27 ---> using "1660b92b47777efeddd87e94c0e29c6dedb20ce4b0bdd13cbf75a5f155320821" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-15 16:44.27 ---> using "5ce9b946a50958d030e27bcbc307176f74201a8247d3358e8d838b0729ff4286" from cache/src: (env DEPS "alcotest.1.9.0 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.1 bos.0.2.1 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.18.0 dune-configurator.3.18.0 duration.0.2.1 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.6.0 kdf.1.0.0 logs.0.8.0 macaddr.5.6.0 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 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.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 x509.1.0.5 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.3 --depext-only -y ca-certs.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bullseye InRelease- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [356 kB]- Fetched 428 kB in 1s (668 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"- 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 ... 18367 files and directories currently installed.)- Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u6_all.deb ...- Unpacking libglib2.0-data (2.66.8-1+deb11u6) ...- Selecting previously unselected package libgmpxx4ldbl:amd64.- Preparing to unpack .../2-libgmpxx4ldbl_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../3-libgmp-dev_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...- Selecting previously unselected package libicu67:amd64.- Preparing to unpack .../4-libicu67_67.1-7_amd64.deb ...- Unpacking libicu67:amd64 (67.1-7) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../5-libxml2_2.9.10+dfsg-6.7+deb11u6_amd64.deb ...- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../6-pkg-config_0.29.2-1_amd64.deb ...- Unpacking pkg-config (0.29.2-1) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../7-shared-mime-info_2.0-1_amd64.deb ...- Unpacking shared-mime-info (2.0-1) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../8-xdg-user-dirs_0.17-2_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2) ...- Setting up libicu67:amd64 (67.1-7) ...- Setting up xdg-user-dirs (0.17-2) ...- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...- No schema files found: doing nothing.- Setting up libglib2.0-data (2.66.8-1+deb11u6) ...- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...- Setting up pkg-config (0.29.2-1) ...- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ...- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...- Setting up shared-mime-info (2.0-1) ...- Processing triggers for libc-bin (2.31-13+deb11u11) ...2025-04-15 16:44.27 ---> using "42311a1403372cdcb4e374b8a33e2e06198544e2683d40a4c4080821fd2bcb87" 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 40 packages- install alcotest 1.9.0- install asn1-combinators 0.3.2- install astring 0.8.5- install base64 3.5.1- install bos 0.2.1- install cmdliner 1.3.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install csexp 1.5.2- install digestif 1.2.0- install domain-name 0.4.1- install dune 3.18.0- install dune-configurator 3.18.0- install duration 0.2.1- install eqaf 0.10- install fmt 0.10.0- install fpath 0.7.3- install gmap 0.3.0- install ipaddr 5.6.0- install kdf 1.0.0- install logs 0.8.0- install macaddr 5.6.0- install mirage-crypto 2.0.0- install mirage-crypto-ec 2.0.0- install mirage-crypto-pk 2.0.0- install mirage-crypto-rng 2.0.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.12.0- install rresult 0.7.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.0.8- install uutf 1.0.4- install x509 1.0.5- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved domain-name.0.4.1 (cached)-> installed conf-gmp-powm-sec.4-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved digestif.1.2.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved dune.3.18.0, dune-configurator.3.18.0 (cached)-> retrieved mirage-crypto.2.0.0, mirage-crypto-ec.2.0.0, mirage-crypto-pk.2.0.0, mirage-crypto-rng.2.0.0 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved re.1.12.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.1.3.0-> installed seq.base-> retrieved topkg.1.0.8 (cached)-> retrieved x509.1.0.5 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed zarith.1.14-> installed ocamlbuild.0.16.1-> installed topkg.1.0.8-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed fmt.0.10.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.8.0-> installed bos.0.2.1-> installed dune.3.18.0-> installed duration.0.2.1-> installed ohex.0.2.0-> installed gmap.0.3.0-> installed domain-name.0.4.1-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed base64.3.5.1-> installed eqaf.0.10-> installed macaddr.5.6.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.12.0-> installed stdlib-shims.0.3.0-> installed ipaddr.5.6.0-> installed digestif.1.2.0-> installed alcotest.1.9.0-> installed dune-configurator.3.18.0-> installed mirage-crypto.2.0.0-> installed kdf.1.0.0-> installed mirage-crypto-rng.2.0.0-> installed mirage-crypto-pk.2.0.0-> installed mirage-crypto-ec.2.0.0-> installed x509.1.0.5Done.# To update the current shell environment, run: eval $(opam env)2025-04-15 16:44.27 ---> using "29d456676101500f96b945399e4d6aaaa3ccb8b3b4466d8b5bcd8e4203864bdb" from cache/src: (copy (src .) (dst /src))2025-04-15 16:44.27 ---> saved as "2a54fdbf554af7708000f962f97c16f27424843116ba6696706879f785b77c3f"/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 `BJVFZBNI'.[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.003s. 9 tests run.tests.exe: [EXEC:55] ['uname' '-s']tests.exe: [WARNING] negative serial number ee2b 3deb d421 de14 a862 ac04 f3dd c4012025-04-15 16:44.29 ---> saved as "fefda457f7ef9fe3966ffe73f3065edf99aeea1f7104c1fed2578fd5ac8d2ced"Job succeeded2025-04-15 16:44.29: Job succeeded