2025-03-10 16:14.17: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/260/head (a10936b143d7304e7fbc04c12757d4c354c8c002) (linux-arm64:debian-12-5.3_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
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 a10936b1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
# debian-12-5.3_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 1c889fbe93f1468663024a068f9e8e4759e9e94c || git fetch origin master) && git reset -q --hard 1c889fbe93f1468663024a068f9e8e4759e9e94c && 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-option-bytecode-only.1 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.16.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-10 16:14.17: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab-debian-12-5.3_arm32_opam-2.3-99a8b10262e5dfccefdcc5d6ea62acbd"
2025-03-10 16:14.17: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
(comment debian-12-5.3_arm32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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 1c889fbe93f1468663024a068f9e8e4759e9e94c || git fetch origin master) && git reset -q --hard 1c889fbe93f1468663024a068f9e8e4759e9e94c && 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-option-bytecode-only.1 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.16.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-10 16:14.17: Waiting for resource in pool OCluster
2025-03-10 16:14.18: Waiting for worker…
2025-03-10 16:15.18: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at a10936b mirage-crypto-ec: add Brainpool curves with 254/384/512 bits
(from ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab' locally
docker.io/ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab: Pulling from ocaml/opam
ca61d863bcc2: Already exists
f32e69b36c0b: Pulling fs layer
299adb6203fa: Pulling fs layer
32744d3d1124: Pulling fs layer
c3beb3863c05: Pulling fs layer
940aad663e67: Pulling fs layer
72b96daa901c: Pulling fs layer
ce67d7be8788: Pulling fs layer
2a3009e07c07: Pulling fs layer
c3beb3863c05: Waiting
72b96daa901c: Waiting
940aad663e67: Waiting
2a3009e07c07: Waiting
ce67d7be8788: Waiting
299adb6203fa: Download complete
c3beb3863c05: Verifying Checksum
c3beb3863c05: Download complete
f32e69b36c0b: Verifying Checksum
f32e69b36c0b: Download complete
72b96daa901c: Verifying Checksum
72b96daa901c: Download complete
ce67d7be8788: Verifying Checksum
ce67d7be8788: Download complete
2a3009e07c07: Verifying Checksum
2a3009e07c07: Download complete
f32e69b36c0b: Pull complete
299adb6203fa: Pull complete
32744d3d1124: Pull complete
c3beb3863c05: Pull complete
940aad663e67: Verifying Checksum
940aad663e67: Download complete
940aad663e67: Pull complete
72b96daa901c: Pull complete
ce67d7be8788: Pull complete
2a3009e07c07: Pull complete
Digest: sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
Status: Downloaded newer image for ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-03-10 16:15.18 ---> using "e6867b0b3b10e9f4600d1412a311377550a6555c94c8f3bef167642fa02c7f8b" from cache
/: (comment debian-12-5.3_arm32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (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-10 16:15.18 ---> using "5c487add7a54053f762b3c333abb3ce16972042a943faaf110a68a5f4b2cccc6" 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-10 16:15.18 ---> using "22a3d90d948387933448bd830f856833519c22987081cad98ebab0ca7af4a788" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-10 16:15.18 ---> using "170ae8972950503c372545f2a10783dac9843eb7586d39dcb4cdbd38e4db358b" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-10 16:15.18 ---> using "b194436fae2c726b32674152f7799f46d23a90dabe8346c73cb3648378a24d8b" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 1c889fbe93f1468663024a068f9e8e4759e9e94c || git fetch origin master) && git reset -q --hard 1c889fbe93f1468663024a068f9e8e4759e9e94c && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
eab2328a9d..1c889fbe93 master -> origin/master
1c889fbe93 Merge pull request #27596 from dbuenzli/b0-publish-fmt.0.10.0
<><> 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-10 16:15.18 ---> using "631c3c91d2c3ea2113c86c65fb1dabd0fcdda5dc3988edc7f8e4b12773092d56" 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-10 16:15.18 ---> saved as "f93cb801cfe8ac7ba3f829affb753c9f9acc4a01836f45230045f38d1b2d2b3a"
/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-10 16:15.30 ---> saved as "210ea6b1d2a8f2628868aa3a8391c5e55cc9a52b8039b0088a35915f9aa45620"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-10 16:15.30 ---> saved as "8a9652e2d9f4ee7cf285a151a07160e35ec64f33be70e4cd2615294e63d9840f"
/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-option-bytecode-only.1 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.16.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"))
+ /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]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [227 kB]
- Fetched 330 kB in 0s (702 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-option-bytecode-only 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:armhf.
- (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 ... 18504 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:armhf.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../4-pkgconf_1.8.1-1_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-1) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../5-pkg-config_1.8.1-1_armhf.deb ...
- Unpacking pkg-config:armhf (1.8.1-1) ...
- Setting up libpkgconf3:armhf (1.8.1-1) ...
- Setting up libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:armhf (1.8.1-1) ...
- Setting up pkg-config:armhf (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-03-10 16:15.48 ---> saved as "21a63df8336a20f2dcfb320277e25e50852396c37c463b53c4211dd9b3e31f27"
/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-option-bytecode-only 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.16.0
- install stdlib-shims 0.3.0
- install topkg 1.0.7
- install uutf 1.0.3
- 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)
-> installed conf-pkg-config.4
-> retrieved alcotest.1.8.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-gmp.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 lwt.5.9.0 (cached)
-> retrieved digestif.1.2.0 (cached)
-> retrieved mirage-mtime.5.0.0 (cached)
-> retrieved miou.0.3.1 (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 dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> installed cmdliner.1.3.0
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_deriving_yojson.3.9.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved zarith.1.14 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.7
-> installed mtime.2.1.0
-> installed uutf.1.0.3
-> installed ptime.1.2.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> installed duration.0.2.1
-> installed mirage-mtime.5.0.0
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed randomconv.0.2.0
-> installed stdlib-shims.0.3.0
-> installed macaddr.5.6.0
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed domain-name.0.4.1
-> installed eqaf.0.10
-> installed miou.0.3.1
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed ounit2.2.2.7
-> installed cppo.1.8.0
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed dune-configurator.3.17.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> 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.
# To update the current shell environment, run: eval $(opam env)
2025-03-10 16:17.53 ---> saved as "67d493ed02af197f52ffbf6e7de2a2d2389ca376a249932f09edbb474bf12762"
/src: (copy (src .) (dst /src))
2025-03-10 16:17.53 ---> saved as "a8afcdb6baa0a48a56bfe6a4b1ccac57354781da538302d4dd56679fe43cb587"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/tests && ./test_entropy.exe)
no CPU RNG available
test entropy OK
(cd _build/default/tests && ./test_symmetric_runner.exe)
accel:
................................................................
Ran: 64 tests in: 0.17 seconds.
OK
(cd _build/default/tests && ./test_random_runner.exe)
.........
Ran: 9 tests in: 0.12 seconds.
OK
(cd _build/default/tests && ./test_miou_entropy_collection.exe)
reseeding:
000000 00c8 04ed a456 a546 b635 1ed2 7792 1f71 .....V.F.5..w..q
000010 e0d8 102b 383e 7907 6a3e b218 cb5a 3356 ...+8>y.j>...Z3V
000020 bc1d dcbb dd14 9d68 85a3 d6de 27de 50a1 .......h....'.P.
000030 f019 e0c9 8174 b9a5 9942 aa2c f26b 73cc .....t...B.,.ks.
000040 83f8 5b2a 2cff dd1b 86ae 7e92 7f73 78ac ..[*,.....~..sx.
000050 68da c0b3 1103 e218 8a6b 43a8 73c3 84f8 h........kC.s...
000060 d42a 3529 9d98 85d3 860e 57f2 e7c5 0873 .*5)......W....s
000070 1083 1196 ba51 12ef 8b02 ebe7 ec45 c5f4 .....Q.......E..
000080 6d3d 0dc0 8dc7 b607 9753 d894 38e4 58fb m=.......S..8.X.
000090 0927 8a37 6b74 d39d c343 2c94 14a7 55bb .'.7kt...C,...U.
0000a0 eee5 3e95 c607 1f59 07c1 8020 4051 68c4 ..>....Y... @Qh.
0000b0 b8ec b030 2972 4938 a955 12ed 7250 0a7c ...0)rI8.U..rP.|
0000c0 4a82 7b51 e3d9 eb85 2434 01c8 bc5a 7551 J.{Q....$4...ZuQ
0000d0 e5d6 0edb 46ed 7762 cf40 bf8c 38d3 d0f3 ....F.wb.@..8...
0000e0 9948 c981 4a24 d241 f2e9 839a 137d 9ce0 .H..J$.A.....}..
0000f0 bc1a fd10 056d b5cb 1e17 1778 1f84 5792 .....m.....x..W.
000100 af66 5859 b8d5 6173 22a3 2abd c329 53cb .fXY..as".*..)S.
000110 14f6 74b3 c5e9 ce8b 3fe3 4707 f82d d1e1 ..t.....?.G..-..
000120 3988 f99f 9a03 e35a 845f 259b a55b 050a 9......Z._%..[..
000130 2e78 f682 7611 2e59 ef93 bf4f f702 a091 .x..v..Y...O....
000140 50e1 2822 d98a e113 c1ce 6a53 02f7 b387 P.("......jS....
000150 9338 6b56 4bcb 4469 14a8 64ad 24f2 0c5a .8kVK.Di..d.$..Z
000160 bdbd bd12 c596 0e1c 4620 6e2f a6d3 2f82 ........F n/../.
000170 47ec 97fb 4fa7 e845 f8a3 8161 91ab 5956 G...O..E...a..YV
000180 1ac8 d2ce 9a56 12d4 12d9 820e 9b87 4334 .....V........C4
000190 cb42 7cc9 02c8 4415 6454 5469 a4aa fc29 .B|...D.dTTi...)
0001a0 8d8a 8505 3550 155c b561 66b6 562a 4e9b ....5P.\.af.V*N.
0001b0 bf39 378f 4729 6768 f77d 98dd 902b 30d6 .97.G)gh.}...+0.
0001c0 4940 1150 c154 317b 5114 8125 696f b212 I@.P.T1{Q..%io..
0001d0 b294 52b8 d2c9 9322 cb9e 6b26 4c9b 4439 ..R...."..k&L.D9
0001e0 ec77 4533 fdcf 768e 5e05 de48 7674 d68c .wE3..v.^..Hvt..
0001f0 06b7 7f48 9762 97df 788b 3046 70b0 90c7 ...H.b..x.0Fp...
000200 0972 41d5 7113 72b8 32d0 b2dc 5200 d211 .rA.q.r.2...R...
000210 926a a3e6 ab65 63b7 bc59 6cae 9c23 6dd0 .j...ec..Yl..#m.
000220 15e7 0d7b 750d 0655 4688 9697 2643 3fda ...{u..UF...&C?.
000230 ff46 e7d6 b063 4014 5022 9893 793f e1e5 .F...c@.P"..y?..
000240 7241 b288 2aac 02b6 aa17 fbc6 4356 f3c3 rA..*.......CV..
000250 8c80 249d 04d6 fc37 4df6 b565 fdb8 0380 ..$....7M..e....
000260 4600 a16e 231c 308d de6b a8ac a3cc 5d38 F..n#.0..k....]8
000270 0227 ca51 f2a8 ed0c f0b2 2030 ff94 a752 .'.Q...... 0...R
000280 75c2 9db3 67a9 81b9 1184 2bf9 d1d7 fd9e u...g.....+.....
000290 4aee 8e73 0821 b789 16d2 2781 2763 ba31 J..s.!....'.'c.1
0002a0 4752 89b7 8089 cb72 0ce7 3634 680e b782 GR.....r..64h...
0002b0 7f53 7bbe 2327 7f59 3c45 571f 347e 68db .S{.#'.Y<EW.4~h.
0002c0 4f21 648d ddcc 1de7 80ac 3fc8 b3f2 0bb5 O!d.......?.....
0002d0 15c1 46a1 7f5b dd84 167a ea0c adc3 8494 ..F..[...z......
entropy sources:
accumulate: (src: [0] getrandom) d87a 2d4e 9d16 9a7f
accumulate: (src: [0] getrandom) 7a83 ad14 9bbe 2f83
(cd _build/default/tests && ./test_miou_rng.exe)
32 bit random number: d22e9b9532e94d52ad851a22684f3ab3a929ed0b20e9008118be6870f73fc566
16 bit random number: caee188acc0398e91717a5a5cfea37fd
(cd _build/default/tests && ./test_entropy_collection.exe)
reseeding:
000000 00c8 486a 797f 4a17 3b99 632f 74b4 0cef ..Hjy.J.;.c/t...
000010 9d4e e682 ffd7 90a0 f8e7 1a02 02fb 3b5d .N............;]
000020 04f4 04f9 b475 bd3f 7ef6 cf1d fff6 5857 .....u.?~.....XW
000030 b1df e28f cc55 942d 05ea 25d8 dded 46cb .....U.-..%...F.
000040 7744 1781 d706 3850 006f f9ca d228 a28f wD....8P.o...(..
000050 2c38 5451 bcf2 3d35 0dce cec1 379a e79d ,8TQ..=5....7...
000060 9081 003e 712c c965 5a39 7adc e219 bbfa ...>q,.eZ9z.....
000070 143d e4c1 fda3 166c 4e7a 4f88 07b2 0fa4 .=.....lNzO.....
000080 d7ae b0f8 914f 6ae9 a297 f340 ebb6 e40d .....Oj....@....
000090 4df0 ed18 758b e619 17fd e781 7864 c8a0 M...u.......xd..
0000a0 9802 0135 3ab1 1247 9bfe 242f 6d9f ae30 ...5:..G..$/m..0
0000b0 4e86 af93 2842 b942 ca86 62cf a45b d5fc N...(B.B..b..[..
0000c0 9564 2dae 56ad ae4f 87fd 01c8 68bd 6065 .d-.V..O....h.`e
0000d0 790b 2299 ba23 83cd b483 5d34 2d64 7d7d y."..#....]4-d}}
0000e0 5e2e d641 c719 9feb 9992 81c2 fae4 225d ^..A.........."]
0000f0 bbe7 7492 b5c9 4d95 7e23 d6c5 9e2a 5fa6 ..t...M.~#...*_.
000100 bf18 df3e 0fc8 6fcc 68e3 e885 90e2 895d ...>..o.h......]
000110 b1a8 29cc 89d5 d920 a94b d2fa f27f 223b ..).... .K....";
000120 83d0 63eb a38c 73ad c4f3 b4a3 a553 c500 ..c...s......S..
000130 fd27 76e1 5629 466b 5e07 afa7 0754 af56 .'v.V)Fk^....T.V
000140 08d6 7838 5051 8891 88dc 48f9 1938 813e ..x8PQ....H..8.>
000150 59b6 a127 22d4 42dc a2ea 2a67 f2fd 535c Y..'".B...*g..S\
000160 236e 7bd4 cbed 4b45 9384 44a2 8c0e 0491 #n{...KE..D.....
000170 1cc4 24cb d560 dd8a 8d11 e55e 2ee9 c623 ..$..`.....^...#
000180 d6d6 9f5e d7da c762 c0e7 c096 791a f98f ...^...b....y...
000190 414c a15a 02c8 22da 9241 728e 1b04 fb0a AL.Z.."..Ar.....
0001a0 fb96 7b25 246e 7cd4 f4ed cc4c 0c76 7dd8 ..{%$n|....L.v}.
0001b0 1df2 3557 05f0 5df2 4664 9673 161b 6eae ..5W..].Fd.s..n.
0001c0 4f23 f7c0 8ff1 d03d d894 30bf 6057 81f5 O#.....=..0.`W..
0001d0 693f f1de 926b 6a15 1a5b 93ec 830b e3af i?...kj..[......
0001e0 4468 1c77 b40b cdbb 4570 6d7f e61f e6d8 Dh.w....Epm.....
0001f0 3606 ae6f 871e ef97 a852 28d2 603a e9ac 6..o.....R(.`:..
000200 d9da 1963 e9f6 2282 1ae9 1a20 c227 13d7 ...c..".... .'..
000210 f369 7bc8 a3e1 b430 7c54 f46d b4cb 8578 .i{....0|T.m...x
000220 b593 8540 b55b ce0b 6ec0 66d7 4f76 b7e5 ...@.[..n.f.Ov..
000230 7739 8f80 779d 90e4 c801 5858 086c d86e w9..w.....XX.l.n
000240 f0f6 4183 691e 5992 7a03 caa8 cad0 caf8 ..A.i.Y.z.......
000250 7a20 5239 a37a cbf7 f3ab 0464 0c66 03c8 z R9.z.....d.f..
000260 f4c8 ecf8 2c27 45be a52b 16d9 260f 66a6 ....,'E..+..&.f.
000270 de19 cf74 bf9d e7f2 c77b 282f a0c5 2815 ...t.....{(/..(.
000280 a94e 01ce 312f 62c7 7a68 7a81 5ac9 4b0b .N..1/b.zhz.Z.K.
000290 23a6 6b0d 4353 1cee 5c53 5cf3 5d93 5d4c #.k.CS..\S\.].]L
0002a0 0d60 f563 761f 26c4 0ecd b701 2755 578e .`.cv.&.....'UW.
0002b0 d7fe a086 6804 201a 1881 a0b7 d163 c915 ....h. ......c..
0002c0 aa6c 928e 4a08 6218 da2c d257 4b0c a31d .l..J.b..,.WK...
0002d0 db6c ab97 6343 cce4 1c0d 6c44 ec5a 95e4 .l..cC....lD.Z..
0002e0 bd02 ad85 3dd7 4e71 86b1 46fb 0e97 ff28 ....=.Nq..F....(
0002f0 ff5a 67e8 f7fd 305c f866 d8f4 581f d1bf .Zg...0\.f..X...
000300 e974 b1a2 9923 b2ce c24f 5b02 8b72 bbec .t...#...O[..r..
000310 1312 2475 dcad 1407 cd99 75f1 dd38 4d64 ..$u......u..8Md
000320 b574 f598 9dc8 2de8 .t....-.
entropy sources: [0] timer
accumulate: (src: [0] timer) 34b4 7015
(cd _build/default/tests && ./test_pk_runner.exe)
.......................................................................................................................................................................................................................................................................................................................................................................
Ran: 359 tests in: 6.36 seconds.
OK
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_ec.exe)
Testing `EC'.
This run has ID `KJC49U68'.
[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.194s. 82 tests run.
"/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-10 16:18.30: Job failed: Failed: Build failed