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

freebsd-14.1-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-03-04 12:10.11: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/259/head (d097a9300fb4c849c1d545e21367f5c2a626243c) (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/259/head" && git reset --hard d097a930
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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && 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.9.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.8.2 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.7 uutf.1.0.3 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-04 12:10.11: Using cache hint "mirage/mirage-crypto-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-cbf02f8e83b1985128921049c73b03ef"
2025-03-04 12:10.11: 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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && 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.9.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.8.2 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.7 uutf.1.0.3 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-04 12:10.11: Waiting for resource in pool OCluster
2025-03-04 12:10.12: Waiting for worker…
2025-03-04 12:10.12: Got resource from pool OCluster
Building on spring
HEAD is now at cadf0e1 changes for 2.0.0
HEAD is now at d097a93 mirage-crypto-ec: implementation of SECP256K1


(from freebsd-14.1-ocaml-5.3)
2025-03-04 11:57.24 ---> 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-04 11:57.24 ---> 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-04 11:57.24 ---> 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-04 11:57.24 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-04 11:57.24 ---> 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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..5c627de423  master     -> origin/master
5c627de423 Merge pull request #27523 from hannesm/re-add-base-ocamlbuild


<><> 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-04 11:57.25 ---> using "94cf067aaaead1ca44fe4548067f7a6baf8655d104fff1e52a07ffb011f5e8c6" 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-04 11:57.25 ---> saved as "c69510d2bfe0c6f1f9b225c3a72f1f968f25e754bc9a1ba492d554dc52009012"


/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-04 11:57.31 ---> saved as "3726659404c9d74a4ec43e20df275a0e3cf742aca173340fccd72c4b3f49d069"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-04 11:57.32 ---> saved as "75769555eba4f3720bf836133b722f7189bf8aa44f34c19edda34ae499732916"


/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.9.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.8.2 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.7 uutf.1.0.3 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.dev] synchronised (file:///src)
[mirage-crypto-ec.dev] synchronised (file:///src)
[mirage-crypto-pk.dev] synchronised (file:///src)
[mirage-crypto-rng.dev] synchronised (file:///src)
[mirage-crypto-rng-miou-unix.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. 35881 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-04 11:57.57 ---> saved as "073e39e9d8fb09ea7fad299dfabb62f42f9dff125c0b33064e9aaaaf72acc959"


/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.9.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.8.2
∗ 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.7
∗ uutf                1.0.3
∗ 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)
∗ installed conf-pkg-config.4
⬇ retrieved cmdliner.1.3.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
∗ installed conf-gmp.4
⬇ retrieved cppo.1.8.0  (cached)
⬇ retrieved alcotest.1.8.0  (cached)
⬇ retrieved domain-name.0.4.1  (cached)
∗ installed conf-gmp-powm-sec.3
⬇ retrieved duration.0.2.1  (cached)
⬇ retrieved eqaf.0.10  (cached)
⬇ retrieved fmt.0.9.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-sleep.4.0.0  (cached)
⬇ retrieved mirage-runtime.4.8.2  (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 ocamlfind.1.9.8  (cached)
⬇ retrieved ocplib-endian.1.2  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ohex.0.2.0  (cached)
⬇ retrieved ounit2.2.2.7  (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 sexplib0.v0.17.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved topkg.1.0.7  (cached)
⬇ retrieved uutf.1.0.3  (cached)
⬇ retrieved ppxlib.0.35.0  (cached)
⬇ retrieved yojson.2.2.2  (cached)
⬇ retrieved zarith.1.14  (cached)
⬇ retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
∗ installed cmdliner.1.3.0
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.0.7
∗ installed uutf.1.0.3
∗ installed mtime.2.1.0
∗ installed ptime.1.2.0
∗ installed fmt.0.9.0
∗ installed astring.0.8.5
∗ installed dune.3.17.2
∗ installed duration.0.2.1
∗ installed csexp.1.5.2
∗ installed macaddr.5.6.0
∗ installed mirage-mtime.5.0.0
∗ installed eqaf.0.10
∗ installed domain-name.0.4.1
∗ installed cppo.1.8.0
∗ installed asn1-combinators.0.3.2
∗ installed miou.0.3.1
∗ installed ohex.0.2.0
∗ installed ocplib-endian.1.2
∗ installed ipaddr.5.6.0
∗ installed ppx_derivers.1.2.1
∗ installed ocaml-syntax-shims.1.0.0
∗ installed randomconv.0.2.0
∗ installed stdlib-shims.0.3.0
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed sexplib0.v0.17.0
∗ installed dune-configurator.3.17.2
∗ 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.8.2
∗ 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-04 11:59.25 ---> saved as "0f4e8e5555e4ffbc321a3ff17da95b2dd0a633f081adff018a40192f52671faf"


/src: (copy (src .) (dst /src))
2025-03-04 11:59.26 ---> saved as "64a05a54960827994867e6dc9763f7652b3ca70c86996f6849166286a48b31dd"


/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_random_runner.exe)
.........
Ran: 9 tests in: 0.12 seconds.
OK
(cd _build/default/tests && ./test_symmetric_runner.exe)
accel: XOR AES GHASH
................................................................
Ran: 64 tests in: 0.14 seconds.
OK
(cd _build/default/tests && ./test_ec.exe)
Testing `EC'.
This run has ID `GHP82MJO'.


[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...


Full test results in `/src/_build/default/tests/_build/_tests/EC'.
Test Successful in 0.054s. 73 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("ecdh_secp256k1_test.json: No such file or directory")
(cd _build/default/tests && ./test_miou_entropy_collection.exe)
reseeding:
000000  0008 b6b7 71f0 8dbb  ad2b 01c8 c47b 5e84  ....q....+...{^.
000010  ac85 7889 b88c 7e8e  d293 cc9b baa3 86ab  ..x...~.........
000020  eab2 14b9 94bb 14c3  6ec9 b2cc 48ce 42d3  ........n...H.B.
000030  fad9 4cdf 18e6 acea  38f0 12f1 68f3 a0fa  ..L.....8...h...
000040  1400 6c00 b001 7805  9c08 3a0a e00e 0a15  ..l...x...:.....
000050  5017 561e 3623 002a  342e fc32 2839 da3b  P.V.6#.*4..2(9.;
000060  c243 a64b 2653 d059  a45d 4c61 1864 7864  .C.K&S.Y.]La.dxd
000070  d465 f269 446e 0073  6079 527c 567d 3680  .e.iDn.s`yR|V}6.
000080  0281 3a83 108a 648e  8893 cc9a c4a0 80a2  ..:...d.........
000090  e0a7 fab0 58b3 3cba  14bf 70c5 b0c8 44ca  ....X.<...p...D.
0000a0  2acf b2d5 78d9 9cdc  30de c4e2 aae8 32ea  *...x...0.....2.
0000b0  f6ee 14f5 9ef7 0eff  8805 cc08 c40a 8010  ................
0000c0  de11 d015 d019 a41d  4c21 1824 7624 d625  ........L!.$v$.%
0000d0  ee29 fe2d 0208 49a1  5b3a ae71 3ebf 0380  .).-..I.[:.q>...
0000e0  881a 04e9 c31a 39d6  bdc3 2c9f a075 3ed8  ......9...,..u>.
0000f0  d2d2 4461 3d45 b64f  af44 8ec5 d19f 0a1c  ..Da=E.O.D......
000100  9a8c d2c0 be7b 8a95  9fbf f221 c4b8 46ee  .....{.....!..F.
000110  27d4 cd2a c9f0 d33f  e80e f3f8 c689 4969  '..*...?......Ii
000120  808e b220 fea6 ba9e  c5c0 afbe 5d1c 712c  ... ........].q,
000130  971a bcf4 1315 a556  92ee b5d2 e8a7 7da0  .......V......}.
000140  ad94 6e1b ffed 2856  6557 9c5a 8d44 3d72  ..n...(VeW.Z.D=r
000150  bf57 4621 bb83 c53f  581b f748 3531 6c3a  .WF!...?X..H51l:


accumulate: (src: [0] rdrand) 57c4 7aff 43d2 4d9f
accumulate: (src: [1] getrandom) c77a 1651 9f41 6431
entropy sources: [1] getrandom [0] rdrand
accumulate: (src: [0] rdrand) 7bb1 1678 3773 8acd
accumulate: (src: [1] getrandom) b7c0 7436 1d27 6669
accumulate: (src: [0] rdrand) 195d d878 a6a4 f608
(cd _build/default/tests && ./test_miou_rng.exe)
32 bit random number: 498c8d7908caef9045194d44a0429bf760c7bc39af1464999e2c1cf632175d13
16 bit random number: 22d59b98ef12004d88c77d73bd5e33d3
(cd _build/default/tests && ./test_entropy_collection.exe)
reseeding:
000000  0008 2654 c44d 0627  c43b 0108 112a b9cd  ..&T.M.'.;...*..
000010  ee89 6c1e 02c8 d0b3  c4bc d4be eec4 1ec7  ..l.............
000020  b0cd 66d1 88d4 eed5  20da b8de 80e4 b6e5  ..f..... .......
000030  8ae9 d2ec d8ee bcf4  96f6 f4fb 3a04 e004  ............:...
000040  fa06 200d ba0f 6217  861e c423 aa2b 3033  .. ...b....#.+03
000050  f039 043e 6a42 7047  ae4e 3e54 1c55 8857  .9.>jBpG.N>T.U.W
000060  f05e 0465 6a67 726e  b873 5c7b 7482 8e87  .^.ejgrn.s\{t...
000070  088f 4c95 4498 fc98  549b 2ca2 e4a6 deac  ..L.D...T.,.....
000080  faae 20b5 c0b7 70bf  aec6 40cc 20cd 92cf  .. ...p...@. ...
000090  14d7 6edd a6e0 24e2  cce6 98ec 24ee c0f3  ..n...$.....$...
0000a0  a8fb 2a03 dc09 c80d  b811 5815 6618 6619  ..*.......X.f.f.
0000b0  921c e81d 1622 7426  ba2b 6233 843a c03f  ....."t&.+b3.:.?
0000c0  a047 104f 9655 f458  3c5b e661 1266 686a  .G.O.U.X<[.a.fhj
0000d0  966f f476 387d d87f  e687 e48f 0c98 0308  .o.v8}..........
0000e0  81d7 2ec6 e1dd 984e                       .......N


accumulate: (src: [0] rdrand) fa66 45c3 f577 dc22
entropy sources: [0] rdrand [1] timer
accumulate: (src: [1] timer) f451 7cde
accumulate: (src: [0] rdrand) 595b 74b6 0450 40e2
accumulate: (src: [1] timer) 1810 774c
accumulate: (src: [0] rdrand) 7af5 d94a 94be afb0
accumulate: (src: [1] timer) 84ac d8b7
accumulate: (src: [0] rdrand) 33d6 547b 9e82 869e
(cd _build/default/tests && ./test_pk_runner.exe)
.......................................................................................................................................................................................................................................................................................................................................................................
Ran: 359 tests in: 2.49 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.9.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.8.2 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.7 uutf.1.0.3 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_49128_27291" "mount.devfs" "path=/obuilder/result/87062273f09fafc24ca6957a1f2657a9db7d5585bb4c53e474ff7e233749fc6d/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.9.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.8.2 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.7 uutf.1.0.3 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-04 12:12.32: Job failed: Failed: Build failed