- github
- ocaml
- opam-repository
- ea3d41
- extras,opam-2.1-ocaml-5.4,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 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/29148/head (ea3d41c3a9de6ce5078688dfe4c1d2f7261d7cc0)
on debian-13-ocaml-5.4/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-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083-cryptokit.1.21-ea3d41c3a9de6ce5078688dfe4c1d2f7261d7cc0"
2025-12-30 14:37.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.1 /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.55: Waiting for worker…
2025-12-30 14:39.34: Got resource from pool OCluster
Building on clete
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-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083' locally
docker.io/ocaml/opam@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083: Pulling from ocaml/opam
Digest: sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
Status: Downloaded newer image for ocaml/opam@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
2025-12-30 14:39.44 ---> using "92a4868cef67203ec83e505d6e143939fe2b26f936d185df29fc7fc62ef6a0b1" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2025-12-30 14:39.44 ---> using "edb142833e2567c32ccf1320a0765eb066e6d2bdb909e53366e30ef8b18a3954" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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
2025-12-30 14:39.44 ---> using "0359f9f471a1830b06ac6ab70ff4fd9c2d2ec171fb315f4efa45cb9c9fc914b5" 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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-12-30 14:39.44 ---> using "d444a8f0ec83a4562edeb2f2eb8260a759c883d66adb5fdffe7e1609930ac7d5" 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:39.44 ---> using "e2a8e2c40d429d2ed1465b2e49211dd4bf3ba7e96993dda0b232daf5ede85cb8" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 14:39.52 ---> saved as "223b2717dc65f4ff07cf31c180edd74cd40b7120dd30099bd808243f63cd8072"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 14:40.04 ---> saved as "71882b9609301e7b67192a596d119905a590c90317fa8b8e527d5fdb077c61ef"
/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 0s (672 kB/s)
- Reading package lists...
-
2025-12-30 14:40.06 ---> saved as "a8038458b3fae7ffa6a8e896d56387d20db2f0c5ad24628e7f6ebda01f46890d"
/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:40.07 ---> saved as "a5dafb89694b66a86a26b3991c044be0d64211f66b96f47ba74cbd51e6919e85"
/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 conf-pkg-config 4 [required by conf-zlib, zarith]
- install ocamlfind 1.9.8 [required by zarith]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install dune 3.20.2 [required by cryptokit]
- install conf-zlib 1 [required by cryptokit]
- install zarith 1.14 [required by cryptokit]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install csexp 1.5.2 [required by dune-configurator]
- install dune-configurator 3.20.2 [required by cryptokit]
- install cryptokit 1.21*
===== 10 to install =====
The following system packages will first need to be installed:
libgmp-dev pkg-config zlib1g-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /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 ... 20653 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-pkg-config.4
-> installed conf-gmp.5
-> retrieved csexp.1.5.2 (cached)
-> installed conf-zlib.1
-> installed conf-gmp-powm-sec.4
-> retrieved dune.3.20.2 (cached)
-> retrieved 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.
# Run eval $(opam env) to update the current shell environment
2025-12-30 14:40.56 ---> saved as "9343841fcf6eabe5525136f4aa2627ef690b967ceaa90757860e6f6c01d0ed8c"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test cryptokit.1.21) || true"))
The following actions will be performed:
- recompile cryptokit 1.21*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed cryptokit.1.21
-> installed cryptokit.1.21
Done.
# Run eval $(opam env) to update the current shell environment
2025-12-30 14:41.10 ---> saved as "528c5a3d2b5c81a30c789233d80f67d07c4e75735af9c1795771fee39542da0a"
/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 cryptokit 1.21*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [cryptokit: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cryptokit" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.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.
# Run eval $(opam env) to update the current shell environment
2025-12-30 14:41.25 ---> saved as "3e273b23e47eaad34669398d0d3dc4894856386c04100683fd9595bc2cc047ae"
Job succeeded
2025-12-30 14:41.32: Job succeeded