Build:
- 0
2026-01-13 04:05.01: New job: test hacl-star.0.7.2 with dune.3.21.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29216/head (001b427da21d4d746e124eaaffab7b4134813f6d)
on debian-13-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29216/head" && git reset --hard 001b427d
git fetch origin master
git merge --no-edit 1c361fac36225534ee877701522e296785f9a9db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn dune.3.21.0 3.21.0
RUN opam reinstall dune.3.21.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dune.3.21.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall hacl-star.0.7.2; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'hacl-star.0.7.2' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test hacl-star.0.7.2) || true
RUN opam reinstall --with-test --verbose hacl-star.0.7.2; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'hacl-star.0.7.2' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-13 04:05.01: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa-dune.3.21.0-hacl-star.0.7.2-001b427da21d4d746e124eaaffab7b4134813f6d"
2026-01-13 04:05.01: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn dune.3.21.0 3.21.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune.3.21.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune.3.21.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall hacl-star.0.7.2;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'hacl-star.0.7.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test hacl-star.0.7.2) || true"))
(run (shell "opam reinstall --with-test --verbose hacl-star.0.7.2;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'hacl-star.0.7.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-13 04:05.01: Waiting for resource in pool OCluster
2026-01-13 18:26.59: Waiting for worker…
2026-01-13 18:29.25: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 73% (14069/19211)
Updating files: 74% (14217/19211)
Updating files: 75% (14409/19211)
Updating files: 76% (14601/19211)
Updating files: 77% (14793/19211)
Updating files: 78% (14985/19211)
Updating files: 79% (15177/19211)
Updating files: 80% (15369/19211)
Updating files: 81% (15561/19211)
Updating files: 82% (15754/19211)
Updating files: 83% (15946/19211)
Updating files: 84% (16138/19211)
Updating files: 85% (16330/19211)
Updating files: 86% (16522/19211)
Updating files: 87% (16714/19211)
Updating files: 88% (16906/19211)
Updating files: 89% (17098/19211)
Updating files: 90% (17290/19211)
Updating files: 91% (17483/19211)
Updating files: 92% (17675/19211)
Updating files: 93% (17867/19211)
Updating files: 94% (18059/19211)
Updating files: 95% (18251/19211)
Updating files: 96% (18443/19211)
Updating files: 97% (18635/19211)
Updating files: 98% (18827/19211)
Updating files: 99% (19019/19211)
Updating files: 100% (19211/19211)
Updating files: 100% (19211/19211), done.
HEAD is now at 1c361fac36 Merge pull request #29210 from dinosaure/release-miou-v0.5.1
Merge made by the 'ort' strategy.
packages/chrome-trace/chrome-trace.3.21.0/opam | 41 ++++++++++++
.../dune-action-plugin.3.21.0/opam | 54 ++++++++++++++++
.../dune-build-info/dune-build-info.3.21.0/opam | 47 ++++++++++++++
.../dune-configurator.3.21.0/opam | 51 +++++++++++++++
packages/dune-glob/dune-glob.3.21.0/opam | 44 +++++++++++++
.../dune-private-libs.3.21.0/opam | 52 +++++++++++++++
packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0/opam | 43 +++++++++++++
packages/dune-rpc/dune-rpc.3.21.0/opam | 46 +++++++++++++
packages/dune-site/dune-site.3.21.0/opam | 39 +++++++++++
packages/dune/dune.3.21.0/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.21.0/opam | 42 ++++++++++++
packages/fs-io/fs-io.3.21.0/opam | 41 ++++++++++++
packages/ocamlc-loc/ocamlc-loc.3.21.0/opam | 45 +++++++++++++
packages/ordering/ordering.3.21.0/opam | 40 ++++++++++++
packages/stdune/stdune.3.21.0/opam | 48 ++++++++++++++
packages/top-closure/top-closure.3.21.0/opam | 40 ++++++++++++
packages/xdg/xdg.3.21.0/opam | 41 ++++++++++++
17 files changed, 789 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.21.0/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.21.0/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.21.0/opam
create mode 100644 packages/dune-glob/dune-glob.3.21.0/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.21.0/opam
create mode 100644 packages/dune-site/dune-site.3.21.0/opam
create mode 100644 packages/dune/dune.3.21.0/opam
create mode 100644 packages/dyn/dyn.3.21.0/opam
create mode 100644 packages/fs-io/fs-io.3.21.0/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0/opam
create mode 100644 packages/ordering/ordering.3.21.0/opam
create mode 100644 packages/stdune/stdune.3.21.0/opam
create mode 100644 packages/top-closure/top-closure.3.21.0/opam
create mode 100644 packages/xdg/xdg.3.21.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
2026-01-13 18:29.32 ---> using "2ecda48447fc68e8dcd256d2898af0a11126a077e05d747a0dcdff2845100de1" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-13 18:29.32 ---> using "79eb1218297339daa5e94be48ad16ae73f417b872defa106efeff5b5f3323e6e" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-13 18:29.32 ---> using "bf81485066c79fc9faf7a51b95869ba9d998fe2bf3de5ff7f59b253fc915122f" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-13 18:29.32 ---> using "f7c0c02658daf7a6d6c7671a8028e0e553264100bd569724894645b7844f6d7f" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-13 18:29.32 ---> using "9b3e592c65565b9b3dc8b88c605e54ddba818eb105df981d794040a64c2f9916" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-13 18:29.34 ---> using "09c39d7126e88ed573ca8f78acbffb48c0088baecebf7a9155a91c3290ace20b" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-13 18:29.34 ---> using "1f9ebb837e22c3f42b1c3f6e7178a2aa2fcb8206685e62bba70fde550083c584" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]
- Fetched 9997 kB in 2s (6510 kB/s)
- Reading package lists...
-
2026-01-13 18:29.34 ---> using "bc5a313c83583d746179a868806b410c236b5a3d4895b7d8bc464eed6cfe706e" from cache
/home/opam: (run (shell "opam pin add -k version -yn dune.3.21.0 3.21.0"))
dune is now pinned to version 3.21.0
2026-01-13 18:29.34 ---> using "448b2b0e77526967dc1d84c9cd1fd4fdf010f08d862d127b94c63a52bbc324d1" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune.3.21.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune.3.21.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune.3.21.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install dune 3.21.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> installed dune.3.21.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-13 18:29.34 ---> using "5acb627376dc8b6ecaceedd8635589b9dfb44ea06abcf3fc03092c3e94ea4126" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall hacl-star.0.7.2;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'hacl-star.0.7.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
hacl-star.0.7.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
- install conf-cmake 1 [required by hacl-star-raw]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install conf-which 1 [required by hacl-star-raw]
- install cppo 1.8.0 [required by hacl-star]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by hacl-star-raw]
- install dune-configurator 3.21.0 [required by ctypes]
- install hacl-star 0.7.2
- install hacl-star-raw 0.7.2 [required by hacl-star]
- install integers 0.7.0 [required by ctypes]
- install ocamlfind 1.9.8 [required by hacl-star-raw, zarith]
- install stdlib-shims 0.3.0 [required by integers]
- install zarith 1.14 [required by hacl-star]
The following system packages will first need to be installed:
cmake libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libgmp-dev" "pkg-config"
- Selecting previously unselected package cmake-data.
- (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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../00-cmake-data_3.31.6-2_all.deb ...
- Unpacking cmake-data (3.31.6-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../02-libarchive13t64_3.7.4-4_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.7.4-4) ...
- Selecting previously unselected package libjsoncpp26:amd64.
- Preparing to unpack .../03-libjsoncpp26_1.9.6-3_amd64.deb ...
- Unpacking libjsoncpp26:amd64 (1.9.6-3) ...
- Selecting previously unselected package librhash1:amd64.
- Preparing to unpack .../04-librhash1_1.4.5-1_amd64.deb ...
- Unpacking librhash1:amd64 (1.4.5-1) ...
- Selecting previously unselected package libuv1t64:amd64.
- Preparing to unpack .../05-libuv1t64_1.50.0-2_amd64.deb ...
- Unpacking libuv1t64:amd64 (1.50.0-2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../06-cmake_3.31.6-2_amd64.deb ...
- Unpacking cmake (3.31.6-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../07-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../08-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../09-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../10-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../11-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../12-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libuv1t64:amd64 (1.50.0-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libjsoncpp26:amd64 (1.9.6-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up cmake-data (3.31.6-2) ...
- Setting up librhash1:amd64 (1.4.5-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libarchive13t64:amd64 (3.7.4-4) ...
- Setting up cmake (3.31.6-2) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-cmake.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-which.1
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.24.0 (cached)
-> installed csexp.1.5.2
-> retrieved dune-configurator.3.21.0 (cached)
-> installed cppo.1.8.0
-> retrieved hacl-star.0.7.2, hacl-star-raw.0.7.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.21.0
-> installed ocamlfind.1.9.8
-> installed ctypes.0.24.0
-> installed zarith.1.14
-> installed hacl-star-raw.0.7.2
-> installed hacl-star.0.7.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-13 18:35.58 ---> saved as "c55e3163511119d328b3f564636a7ffbd2ce2349f07fd45d7ee5f4e78c497314"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test hacl-star.0.7.2) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile hacl-star 0.7.2
=== install 14 packages
- install alcotest 1.9.1 [required by hacl-star]
- install astring 0.8.5 [required by alcotest]
- install base-bytes base [required by bigstring]
- install bigstring 0.3 [required by secp256k1-internal]
- install cmdliner 2.1.0 [required by alcotest]
- install cstruct 6.2.0 [required by hacl-star]
- install fmt 0.11.0 [required by alcotest, cstruct]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install qcheck-core 0.91 [required by hacl-star]
- install re 1.14.0 [required by alcotest]
- install secp256k1-internal 0.4.0 [required by hacl-star]
- install topkg 1.1.1 [required by fmt, astring, uutf]
- install uutf 1.0.4 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> installed base-bytes.base
-> retrieved bigstring.0.3 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0 (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0 (https://opam.ocaml.org/cache)
-> installed bigstring.0.3
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> retrieved hacl-star.0.7.2 (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
-> retrieved qcheck-core.0.91 (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> retrieved secp256k1-internal.0.4.0 (https://opam.ocaml.org/cache)
-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed qcheck-core.0.91
-> installed cmdliner.2.1.0
-> removed hacl-star.0.7.2
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed cstruct.6.2.0
-> installed alcotest.1.9.1
-> installed secp256k1-internal.0.4.0
-> installed hacl-star.0.7.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-13 18:36.52 ---> saved as "0ab4efb61d00abba97412ee9b7149fabb93e63bc8063be0e44c5b3b978cced4c"
/home/opam: (run (shell "opam reinstall --with-test --verbose hacl-star.0.7.2;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'hacl-star.0.7.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile hacl-star 0.7.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [hacl-star.0.7.2: extract]
-> retrieved hacl-star.0.7.2 (cached)
Processing 2/4: [hacl-star: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "hacl-star" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/hacl-star.0.7.2)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -g -bin-annot -I .hacl_star.objs/byte -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/hacl-star-raw -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/zarith -no-alias-deps -open Hacl_star -o .hacl_star.objs/byte/hacl_star__SharedDefs.cmo -c -impl SharedDefs.pp.ml)
- File "SharedDefs.ml", line 121, characters 16-30:
- Alert deprecated: deprecated_alg
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -warn-error -3 -g -I .hacl_star.objs/byte -I .hacl_star.objs/native -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/hacl-star-raw -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/zarith -intf-suffix .ml -no-alias-deps -open Hacl_star -o .hacl_star.objs/native/hacl_star__SharedDefs.cmx -c -impl SharedDefs.pp.ml)
- File "SharedDefs.ml", line 121, characters 16-30:
- Alert deprecated: deprecated_alg
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -open Hacl_star -warn-error -3 -g -bin-annot -I tests/.config_test.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/alcotest/engine -I /home/opam/.opam/4.14/lib/alcotest/stdlib_ext -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bigstring -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/hacl-star-raw -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/secp256k1-internal -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/zarith -I .hacl_star.objs/byte -no-alias-deps -o tests/.config_test.eobjs/byte/hash_test.cmo -c -impl tests/hash_test.pp.ml)
- File "tests/hash_test.ml", line 338, characters 33-47:
- Alert deprecated: module Hacl_star.Hacl.SHA1
- File "tests/hash_test.ml", line 338, characters 48-70:
- Alert deprecated: module Hacl_star.Hacl.SHA1
- File "tests/hash_test.ml", line 339, characters 32-45:
- Alert deprecated: module Hacl_star.Hacl.MD5
- File "tests/hash_test.ml", line 339, characters 46-67:
- Alert deprecated: module Hacl_star.Hacl.MD5
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -open Hacl_star -warn-error -3 -g -I tests/.config_test.eobjs/byte -I tests/.config_test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/alcotest/engine -I /home/opam/.opam/4.14/lib/alcotest/stdlib_ext -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bigstring -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/hacl-star-raw -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/secp256k1-internal -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/zarith -I .hacl_star.objs/byte -I .hacl_star.objs/native -intf-suffix .ml -no-alias-deps -o tests/.config_test.eobjs/native/hash_test.cmx -c -impl tests/hash_test.pp.ml)
- File "tests/hash_test.ml", line 338, characters 33-47:
- Alert deprecated: module Hacl_star.Hacl.SHA1
- File "tests/hash_test.ml", line 338, characters 48-70:
- Alert deprecated: module Hacl_star.Hacl.SHA1
- File "tests/hash_test.ml", line 339, characters 32-45:
- Alert deprecated: module Hacl_star.Hacl.MD5
- File "tests/hash_test.ml", line 339, characters 46-67:
- Alert deprecated: module Hacl_star.Hacl.MD5
- (cd _build/default/tests && ./curve25519_test.exe)
- [EverCrypt.Curve25519.Noalloc Test 1] Success
- [EverCrypt.Curve25519.Noalloc Test 2] Success
- [EverCrypt.Curve25519 Test 1] Success
- [EverCrypt.Curve25519 Test 2] Success
- [Hacl.Curve25519_51.Noalloc Test 1] Success
- [Hacl.Curve25519_51.Noalloc Test 2] Success
- [Hacl.Curve25519_51 Test 1] Success
- [Hacl.Curve25519_51 Test 2] Success
- [Hacl.Curve25519_64.Noalloc Test 1] Success
- [Hacl.Curve25519_64.Noalloc Test 2] Success
- [Hacl.Curve25519_64 Test 1] Success
- [Hacl.Curve25519_64 Test 2] Success
- (cd _build/default/tests && ./aead_test.exe)
- [EverCrypt.AEAD.Noalloc] Success: Encryption succeeded
- [EverCrypt.AEAD.Noalloc] Success: Decryption succeeded
- [EverCrypt.AEAD.Noalloc] Success: Encryption succeeded
- [EverCrypt.AEAD.Noalloc] Success: Decryption succeeded
- [EverCrypt.Chacha20_Poly1305.Noalloc] Success: Encryption succeeded
- [EverCrypt.Chacha20_Poly1305.Noalloc] Success: Decryption succeeded
- [EverCrypt.Chacha20_Poly1305] Success: Encryption succeeded
- [EverCrypt.Chacha20_Poly1305] Success: Decryption succeeded
- [Hacl.Chacha20_Poly1305_32.Noalloc] Success: Encryption succeeded
- [Hacl.Chacha20_Poly1305_32.Noalloc] Success: Decryption succeeded
- [Hacl.Chacha20_Poly1305_32] Success: Encryption succeeded
- [Hacl.Chacha20_Poly1305_32] Success: Decryption succeeded
- [Hacl.Chacha20_Poly1305_128.Noalloc] Success: Encryption succeeded
- [Hacl.Chacha20_Poly1305_128.Noalloc] Success: Decryption succeeded
- [Hacl.Chacha20_Poly1305_128] Success: Encryption succeeded
- [Hacl.Chacha20_Poly1305_128] Success: Decryption succeeded
- [Hacl.Chacha20_Poly1305_256.Noalloc] Success: Encryption succeeded
- [Hacl.Chacha20_Poly1305_256.Noalloc] Success: Decryption succeeded
- [Hacl.Chacha20_Poly1305_256] Success: Encryption succeeded
- [Hacl.Chacha20_Poly1305_256] Success: Decryption succeeded
- (cd _build/default/tests && ./poly1305_test.exe)
- [Hacl.Poly1305_32 Test 1] Success
- [Hacl.Poly1305_32 (noalloc) Test 1] Success
- [Hacl.Poly1305_128 Test 1] Success
- [Hacl.Poly1305_128 (noalloc) Test 1] Success
- [Hacl.Poly1305_256 Test 1] Success
- [Hacl.Poly1305_256 (noalloc) Test 1] Success
- [EverCrypt.Poly1305 Test 1] Success
- [EverCrypt.Poly1305 (noalloc) Test 1] Success
- (cd _build/default/tests && ./hash_test.exe)
- [EverCrypt.Hash SHA2_224 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA2_224 Test 1] Success: incremental hash
- [EverCrypt.Hash SHA2_256 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA2_256 Test 1] Success: incremental hash
- [EverCrypt.Hash SHA2_384 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA2_384 Test 1] Success: incremental hash
- [EverCrypt.Hash SHA2_512 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA2_512 Test 1] Success: incremental hash
- [EverCrypt.Hash SHA3_224 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA3_224 Test 1] Success: incremental hash
- [EverCrypt.Hash SHA3_256 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA3_256 Test 1] Success: incremental hash
- [EverCrypt.Hash SHA3_384 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA3_384 Test 1] Success: incremental hash
- [EverCrypt.Hash SHA3_512 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA3_512 Test 1] Success: incremental hash
- [EverCrypt.Hash BLAKE2b Test 1] Success: one-shot hash
- [EverCrypt.Hash BLAKE2b Test 1] Success: incremental hash
- [EverCrypt.Hash BLAKE2s Test 1] Success: one-shot hash
- [EverCrypt.Hash BLAKE2s Test 1] Success: incremental hash
- [Hacl.SHA2_224 Test 1] Success
- [Hacl.SHA2_256 Test 1] Success
- [Hacl.SHA2_384 Test 1] Success
- [Hacl.SHA2_512 Test 1] Success
- [Hacl.SHA3_224 Test 1] Success
- [Hacl.SHA3_256 Test 1] Success
- [Hacl.SHA3_384 Test 1] Success
- [Hacl.SHA3_512 Test 1] Success
- [EverCrypt.Hash SHA1 Test 1] Success: one-shot hash
- [EverCrypt.Hash SHA1 Test 1] Success: incremental hash
- [EverCrypt.Hash MD5 Test 1] Success: one-shot hash
- [EverCrypt.Hash MD5 Test 1] Success: incremental hash
- [Hacl.SHA1 Test 1] Success
- [Hacl.MD5 Test 1] Success
- [BLAKE2b_32 (noalloc) Test 1] Success
- [BLAKE2b_32 Test 1] Success
- [BLAKE2b_256 (noalloc) Test 1] Success
- [BLAKE2b_256 Test 1] Success
- [BLAKE2s_32 (noalloc) Test 1] Success
- [BLAKE2s_32 Test 1] Success
- [BLAKE2s_128 (noalloc) Test 1] Success
- [BLAKE2s_128 Test 1] Success
- [Keccak/SHAKE] Success
- [Keccak/SHAKE (noalloc)] Success
- (cd _build/default/tests && ./hmac_test.exe)
- [Agile EverCrypt.HMAC with SHA2_256 Test 1] Success
- [Agile EverCrypt.HMAC with SHA2_384 Test 1] Success
- [Agile EverCrypt.HMAC with SHA2_512 Test 1] Success
- [Agile EverCrypt.HMAC with SHA2_256 Test 2] Success
- [Agile EverCrypt.HMAC with SHA2_384 Test 2] Success
- [Agile EverCrypt.HMAC with SHA2_512 Test 2] Success
- [Hacl.HMAC_SHA2_256 SHA2_256 Test 1] Success
- [Hacl.HMAC_SHA2_256 SHA2_256 Test 2] Success
- [Hacl.HMAC_SHA2_256 (noalloc) SHA2_256 Test 1] Success
- [Hacl.HMAC_SHA2_256 (noalloc) SHA2_256 Test 2] Success
- [Hacl.HMAC_SHA2_384 SHA2_384 Test 1] Success
- [Hacl.HMAC_SHA2_384 SHA2_384 Test 2] Success
- [Hacl.HMAC_SHA2_384 (noalloc) SHA2_384 Test 1] Success
- [Hacl.HMAC_SHA2_384 (noalloc) SHA2_384 Test 2] Success
- [Hacl.HMAC_SHA2_512 SHA2_512 Test 1] Success
- [Hacl.HMAC_SHA2_512 SHA2_512 Test 2] Success
- [Hacl.HMAC_SHA2_512 (noalloc) SHA2_512 Test 1] Success
- [Hacl.HMAC_SHA2_512 (noalloc) SHA2_512 Test 2] Success
- (cd _build/default/tests && ./config_test.exe)
- SHAEXT: false
- AES_NI: true
- PCLMULQDQ: true
- VEC256: true
- VEC128: true
- BMI2: true
- ADX: true
- SSE: true
- MOVBE: true
- RDRAND: true
- [Hacl.RandomBuffer.randombytes_noalloc] Success
- [Hacl.RandomBuffer.randombytes] Success
- (cd _build/default/tests && ./k256_test.exe)
- Testing `K-256'.
- This run has ID `56HQLNGI'.
-
- [OK] ECDSA 0 Key generation.
- [OK] ECDSA 1 Sign.
- [OK] ECDSA 2 Verify.
- [OK] ECDSA 3 Sign (libsecp256k1).
- [OK] ECDSA 4 Verify (libsecp256k1).
- [OK] ECDSA Verification 0 Verify.
- [OK] Point representation 0 Compressed.
- [OK] Point representation 1 Uncompressed.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/hacl-star.0.7.2/_build/default/tests/_build/_tests/K-256'.
- Test Successful in 0.005s. 8 tests run.
- (cd _build/default/tests && ./ed25519_speccheck.exe)
- Testing `Ed25519'.
- This run has ID `R12PI2RA'.
-
- [OK] Ed25519 0 ed25519-speccheck.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/hacl-star.0.7.2/_build/default/tests/_build/_tests/Ed25519'.
- Test Successful in 0.002s. 1 test run.
- (cd _build/default/tests && ./drbg_test.exe)
- [EverCrypt.DRBG with SHA2_256] Success
- [EverCrypt.DRBG with SHA2_384] Success
- [EverCrypt.DRBG with SHA2_512] Success
- (cd _build/default/tests && ./nacl_test.exe)
- Testing `NaCl'.
- This run has ID `8E4E3UJL'.
-
- [OK] Box 0 Box (one-shot).
- [OK] Box 1 Box (precomputation).
- [OK] Box Noalloc 0 Easy (one-shot).
- [OK] Box Noalloc 1 Easy (one-shot) w/ offset.
- [OK] Box Noalloc 2 Easy (one-shot) truncated.
- [OK] Box Noalloc 3 Easy (one-shot) w/ offset, tru...
- [OK] Box Noalloc 4 Detached (one-shot).
- [OK] Box Noalloc 5 Detached (one-shot) w/ offset.
- [OK] Box Noalloc 6 Detached (one-shot) truncated.
- [OK] Box Noalloc 7 Detached (one-shot) w/ offset,...
- [OK] Box Noalloc 8 Easy (precomputed).
- [OK] Box Noalloc 9 Easy (precomputed) w/ offset.
- [OK] Box Noalloc 10 Easy (precomputed) truncated.
- [OK] Box Noalloc 11 Easy (precomputed) w/ offset, ...
- [OK] Box Noalloc 12 Detached (precomputed).
- [OK] Box Noalloc 13 Detached (precomputed) w/ offset.
- [OK] Box Noalloc 14 Detached (precomputed) truncated.
- [OK] Box Noalloc 15 Detached (precomputed) w/ offs...
- [OK] Secretbox 0 Secretbox.
- [OK] Secretbox Noalloc 0 Easy.
- [OK] Secretbox Noalloc 1 Easy w/ offset.
- [OK] Secretbox Noalloc 2 Easy truncated.
- [OK] Secretbox Noalloc 3 Easy w/ offset, truncated.
- [OK] Secretbox Noalloc 4 Detached.
- [OK] Secretbox Noalloc 5 Detached w/ offset.
- [OK] Secretbox Noalloc 6 Detached truncated.
- [OK] Secretbox Noalloc 7 Detached w/ offset, truncated.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/hacl-star.0.7.2/_build/default/tests/_build/_tests/NaCl'.
- Test Successful in 0.012s. 27 tests run.
- (cd _build/default/tests && ./ed25519_test.exe)
- [EverCrypt.Ed25519.Noalloc Test 1] Success
- [EverCrypt.Ed25519.Noalloc Test 2] Success
- [EverCrypt.Ed25519 Test 1] Success
- [EverCrypt.Ed25519 Test 2] Success
- [Hacl.Ed25519.Noalloc Test 1] Success
- [Hacl.Ed25519.Noalloc Test 2] Success
- [Hacl.Ed25519 Test 1] Success
- [Hacl.Ed25519 Test 2] Success
- (cd _build/default/tests && ./p256_test.exe)
- [Hacl.P256_SHA_256 (noalloc) Test 1] Success
- [Hacl.P256_SHA_256 (noalloc) Test 2] Success
- [Hacl.P256_SHA_256 Test 1] Success
- [Hacl.P256_SHA_256 Test 2] Success
- [Hacl.P256 (noalloc) (noalloc) Test 1] Success
- [Hacl.P256 Test 1] Success
- [P-256 compression (noalloc) Test 1] Success: P256 point compression/decompression
- [P-256 compression Test 1] Success: P256 point compression/decompression
- (cd _build/default/tests && ./hkdf_test.exe)
- [Agile EverCrypt.HKDF with Test 1] Success
- [Hacl.HKDF_SHA2_256 Test 1] Success
- [Hacl.HKDF_SHA2_256 (noalloc) Test 1] Success
- [Hacl.HKDF_SHA2_512 Test 1] Success: function calls
- [Hacl.HKDF_BLAKE2b Test 1] Success: function calls
- [Hacl.HKDF_BLAKE2s Test 1] Success: function calls
- (cd _build/default/tests && ./libsecp256k1_test.exe)
- Testing `K-256: compatibility with libsecp256k1'.
- This run has ID `W53U0D9H'.
-
- [OK] ECDSA 0 HACL* verifies libsecp256k1 signature.
- [OK] ECDSA 1 libsecp256k1 verifies HACL* signature.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/hacl-star.0.7.2/_build/default/tests/_build/_tests/K-256U+003A compatibility with libsecp256k1'.
- Test Successful in 0.095s. 2 tests run.
-> compiled hacl-star.0.7.2
-> removed hacl-star.0.7.2
-> installed hacl-star.0.7.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-13 18:37.04 ---> saved as "d857017e15af5cc432794c08c2e6cb562f2364afd4e529d0de32fc580fd8b517"
Job succeeded
2026-01-13 18:37.11: Job succeeded