(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-unstable-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/29148/head" && git reset --hard ea3d41c3
git fetch origin master
git merge --no-edit 478fb6873e38d7da44dc1ea3074382ce5c3deab7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235
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-unstable\""; 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-unstable\""; 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-unstable-ocaml-4.14@sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235-cryptokit.1.21-ea3d41c3a9de6ce5078688dfe4c1d2f7261d7cc0"
2025-12-30 14:37.55: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235)
 (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-unstable\\\"\"; 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-unstable\\\"\"; 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:37.57: Got resource from pool OCluster
Building on laodoke.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-unstable-ocaml-4.14@sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235' locally
docker.io/ocaml/opam@sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235: Pulling from ocaml/opam
8d9b0d1957d2: Pulling fs layer
77bd5ce6de14: Pulling fs layer
59ace7bbb792: Pulling fs layer
b44820cf8c7c: Pulling fs layer
8d9b0d1957d2: Waiting
77bd5ce6de14: Waiting
01779645db39: Pulling fs layer
59ace7bbb792: Waiting
b44820cf8c7c: Waiting
2eff1215ea11: Pulling fs layer
cd204a506c17: Pulling fs layer
2eff1215ea11: Waiting
01779645db39: Waiting
fdbe9d71b607: Pulling fs layer
cd204a506c17: Waiting
1d1ef689aa4e: Pulling fs layer
fdbe9d71b607: Waiting
21d29e096296: Pulling fs layer
1d1ef689aa4e: Waiting
f3c0f441dc5a: Pulling fs layer
21d29e096296: Waiting
24e024f45d9d: Pulling fs layer
70f2fc20df5f: Pulling fs layer
dc1d3669f80d: Pulling fs layer
f3c0f441dc5a: Waiting
d1960fd642f1: Pulling fs layer
24e024f45d9d: Waiting
70f2fc20df5f: Waiting
dc1d3669f80d: Waiting
5a522f53743b: Pulling fs layer
69c97573612d: Pulling fs layer
5a522f53743b: Waiting
69c97573612d: Waiting
e309391d441d: Pulling fs layer
db1ca6399fa8: Pulling fs layer
e309391d441d: Waiting
14889b83b326: Pulling fs layer
44e6acdbb29a: Pulling fs layer
db1ca6399fa8: Waiting
14889b83b326: Waiting
4f4fb700ef54: Pulling fs layer
44e6acdbb29a: Waiting
1976d6d05edb: Pulling fs layer
4f4fb700ef54: Waiting
847e4a574c7f: Pulling fs layer
1976d6d05edb: Waiting
6b92941a3055: Pulling fs layer
37281440a7ab: Pulling fs layer
847e4a574c7f: Waiting
6b92941a3055: Waiting
b771055b6fbe: Pulling fs layer
37281440a7ab: Waiting
8f4ee55b4bf4: Pulling fs layer
b771055b6fbe: Waiting
d31d3386bb00: Pulling fs layer
8f4ee55b4bf4: Waiting
aa71471fafa8: Pulling fs layer
d31d3386bb00: Waiting
cab8c018bf1d: Pulling fs layer
aa71471fafa8: Waiting
efe6eb884787: Pulling fs layer
cab8c018bf1d: Waiting
22ff1b490950: Pulling fs layer
efe6eb884787: Waiting
08392e8ad44d: Pulling fs layer
22ff1b490950: Waiting
06179f88ab5e: Pulling fs layer
08392e8ad44d: Waiting
d150b9aac864: Pulling fs layer
06179f88ab5e: Waiting
4b7a641c6ed8: Pulling fs layer
d150b9aac864: Waiting
853fd7bbd04f: Pulling fs layer
4b7a641c6ed8: Waiting
2f5aec184633: Pulling fs layer
853fd7bbd04f: Waiting
2b5266412aec: Pulling fs layer
2b5266412aec: Waiting
a6ec80760222: Pulling fs layer
c9f257c7c758: Pulling fs layer
a6ec80760222: Waiting
e8bb2587d8c6: Pulling fs layer
c9f257c7c758: Waiting
da75a76ef850: Pulling fs layer
e8bb2587d8c6: Waiting
da75a76ef850: Waiting
77bd5ce6de14: Download complete
59ace7bbb792: Download complete
8d9b0d1957d2: Verifying Checksum
8d9b0d1957d2: Download complete
b44820cf8c7c: Verifying Checksum
b44820cf8c7c: Download complete
01779645db39: Verifying Checksum
01779645db39: Download complete
cd204a506c17: Verifying Checksum
cd204a506c17: Download complete
fdbe9d71b607: Verifying Checksum
fdbe9d71b607: Download complete
1d1ef689aa4e: Verifying Checksum
1d1ef689aa4e: Download complete
21d29e096296: Download complete
8d9b0d1957d2: Pull complete
77bd5ce6de14: Pull complete
59ace7bbb792: Pull complete
f3c0f441dc5a: Verifying Checksum
f3c0f441dc5a: Download complete
24e024f45d9d: Verifying Checksum
24e024f45d9d: Download complete
b44820cf8c7c: Pull complete
01779645db39: Pull complete
70f2fc20df5f: Download complete
dc1d3669f80d: Verifying Checksum
dc1d3669f80d: Download complete
d1960fd642f1: Verifying Checksum
d1960fd642f1: Download complete
5a522f53743b: Download complete
2eff1215ea11: Verifying Checksum
2eff1215ea11: Download complete
69c97573612d: Verifying Checksum
69c97573612d: Download complete
e309391d441d: Verifying Checksum
e309391d441d: Download complete
14889b83b326: Verifying Checksum
14889b83b326: Download complete
44e6acdbb29a: Download complete
db1ca6399fa8: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
1976d6d05edb: Verifying Checksum
1976d6d05edb: Download complete
847e4a574c7f: Download complete
37281440a7ab: Verifying Checksum
37281440a7ab: Download complete
6b92941a3055: Verifying Checksum
6b92941a3055: Download complete
b771055b6fbe: Verifying Checksum
b771055b6fbe: Download complete
d31d3386bb00: Verifying Checksum
d31d3386bb00: Download complete
8f4ee55b4bf4: Download complete
cab8c018bf1d: Verifying Checksum
cab8c018bf1d: Download complete
efe6eb884787: Verifying Checksum
efe6eb884787: Download complete
22ff1b490950: Verifying Checksum
22ff1b490950: Download complete
aa71471fafa8: Verifying Checksum
08392e8ad44d: Verifying Checksum
08392e8ad44d: Download complete
d150b9aac864: Download complete
853fd7bbd04f: Verifying Checksum
853fd7bbd04f: Download complete
2f5aec184633: Download complete
2b5266412aec: Verifying Checksum
2b5266412aec: Download complete
4b7a641c6ed8: Verifying Checksum
4b7a641c6ed8: Download complete
c9f257c7c758: Verifying Checksum
c9f257c7c758: Download complete
e8bb2587d8c6: Download complete
da75a76ef850: Download complete
2eff1215ea11: Pull complete
cd204a506c17: Pull complete
fdbe9d71b607: Pull complete
1d1ef689aa4e: Pull complete
21d29e096296: Pull complete
f3c0f441dc5a: Pull complete
24e024f45d9d: Pull complete
70f2fc20df5f: Pull complete
dc1d3669f80d: Pull complete
d1960fd642f1: Pull complete
5a522f53743b: Pull complete
69c97573612d: Pull complete
e309391d441d: Pull complete
db1ca6399fa8: Pull complete
14889b83b326: Pull complete
44e6acdbb29a: Pull complete
4f4fb700ef54: Pull complete
1976d6d05edb: Pull complete
847e4a574c7f: Pull complete
6b92941a3055: Pull complete
37281440a7ab: Pull complete
b771055b6fbe: Pull complete
8f4ee55b4bf4: Pull complete
d31d3386bb00: Pull complete
aa71471fafa8: Pull complete
cab8c018bf1d: Pull complete
efe6eb884787: Pull complete
22ff1b490950: Pull complete
08392e8ad44d: Pull complete
a6ec80760222: Verifying Checksum
a6ec80760222: Download complete
06179f88ab5e: Verifying Checksum
06179f88ab5e: Download complete
06179f88ab5e: Pull complete
d150b9aac864: Pull complete
4b7a641c6ed8: Pull complete
853fd7bbd04f: Pull complete
2f5aec184633: Pull complete
2b5266412aec: Pull complete
a6ec80760222: Pull complete
c9f257c7c758: Pull complete
e8bb2587d8c6: Pull complete
da75a76ef850: Pull complete
Digest: sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235
Status: Downloaded newer image for ocaml/opam@sha256:aca2ecb686c5c06a34ddacec15301a77cdd899803914bdfbdb76b12b117eb235
2025-12-30 15:08.50 ---> saved as "6f2d32328f9adbf8435f91c41c1addc0929ca398366e6aa52c28175e1333d2c2"

/: (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 15:08.50 ---> saved as "e5a817b8e6a8e2676a3e2efc5ccdb9ed63c30f0eb91bf29aa3b060aa088a56e9"

/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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-30 15:09.13 ---> saved as "5822ad48ba479743eba027d0d846106c71d101fdeae65664513ae77d7f44412f"

/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=unknown
# 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
2025-12-30 15:09.14 ---> saved as "88a4b9c6870dc859e2a140f2d0cb4342c4b2ce805b59aa603e272bb256f85474"

/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 15:09.20 ---> saved as "d836336173d1712f91b0a47a985dfb0cccc9707f853ddd473cf459b91bf60f65"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 15:09.34 ---> saved as "f3a38d4ffb7fd549b4c93f94ff7a9e9ec50055b723b2988ecec6f6b674605bfb"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 15:09.50 ---> saved as "4df80b9da052824d14082ef929fa95009b171e678d0bce085d08ef9f4bcde51e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Err:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
-   Couldn't find the start of the patch series
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [10.2 MB]
- Fetched 10.5 MB in 2s (6178 kB/s)
- Reading package lists...
- 
2025-12-30 15:09.53 ---> saved as "a4b104a6ad2e0e91f751c2fa858818f0b3f9c124251c95b10f3c2039034863fe"

/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 15:09.54 ---> saved as "0abb8e4b9a265f66d914f1ead0a5acb5ac10913d1c515b2c0ac37702320d5d9d"

/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-unstable\\\"\"; 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"
- (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 ... 20787 files and directories currently installed.)
- Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1+b2_amd64.deb ...
- Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1+b2) over (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1+b2) ...
- 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 ... 20787 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5) ...
- 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+b2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.42-5) ...

<><> 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 15:10.28 ---> saved as "e1d029cabedb87acf5913fe6ad62a53cccadb46f752f88d5955908ee0c2558ba"

/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 15:10.35 ---> saved as "7584dd455bccf374c7f2e6b3f0bde2f310d39572e6137cdb858e78a4e67e34f2"

/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-unstable\\\"\"; 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" "71" "@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 15:10.41 ---> saved as "94458f684f368dfd79a2a5822fc2ee50e3436624361ddd475b636675df8ff576"
Job succeeded
2025-12-30 15:10.53: Job succeeded