(not at the head of any monitored branch or PR)
2024-04-23 09:02.54: New job: test sendmail.0.2.0 with ppxlib.0.32.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25713/head (2f18d58467a890b39d52c3c115d100e5d9be5d53)
                              on debian-12-ocaml-5.1/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/25713/head" && git reset --hard 2f18d584
git fetch origin master
git merge --no-edit f2df0b10861863463d109941753e969b0f663a6e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.1@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam pin add -k version -yn ppxlib.0.32.1 0.32.1
RUN opam reinstall ppxlib.0.32.1; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ppxlib.0.32.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam reinstall sendmail.0.2.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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'sendmail.0.2.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN (opam reinstall --with-test sendmail.0.2.0) || true
RUN opam reinstall --with-test --verbose sendmail.0.2.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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'sendmail.0.2.0' && 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 .

2024-04-23 09:02.54: Using cache hint "ocaml/opam:debian-12-ocaml-5.1@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a-ppxlib.0.32.1-sendmail.0.2.0-2f18d58467a890b39d52c3c115d100e5d9be5d53"
2024-04-23 09:02.54: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.1@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (shell "opam pin add -k version -yn ppxlib.0.32.1 0.32.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppxlib.0.32.1;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ppxlib.0.32.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall sendmail.0.2.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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'sendmail.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (network host)
      (shell "(opam reinstall --with-test sendmail.0.2.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose sendmail.0.2.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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'sendmail.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-04-23 09:02.54: Waiting for resource in pool OCluster
2024-04-23 09:23.33: Waiting for worker…
2024-04-23 09:26.06: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  90% (30195/33541)
Updating files:  91% (30523/33541)
Updating files:  92% (30858/33541)
Updating files:  93% (31194/33541)
Updating files:  94% (31529/33541)
Updating files:  95% (31864/33541)
Updating files:  96% (32200/33541)
Updating files:  97% (32535/33541)
Updating files:  98% (32871/33541)
Updating files:  99% (33206/33541)
Updating files: 100% (33541/33541)
Updating files: 100% (33541/33541), done.
HEAD is now at f2df0b1086 Merge pull request #25695 from Julow/release-ocamlformat-0.26.2
Updating f2df0b1086..2f18d58467
Fast-forward
 packages/ppxlib/ppxlib.0.32.1/opam            | 63 +++++++++++++++++++++++++++
 packages/ppxlib/ppxlib.0.32.1~5.2preview/opam |  2 +-
 2 files changed, 64 insertions(+), 1 deletion(-)
 create mode 100644 packages/ppxlib/ppxlib.0.32.1/opam

(from ocaml/opam:debian-12-ocaml-5.1@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a)
2024-04-23 09:27.53 ---> using "ed5fb8a9e5e2e27b45463d40b3dac1cb7c42cfe327eaaa696e4cb23566bf4b9c" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-04-23 09:27.53 ---> using "96a564ab74509e389ae5e556971e4964abfca710b06a2f4ec2e384c6aea5367c" 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.2~alpha, 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 31 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=31 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-23 09:27.53 ---> using "75e4d3026307702f51fcbbe7a0e24feb535307f1f11c9f3f63427186306f7441" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.2.0~beta3~dev
2024-04-23 09:27.53 ---> using "db8e179c7cef20db839da1a3bba94aed5a11a2bc39b2a98e5f4a892ebbc45980" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-04-23 09:27.53 ---> using "47e0bdf8f5e18781568010590c1c541ebe9e54c7e190e0d523c1fc9c3581a4bd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-23 09:27.54 ---> using "83aae7a57898c33fd4e67ad2f745075c6cf3029eb95eadb9db1137a7792b78fa" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-23 09:27.54 ---> using "64b424aee459eb114a5752b7a42c6f957b46c56656bbd4c064f1311ca4dbe44d" 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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (524 kB/s)
- Reading package lists...
- 
2024-04-23 09:27.54 ---> using "97142b4ef0809795c21bd97a4b0966a2c07e53917c76a9be3f00fba7b9e4dafa" from cache

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (shell "opam pin add -k version -yn ppxlib.0.32.1 0.32.1"))
ppxlib is now pinned to version 0.32.1
2024-04-23 09:27.54 ---> using "c855611545f95f3723cdf1b446a254f190fc396bcb008cbce9cf464d3200f7f0" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppxlib.0.32.1;\
                        \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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ppxlib.0.32.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppxlib.0.32.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 6 packages
  - install dune                3.15.0          [required by ppxlib]
  - install ocaml-compiler-libs v0.12.4         [required by ppxlib]
  - install ppx_derivers        1.2.1           [required by ppxlib]
  - install ppxlib              0.32.1 (pinned)
  - install sexplib0            v0.16.0         [required by ppxlib]
  - install stdlib-shims        0.3.0           [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.15.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.32.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 09:27.54 ---> using "a9f62c970f04accab6a69a5bc8949e509d047ea7d77a54662e6de989b7c2d29b" from cache

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall sendmail.0.2.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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'sendmail.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
sendmail.0.2.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 53 packages
  - install angstrom           0.13.0  [required by colombe]
  - install asn1-combinators   0.2.6   [required by x509]
  - install base               v0.16.3 [required by ppx_sexp_conv]
  - install base-bytes         base    [required by ocplib-endian]
  - install base64             3.5.1   [required by sendmail]
  - install bigarray-compat    1.1.0   [required by cstruct, fiat-p256]
  - install bigstringaf        0.9.1   [required by angstrom]
  - install colombe            0.2.0   [required by sendmail]
  - install conf-bash          1       [required by base]
  - install conf-gmp           4       [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec  3       [required by mirage-crypto-pk]
  - install conf-pkg-config    3       [required by fiat-p256, hacl_x25519]
  - install cppo               1.6.9   [required by lwt]
  - install csexp              1.5.2   [required by dune-configurator]
  - install cstruct            6.0.1   [required by tls]
  - install cstruct-sexp       6.0.1   [required by tls]
  - install domain-name        0.4.0   [required by tls]
  - install dune-configurator  3.15.0  [required by lwt, fiat-p256]
  - install duration           0.2.1   [required by mirage-crypto-rng]
  - install eqaf               0.9     [required by hacl_x25519, fiat-p256, mirage-crypto-pk]
  - install fiat-p256          0.2.3   [required by tls]
  - install fmt                0.9.0   [required by logs, colombe, tls]
  - install gmap               0.3.0   [required by x509]
  - install hacl_x25519        0.2.2   [required by tls]
  - install hex                1.5.0   [required by fiat-p256]
  - install hkdf               1.0.4   [required by tls]
  - install ipaddr             5.5.0   [required by colombe]
  - install logs               0.7.0   [required by sendmail]
  - install lwt                5.7.0   [required by logs, tls]
  - install macaddr            5.5.0   [required by ipaddr]
  - install mirage-crypto      0.10.7  [required by tls]
  - install mirage-crypto-pk   0.10.7  [required by tls]
  - install mirage-crypto-rng  0.10.7  [required by tls]
  - install mirage-no-solo5    1       [required by mirage-crypto-pk]
  - install mirage-no-xen      1       [required by mirage-crypto-pk]
  - install mtime              2.0.0   [required by mirage-crypto-rng]
  - install num                1.5     [required by sexplib]
  - install ocaml-syntax-shims 1.0.0   [required by colombe]
  - install ocamlbuild         0.14.3  [required by logs]
  - install ocamlfind          1.9.6   [required by logs]
  - install ocplib-endian      1.2     [required by lwt]
  - install parsexp            v0.16.0 [required by sexplib]
  - install ppx_cstruct        6.0.1   [required by tls]
  - install ppx_sexp_conv      v0.16.0 [required by tls]
  - install ptime              1.1.0   [required by tls]
  - install result             1.5     [required by angstrom]
  - install rresult            0.7.0   [required by x509]
  - install sendmail           0.2.0
  - install sexplib            v0.16.0 [required by tls]
  - install tls                0.12.8  [required by sendmail]
  - install topkg              1.0.7   [required by logs]
  - install x509               0.11.2  [required by tls]
  - install zarith             1.13    [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    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" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18766 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.13.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved colombe.0.2.0, sendmail.0.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> installed conf-gmp.4
-> retrieved cstruct.6.0.1, cstruct-sexp.6.0.1, ppx_cstruct.6.0.1  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-gmp-powm-sec.3
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed base64.3.5.1
-> retrieved dune-configurator.3.15.0  (cached)
-> installed cppo.1.6.9
-> installed cstruct.6.0.1
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fiat-p256.0.2.3  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hacl_x25519.0.2.2  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.5.5.0, macaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed hex.1.5.0
-> retrieved mirage-crypto.0.10.7, mirage-crypto-pk.0.10.7, mirage-crypto-rng.0.10.7  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> installed eqaf.0.9
-> installed macaddr.5.5.0
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved tls.0.12.8  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved x509.0.11.2  (cached)
-> retrieved zarith.1.13  (cached)
-> installed result.1.5
-> installed ipaddr.5.5.0
-> installed dune-configurator.3.15.0
-> installed ocaml-syntax-shims.1.0.0
-> installed bigstringaf.0.9.1
-> installed hacl_x25519.0.2.2
-> installed num.1.5
-> installed parsexp.v0.16.0
-> installed fiat-p256.0.2.3
-> installed angstrom.0.13.0
-> installed mirage-crypto.0.10.7
-> installed sexplib.v0.16.0
-> installed hkdf.1.0.4
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed cstruct-sexp.6.0.1
-> installed ocplib-endian.1.2
-> installed ppx_cstruct.6.0.1
-> installed base.v0.16.3
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed lwt.5.7.0
-> installed ppx_sexp_conv.v0.16.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed mtime.2.0.0
-> installed ptime.1.1.0
-> installed colombe.0.2.0
-> installed asn1-combinators.0.2.6
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.10.7
-> installed mirage-crypto-pk.0.10.7
-> installed x509.0.11.2
-> installed tls.0.12.8
-> installed sendmail.0.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 09:28.28 ---> saved as "54904c81033764f6f40a75d28b8d41ff9091a61290237ca0a682f32d75d27eb4"

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test sendmail.0.2.0) || true"))
The following actions will be performed:
=== recompile 8 packages
  - recompile colombe           0.2.0  [uses fmt]
  - recompile fmt               0.9.0  [uses cmdliner]
  - recompile logs              0.7.0  [uses cmdliner]
  - recompile mirage-crypto-pk  0.10.7 [uses mirage-crypto-rng]
  - recompile mirage-crypto-rng 0.10.7 [uses logs]
  - recompile sendmail          0.2.0
  - recompile tls               0.12.8 [uses fmt]
  - recompile x509              0.11.2 [uses fmt]
=== install 16 packages
  - install   alcotest          1.7.0  [required by sendmail]
  - install   astring           0.8.5  [required by alcotest]
  - install   bigarray-overlap  0.2.1  [required by mrmime]
  - install   cmdliner          1.2.0  [required by alcotest]
  - install   coin              0.1.4  [required by rosetta]
  - install   emile             0.8    [required by sendmail]
  - install   ke                0.6    [required by mrmime]
  - install   mrmime            0.2.0  [required by sendmail]
  - install   pecu              0.4    [required by mrmime]
  - install   re                1.11.0 [required by alcotest]
  - install   rosetta           0.3.0  [required by mrmime]
  - install   seq               base   [required by re]
  - install   unstrctrd         0.1    [required by mrmime]
  - install   uutf              1.0.3  [required by alcotest, mrmime]
  - install   uuuu              0.3.0  [required by rosetta]
  - install   yuscii            0.3.0  [required by rosetta]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.7.0  (https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz)
-> retrieved astring.0.8.5  (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved bigarray-overlap.0.2.1  (https://github.com/dinosaure/overlap/releases/download/v0.2.1/bigarray-overlap-0.2.1.tbz)
-> retrieved cmdliner.1.2.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.0.tbz)
-> installed bigarray-overlap.0.2.1
-> retrieved coin.0.1.4  (https://github.com/mirage/coin/releases/download/v0.1.4/coin-0.1.4.tbz)
-> installed astring.0.8.5
-> retrieved colombe.0.2.0, sendmail.0.2.0  (https://github.com/mirage/colombe/releases/download/v0.2.0/colombe-v0.2.0.tbz)
-> retrieved emile.0.8  (https://github.com/dinosaure/emile/releases/download/v0.8/emile-v0.8.tbz)
-> retrieved fmt.0.9.0  (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
-> retrieved ke.0.6  (https://github.com/mirage/ke/releases/download/v0.6/ke-0.6.tbz)
-> installed cmdliner.1.2.0
-> retrieved logs.0.7.0  (https://erratique.ch/software/logs/releases/logs-0.7.0.tbz)
-> retrieved mirage-crypto-pk.0.10.7, mirage-crypto-rng.0.10.7  (https://github.com/mirage/mirage-crypto/releases/download/v0.10.7/mirage-crypto-0.10.7.tbz)
-> retrieved mrmime.0.2.0  (https://github.com/mirage/mrmime/releases/download/v0.2.0/mrmime-v0.2.0.tbz)
-> retrieved pecu.0.4  (https://github.com/mirage/pecu/releases/download/v0.4/pecu-v0.4.tbz)
-> installed pecu.0.4
-> retrieved re.1.11.0  (https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz)
-> retrieved rosetta.0.3.0  (https://github.com/mirage/rosetta/releases/download/v0.3.0/rosetta-v0.3.0.tbz)
-> installed seq.base
-> retrieved tls.0.12.8  (https://github.com/mirleft/ocaml-tls/releases/download/v0.12.8/tls-v0.12.8.tbz)
-> installed re.1.11.0
-> retrieved unstrctrd.0.1  (https://github.com/dinosaure/unstrctrd/releases/download/v0.1/unstrctrd-v0.1.tbz)
-> retrieved uutf.1.0.3  (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
-> installed coin.0.1.4
-> retrieved uuuu.0.3.0  (https://github.com/mirage/uuuu/releases/download/v0.3.0/uuuu-0.3.0.tbz)
-> installed uutf.1.0.3
-> retrieved x509.0.11.2  (https://github.com/mirleft/ocaml-x509/releases/download/v0.11.2/x509-v0.11.2.tbz)
-> installed emile.0.8
-> installed uuuu.0.3.0
-> retrieved yuscii.0.3.0  (https://github.com/mirage/yuscii/releases/download/v0.3.0/yuscii-v0.3.0.tbz)
-> removed   sendmail.0.2.0
-> removed   colombe.0.2.0
-> removed   tls.0.12.8
-> removed   x509.0.11.2
-> removed   mirage-crypto-pk.0.10.7
-> removed   mirage-crypto-rng.0.10.7
-> removed   logs.0.7.0
-> removed   fmt.0.9.0
-> installed fmt.0.9.0
-> installed yuscii.0.3.0
-> installed rosetta.0.3.0
-> installed ke.0.6
-> installed unstrctrd.0.1
-> installed colombe.0.2.0
-> installed alcotest.1.7.0
-> installed logs.0.7.0
-> installed mrmime.0.2.0
-> installed mirage-crypto-rng.0.10.7
-> installed mirage-crypto-pk.0.10.7
-> installed x509.0.11.2
-> installed tls.0.12.8
-> installed sendmail.0.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 09:28.57 ---> saved as "a17e09e9754dd44b9efa0f10c703ffd2969ebc2a0a4d2bad3be74677551d85ff"

/home/opam: (run (shell  "opam reinstall --with-test --verbose sendmail.0.2.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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'sendmail.0.2.0' && 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 sendmail 0.2.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4:
-> retrieved sendmail.0.2.0  (cached)
Processing  2/4: [sendmail: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sendmail" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/sendmail.0.2.0)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I sendmail/.sendmail.objs/byte -I /home/opam/.opam/5.1/lib/angstrom -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/bigstringaf -I /home/opam/.opam/5.1/lib/colombe -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/ipaddr -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/macaddr -intf-suffix .ml -no-alias-deps -o sendmail/.sendmail.objs/byte/sendmail.cmo -c -impl sendmail/sendmail.ml)
- File "sendmail/sendmail.ml", line 119, characters 45-53:
- 119 |             let payload = Base64.encode_exn (Fmt.strf "\000%s\000%s" username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "sendmail/sendmail.ml", line 123, characters 45-53:
- 123 |             let payload = Base64.encode_exn (Fmt.strf "%s\000%s\000%s" x username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I sendmail/.sendmail.objs/byte -I sendmail/.sendmail.objs/native -I /home/opam/.opam/5.1/lib/angstrom -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/bigstringaf -I /home/opam/.opam/5.1/lib/colombe -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/ipaddr -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/macaddr -intf-suffix .ml -no-alias-deps -o sendmail/.sendmail.objs/native/sendmail.cmx -c -impl sendmail/sendmail.ml)
- File "sendmail/sendmail.ml", line 119, characters 45-53:
- 119 |             let payload = Base64.encode_exn (Fmt.strf "\000%s\000%s" username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "sendmail/sendmail.ml", line 123, characters 45-53:
- 123 |             let payload = Base64.encode_exn (Fmt.strf "%s\000%s\000%s" x username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I sendmail/.sendmail_with_tls.objs/byte -I /home/opam/.opam/5.1/lib/angstrom -I /home/opam/.opam/5.1/lib/asn1-combinators -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/bigstringaf -I /home/opam/.opam/5.1/lib/colombe -I /home/opam/.opam/5.1/lib/cstruct -I /home/opam/.opam/5.1/lib/cstruct-sexp -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/eqaf -I /home/opam/.opam/5.1/lib/eqaf/bigstring -I /home/opam/.opam/5.1/lib/eqaf/cstruct -I /home/opam/.opam/5.1/lib/fiat-p256 -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/gmap -I /home/opam/.opam/5.1/lib/hacl_x25519 -I /home/opam/.opam/5.1/lib/hex -I /home/opam/.opam/5.1/lib/hkdf -I /home/opam/.opam/5.1/lib/ipaddr -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/mirage-crypto -I /home/opam/.opam/5.1/lib/mirage-crypto-pk -I /home/opam/.opam/5.1/lib/mirage-crypto-rng -I /home/opam/.opam/5.1/lib/parsexp -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/ptime -I /home/opam/.opam/5.1/lib/rresult -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/tls -I /home/opam/.opam/5.1/lib/x509 -I /home/opam/.opam/5.1/lib/zarith -I sendmail/.sendmail.objs/byte -intf-suffix .ml -no-alias-deps -o sendmail/.sendmail_with_tls.objs/byte/sendmail_with_tls.cmo -c -impl sendmail/sendmail_with_tls.ml)
- File "sendmail/sendmail_with_tls.ml", line 216, characters 11-22:
- 216 |         if Cstruct.len raw = 0
-                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 218, characters 75-86:
- 218 |         else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; } in
-                                                                                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 219, characters 68-79:
- 219 |       Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                           ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 243, characters 13-24:
- 243 |           if Cstruct.len raw = 0
-                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 247, characters 77-88:
- 247 |           else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; } in
-                                                                                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 248, characters 70-81:
- 248 |         Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                             ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 256, characters 51-62:
- 256 |         let len = min (Bytes.length buffer - max) (Cstruct.len raw) in
-                                                          ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 257, characters 17-28:
- 257 |         if len < Cstruct.len raw then Fmt.failwith "Read buffer is full and TLS handshake is not done" ;
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 283, characters 86-97:
- 283 |   let rec go_with_tls ctx fiber delayed_data = match ctx.Context_with_tls.tls, fiber, Cstruct.len delayed_data with
-                                                                                             ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 293, characters 63-74:
- 293 |         Write { k; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 300, characters 25-36:
- 300 |           let len = min (Cstruct.len raw) len_0 in
-                                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 314, characters 15-26:
- 314 |             if Cstruct.len raw = 0
-                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 316, characters 79-90:
- 316 |             else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; } in
-                                                                                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 317, characters 72-83:
- 317 |           Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 358, characters 9-20:
- 358 |       if Cstruct.len raw = 0
-                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 360, characters 73-84:
- 360 |       else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw } in
-                                                                                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 370, characters 66-77:
- 370 |     Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw }
-                                                                         ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 391, characters 11-22:
- 391 |         if Cstruct.len raw = 0
-                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 397, characters 23-34:
- 397 |                 ; len= Cstruct.len raw } in
-                              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 398, characters 67-78:
- 398 |       Write { k= loop; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw }
-                                                                          ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 446, characters 45-53:
- 446 |             let payload = Base64.encode_exn (Fmt.strf "\000%s\000%s" username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 450, characters 45-53:
- 450 |             let payload = Base64.encode_exn (Fmt.strf "%s\000%s\000%s" x username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 580, characters 30-41:
- 580 |           rdwr.wr flow buf 0 (Cstruct.len raw) >>= fun () -> go state
-                                     ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I sendmail/.sendmail_with_tls.objs/byte -I sendmail/.sendmail_with_tls.objs/native -I /home/opam/.opam/5.1/lib/angstrom -I /home/opam/.opam/5.1/lib/asn1-combinators -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/bigstringaf -I /home/opam/.opam/5.1/lib/colombe -I /home/opam/.opam/5.1/lib/cstruct -I /home/opam/.opam/5.1/lib/cstruct-sexp -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/eqaf -I /home/opam/.opam/5.1/lib/eqaf/bigstring -I /home/opam/.opam/5.1/lib/eqaf/cstruct -I /home/opam/.opam/5.1/lib/fiat-p256 -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/gmap -I /home/opam/.opam/5.1/lib/hacl_x25519 -I /home/opam/.opam/5.1/lib/hex -I /home/opam/.opam/5.1/lib/hkdf -I /home/opam/.opam/5.1/lib/ipaddr -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/mirage-crypto -I /home/opam/.opam/5.1/lib/mirage-crypto-pk -I /home/opam/.opam/5.1/lib/mirage-crypto-rng -I /home/opam/.opam/5.1/lib/parsexp -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/ptime -I /home/opam/.opam/5.1/lib/rresult -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/tls -I /home/opam/.opam/5.1/lib/x509 -I /home/opam/.opam/5.1/lib/zarith -I sendmail/.sendmail.objs/byte -I sendmail/.sendmail.objs/native -intf-suffix .ml -no-alias-deps -o sendmail/.sendmail_with_tls.objs/native/sendmail_with_tls.cmx -c -impl sendmail/sendmail_with_tls.ml)
- File "sendmail/sendmail_with_tls.ml", line 216, characters 11-22:
- 216 |         if Cstruct.len raw = 0
-                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 218, characters 75-86:
- 218 |         else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; } in
-                                                                                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 219, characters 68-79:
- 219 |       Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                           ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 243, characters 13-24:
- 243 |           if Cstruct.len raw = 0
-                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 247, characters 77-88:
- 247 |           else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; } in
-                                                                                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 248, characters 70-81:
- 248 |         Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                             ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 256, characters 51-62:
- 256 |         let len = min (Bytes.length buffer - max) (Cstruct.len raw) in
-                                                          ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 257, characters 17-28:
- 257 |         if len < Cstruct.len raw then Fmt.failwith "Read buffer is full and TLS handshake is not done" ;
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 283, characters 86-97:
- 283 |   let rec go_with_tls ctx fiber delayed_data = match ctx.Context_with_tls.tls, fiber, Cstruct.len delayed_data with
-                                                                                             ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 293, characters 63-74:
- 293 |         Write { k; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 300, characters 25-36:
- 300 |           let len = min (Cstruct.len raw) len_0 in
-                                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 314, characters 15-26:
- 314 |             if Cstruct.len raw = 0
-                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 316, characters 79-90:
- 316 |             else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; } in
-                                                                                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 317, characters 72-83:
- 317 |           Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw; }
-                                                                               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 358, characters 9-20:
- 358 |       if Cstruct.len raw = 0
-                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 360, characters 73-84:
- 360 |       else Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw } in
-                                                                                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 370, characters 66-77:
- 370 |     Write { k= k raw; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw }
-                                                                         ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 391, characters 11-22:
- 391 |         if Cstruct.len raw = 0
-                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 397, characters 23-34:
- 397 |                 ; len= Cstruct.len raw } in
-                              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 398, characters 67-78:
- 398 |       Write { k= loop; buffer= Cstruct.to_string raw; off= 0; len= Cstruct.len raw }
-                                                                          ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 446, characters 45-53:
- 446 |             let payload = Base64.encode_exn (Fmt.strf "\000%s\000%s" username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 450, characters 45-53:
- 450 |             let payload = Base64.encode_exn (Fmt.strf "%s\000%s\000%s" x username password) in
-                                                    ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "sendmail/sendmail_with_tls.ml", line 580, characters 30-41:
- 580 |           rdwr.wr flow buf 0 (Cstruct.len raw) >>= fun () -> go state
-                                     ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
Processing  2/4: [sendmail: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "sendmail" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/sendmail.0.2.0)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I test/.test_sendmail.eobjs/byte -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/alcotest/engine -I /home/opam/.opam/5.1/lib/alcotest/stdlib_ext -I /home/opam/.opam/5.1/lib/angstrom -I /home/opam/.opam/5.1/lib/astring -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/base64/rfc2045 -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/bigarray-overlap -I /home/opam/.opam/5.1/lib/bigstringaf -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/coin -I /home/opam/.opam/5.1/lib/colombe -I /home/opam/.opam/5.1/lib/colombe/emile -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/emile -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/ipaddr -I /home/opam/.opam/5.1/lib/ke -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/mrmime -I /home/opam/.opam/5.1/lib/mrmime/prettym -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/pecu -I /home/opam/.opam/5.1/lib/ptime -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/rosetta -I /home/opam/.opam/5.1/lib/rresult -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/unstrctrd -I /home/opam/.opam/5.1/lib/unstrctrd/parser -I /home/opam/.opam/5.1/lib/uutf -I /home/opam/.opam/5.1/lib/uuuu -I /home/opam/.opam/5.1/lib/yuscii -I sendmail/.sendmail.objs/byte -no-alias-deps -o test/.test_sendmail.eobjs/byte/test_sendmail.cmo -c -impl test/test_sendmail.ml)
- File "test/test_sendmail.ml", line 93, characters 37-45:
- 93 |       ; Base64.encode_exn ~pad:true (Fmt.strf "\000romain\000foobar")
-                                           ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "test/test_sendmail.ml", line 129, characters 37-45:
- 129 |       ; Base64.encode_exn ~pad:true (Fmt.strf "\000romain\000foobar")
-                                            ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "test/test_sendmail.ml", line 215, characters 37-45:
- 215 |       ; Base64.encode_exn ~pad:true (Fmt.strf "\000romain\000foobar")
-                                            ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I test/.test_sendmail.eobjs/byte -I test/.test_sendmail.eobjs/native -I /home/opam/.opam/5.1/lib/alcotest -I /home/opam/.opam/5.1/lib/alcotest/engine -I /home/opam/.opam/5.1/lib/alcotest/stdlib_ext -I /home/opam/.opam/5.1/lib/angstrom -I /home/opam/.opam/5.1/lib/astring -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/base64/rfc2045 -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/bigarray-overlap -I /home/opam/.opam/5.1/lib/bigstringaf -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/coin -I /home/opam/.opam/5.1/lib/colombe -I /home/opam/.opam/5.1/lib/colombe/emile -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/emile -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/ipaddr -I /home/opam/.opam/5.1/lib/ke -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/mrmime -I /home/opam/.opam/5.1/lib/mrmime/prettym -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/pecu -I /home/opam/.opam/5.1/lib/ptime -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/rosetta -I /home/opam/.opam/5.1/lib/rresult -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/unstrctrd -I /home/opam/.opam/5.1/lib/unstrctrd/parser -I /home/opam/.opam/5.1/lib/uutf -I /home/opam/.opam/5.1/lib/uuuu -I /home/opam/.opam/5.1/lib/yuscii -I sendmail/.sendmail.objs/byte -I sendmail/.sendmail.objs/native -intf-suffix .ml -no-alias-deps -o test/.test_sendmail.eobjs/native/test_sendmail.cmx -c -impl test/test_sendmail.ml)
- File "test/test_sendmail.ml", line 93, characters 37-45:
- 93 |       ; Base64.encode_exn ~pad:true (Fmt.strf "\000romain\000foobar")
-                                           ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "test/test_sendmail.ml", line 129, characters 37-45:
- 129 |       ; Base64.encode_exn ~pad:true (Fmt.strf "\000romain\000foobar")
-                                            ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "test/test_sendmail.ml", line 215, characters 37-45:
- 215 |       ; Base64.encode_exn ~pad:true (Fmt.strf "\000romain\000foobar")
-                                            ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default/test && ./test_sendmail.exe --color=always)
- Testing `sendmail'.
- This run has ID `GXS71S8T'.
- 
-   [OK]          mock          0   usual without authentication.
-   [OK]          mock          1   usual with authentication.
-   [OK]          mock          2   bad authentication.
-   [OK]          mock          3   PLAIN mechanism unavailable.
-   [OK]          mock          4   authentication required.
-   [OK]          mock          5   8BITMIME.
-   [OK]          mock          6   spam.
- 
- Full test results in `~/.opam/5.1/.opam-switch/build/sendmail.0.2.0/_build/default/test/_build/_tests/sendmail'.
- Test Successful in 0.002s. 7 tests run.
-> compiled  sendmail.0.2.0
-> removed   sendmail.0.2.0
-> installed sendmail.0.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 09:29.08 ---> saved as "29559d083d07b02386f048df38c732465ba90019ff250be0c4edd385faec399b"
Job succeeded
2024-04-23 09:29.17: Job succeeded