- github
- ocaml
- opam-repository
- ea3d41
- extras,ocaml-4.14-fp,cryptokit.1.21,tests
(not at the head of any monitored branch or PR)
2025-12-30 14:37.55: New job: test cryptokit.1.21, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29148/head (ea3d41c3a9de6ce5078688dfe4c1d2f7261d7cc0)
on debian-13-ocaml-4.14-fp/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/29148/head" && git reset --hard ea3d41c3
git fetch origin master
git merge --no-edit 478fb6873e38d7da44dc1ea3074382ce5c3deab7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-fp@sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027
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 cryptokit.1.21 1.21
RUN opam reinstall cryptokit.1.21; \
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" != 'cryptokit.1.21' && 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 cryptokit.1.21) || true
RUN opam reinstall --with-test --verbose cryptokit.1.21; \
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" != 'cryptokit.1.21' && 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 .
2025-12-30 14:37.55: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-fp@sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027-cryptokit.1.21-ea3d41c3a9de6ce5078688dfe4c1d2f7261d7cc0"
2025-12-30 14:37.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027)
(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 cryptokit.1.21 1.21"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall cryptokit.1.21;\
\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\" != 'cryptokit.1.21' && 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 cryptokit.1.21) || true"))
(run (shell "opam reinstall --with-test --verbose cryptokit.1.21;\
\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\" != 'cryptokit.1.21' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-30 14:37.55: Waiting for resource in pool OCluster
2025-12-30 14:37.56: Waiting for worker…
2025-12-30 14:37.59: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 478fb6873e Merge pull request #29008 from tjammer/release-raylib-1.6.0
Merge made by the 'ort' strategy.
packages/cryptokit/cryptokit.1.21/opam | 40 ++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 packages/cryptokit/cryptokit.1.21/opam
(from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-fp@sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027' locally
docker.io/ocaml/opam@sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027: Pulling from ocaml/opam
2981f7e8980b: Already exists
38c43a523031: Already exists
86b171e1f8bb: Already exists
c62328d491a4: Already exists
eff4af1ec9f9: Already exists
a8fb3d73c22a: Already exists
75059ed2c06e: Already exists
c838c080301e: Already exists
dfb14fb41cef: Already exists
df6d00addf67: Already exists
4f718223933a: Already exists
ccc6aa3cc5f0: Already exists
23e68f1bebf2: Already exists
bc8ede90ef45: Already exists
80af37328cf0: Already exists
709d603477b6: Already exists
0ccf30b070a2: Already exists
35aa2e416863: Already exists
00036f610596: Already exists
566836f020cc: Already exists
71b9e3f831b5: Already exists
8a58bb81444d: Already exists
4f4fb700ef54: Already exists
c914f6b1f746: Already exists
63d935813e47: Already exists
8ac9b4b966c0: Already exists
8001b3a2b5ac: Already exists
ab8c1074cdd7: Already exists
552a5e6f461a: Already exists
096d8d04315b: Already exists
8c2c8a96d5dd: Already exists
5e0e78b37cf0: Already exists
47f8c84cafbb: Already exists
ad98837138f6: Already exists
5ed1b7a005db: Already exists
ec30d9664bee: Already exists
fc40ea176f89: Already exists
120854320efc: Already exists
bc1b0459d6ad: Already exists
ae7d42bb164e: Already exists
e62afff751db: Already exists
bcd6d01b84ad: Pulling fs layer
b5cf3d48dacf: Pulling fs layer
b1ab18033f7e: Pulling fs layer
7305d148e90d: Pulling fs layer
7305d148e90d: Waiting
b1ab18033f7e: Verifying Checksum
b1ab18033f7e: Download complete
b5cf3d48dacf: Verifying Checksum
b5cf3d48dacf: Download complete
7305d148e90d: Download complete
bcd6d01b84ad: Verifying Checksum
bcd6d01b84ad: Download complete
bcd6d01b84ad: Pull complete
b5cf3d48dacf: Pull complete
b1ab18033f7e: Pull complete
7305d148e90d: Pull complete
Digest: sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027
Status: Downloaded newer image for ocaml/opam@sha256:3627a356de2902bfb31117ae1de967a22d1955ef2645ffa97b6f657eaa2be027
2025-12-30 14:41.14 ---> using "bb0960f632ed90bea509c2458063b6725abca600ef84e05f98fcbea332ed9fec" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-30 14:41.14 ---> using "be568e2e14d15a6bb256d1fb0c78f9e6b8248b8313c7c3497fe1901317c6d769" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-30 14:41.14 ---> using "ca94513b0b78d294726fe87cc939d46079b905aadd7a1a79138bc46ec16cb839" 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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-options-only-fp"]
# compiler-packages ocaml-option-fp.1, ocaml-options-only-fp.1, ocaml-variants.4.14.2+options
# 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+options+fp
2025-12-30 14:41.14 ---> using "6dfd52bbc7a336627e991a5bafb85a5a5f7f0bddd088f9709e307b74294e67c1" 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/"))
2025-12-30 14:41.14 ---> using "5aa2cdc175626ec781c7a7886bfba50129d355a8980d1edc349817cc3f77dbee" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 14:41.15 ---> using "e172a0f69806f33ad828ea4aada9b0240b58337458283000d1a5bc4e70d2f8ed" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 14:41.15 ---> using "3d17ec04aceed34a8004a4addd2ca2a40d2df2dd53c1977fdd7b748b55ede6d8" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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]
- Fetched 90.7 kB in 5s (17.3 kB/s)
- Reading package lists...
2025-12-30 14:41.16 ---> saved as "73ba95942b1c0aaa2771e95f21dd669df966767074e74b0525581191c7e4ca90"
/home/opam: (run (shell "opam pin add -k version -yn cryptokit.1.21 1.21"))
cryptokit is now pinned to version 1.21
2025-12-30 14:41.17 ---> saved as "db7522661a3e227a0d4ac692c80cfefe98834b56e557d8b6a59ea9bd36acdebf"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall cryptokit.1.21;\
\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\" != 'cryptokit.1.21' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
cryptokit.1.21 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install conf-pkg-config 4 [required by conf-zlib, zarith]
- install conf-zlib 1 [required by cryptokit]
- install cryptokit 1.21 (pinned)
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by cryptokit]
- install dune-configurator 3.20.2 [required by cryptokit]
- install ocamlfind 1.9.8 [required by zarith]
- install zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
libgmp-dev pkg-config zlib1g-dev
<><> 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" "libgmp-dev" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (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 .../0-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 .../1-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 .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- 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) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved cryptokit.1.21 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
-> installed cryptokit.1.21
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 14:41.49 ---> saved as "72a1eb0efd2e9853b4ecfb7c57c02aa367f63de737271f7a1421326bf275b08c"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test cryptokit.1.21) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile cryptokit 1.21 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed cryptokit.1.21
-> installed cryptokit.1.21
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 14:41.55 ---> saved as "93368d6478383446b66128cf9a59c54364b9cda5a47959955feae42e10e37d21"
/home/opam: (run (shell "opam reinstall --with-test --verbose cryptokit.1.21;\
\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\" != 'cryptokit.1.21' && 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 cryptokit 1.21 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [cryptokit: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cryptokit" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/cryptokit.1.21)
- (cd _build/default/src && config/flags.exe)
- ZLib: ............................... enabled
- Hardware support for AES and GCM: ... enabled
- getentropy():........................ enabled
- (cd _build/default/test && ./test.exe)
-
- Hex conversion
- 1... 2...
- AES
- 1... 2... 3... 4... 5... 6...
- Blowfish
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20... 21... 22... 23... 24... 25... 26... 27... 28... 29... 30... 31... 32... 33... 34...
- DES
- 1... 2... 3...
- Triple DES
- 1... 2... 3... 4... 5... 6...
- ARCfour
- 1... 2... 3... 4... 5... 6... 7... 8... 9...
- Chacha20
- 1... 2... 3... 4... 5... 6... 7... 8...
- Blowfish
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20... 21... 22... 23... 24... 25... 26... 27... 28... 29... 30... 31... 32... 33... 34... 35... 36... 37... 38... 39... 40... 41... 42... 43... 44... 45... 46... 47... 48... 49... 50... 51... 52... 53... 54... 55... 56... 57... 58... 59... 60... 61... 62... 63... 64... 65... 66... 67... 68...
- AES-GCM
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14...
- Chacha20-Poly1305
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14...
- SHA-1
- 1... 2... 3... 4... 5... 6...
- SHA-2 224
- 1... 2... 3... 4...
- SHA-2 256
- 1... 2... 3... 4...
- SHA-2 384
- 1... 2... 3... 4...
- SHA-2 512
- 1... 2... 3... 4... 5...
- SHA-2 512/256
- 1... 2... 3... 4... 5...
- SHA-2 512/224
- 1... 2... 3... 4... 5...
- SHA-3
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20...
- Keccak
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20...
- BLAKE2b-512
- 1... 2... 3...
- BLAKE2b-512 (keyed)
- 0... 1... 2... 3... 4... 5... 6... 7... 128... 192... 255...
- BLAKE2s-256 (keyed)
- 0... 1... 2... 3... 4... 5... 6... 7... 128... 192... 255...
- BLAKE3
- 0... 0... 1... 1... 2... 2... 3... 3... 4... 4... 5... 5... 6... 6... 7... 7... 8... 8... 63... 63... 64... 64... 65... 65... 127... 127... 128... 128... 129... 129... 1023... 1023... 1024... 1024... 1025... 1025... 2048... 2048... 2049... 2049... 3072... 3072... 3073... 3073... 4096... 4096... 4097... 4097... 5120... 5120... 5121... 5121... 6144... 6144... 6145... 6145... 7168... 7168... 7169... 7169... 8192... 8192... 8193... 8193... 16384... 16384... 31744... 31744... 102400... 102400...
- RIPEMD-160
- 1... 2... 3... 4... 5... 6... 7... 8... 9...
- MD5
- 1... 2... 3... 4...
- GFmul
- 1...
- Poly1305
- 1...
- SipHash 64
- 0... 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20... 21... 22... 23... 24... 25... 26... 27... 28... 29... 30... 31... 32... 33... 34... 35... 36... 37... 38... 39... 40... 41... 42... 43... 44... 45... 46... 47... 48... 49... 50... 51... 52... 53... 54... 55... 56... 57... 58... 59... 60... 61... 62... 63...
- SipHash 128
- 0... 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20... 21... 22... 23... 24... 25... 26... 27... 28... 29... 30... 31... 32... 33... 34... 35... 36... 37... 38... 39... 40... 41... 42... 43... 44... 45... 46... 47... 48... 49... 50... 51... 52... 53... 54... 55... 56... 57... 58... 59... 60... 61... 62... 63...
- ECB
- 1... 2... 3... 4... 5... 6...
- CBC
- 1... 2... 3... 4... 5... 6...
- CFB 1
- 1... 2... 3... 4... 5...
- CFB 4
- 1... 2... 3...
- OFB 1
- 1... 2... 3... 4... 5...
- OFB 8
- 1... 2... 3...
- CTR
- 1... 2... 3... 4...
- CTR_N
- 1... 2... 3...
- HMAC-SHA256
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10...
- HMAC-SHA384
- 1... 2... 3...
- HMAC-SHA512
- 1... 2... 3...
- HMAC-MD5
- 1... 2... 3...
- AES-CMAC
- 1... 2... 3... 4...
- RSA
- 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
- Paillier
- 1... 2... 3...
- Diffie-Hellman
- 1...
- Elliptic curves
- 1... 2... 3... 4... 5... 6... 7... 10... 11... 12... 13... 14... 15... 16... 17...
- ECDSA
- 10... 11... 12... 13... 14... 15... 20... 21... 22... 30... 31... 32...
- ECDH
- 1...
- KDF
- 1... 2... 3...
- PBKDF2
- 1... 2... 3... 4... 5...
- Base64
- 1... 2... 3... 4... 5... 6... 7...
- Zlib compression
- 1... 2... 3...
- Comparison functions
- 1... 2...
- Random number generation
- 1. PRNG: chi^2 plausible
- 2. PRNG based on AES CTR: chi^2 plausible
- 3. /dev/urandom: chi^2 plausible
- 4. Hardware RNG: chi^2 plausible
- 5. System RNG: chi^2 plausible
-
- All tests successful.
-> compiled cryptokit.1.21
-> removed cryptokit.1.21
-> installed cryptokit.1.21
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 14:42.00 ---> saved as "b5d050a0420887728033dfac14d552ff65d2341f6d8af7f46e8fe53ac9360120"
Job succeeded
2025-12-30 14:42.13: Job succeeded