2025-03-17 10:27.33: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/260/head (1a59d8b975dc7279c29cfce5eb8db910c506c93b) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3) Base: freebsd-14.1-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-crypto.git" && cd "mirage-crypto" && git fetch origin "refs/pull/260/head" && git reset --hard 1a59d8b9 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.1-ocaml-5.3 # freebsd-14.1-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./ RUN opam pin add -yn mirage-crypto.dev './' && \ opam pin add -yn mirage-crypto-rng.dev './' && \ opam pin add -yn mirage-crypto-rng-mirage.dev './' && \ opam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ opam pin add -yn mirage-crypto-pk.dev './' && \ opam pin add -yn mirage-crypto-ec.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.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 2025-03-17 10:27.33: Using cache hint "mirage/mirage-crypto-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-4394cad40b67fdb53bee543690a4564d" 2025-03-17 10:27.33: Using OBuilder spec: ((from freebsd-14.1-ocaml-5.3) (comment freebsd-14.1-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/local/bin/opam-2.3 /usr/local/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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-crypto.dev './' && \ \nopam pin add -yn mirage-crypto-rng.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ \nopam pin add -yn mirage-crypto-pk.dev './' && \ \nopam pin add -yn mirage-crypto-ec.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 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 mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.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-03-17 10:27.33: Waiting for resource in pool OCluster 2025-03-17 13:42.58: Waiting for worker… 2025-03-17 14:59.47: Got resource from pool OCluster Building on summer All commits already cached HEAD is now at 1a59d8b mirage-crypto-ec: add Brainpool curves with 254/384/512 bits (from freebsd-14.1-ocaml-5.3) 2025-03-17 14:46.44 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache /: (comment freebsd-14.1-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/local/bin/opam-2.3 /usr/local/bin/opam")) 2025-03-17 14:46.45 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" from cache /src: (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. 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-03-17 14:46.45 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.1-RELEASE-p5 The OCaml toplevel, version 5.3.0 2.3.0 2025-03-17 14:46.45 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-17 14:46.45 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..4f8517f5b7 master -> origin/master 08baa0f29f Merge pull request #27602 from dbuenzli/b0-publish-logs.0.8.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2025-03-17 14:46.46 ---> using "c19744523a09fdea348dc1e57c73dc27837e42cb98da1d8c7c6e39db9a999d1a" from cache /src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) 2025-03-17 14:46.46 ---> using "348671235bcf5008b4523a723e045f715745c07f3eb979e878b9cd9f7ba36775" from cache /src: (run (network host) (shell "opam pin add -yn mirage-crypto.dev './' && \ \nopam pin add -yn mirage-crypto-rng.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ \nopam pin add -yn mirage-crypto-pk.dev './' && \ \nopam pin add -yn mirage-crypto-ec.dev './'")) [mirage-crypto.dev] synchronised (file:///src) mirage-crypto is now pinned to file:///src (version dev) [mirage-crypto-rng.dev] synchronised (file:///src) mirage-crypto-rng is now pinned to file:///src (version dev) [mirage-crypto-rng-mirage.dev] synchronised (file:///src) mirage-crypto-rng-mirage is now pinned to file:///src (version dev) [mirage-crypto-rng-miou-unix.dev] synchronised (file:///src) mirage-crypto-rng-miou-unix is now pinned to file:///src (version dev) [mirage-crypto-pk.dev] synchronised (file:///src) mirage-crypto-pk is now pinned to file:///src (version dev) [mirage-crypto-ec.dev] synchronised (file:///src) mirage-crypto-ec is now pinned to file:///src (version dev) 2025-03-17 14:46.46 ---> using "233b604190568d32e16f354fc579b4481e65e5bab6897096f216307336b957b8" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-17 14:46.46 ---> using "616f9e65e5c3892a4f9b31a47a74fe19719d8bccab323ae98d3eb342fac52b1e" from cache /src: (env DEPS "alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 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 mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-crypto-ec.dev] synchronised (file:///src) [mirage-crypto.dev] synchronised (file:///src) [mirage-crypto-pk.dev] synchronised (file:///src) [mirage-crypto-rng.dev] synchronised (file:///src) [mirage-crypto-rng-mirage.dev] synchronised (file:///src) [mirage-crypto-rng-miou-unix.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: gmp <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "gmp" - Updating FreeBSD repository catalogue... - [summer] Fetching data.pkg: - ..... - ..... done - Processing entries: - . - .. - . - .. - . - .. - . done - FreeBSD repository update completed. 35855 packages processed. - All repositories are up to date. - The following 1 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - gmp: 6.3.0 - - Number of packages to be installed: 1 - - The process will require 3 MiB more space. - 498 KiB to be downloaded. - [summer] [1/1] Fetching gmp-6.3.0.pkg: .......... done - Checking integrity... done (0 conflicting) - [summer] [1/1] Installing gmp-6.3.0... - [summer] [1/1] Extracting gmp-6.3.0: .......... done 2025-03-17 14:47.21 ---> saved as "ea106ada6f52d4ecf1e48d55d44bf588c62b4b2290431be9eee345f27380c11a" /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 48 packages ∗ alcotest 1.8.0 ∗ asn1-combinators 0.3.2 ∗ astring 0.8.5 ∗ base-bytes base ∗ cmdliner 1.3.0 ∗ conf-gmp 4 ∗ conf-gmp-powm-sec 3 ∗ conf-pkg-config 4 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ digestif 1.2.0 ∗ domain-name 0.4.1 ∗ dune 3.17.2 ∗ dune-configurator 3.17.2 ∗ duration 0.2.1 ∗ eqaf 0.10 ∗ fmt 0.10.0 ∗ ipaddr 5.6.0 ∗ logs 0.8.0 ∗ lwt 5.9.1 ∗ macaddr 5.6.0 ∗ miou 0.3.1 ∗ mirage-mtime 5.0.0 ∗ mirage-runtime 4.9.0 ∗ mirage-sleep 4.0.0 ∗ mirage-unix 5.0.1 ∗ mtime 2.1.0 ∗ ocaml-compiler-libs v0.17.0 ∗ ocaml-syntax-shims 1.0.0 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ ocplib-endian 1.2 ∗ ohex 0.2.0 ∗ ounit2 2.2.7 ∗ ppx_derivers 1.2.1 ∗ ppx_deriving 6.0.3 ∗ ppx_deriving_yojson 3.9.1 ∗ ppxlib 0.35.0 ∗ ptime 1.2.0 ∗ randomconv 0.2.0 ∗ re 1.12.0 ∗ seq base ∗ sexplib0 v0.17.0 ∗ stdlib-shims 0.3.0 ∗ topkg 1.0.8 ∗ uutf 1.0.4 ∗ yojson 2.2.2 ∗ zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved asn1-combinators.0.3.2 (cached) ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved conf-gmp.4 (cached) ⬇ retrieved conf-gmp-powm-sec.3 (cached) ⬇ retrieved cppo.1.8.0 (cached) ∗ installed conf-pkg-config.4 ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved cmdliner.1.3.0 (cached) ⬇ retrieved domain-name.0.4.1 (cached) ⬇ retrieved alcotest.1.8.0 (cached) ⬇ retrieved duration.0.2.1 (cached) ⬇ retrieved eqaf.0.10 (cached) ⬇ retrieved fmt.0.10.0 (cached) ∗ installed conf-gmp.4 ⬇ retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) ∗ installed conf-gmp-powm-sec.3 ⬇ retrieved logs.0.8.0 (cached) ⬇ retrieved lwt.5.9.1 (cached) ⬇ retrieved miou.0.3.1 (cached) ⬇ retrieved digestif.1.2.0 (cached) ⬇ retrieved mirage-mtime.5.0.0 (cached) ⬇ retrieved mirage-sleep.4.0.0 (cached) ⬇ retrieved mirage-unix.5.0.1 (cached) ⬇ retrieved mtime.2.1.0 (cached) ⬇ retrieved mirage-runtime.4.9.0 (cached) ⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ocplib-endian.1.2 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ounit2.2.2.7 (cached) ⬇ retrieved ohex.0.2.0 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ppx_deriving_yojson.3.9.1 (cached) ⬇ retrieved ppx_deriving.6.0.3 (cached) ⬇ retrieved ptime.1.2.0 (cached) ⬇ retrieved randomconv.0.2.0 (cached) ⬇ retrieved re.1.12.0 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved ppxlib.0.35.0 (cached) ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved topkg.1.0.8 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved zarith.1.14 (cached) ⬇ retrieved yojson.2.2.2 (cached) ∗ installed cmdliner.1.3.0 ∗ installed ocamlbuild.0.16.1 ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed zarith.1.14 ∗ installed topkg.1.0.8 ∗ installed uutf.1.0.4 ∗ installed mtime.2.1.0 ∗ installed ptime.1.2.0 ∗ installed fmt.0.10.0 ∗ installed astring.0.8.5 ∗ installed dune.3.17.2 ∗ installed randomconv.0.2.0 ∗ installed ppx_derivers.1.2.1 ∗ installed ohex.0.2.0 ∗ installed stdlib-shims.0.3.0 ∗ installed sexplib0.v0.17.0 ∗ installed re.1.12.0 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed yojson.2.2.2 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed ounit2.2.2.7 ∗ installed mirage-mtime.5.0.0 ∗ installed miou.0.3.1 ∗ installed macaddr.5.6.0 ∗ installed eqaf.0.10 ∗ installed duration.0.2.1 ∗ installed alcotest.1.8.0 ∗ installed domain-name.0.4.1 ∗ installed csexp.1.5.2 ∗ installed ipaddr.5.6.0 ∗ installed digestif.1.2.0 ∗ installed cppo.1.8.0 ∗ installed asn1-combinators.0.3.2 ∗ installed ocplib-endian.1.2 ∗ installed ppxlib.0.35.0 ∗ installed dune-configurator.3.17.2 ∗ installed ppx_deriving.6.0.3 ∗ installed ppx_deriving_yojson.3.9.1 ∗ installed lwt.5.9.1 ∗ installed mirage-sleep.4.0.0 ∗ installed logs.0.8.0 ∗ installed mirage-runtime.4.9.0 ∗ installed mirage-unix.5.0.1 Done. 2025-03-17 14:50.28 ---> saved as "5157f5e3205165d4ed0c536a2cc5751056b34b3cf1088ac4a4e0e40f71824f33" /src: (copy (src .) (dst /src)) 2025-03-17 14:50.42 ---> saved as "2614c268968bab683b1b180b1e14e4c46f5a8cd191131731162c6ed41994b5df" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/tests && ./test_entropy.exe) test entropy OK (cd _build/default/tests && ./test_symmetric_runner.exe) accel: XOR AES GHASH ................................................................ Ran: 64 tests in: 0.22 seconds. OK (cd _build/default/tests && ./test_random_runner.exe) ......... Ran: 9 tests in: 0.18 seconds. OK (cd _build/default/tests && ./test_entropy_collection.exe) reseeding: 000000 0008 9905 24e1 8b98 f835 0108 e543 5e88 ....$....5...C^. 000010 fb11 f341 02c8 3afd 0804 a204 b807 9a17 ...A..:......... 000020 0e27 2e34 3035 7c3a 4e45 ee4a 6057 d065 .'.405|:NE.J`W.e 000030 be6d 4675 f47a b287 4297 5ca5 46ab 34b9 .mFu.z..B.\.F.4. 000040 78be eec8 0ecd b8d1 3cd9 90de 88e9 48f0 x.......<.....H. 000050 9ef1 c8f8 4cfc b6fd 4005 c60a a416 0422 ....L...@......" 000060 ac2a 5436 7040 6a42 ce4c 4050 6a51 6257 .*T6p@jB.L@PjQbW 000070 aa65 0c6d a671 d878 8a7c f87e e88b a29c .e.m.q.x.|.~.... 000080 669f cead a2b5 b2bc dcbf 48d0 b0d1 2cd9 f.........H...,. 000090 1ede 16e7 60f4 42f6 2000 e200 de04 b008 ....`.B. ....... 0000a0 d00b da1b 862c e22e 1c3b 9648 444b 8059 .....,...;.HDK.Y 0000b0 1460 ac60 b463 9473 3483 d090 5694 ee95 .`.`.c.s4...V... 0000c0 229e 56a7 b8b5 20bd 04c2 6aca 7ed4 b8d6 ".V... ...j.~... 0000d0 72e2 4aed 10f3 2c00 2001 1e06 4e0f 0308 r.J...,. ...N... 0000e0 6848 7fcd c509 d215 hH...... accumulate: (src: [0] rdrand) bb44 1edf 6295 5a93 entropy sources: [0] rdrand [1] timer accumulate: (src: [1] timer) dc1f 6761 accumulate: (src: [0] rdrand) 6695 bdb3 ebf5 7e33 accumulate: (src: [1] timer) f85e 35d0 accumulate: (src: [0] rdrand) c05c efeb 4aa9 34a1 accumulate: (src: [1] timer) 04a6 863b (cd _build/default/tests && ./test_miou_entropy_collection.exe) reseeding: 000000 0008 afd0 9ef7 b4d4 e94b 01c8 889e 36ab .........K....6. 000010 b4b9 5ec1 82c7 d2d6 b4e2 0aee b6f6 8a02 ..^............. 000020 780d c213 8225 202c d22c e830 0235 8439 x....% ,.,.0.5.9 000030 2040 e240 e444 dc48 bc4c 0650 6650 4052 @.@.D.H.L.PfP@R 000040 525c ce5d 8c65 5c6c 206e 6277 d485 d08d R\.].e\l nbw.... 000050 9895 a69c 7a9f 7cae 26b9 40be fcc7 3ad9 ....z.|.&.@...:. 000060 c2de 32ec 3eed 4af4 e6f5 2cfe 9a07 ae18 ..2.>.J...,..... 000070 b81b 9a2b 103b 2a48 0449 e84d 3c56 c85f ...+.;*H.I.M<V._ 000080 0e70 8070 ee72 827f b28e 449a 28a4 04a5 .p.p.r....D.(... 000090 a8a9 f0b0 20b5 a0bb 38cb fed8 70dd a4e3 .... ...8...p... 0000a0 20f3 8c00 0e03 2a10 1811 f215 781e 1c29 .....*.....x..) 0000b0 242e 5c37 aa45 e04c b650 cc53 0064 4864 $.\7.E.L.P.S.dHd 0000c0 a465 046d 7271 da77 a488 948b b49c c89f .e.mrq.w........ 0000d0 2eb0 1cb1 0208 7536 9bb0 00ac 7e59 0380 ......u6....~Y.. 0000e0 f06a 6a00 adae c934 b9d7 c470 54b4 cbbe .jj....4...pT... 0000f0 5a6f ce9a 1ba6 1ce0 ae26 539a 89f7 3e99 Zo.......&S...>. 000100 2d86 6dd5 59aa a019 bd39 979c 68eb 7cae -.m.Y....9..h.|. 000110 f235 7fdb dd1a fba4 f789 12ad 21e8 7e7a .5..........!.~z 000120 9832 e472 3dbd ccc9 61d7 b172 b9fa f869 .2.r=...a..r...i 000130 6bb8 bb67 4db1 049b 2988 8c23 6f45 a6b1 k..gM...)..#oE.. 000140 3336 fc4b ff4f 84c1 1166 5076 d873 aa1b 36.K.O...fPv.s.. 000150 a9c8 602b b70f ef78 6a77 3b4b b64e 62dd ..`+...xjw;K.Nb. accumulate: (src: [0] rdrand) bf86 6762 4e5d 5ec3 accumulate: (src: [1] getrandom) 84ac 737b 30f3 8167 entropy sources: [1] getrandom [0] rdrand accumulate: (src: [0] rdrand) 060f fec6 957a 9737 accumulate: (src: [1] getrandom) 9388 43b7 d99e 576c accumulate: (src: [0] rdrand) b5aa e74a 421a d00c (cd _build/default/tests && ./test_miou_rng.exe) 32 bit random number: 1468da33a1dd07d5c3449c509fc078e3ebe422467831a3c535d4775784a571cb 16 bit random number: 0d20184e1e45a5bc1d8e9235b3ecb74b (cd _build/default/tests && ./test_ec.exe) Testing `EC'. This run has ID `4B96MGXC'. [OK] P256 Key exchange 0 b*A. [OK] P256 Key exchange 1 a*B. [OK] P256 Key exchange 2 a*A. [OK] P256 Key exchange 3 b*B. [OK] P256 Low level scalar mult 0 Scalar mu... [OK] P256 Low level scalar mult 1 Scalar mu... [OK] P256 Low level scalar mult 2 Scalar mu... [OK] P256 Low level scalar mult 3 Scalar mu... [OK] P256 Low level scalar mult 4 Scalar mu... [OK] P256 Low level scalar mult 5 Scalar mu... [OK] P256 Point validation 0 Ok. [OK] P256 Point validation 1 P=0. [OK] P256 Point validation 2 (0, sqrt(... [OK] P256 Point validation 3 out of ra... [OK] P256 Scalar validation when generating 0 0. [OK] P256 Scalar validation when generating 1 1. [OK] P256 Scalar validation when generating 2 n-1. [OK] P256 Scalar validation when generating 3 n. [OK] ECDSA NIST 0 ECDSA gen. [OK] ECDSA NIST 1 ECDSA sign. [OK] ECDSA NIST 2 ECDSA ver... [OK] ECDSA RFC 6979 P256 0 public ke... [OK] ECDSA RFC 6979 P256 1 public ke... [OK] ECDSA RFC 6979 P256 2 RFC 6979 ... [OK] ECDSA RFC 6979 P256 3 RFC 6979 ... [OK] ECDSA RFC 6979 P256 4 RFC 6979 ... [OK] ECDSA RFC 6979 P256 5 RFC 6979 ... [OK] ECDSA RFC 6979 P256 6 RFC 6979 ... [OK] ECDSA RFC 6979 P256 7 RFC 6979 ... [OK] ECDSA RFC 6979 P256 8 RFC 6979 ... [OK] ECDSA RFC 6979 P256 9 RFC 6979 ... [OK] ECDSA RFC 6979 P256 10 RFC 6979 ... [OK] ECDSA RFC 6979 P256 11 RFC 6979 ... [OK] ECDSA RFC 6979 P384 0 public ke... [OK] ECDSA RFC 6979 P384 1 public ke... [OK] ECDSA RFC 6979 P384 2 RFC 6979 ... [OK] ECDSA RFC 6979 P384 3 RFC 6979 ... [OK] ECDSA RFC 6979 P384 4 RFC 6979 ... [OK] ECDSA RFC 6979 P384 5 RFC 6979 ... [OK] ECDSA RFC 6979 P384 6 RFC 6979 ... [OK] ECDSA RFC 6979 P384 7 RFC 6979 ... [OK] ECDSA RFC 6979 P384 8 RFC 6979 ... [OK] ECDSA RFC 6979 P384 9 RFC 6979 ... [OK] ECDSA RFC 6979 P384 10 RFC 6979 ... [OK] ECDSA RFC 6979 P384 11 RFC 6979 ... [OK] ECDSA RFC 6979 P521 0 public ke... [OK] ECDSA RFC 6979 P521 1 public ke... [OK] ECDSA RFC 6979 P521 2 RFC 6979 ... [OK] ECDSA RFC 6979 P521 3 RFC 6979 ... [OK] ECDSA RFC 6979 P521 4 RFC 6979 ... [OK] ECDSA RFC 6979 P521 5 RFC 6979 ... [OK] ECDSA RFC 6979 P521 6 RFC 6979 ... [OK] ECDSA RFC 6979 P521 7 RFC 6979 ... [OK] ECDSA RFC 6979 P521 8 RFC 6979 ... [OK] ECDSA RFC 6979 P521 9 RFC 6979 ... [OK] ECDSA RFC 6979 P521 10 RFC 6979 ... [OK] ECDSA RFC 6979 P521 11 RFC 6979 ... [OK] X25519 0 RFC 7748. [OK] ED25519 0 RFC 8032 1. [OK] ED25519 1 RFC 8032 2. [OK] ED25519 2 RFC 8032 3. [OK] ED25519 3 RFC 8032 4. [OK] ED25519 4 RFC 8032 5. [OK] ECDSA P521 regression 0 regression1. [OK] secp256k1 ECDSA 0 ECDSA gen. [OK] secp256k1 ECDSA 1 ECDSA ver... [OK] secp256k1 ECDSA sign 0 ECDSA sig... [OK] secp256k1 ECDSA sign 1 ECDSA sig... [OK] secp256k1 ECDSA sign 2 ECDSA sig... [OK] secp256k1 ECDSA sign 3 ECDSA sig... [OK] secp256k1 ECDSA sign 4 ECDSA sig... [OK] secp256k1 ECDSA sign 5 ECDSA sig... [OK] secp256k1 ECDSA sign 6 ECDSA sig... [OK] brainpoolP256r1 ECDSA 0 ECDSA gen. [OK] brainpoolP256r1 ECDSA 1 ECDSA sign. [OK] brainpoolP256r1 ECDSA 2 ECDSA ver... [OK] brainpoolP384r1 ECDSA 0 ECDSA gen. [OK] brainpoolP384r1 ECDSA 1 ECDSA sign. [OK] brainpoolP384r1 ECDSA 2 ECDSA ver... [OK] brainpoolP512r1 ECDSA 0 ECDSA gen. [OK] brainpoolP512r1 ECDSA 1 ECDSA sign. [OK] brainpoolP512r1 ECDSA 2 ECDSA ver... Full test results in `/src/_build/default/tests/_build/_tests/EC'. Test Successful in 0.117s. 82 tests run. File "tests/dune", line 48, characters 7-25: 48 | (name test_ec_wycheproof) ^^^^^^^^^^^^^^^^^^ (cd _build/default/tests && ./test_ec_wycheproof.exe) Fatal error: exception Sys_error("ecdsa_brainpoolp512r1_sha512_test.json: No such file or directory") (cd _build/default/tests && ./test_pk_runner.exe) ....................................................................................................................................................................................................................................................................................................................................................................... Ran: 359 tests in: 3.72 seconds. OK jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed "jail" "-c" "name=obuilder_822_16286" "mount.devfs" "path=/obuilder/result/40f2d55f13270cf8eba748984847ef242adb19797d05fc51716c235424a5c51e/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1 2025-03-17 15:04.29: Job failed: Failed: Build failed