Organisationsmiragemirage-crypto1a2620 ()debian-12-5.3_arm64_opam-2.3

debian-12-5.3_arm64_opam-2.3

Link Copied
Code Copied

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) (linux-arm64:debian-12-5.3_arm64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
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 ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
# debian-12-5.3_arm64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/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-ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8-debian-12-5.3_arm64_opam-2.3-f04129a81948737faedd26a719aa9741"
2025-03-12 19:50.03: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8)
(comment debian-12-5.3_arm64_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 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 23:35.12: Waiting for worker…
2025-03-13 00:38.57: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 1a26204 mirage-crypto-ec: add Brainpool curves with 254/384/512 bits


(from ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8' locally
docker.io/ocaml/opam@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8: Pulling from ocaml/opam
b77737b502f6: Pulling fs layer
b77737b502f6: Verifying Checksum
b77737b502f6: Download complete
b77737b502f6: Pull complete
Digest: sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
Status: Downloaded newer image for ocaml/opam@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
2025-03-13 00:38.57 ---> using "b6d8d0fa0c54cd585b3a04afcf0d66bfe3f39ed58ba8af0589daf7dcc03b3d19" from cache


/: (comment debian-12-5.3_arm64_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-13 00:38.57 ---> using "f8420385e9cefec70b7fc0a4c74e6537f54bcf9f1134d65fe7170e7c1468905e" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-13 00:38.57 ---> using "f616cd4af98f101fd1868bcda14f85f9790c2c9f591a7c535ef47450ff6ba3f7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-13 00:38.57 ---> using "c88997f05a588cb639982ecfe8b000b16df5707052811e8247e34be33e94b44e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-13 00:38.57 ---> using "42a23355e48ff2b1e324f92ad5f9d7f0c215980a082e56d01e7ad4f4aea189e7" 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
862a7640b1..a3d20148ad  master     -> origin/master
3a07c5ca80 Merge pull request #27604 from dbuenzli/b0-publish-topkg-care.1.0.8-etc-34b29252ad1a6aca


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-03-13 00:38.57 ---> using "18412a466b5f84d14f2eb24009efc2bc1af8d7836e9c03290a6854d5ecfc188f" 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-13 00:38.57 ---> using "52753005f5b09de7209f3bf56dfbc295e5c33e66d6cd620602b153622cc98239" 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-13 00:38.57 ---> using "74be369b846589bbc0bd5ef5333659a086c30b8740fcd3d8ddae79ee27d85487" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-13 00:38.57 ---> using "51703bcadf6dce7d04954c9a3dd42f66378940985a891039de75dac25d0a22de" 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"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (293 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-crypto-pk.dev] synchronised (file:///src)
[mirage-crypto.dev] synchronised (file:///src)
[mirage-crypto-ec.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:
libgmp-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:arm64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18799 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_arm64.deb ...
- Unpacking libgmpxx4ldbl:arm64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:arm64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_arm64.deb ...
- Unpacking libgmp-dev:arm64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:arm64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_arm64.deb ...
- Unpacking libpkgconf3:arm64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_arm64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:arm64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_arm64.deb ...
- Unpacking pkgconf:arm64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:arm64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_arm64.deb ...
- Unpacking pkg-config:arm64 (1.8.1-1) ...
- Setting up libpkgconf3:arm64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:arm64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:arm64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:arm64 (1.8.1-1) ...
- Setting up pkg-config:arm64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-03-13 00:38.57 ---> using "4b81241a56f1b9f326fd7ed9bdf7a907531f1f11867ca7b9c0488582c76066d4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 48 packages
- install alcotest            1.8.0
- install asn1-combinators    0.3.2
- install astring             0.8.5
- install base-bytes          base
- install cmdliner            1.3.0
- install conf-gmp            4
- install conf-gmp-powm-sec   3
- install conf-pkg-config     4
- install cppo                1.8.0
- install csexp               1.5.2
- install digestif            1.2.0
- install domain-name         0.4.1
- install dune                3.17.2
- install dune-configurator   3.17.2
- install duration            0.2.1
- install eqaf                0.10
- install fmt                 0.10.0
- install ipaddr              5.6.0
- install logs                0.7.0
- install lwt                 5.9.0
- install macaddr             5.6.0
- install miou                0.3.1
- install mirage-mtime        5.0.0
- install mirage-runtime      4.9.0
- install mirage-sleep        4.0.0
- install mirage-unix         5.0.1
- install mtime               2.1.0
- install ocaml-compiler-libs v0.17.0
- install ocaml-syntax-shims  1.0.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ocplib-endian       1.2
- install ohex                0.2.0
- install ounit2              2.2.7
- install ppx_derivers        1.2.1
- install ppx_deriving        6.0.3
- install ppx_deriving_yojson 3.9.1
- install ppxlib              0.35.0
- install ptime               1.2.0
- install randomconv          0.2.0
- install re                  1.12.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install topkg               1.0.8
- install uutf                1.0.4
- install yojson              2.2.2
- install 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 alcotest.1.8.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.4
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (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.10.0  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved miou.0.3.1  (cached)
-> retrieved mirage-mtime.5.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved mirage-unix.5.0.1  (cached)
-> retrieved mirage-runtime.4.9.0  (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 dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed domain-name.0.4.1
-> installed eqaf.0.10
-> installed macaddr.5.6.0
-> installed miou.0.3.1
-> installed mirage-mtime.5.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed randomconv.0.2.0
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed alcotest.1.8.0
-> installed ounit2.2.2.7
-> installed dune-configurator.3.17.2
-> 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.
# To update the current shell environment, run: eval $(opam env)
2025-03-13 00:38.57 ---> using "df525b152fa2a661490cac2db81f6b5fc8065dc38dafd83dcc1a60ab35d033f6" from cache


/src: (copy (src .) (dst /src))
2025-03-13 00:38.58 ---> saved as "92d4c5a6a44f249342484a3fa5b4700d08560c091961fe6fa1028ca824ae588c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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:
................................................................
Ran: 64 tests in: 0.12 seconds.
OK
(cd _build/default/tests && ./test_miou_entropy_collection.exe)
reseeding:
000000  00c8 2b3a 453a 5f3a  7a3a 953a b23a d13a  ..+:E:_:z:.:.:.:
000010  f03a 113b 333b 573b  7c3b a33b cb3b f53b  .:.;3;W;|;.;.;.;
000020  213c 233c 263c 293c  2b3c 2e3c 313c 343c  !<#<&<)<+<.<1<4<
000030  383c 3b3c 3e3c 423c  463c 4a3c 4e3c 533c  8<;<><B<F<J<N<S<
000040  573c 5c3c 613c 663c  6b3c 713c 773c 7d3c  W<\<a<f<k<q<w<}<
000050  833c 8a3c 913c 983c  9f3c a73c af3c b83c  .<.<.<.<.<.<.<.<
000060  c03c ca3c d33c dd3c  e83c f33c fe3c 0a3d  .<.<.<.<.<.<.<.=
000070  163d 233d 303d 3e3d  4d3d 5c3d 6c3d 7c3d  .=#=0=>=M=\=l=|=
000080  8e3d 9f3d b23d c63d  da3d ef3d 053e 1c3e  .=.=.=.=.=.=.>.>
000090  343e 4d3e 673e 823e  9e3e bb3e da3e fa3e  4>M>g>.>.>.>.>.>
0000a0  1b3f f43f 2040 2240  2440 2740 2a40 2c40  .?.? @"@$@'@*@,@
0000b0  2f40 3240 3640 3940  3c40 4040 4440 4840  /@2@6@9@<@@@D@H@
0000c0  4c40 5040 5540 5940  5e40 01c8 a140 a840  L@P@U@Y@^@...@.@
0000d0  b140 b940 c240 cb40  d540 df40 ea40 f540  .@.@.@.@.@.@.@.@
0000e0  0041 0c41 1941 2641  3341 4141 5041 5f41  .A.A.A&A3AAAPA_A
0000f0  6f41 8041 9141 a341  b641 ca41 de41 f341  oA.A.A.A.A.A.A.A
000100  0a42 2142 3942 5242  6c42 8742 a442 c242  .B!B9BRBlB.B.B.B
000110  e042 0143 2243 4543  6943 8f43 b743 e043  .B.C"CECiC.C.C.C
000120  0b44 0d44 0e44 1044  1144 1344 1544 1744  .D.D.D.D.D.D.D.D
000130  1944 1b44 1d44 2044  2244 2544 2744 2a44  .D.D.D D"D%D'D*D
000140  2d44 3044 3344 3644  3944 3d44 4044 4444  -D0D3D6D9D=D@DDD
000150  4844 4c44 5044 5544  5944 5e44 6344 6844  HDLDPDUDYD^DcDhD
000160  6e44 7444 7a44 8044  8644 8d44 9444 9c44  nDtDzD.D.D.D.D.D
000170  a344 ab44 b344 bc44  c544 ce44 d844 e244  .D.D.D.D.D.D.D.D
000180  ed44 f844 0445 0f45  1c45 2945 3745 4545  .D.D.E.E.E)E7EEE
000190  5445 6445 02c8 7945  8a45 9b45 ae45 c145  TEdE..yE.E.E.E.E
0001a0  d545 ea45 0046 1746  2e46 4746 6146 7c46  .E.E.F.F.FGFaF|F
0001b0  9846 b546 d346 f346  1447 3647 5a47 7f47  .F.F.F.F.G6GZG.G
0001c0  a647 ce47 f947 2548  2748 2a48 2d48 3048  .G.G.G%H'H*H-H0H
0001d0  3348 3648 3948 3d48  4148 4448 4848 4c48  3H6H9H=HAHDHHHLH
0001e0  5148 5548 5a48 5f48  6448 6948 6e48 7448  QHUHZH_HdHiHnHtH
0001f0  7a48 8048 8748 8e48  9548 9c48 a448 ac48  zH.H.H.H.H.H.H.H
000200  b448 bd48 c648 cf48  d948 e348 ee48 f948  .H.H.H.H.H.H.H.H
000210  0549 1149 1d49 2a49  3849 4649 5549 6549  .I.I.I*I8IFIUIeI
000220  7549 8649 9849 aa49  bd49 d149 e649 fb49  uI.I.I.I.I.I.I.I
000230  124a 294a 424a 5b4a  764a 924a ae4a cd4a  .J)JBJ[JvJ.J.J.J
000240  ec4a 0d4b 2f4b 524b  774b 9e4b c64b f04b  .J.K/KRKwK.K.K.K
000250  1b4c 1d4c 204c 224c  254c 274c 2a4c 0380  .L.L L"L%L'L*L..
000260  41d2 8b39 7583 426c  bbd9 2b18 3d4e 2db4  A..9u.Bl..+.=N-.
000270  3f9a 4ebb 5323 c280  b587 914e 9e5f 5249  ?.N.S#.....N._RI
000280  00ea dbdd 513c 4df1  7bbb 68bf 9be4 b6aa  ....Q<M.{.h.....
000290  bd64 cb09 d437 96a6  c694 c09b d447 1ff0  .d...7.......G..
0002a0  ff94 6432 5d12 3f3b  1071 e589 6af1 963e  ..d2].?;.q..j..>
0002b0  9cd2 b32d 7ca7 41c3  103c 0042 dad6 7fac  ...-|.A..<.B....
0002c0  97c0 73d4 ddb9 f79f  d70b cc64 e194 a8d2  ..s........d....
0002d0  c0f9 ed5f f599 b1cb  e9cf 49b5 ec75 2308  ..._......I..u#.


entropy sources:
accumulate: (src: [0] getrandom) 76d7 eeb5 1915 e9e0
accumulate: (src: [0] getrandom) 196d 266d aa50 8a86
(cd _build/default/tests && ./test_miou_rng.exe)
32 bit random number: d9ca53c8228d12605c0673b41dde0db897e9dc7e4e05a61eb0066e0ec4f00ad9
16 bit random number: d83ac7133c28a93dc8addd1b3c5dcc1d
(cd _build/default/tests && ./test_entropy_collection.exe)
reseeding:
000000  00c8 7e0e 900e a10e  b20e c40e d70e ea0e  ..~.............
000010  fd0e 110f 250f 3a0f  4f0f 650f 7c0f 930f  ....%.:.O.e.|...
000020  aa0f c30f db0f f50f  0f10 1010 1110 1210  ................
000030  1310 1410 1610 1710  1810 1910 1b10 1c10  ................
000040  1d10 1f10 2010 2210  2310 2510 2610 2810  .... .".#.%.&.(.
000050  2a10 2b10 2d10 2f10  3110 3310 3510 3710  *.+.-./.1.3.5.7.
000060  3910 3b10 3d10 3f10  4110 4410 4610 4810  9.;.=.?.A.D.F.H.
000070  4b10 4d10 5010 5310  5510 5810 5b10 5e10  K.M.P.S.U.X.[.^.
000080  6110 6410 6710 6b10  6e10 7110 7510 7810  a.d.g.k.n.q.u.x.
000090  7c10 8010 8410 8810  8c10 9010 9410 9910  |...............
0000a0  9d10 a210 a710 ab10  b010 b510 bb10 c010  ................
0000b0  c510 cb10 d110 d710  dd10 e310 e910 f010  ................
0000c0  f710 fd10 0411 0c11  1311 01c8 1c11 2311  ..............#.
0000d0  2b11 3411 3c11 4511  4d11 5611 6011 6911  +.4.<.E.M.V.`.i.
0000e0  7311 7d11 8711 9211  9c11 a711 b311 be11  s.}.............
0000f0  ca11 d611 e311 ef11  fc11 0a12 1812 2612  ..............&.
000100  3412 4312 5212 6212  7212 8212 9312 a412  4.C.R.b.r.......
000110  b512 c712 da12 ed12  0013 1413 2913 3e13  ............).>.
000120  5313 6913 8013 9713  ae13 c713 df13 f913  S.i.............
000130  1314 1414 1514 1714  1814 1914 1a14 1c14  ................
000140  1d14 1e14 2014 2114  2314 2414 2614 2814  .... .!.#.$.&.(.
000150  2914 2b14 2d14 2e14  3014 3214 3414 3614  ).+.-...0.2.4.6.
000160  3814 3a14 3c14 3e14  4114 4314 4514 4814  8.:.<.>.A.C.E.H.
000170  4a14 4d14 4f14 5214  5514 5814 5a14 5d14  J.M.O.R.U.X.Z.].
000180  6014 6314 6714 6a14  6d14 7114 7414 7814  `.c.g.j.m.q.t.x.
000190  7b14 7f14 02c8 8914  8d14 9114 9614 9a14  {...............
0001a0  9f14 a314 a814 ad14  b214 b714 bc14 c214  ................
0001b0  c714 cd14 d314 d914  df14 e514 eb14 f214  ................
0001c0  f914 0015 0715 0e15  1515 1d15 2515 2d15  ............%.-.
0001d0  3515 3e15 4615 4f15  5815 6115 6b15 7515  5.>.F.O.X.a.k.u.
0001e0  7f15 8915 9415 9e15  a915 b515 c015 cc15  ................
0001f0  d815 e515 f215 ff15  0c16 1a16 2816 3716  ............(.7.
000200  4616 5516 6516 7516  8516 9616 a716 b916  F.U.e.u.........
000210  cb16 de16 f116 0417  1817 2d17 4217 5717  ..........-.B.W.
000220  6d17 8417 9b17 b317  cb17 e417 fe17 1818  m...............
000230  1918 1b18 1c18 1d18  1f18 2018 2218 2318  .......... .".#.
000240  2518 2618 2818 2a18  2b18 2d18 2f18 3118  %.&.(.*.+.-./.1.
000250  3318 3518 3718 3918  3b18 3d18 3f18 03c8  3.5.7.9.;.=.?...
000260  4218 4518 4718 4a18  4c18 4f18 5218 5418  B.E.G.J.L.O.R.T.
000270  5718 5a18 5d18 6018  6318 6618 6918 6d18  W.Z.].`.c.f.i.m.
000280  7018 7418 7718 7b18  7f18 8218 8618 8a18  p.t.w.{.........
000290  8f18 9318 9718 9c18  a018 a518 aa18 af18  ................
0002a0  b418 b918 be18 c418  c918 cf18 d518 db18  ................
0002b0  e118 e718 ee18 f418  fb18 0219 0919 1119  ................
0002c0  1819 2019 2819 3019  3819 4119 4919 5219  .. .(.0.8.A.I.R.
0002d0  5b19 6519 6e19 7819  8219 8d19 9719 a219  [.e.n.x.........
0002e0  ad19 b919 c419 d019  dd19 e919 f619 041a  ................
0002f0  111a 1f1a 2d1a 3c1a  4b1a 5a1a 6a1a 7a1a  ....-.<.K.Z.j.z.
000300  8b1a 9c1a ad1a bf1a  d11a e41a f71a 0b1b  ................
000310  1f1b 341b 491b 5f1b  751b 8c1b a31b bb1b  ..4.I._.u.......
000320  d41b ed1b 071c 081c                       ........


entropy sources: [0] timer
accumulate: (src: [0] timer) 3572 d5d9
(cd _build/default/tests && ./test_ec.exe)
Testing `EC'.
This run has ID `G2TMFW2Z'.


[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.062s. 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.46 seconds.
OK
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-13 00:39.14: Job failed: Failed: Build failed