Organisationsmiragemirage-crypto1a2620 ()freebsd-14.1-5.3_opam-2.3

freebsd-14.1-5.3_opam-2.3

Logs

Show full logs
2025-03-12 19:50.03: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/260/head (1a262040a841c0731201a611d210e97ecd630a59) (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 1a262040
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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && 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.7.0 lwt.5.9.0 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-12 19:50.03: Using cache hint "mirage/mirage-crypto-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-f04129a81948737faedd26a719aa9741"
2025-03-12 19:50.03: 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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && 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.7.0 lwt.5.9.0 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-12 19:50.03: Waiting for resource in pool OCluster
2025-03-12 20:20.02: Waiting for worker…
2025-03-12 22:16.16: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 1a26204 mirage-crypto-ec: add Brainpool curves with 254/384/512 bits

(from freebsd-14.1-ocaml-5.3)
2025-03-12 22:01.54 ---> 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-12 22:01.56 ---> 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-12 22:01.57 ---> 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-12 22:01.58 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-03-12 22:01.59 ---> 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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..a3d20148ad  master     -> origin/master
3a07c5ca80 Merge pull request #27604 from dbuenzli/b0-publish-topkg-care.1.0.8-etc-34b29252ad1a6aca

<><> 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-12 22:02.00 ---> using "a3868ebb762ed492c856acba832e71acb333501b2346c5acab84c3dabaff13db" 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-12 22:02.01 ---> using "1baec8e97d44f69e45b0eee0db87e645628e453b1749dc35d992fe4e13d7a632" 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-12 22:02.02 ---> using "8067a2175499f3a6dbefc91a058ed33692a4b95e900d5fa7f3b6672caca71484" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-12 22:02.03 ---> using "6599fee4a5eef6c2b548bfdece9d47b51a0dce3c809887befbf33caff4192f97" 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.7.0 lwt.5.9.0 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-pk.dev] synchronised (file:///src)
[mirage-crypto-rng-miou-unix.dev] synchronised (file:///src)
[mirage-crypto.dev] synchronised (file:///src)
[mirage-crypto-rng.dev] synchronised (file:///src)
[mirage-crypto-rng-mirage.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...
- [spring] Fetching data.pkg: 
- ......
- .... done
- Processing entries: 
- .
- .
- .
- .
- .
- ..
- .
- .
- . done
- FreeBSD repository update completed. 35884 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.
- [spring] [1/1] Fetching gmp-6.3.0.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Installing gmp-6.3.0...
- [spring] [1/1] Extracting gmp-6.3.0: .......... done
2025-03-12 22:02.41 ---> saved as "97fb11029161616de65e05c442da5915eaecfa5d879936d7d0755bce5563a822"

/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.7.0
   lwt                 5.9.0
   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 cmdliner.1.3.0  (cached)
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.4
 installed conf-gmp.4
 retrieved cppo.1.8.0  (cached)
 installed conf-gmp-powm-sec.3
 retrieved alcotest.1.8.0  (cached)
 retrieved domain-name.0.4.1  (cached)
 retrieved duration.0.2.1  (cached)
 retrieved eqaf.0.10  (cached)
 retrieved fmt.0.10.0  (cached)
 retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved lwt.5.9.0  (cached)
 retrieved miou.0.3.1  (cached)
 retrieved mirage-mtime.5.0.0  (cached)
 retrieved digestif.1.2.0  (cached)
 retrieved mirage-runtime.4.9.0  (cached)
 retrieved mirage-sleep.4.0.0  (cached)
 retrieved mirage-unix.5.0.1  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved ocaml-compiler-libs.v0.17.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ohex.0.2.0  (cached)
 retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
 retrieved ppx_deriving.6.0.3  (cached)
 installed ocamlbuild.0.16.1
 retrieved ppx_deriving_yojson.3.9.1  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ounit2.2.2.7  (cached)
 retrieved ptime.1.2.0  (cached)
 retrieved randomconv.0.2.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved re.1.12.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved ppxlib.0.35.0  (cached)
 retrieved topkg.1.0.8  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved yojson.2.2.2  (cached)
 retrieved zarith.1.14  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.8
 installed base-bytes.base
 installed zarith.1.14
 installed topkg.1.0.8
 installed uutf.1.0.4
 installed fmt.0.10.0
 installed mtime.2.1.0
 installed ptime.1.2.0
 installed astring.0.8.5
 installed dune.3.17.2
 installed domain-name.0.4.1
 installed duration.0.2.1
 installed csexp.1.5.2
 installed asn1-combinators.0.3.2
 installed ocaml-compiler-libs.v0.17.0
 installed mirage-mtime.5.0.0
 installed miou.0.3.1
 installed macaddr.5.6.0
 installed eqaf.0.10
 installed cppo.1.8.0
 installed randomconv.0.2.0
 installed ppx_derivers.1.2.1
 installed ohex.0.2.0
 installed ipaddr.5.6.0
 installed ocaml-syntax-shims.1.0.0
 installed ocplib-endian.1.2
 installed stdlib-shims.0.3.0
 installed dune-configurator.3.17.2
 installed sexplib0.v0.17.0
 installed digestif.1.2.0
 installed yojson.2.2.2
 installed re.1.12.0
 installed ounit2.2.2.7
 installed alcotest.1.8.0
 installed lwt.5.9.0
 installed mirage-sleep.4.0.0
 installed logs.0.7.0
 installed mirage-runtime.4.9.0
 installed mirage-unix.5.0.1
 installed ppxlib.0.35.0
 installed ppx_deriving.6.0.3
 installed ppx_deriving_yojson.3.9.1
Done.
2025-03-12 22:06.32 ---> saved as "4c7087d8037a351e886d4f525421ef0ad52a88627dd4d5074655ad663752e383"

/src: (copy (src .) (dst /src))
2025-03-12 22:06.35 ---> saved as "c3808fd31731f43fd5b47b4773dacc700ba271ec95296937eb63ee06ed84b356"

/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.32 seconds.
OK
(cd _build/default/tests && ./test_random_runner.exe)
.........
Ran: 9 tests in: 0.16 seconds.
OK
(cd _build/default/tests && ./test_miou_entropy_collection.exe)
reseeding:
000000  0008 f818 697d cbde  c46f 01c8 cc3f d848  ....i}...o...?.H
000010  364b fc51 4a56 345b  f461 3266 ee6a 2271  6K.QJV4[.a2f.j"q
000020  bc73 8a7b f482 3489  ce8b d293 a89b 60a3  .s.{..4.......`.
000030  56aa 64af 60b6 84bb  c0c2 9ec8 0eca 8ace  V.d.`...........
000040  d0d3 d0db a6e3 52eb  2cf2 e4f6 e0fc 00ff  ......R.,.......
000050  3405 fa07 2210 9a10  4412 3617 d61d e221  4..."...D.6....!
000060  d825 ea29 f42d 3e32  ee36 283d ac3f 6447  .%.).->2.6(=.?dG
000070  604e 7e53 ae5a 6a60  7261 b664 5666 626b  `N~S.Zj`ra.dVfbk
000080  5a72 6e77 807e de83  ce8b ca93 929b 14a3  Zrnw.~..........
000090  70a9 b0ac 44ae 2cb3  b8b9 88bd ccc0 c2c2  p...D.,.........
0000a0  7cc8 d4c9 b0cd 70d1  84d4 ecd5 f8d9 48de  |.....p.......H.
0000b0  0ce3 82e9 bcec 94ee  f0f3 30fc c4fc acfe  ..........0.....
0000c0  3804 0a05 5207 560e  3613 001a 341e fc22  8...R.V.6...4.."
0000d0  2829 d62b 0208 1e8b  f8a9 8926 426e 0380  ().+.......&Bn..
0000e0  7440 23f2 0963 9aa1  2a64 2881 5ade 75e2  t@#..c..*d(.Z.u.
0000f0  9950 e25e 4426 0099  2844 f483 b325 b03e  .P.^D&..(D...%.>
000100  fbf2 22f1 9cbf cccb  632c fea2 fd4c f894  ..".....c,...L..
000110  5f83 f8a0 deaf d4ba  3f5c ac95 93d2 ad55  _.......?\.....U
000120  e9f5 d800 ea7d a1b7  07b2 8c55 ce34 25dc  .....}.....U.4%.
000130  3125 c417 faa5 0422  b4fe 0288 8633 b9f9  1%.....".....3..
000140  84ee e35f 7b79 1b1c  6401 89f8 1517 960c  ..._{y..d.......
000150  5bf0 af93 b180 d1c4  91de b9b6 fed3 a519  [...............

entropy sources: 
accumulate: (src: [0] rdrand) 17f3 0a68 9605 a578  
accumulate: (src: [1] getrandom) 242a c86c 8e3e 00e9  
accumulate: (src: [0] rdrand) fb86 24cf 6771 5c7a  
accumulate: (src: [0] rdrand) 011c d6a3 905c bd8f  
accumulate: (src: [1] getrandom) 9c58 a042 b78e 15c9  
accumulate: (src: [0] rdrand) 9e89 cdd6 181c e172  
(cd _build/default/tests && ./test_miou_rng.exe)
32 bit random number: 5657664971850c946b37b63064e42a96e6c19ed8ffa767cbef9ab1565677df6f
16 bit random number: e099f76c782983e6c15f8b23bb4804df
(cd _build/default/tests && ./test_entropy_collection.exe)
reseeding:
000000  0008 2c24 83e8 8b6b  b96d 0108 644c 5b05  ..,$...k.m..dL[.
000010  0d83 0393 02c8 1cc0  76c1 dec4 06c7 80cd  ........v.......
000020  eed0 24d3 c0d9 94dd  12e1 68e3 a0ea 10f0  ..$.......h.....
000030  60f0 8af1 d2f4 e2f6  10fd 62ff 8406 be0b  `.........b.....
000040  9813 fc1a 5221 2a24  ac24 7426 ca2b c633  ....R!*$.$t&.+.3
000050  843b 7e52 ae57 685f  6c66 a46b 1e73 b679  .;~R.Wh_lf.k.s.y
000060  567d 6280 5881 6684  6285 8688 c489 ac8d  V}b.X.f.b.......
000070  3691 0094 3c94 e494  1e97 c29d 7aa1 d0a4  6...<.......z...
000080  a0a6 3eac eeac 28af  aab5 5eb9 4cbc 48bd  ..>...(...^.L.H.
000090  08c0 4ac0 4ac1 48c4  0ac5 7cc7 a8ce 58d4  ..J.J.H...|...X.
0000a0  38d5 08d8 4ed8 1cd9  cedb 9ce3 32eb c8f1  8...N.......2...
0000b0  b6f5 54f9 5afc 40fd  1e00 8c00 d401 ea05  ..T.Z.@.........
0000c0  280a aa0e 6014 5015  5018 2219 c81b 8823  (...`.P.P."....#
0000d0  f42a 0e31 8a33 d03a  ca40 8e42 0e48 0308  .*.1.3.:.@.B.H..
0000e0  ac42 1bf7 805e a267                       .B...^.g

accumulate: (src: [0] rdrand) 22b3 ba60 6d44 6c20  
entropy sources: [0] rdrand [1] timer 
accumulate: (src: [1] timer) f4f3 3295 
accumulate: (src: [0] rdrand) 6bd1 d9d3 aad5 1c9d  
accumulate: (src: [1] timer) c0f1 8f00 
accumulate: (src: [0] rdrand) e70e c7a8 e63a 9c56  
accumulate: (src: [1] timer) 782e 126f 
(cd _build/default/tests && ./test_ec.exe)
Testing `EC'.
This run has ID `Y3NP0FOW'.

  [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.170s. 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: 4.39 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.7.0 lwt.5.9.0 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_802_4445" "mount.devfs" "path=/obuilder/result/947e0c615e6ab80eae13ebb07b6ae9c5d35a3a369ae023a740afb7172e59b2af/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.7.0 lwt.5.9.0 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-12 22:21.50: Job failed: Failed: Build failed