(not at the head of any monitored branch or PR)
2024-04-23 09:03.04: New job: test cohttp-lwt-unix.5.0.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 cohttp-lwt-unix.5.0.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" != 'cohttp-lwt-unix.5.0.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 cohttp-lwt-unix.5.0.0) || true
RUN opam reinstall --with-test --verbose cohttp-lwt-unix.5.0.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" != 'cohttp-lwt-unix.5.0.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:03.04: Using cache hint "ocaml/opam:debian-12-ocaml-5.1@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a-ppxlib.0.32.1-cohttp-lwt-unix.5.0.0-2f18d58467a890b39d52c3c115d100e5d9be5d53"
2024-04-23 09:03.04: 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 cohttp-lwt-unix.5.0.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\" != 'cohttp-lwt-unix.5.0.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 cohttp-lwt-unix.5.0.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose cohttp-lwt-unix.5.0.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\" != 'cohttp-lwt-unix.5.0.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:03.04: Waiting for resource in pool OCluster
2024-04-23 10:41.55: Waiting for worker…
2024-04-23 10:44.25: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
Updating files:  73% (24589/33541)
Updating files:  74% (24821/33541)
Updating files:  75% (25156/33541)
Updating files:  76% (25492/33541)
Updating files:  77% (25827/33541)
Updating files:  78% (26162/33541)
Updating files:  79% (26498/33541)
Updating files:  80% (26833/33541)
Updating files:  81% (27169/33541)
Updating files:  82% (27504/33541)
Updating files:  83% (27840/33541)
Updating files:  84% (28175/33541)
Updating files:  85% (28510/33541)
Updating files:  86% (28846/33541)
Updating files:  87% (29181/33541)
Updating files:  88% (29517/33541)
Updating files:  89% (29852/33541)
Updating files:  90% (30187/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 10:44.34 ---> 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 10:44.34 ---> 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.

Continue? [y/n] y
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.

[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 10:44.34 ---> 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 10:44.34 ---> 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 10:44.34 ---> using "47e0bdf8f5e18781568010590c1c541ebe9e54c7e190e0d523c1fc9c3581a4bd" from cache

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-23 10:44.37 ---> 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 (947 kB/s)
- Reading package lists...
- 
2024-04-23 10:44.37 ---> 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 10:44.37 ---> 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 10:44.37 ---> 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 cohttp-lwt-unix.5.0.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\" != 'cohttp-lwt-unix.5.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
cohttp-lwt-unix.5.0.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 60 packages
  - install angstrom           0.16.0  [required by uri]
  - install asn1-combinators   0.2.6   [required by x509]
  - install astring            0.8.5   [required by conduit, ca-certs]
  - install base               v0.16.3 [required by ppx_sexp_conv]
  - install base-bytes         base    [required by cohttp]
  - install base64             3.5.1   [required by cohttp]
  - install bigstringaf        0.9.1   [required by angstrom]
  - install bos                0.2.1   [required by ca-certs]
  - install ca-certs           0.2.3   [required by conduit-lwt-unix]
  - install cmdliner           1.2.0   [required by cohttp-lwt-unix]
  - install cohttp             5.0.0   [required by cohttp-lwt]
  - install cohttp-lwt         5.0.0   [required by cohttp-lwt-unix]
  - install cohttp-lwt-unix    5.0.0
  - install conduit            6.2.1   [required by conduit-lwt]
  - install conduit-lwt        6.2.1   [required by cohttp-lwt-unix]
  - install conduit-lwt-unix   6.2.1   [required by cohttp-lwt-unix]
  - install conf-bash          1       [required by base]
  - install conf-gmp           4       [required by zarith, conf-gmp-powm-sec]
  - install conf-gmp-powm-sec  3       [required by mirage-crypto-pk]
  - install cppo               1.6.9   [required by lwt]
  - install csexp              1.5.2   [required by dune-configurator]
  - install cstruct            6.2.0   [required by mirage-crypto, x509]
  - install domain-name        0.4.0   [required by ipaddr, x509]
  - install dune-configurator  3.15.0  [required by lwt, mirage-crypto]
  - install duration           0.2.1   [required by mirage-crypto-rng]
  - install eqaf               0.9     [required by mirage-crypto]
  - install fmt                0.9.0   [required by cohttp-lwt-unix]
  - install fpath              0.7.3   [required by ca-certs]
  - install gmap               0.3.0   [required by x509]
  - install ipaddr             5.5.0   [required by conduit-lwt-unix]
  - install ipaddr-sexp        5.5.0   [required by conduit-lwt-unix]
  - install jsonm              1.0.2   [required by cohttp]
  - install logs               0.7.0   [required by cohttp-lwt-unix]
  - install lwt                5.7.0   [required by cohttp-lwt-unix]
  - install macaddr            5.5.0   [required by ipaddr]
  - install magic-mime         1.3.1   [required by cohttp-lwt-unix]
  - install mirage-crypto      0.11.3  [required by ca-certs]
  - install mirage-crypto-ec   0.11.3  [required by x509]
  - install mirage-crypto-pk   0.11.3  [required by x509]
  - install mirage-crypto-rng  0.11.3  [required by x509]
  - install num                1.5     [required by sexplib]
  - install ocaml-syntax-shims 1.0.0   [required by angstrom]
  - 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 pbkdf              1.2.0   [required by x509]
  - install ppx_sexp_conv      v0.16.0 [required by cohttp-lwt-unix]
  - install ptime              1.1.0   [required by ca-certs]
  - install re                 1.11.0  [required by cohttp]
  - install rresult            0.7.0   [required by bos]
  - install seq                base    [required by re]
  - install sexplib            v0.16.0 [required by conduit-lwt]
  - install stringext          1.6.0   [required by cohttp]
  - install topkg              1.0.7   [required by logs]
  - install uri                4.4.0   [required by cohttp-lwt, conduit-lwt-unix]
  - install uri-sexp           4.4.0   [required by cohttp]
  - install uutf               1.0.3   [required by jsonm]
  - install x509               0.16.5  [required by ca-certs]
  - install zarith             1.13    [required by asn1-combinators, mirage-crypto-pk]

The following system packages will first need to be installed:
    libgmp-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"
- 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 .../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 .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cohttp.5.0.0, cohttp-lwt.5.0.0, cohttp-lwt-unix.5.0.0  (cached)
-> retrieved conduit.6.2.1, conduit-lwt.6.2.1, conduit-lwt-unix.6.2.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> installed conf-gmp.4
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-gmp-powm-sec.3
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> retrieved dune-configurator.3.15.0  (cached)
-> installed cppo.1.6.9
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.5.0, ipaddr-sexp.5.5.0, macaddr.5.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> installed duration.0.2.1
-> retrieved magic-mime.1.3.1  (cached)
-> installed gmap.0.3.0
-> installed macaddr.5.5.0
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> installed cmdliner.1.2.0
-> installed dune-configurator.3.15.0
-> installed ipaddr.5.5.0
-> installed magic-mime.1.3.1
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved zarith.1.13  (cached)
-> installed bigstringaf.0.9.1
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed num.1.5
-> installed angstrom.0.16.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed uri.4.4.0
-> installed ocplib-endian.1.2
-> 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 ipaddr-sexp.5.5.0
-> installed uri-sexp.4.4.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed cstruct.6.2.0
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed logs.0.7.0
-> installed cohttp.5.0.0
-> installed conduit.6.2.1
-> installed mirage-crypto.0.11.3
-> installed pbkdf.1.2.0
-> installed mirage-crypto-rng.0.11.3
-> installed bos.0.2.1
-> installed conduit-lwt.6.2.1
-> installed mirage-crypto-pk.0.11.3
-> installed cohttp-lwt.5.0.0
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed conduit-lwt-unix.6.2.1
-> installed cohttp-lwt-unix.5.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 10:46.08 ---> saved as "c96761df5b9a7f4c7e815bad07cf0f704dc1d8a080ce655217719172278999ad"

/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 cohttp-lwt-unix.5.0.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile cohttp-lwt-unix 5.0.0
=== install 2 packages
  - install   ounit           2.2.7 [required by cohttp-lwt-unix]
  - install   ounit2          2.2.7 [required by ounit]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cohttp-lwt-unix.5.0.0  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.0.0/cohttp-5.0.0.tbz)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
-> removed   cohttp-lwt-unix.5.0.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed cohttp-lwt-unix.5.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 10:46.34 ---> saved as "bf8f7ad9b9c4180e037857d04ad47da95ca3c5da2c76cbb34fd158732f972927"

/home/opam: (run (shell  "opam reinstall --with-test --verbose cohttp-lwt-unix.5.0.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\" != 'cohttp-lwt-unix.5.0.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 cohttp-lwt-unix 5.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4:
-> retrieved cohttp-lwt-unix.5.0.0  (cached)
Processing  2/4: [cohttp-lwt-unix: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cohttp-lwt-unix" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/cohttp-lwt-unix.5.0.0)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I cohttp_server/.cohttp_server.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/bytes -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -no-alias-deps -o cohttp_server/.cohttp_server.objs/byte/cohttp_server.cmo -c -impl cohttp_server/cohttp_server.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I cohttp_server/.cohttp_server.objs/byte -I cohttp_server/.cohttp_server.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/bytes -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -intf-suffix .ml -no-alias-deps -o cohttp_server/.cohttp_server.objs/native/cohttp_server.cmx -c -impl cohttp_server/cohttp_server.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte -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/bigstringaf -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/cohttp-lwt -I /home/opam/.opam/5.1/lib/conduit -I /home/opam/.opam/5.1/lib/conduit-lwt -I /home/opam/.opam/5.1/lib/conduit-lwt-unix -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/ipaddr-sexp -I /home/opam/.opam/5.1/lib/ipaddr/unix -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/lwt -I /home/opam/.opam/5.1/lib/lwt/unix -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/magic-mime -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ocplib-endian/bigstring -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/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -I /home/opam/.opam/5.1/lib/uri/services -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte -I cohttp_server/.cohttp_server.objs/byte -no-alias-deps -open Dune__exe -o cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte/dune__exe__Cohttp_curl_lwt.cmo -c -impl cohttp-lwt-unix/bin/cohttp_curl_lwt.ml)
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 61, characters 18-31:
- 61 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 61, characters 18-31:
- 61 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 102, characters 10-14:
- 102 |   ( Term.(pure run_client $ verb $ ofile $ uri $ meth),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 103, characters 4-13:
- 103 |     Term.info "cohttp-curl" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 105, characters 15-24:
- 105 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte -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/bigstringaf -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/cohttp-lwt -I /home/opam/.opam/5.1/lib/conduit -I /home/opam/.opam/5.1/lib/conduit-lwt -I /home/opam/.opam/5.1/lib/conduit-lwt-unix -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/ipaddr-sexp -I /home/opam/.opam/5.1/lib/ipaddr/unix -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/lwt -I /home/opam/.opam/5.1/lib/lwt/unix -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/magic-mime -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ocplib-endian/bigstring -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/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -I /home/opam/.opam/5.1/lib/uri/services -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte -I cohttp_server/.cohttp_server.objs/byte -no-alias-deps -open Dune__exe -o cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte/dune__exe__Cohttp_server_lwt.cmo -c -impl cohttp-lwt-unix/bin/cohttp_server_lwt.ml)
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 178, characters 10-14:
- 178 |   ( Term.(pure lwt_start_server $ doc_root $ port $ host $ index $ verb $ tls),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 179, characters 4-13:
- 179 |     Term.info "cohttp-server" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 181, characters 15-24:
- 181 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte -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/bigstringaf -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/cohttp-lwt -I /home/opam/.opam/5.1/lib/conduit -I /home/opam/.opam/5.1/lib/conduit-lwt -I /home/opam/.opam/5.1/lib/conduit-lwt-unix -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/ipaddr-sexp -I /home/opam/.opam/5.1/lib/ipaddr/unix -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/lwt -I /home/opam/.opam/5.1/lib/lwt/unix -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/magic-mime -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ocplib-endian/bigstring -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/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -I /home/opam/.opam/5.1/lib/uri/services -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte -I cohttp_server/.cohttp_server.objs/byte -no-alias-deps -open Dune__exe -o cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte/dune__exe__Cohttp_proxy_lwt.cmo -c -impl cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml)
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 116, characters 10-14:
- 116 |   ( Term.(pure lwt_start_proxy $ port $ host $ verb $ ssl_cert $ ssl_key),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 117, characters 4-13:
- 117 |     Term.info "cohttp-proxy" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 119, characters 15-24:
- 119 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native -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/bigstringaf -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/cohttp-lwt -I /home/opam/.opam/5.1/lib/conduit -I /home/opam/.opam/5.1/lib/conduit-lwt -I /home/opam/.opam/5.1/lib/conduit-lwt-unix -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/ipaddr-sexp -I /home/opam/.opam/5.1/lib/ipaddr/unix -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/lwt -I /home/opam/.opam/5.1/lib/lwt/unix -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/magic-mime -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ocplib-endian/bigstring -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/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -I /home/opam/.opam/5.1/lib/uri/services -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/native -I cohttp_server/.cohttp_server.objs/byte -I cohttp_server/.cohttp_server.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native/dune__exe__Cohttp_curl_lwt.cmx -c -impl cohttp-lwt-unix/bin/cohttp_curl_lwt.ml)
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 61, characters 18-31:
- 61 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 61, characters 18-31:
- 61 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 102, characters 10-14:
- 102 |   ( Term.(pure run_client $ verb $ ofile $ uri $ meth),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 103, characters 4-13:
- 103 |     Term.info "cohttp-curl" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 105, characters 15-24:
- 105 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native -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/bigstringaf -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/cohttp-lwt -I /home/opam/.opam/5.1/lib/conduit -I /home/opam/.opam/5.1/lib/conduit-lwt -I /home/opam/.opam/5.1/lib/conduit-lwt-unix -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/ipaddr-sexp -I /home/opam/.opam/5.1/lib/ipaddr/unix -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/lwt -I /home/opam/.opam/5.1/lib/lwt/unix -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/magic-mime -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ocplib-endian/bigstring -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/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -I /home/opam/.opam/5.1/lib/uri/services -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/native -I cohttp_server/.cohttp_server.objs/byte -I cohttp_server/.cohttp_server.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native/dune__exe__Cohttp_proxy_lwt.cmx -c -impl cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml)
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 116, characters 10-14:
- 116 |   ( Term.(pure lwt_start_proxy $ port $ host $ verb $ ssl_cert $ ssl_key),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 117, characters 4-13:
- 117 |     Term.info "cohttp-proxy" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 119, characters 15-24:
- 119 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte -I cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native -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/bigstringaf -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cohttp -I /home/opam/.opam/5.1/lib/cohttp-lwt -I /home/opam/.opam/5.1/lib/conduit -I /home/opam/.opam/5.1/lib/conduit-lwt -I /home/opam/.opam/5.1/lib/conduit-lwt-unix -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/ipaddr-sexp -I /home/opam/.opam/5.1/lib/ipaddr/unix -I /home/opam/.opam/5.1/lib/logs -I /home/opam/.opam/5.1/lib/lwt -I /home/opam/.opam/5.1/lib/lwt/unix -I /home/opam/.opam/5.1/lib/macaddr -I /home/opam/.opam/5.1/lib/magic-mime -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ocplib-endian/bigstring -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/re -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stringext -I /home/opam/.opam/5.1/lib/uri -I /home/opam/.opam/5.1/lib/uri-sexp -I /home/opam/.opam/5.1/lib/uri/services -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte -I cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/native -I cohttp_server/.cohttp_server.objs/byte -I cohttp_server/.cohttp_server.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native/dune__exe__Cohttp_server_lwt.cmx -c -impl cohttp-lwt-unix/bin/cohttp_server_lwt.ml)
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 178, characters 10-14:
- 178 |   ( Term.(pure lwt_start_server $ doc_root $ port $ host $ index $ verb $ tls),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 179, characters 4-13:
- 179 |     Term.info "cohttp-server" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 181, characters 15-24:
- 181 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
Processing  2/4: [cohttp-lwt-unix: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "cohttp-lwt-unix" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/cohttp-lwt-unix.5.0.0)
- (cd _build/default/cohttp-lwt-unix/test && ./test_body.exe)
- ....
- Ran: 4 tests in: 0.00 seconds.
- OK
- [DEBUG][application]: Cohttp debugging output is active
- (cd _build/default/cohttp-lwt-unix/test && ./test_parser.exe)
- ..........
- Ran: 10 tests in: 0.01 seconds.
- OK
- (cd _build/default/cohttp-lwt-unix/test && ./test_sanity_noisy.exe)
- ...
- Ran: 3 tests in: 0.00 seconds.
- OK
- [DEBUG][application]: Cohttp debugging output is active
- (cd _build/default/cohttp-lwt-unix/test && ./test_sanity.exe)
- .......
- Ran: 7 tests in: 0.01 seconds.
- OK
- [DEBUG][application]: Cohttp debugging output is active
-> compiled  cohttp-lwt-unix.5.0.0
-> removed   cohttp-lwt-unix.5.0.0
-> installed cohttp-lwt-unix.5.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 10:46.56 ---> saved as "c324e467a8ce453b0923b9dbe01aed1d8a818c05ee3db4584651e44a80695e9d"
Job succeeded
2024-04-23 10:47.03: Job succeeded