2025-04-17 15:33.37: New job: test mirage/ca-certs https://github.com/mirage/ca-certs.git#refs/heads/main (319c8a6e7c06da6a4fc3dab5db41cdd28be2e9cf) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3) Base: openbsd-76-amd64-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ca-certs.git" -b "main" && cd "ca-certs" && git reset --hard 319c8a6e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-5.3 # openbsd-76-amd64-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 5afc819055f4ae8f1195b0588a75ae3258f52bce || git fetch origin master) && git reset -q --hard 5afc819055f4ae8f1195b0588a75ae3258f52bce && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ca-certs.opam /home/opam/src/./ RUN opam pin add -yn ca-certs.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.3.0 domain-name.0.4.1 dune.3.18.1 dune-configurator.3.18.1 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.6 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ca-certs.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-04-17 15:33.37: Using cache hint "mirage/ca-certs-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-2f116de458937b09fe9a787b243ceb2c" 2025-04-17 15:33.37: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-5.3) (comment openbsd-76-amd64-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas 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")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5afc819055f4ae8f1195b0588a75ae3258f52bce || git fetch origin master) && git reset -q --hard 5afc819055f4ae8f1195b0588a75ae3258f52bce && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ca-certs.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn ca-certs.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.3.0 domain-name.0.4.1 dune.3.18.1 dune-configurator.3.18.1 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.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.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 /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-04-17 15:33.37: Waiting for resource in pool OCluster 2025-04-18 00:50.44: Waiting for worker… 2025-04-18 03:24.12: Got resource from pool OCluster Building on bremusa All commits already cached HEAD is now at 319c8a6 changes for 1.0.1 (from openbsd-76-amd64-ocaml-5.3) 2025-04-18 03:24.13 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache /: (comment openbsd-76-amd64-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-18 03:24.13 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-04-18 03:24.13 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 5.3.0 2.3.0 2025-04-18 03:24.13 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5afc819055f4ae8f1195b0588a75ae3258f52bce || git fetch origin master) && git reset -q --hard 5afc819055f4ae8f1195b0588a75ae3258f52bce && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..53021cce16 master -> origin/master 5afc819055 Merge pull request #27763 from hannesm/release-x509-v1.0.6 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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, 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-18 03:24.13 ---> using "8e0e887683fdb9977537e0426b57a0f7402381dabd23a39322a19096be5cd21b" from cache /: (copy (src ca-certs.opam) (dst /home/opam/src/./)) 2025-04-18 03:24.54 ---> saved as "b4ca6c2ff4a10f50d0d1e7cce9d44abf0ba4bd392339a034e29c1977cf22eb1d" /: (run (network host) (shell "opam pin add -yn ca-certs.dev '/home/opam/src/./'")) [ca-certs.dev] synchronised (file:///home/opam/src) ca-certs is now pinned to file:///home/opam/src (version dev) 2025-04-18 03:25.38 ---> saved as "d836faacee091dfaf43251dc7b42527392c40297ade1b9c0843e9c135d8b871e" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-04-18 03:26.35 ---> saved as "43712d33d2c39d304fd9e489f22f9ad2554dbfa576d10945b44de75641a81967" /: (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.3.0 domain-name.0.4.1 dune.3.18.1 dune-configurator.3.18.1 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.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.3 --depext-only -y ca-certs.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ca-certs.dev] synchronised (file:///home/opam/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: gmp <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/doas "pkg_add" "-I" "gmp" - quirks-7.50 signed on 2025-04-16T10:28:11Z 2025-04-18 03:27.48 ---> saved as "0855cc2419eb4aab38cd066e7b99db5d74441b6a2ed74b0ddaeb727953edd719" /: (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.3.0 - install domain-name 0.4.1 - install dune 3.18.1 - install dune-configurator 3.18.1 - 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.6 - 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 csexp.1.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-gmp.5 -> retrieved domain-name.0.4.1 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved digestif.1.3.0 (cached) -> 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 ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (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 ocamlfind.1.9.8 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved x509.1.0.6 (cached) -> retrieved zarith.1.14 (cached) -> retrieved dune.3.18.1, dune-configurator.3.18.1 (cached) -> installed cmdliner.1.3.0 -> installed conf-gmp-powm-sec.4 -> installed conf-pkg-config.4 -> installed dune.3.18.1 -> installed ocamlbuild.0.16.1 -> installed base64.3.5.1 -> installed csexp.1.5.2 -> installed domain-name.0.4.1 -> installed dune-configurator.3.18.1 -> installed duration.0.2.1 -> installed eqaf.0.10 -> installed gmap.0.3.0 -> installed digestif.1.3.0 -> installed macaddr.5.6.0 -> installed mirage-crypto.2.0.0 -> installed ipaddr.5.6.0 -> installed kdf.1.0.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocamlfind.1.9.8 -> installed ohex.0.2.0 -> installed seq.base -> installed stdlib-shims.0.3.0 -> installed re.1.12.0 -> installed topkg.1.0.8 -> installed zarith.1.14 -> installed astring.0.8.5 -> installed fmt.0.10.0 -> installed fpath.0.7.3 -> installed logs.0.8.0 -> installed ptime.1.2.0 -> installed mirage-crypto-rng.2.0.0 -> installed asn1-combinators.0.3.2 -> installed mirage-crypto-ec.2.0.0 -> installed mirage-crypto-pk.2.0.0 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed bos.0.2.1 -> installed alcotest.1.9.0 -> installed x509.1.0.6 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-18 03:39.55 ---> saved as "703a342ea2b48d00b53d1c38477104798e26e4b8135a4009c37acc0e0854c359" /: (copy (src .) (dst /home/opam/src)) 2025-04-18 03:40.53 ---> saved as "49dfab96d7fcdb835e5c97b2882198791c1451bbb4e27a2694665611a4807631" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./tests.exe) Testing `verification tests'. This run has ID `4RCUO78H'. [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.011s. 9 tests run. tests.exe: [EXEC:17748] ['uname' '-s'] 2025-04-18 03:41.51 ---> saved as "062fb4e2efc55535a7a5288c5852391d88f931506ef92227f1f262f9eeaa7f1d" Job succeeded 2025-04-18 03:41.51: Job succeeded