(not at the head of any monitored branch or PR)
2024-04-23 09:03.01: New job: test happy-eyeballs-lwt.0.1.3 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 happy-eyeballs-lwt.0.1.3; \
    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" != 'happy-eyeballs-lwt.0.1.3' && 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 happy-eyeballs-lwt.0.1.3) || true
RUN opam reinstall --with-test --verbose happy-eyeballs-lwt.0.1.3; \
    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" != 'happy-eyeballs-lwt.0.1.3' && 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.01: Using cache hint "ocaml/opam:debian-12-ocaml-5.1@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a-ppxlib.0.32.1-happy-eyeballs-lwt.0.1.3-2f18d58467a890b39d52c3c115d100e5d9be5d53"
2024-04-23 09:03.01: 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 happy-eyeballs-lwt.0.1.3;\
             \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\" != 'happy-eyeballs-lwt.0.1.3' && 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 happy-eyeballs-lwt.0.1.3) || true"))
 (run (shell  "opam reinstall --with-test --verbose happy-eyeballs-lwt.0.1.3;\
             \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\" != 'happy-eyeballs-lwt.0.1.3' && 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.01: Waiting for resource in pool OCluster
2024-04-23 10:12.07: Waiting for worker…
2024-04-23 10:14.39: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files:  41% (14006/33541)
Updating files:  42% (14088/33541)
Updating files:  43% (14423/33541)
Updating files:  44% (14759/33541)
Updating files:  45% (15094/33541)
Updating files:  46% (15429/33541)
Updating files:  47% (15765/33541)
Updating files:  48% (16100/33541)
Updating files:  49% (16436/33541)
Updating files:  50% (16771/33541)
Updating files:  51% (17106/33541)
Updating files:  52% (17442/33541)
Updating files:  53% (17777/33541)
Updating files:  54% (18113/33541)
Updating files:  55% (18448/33541)
Updating files:  56% (18783/33541)
Updating files:  57% (19119/33541)
Updating files:  58% (19454/33541)
Updating files:  59% (19790/33541)
Updating files:  60% (20125/33541)
Updating files:  61% (20461/33541)
Updating files:  62% (20796/33541)
Updating files:  63% (21131/33541)
Updating files:  64% (21467/33541)
Updating files:  65% (21802/33541)
Updating files:  66% (22138/33541)
Updating files:  67% (22473/33541)
Updating files:  68% (22808/33541)
Updating files:  69% (23144/33541)
Updating files:  70% (23479/33541)
Updating files:  71% (23815/33541)
Updating files:  72% (24150/33541)
Updating files:  73% (24485/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:  83% (28141/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)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a' locally
docker.io/ocaml/opam@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a: Pulling from ocaml/opam
9b4980d64ef5: Pulling fs layer
9b4980d64ef5: Verifying Checksum
9b4980d64ef5: Download complete
9b4980d64ef5: Pull complete
Digest: sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a
Status: Downloaded newer image for ocaml/opam@sha256:669c64f0c8e5a1e3d8f00427a9aa7acde43599283cef09c3670c0d9ae5996c2a
2024-04-23 10:14.48 ---> 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:14.48 ---> 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
Format upgrade done.

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

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-102-generic
The OCaml toplevel, version 5.1.1
2.2.0~beta3~dev
2024-04-23 10:14.48 ---> 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:14.48 ---> using "47e0bdf8f5e18781568010590c1c541ebe9e54c7e190e0d523c1fc9c3581a4bd" from cache

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-23 10:14.52 ---> 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 (762 kB/s)
- Reading package lists...
- 
2024-04-23 10:14.52 ---> 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:14.52 ---> 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:14.52 ---> 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 happy-eyeballs-lwt.0.1.3;\
                        \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\" != 'happy-eyeballs-lwt.0.1.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
happy-eyeballs-lwt.0.1.3 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 76 packages
  - install arp                3.1.0   [required by tcpip]
  - install asn1-combinators   0.2.6   [required by x509]
  - install astring            0.8.5   [required by ca-certs]
  - 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 dns]
  - install bos                0.2.1   [required by ca-certs, ca-certs-nss]
  - install ca-certs           0.2.3   [required by dns-client]
  - install ca-certs-nss       3.98    [required by dns-client]
  - install cmdliner           1.2.0   [required by happy-eyeballs-lwt]
  - 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 conf-pkg-config    3       [required by mirage-crypto]
  - install cppo               1.6.9   [required by lwt]
  - install csexp              1.5.2   [required by dune-configurator]
  - install cstruct            6.2.0   [required by dns-client]
  - install cstruct-lwt        6.2.0   [required by tcpip]
  - install cstruct-sexp       6.2.0   [required by tls]
  - install dns                6.4.0   [required by dns-client]
  - install dns-client         6.4.0   [required by happy-eyeballs-lwt]
  - install domain-name        0.4.0   [required by happy-eyeballs-lwt]
  - install dune-configurator  3.15.0  [required by mirage-crypto]
  - install duration           0.2.1   [required by happy-eyeballs-lwt]
  - install eqaf               0.9     [required by mirage-crypto]
  - install ethernet           3.2.0   [required by tcpip]
  - install fmt                0.9.0   [required by happy-eyeballs-lwt]
  - install fpath              0.7.3   [required by ca-certs]
  - install gmap               0.3.0   [required by dns]
  - install happy-eyeballs     0.1.3   [required by happy-eyeballs-lwt]
  - install happy-eyeballs-lwt 0.1.3
  - install hkdf               1.0.4   [required by tls]
  - install ipaddr             5.5.0   [required by happy-eyeballs-lwt]
  - install ipaddr-cstruct     5.5.0   [required by tcpip]
  - install ipaddr-sexp        5.5.0   [required by tls]
  - install logs               0.7.0   [required by happy-eyeballs-lwt]
  - install lru                0.3.1   [required by dns, tcpip]
  - install lwt                5.7.0   [required by happy-eyeballs-lwt]
  - install lwt-dllist         1.0.1   [required by tcpip]
  - install macaddr            5.5.0   [required by tcpip]
  - install macaddr-cstruct    5.5.0   [required by tcpip]
  - install metrics            0.4.1   [required by dns, tcpip]
  - install mirage-clock       4.2.0   [required by dns-client]
  - install mirage-crypto      0.10.7  [required by tls, ca-certs, ca-certs-nss, tls-mirage]
  - install mirage-crypto-ec   0.10.7  [required by tls]
  - install mirage-crypto-pk   0.10.7  [required by tls, tls-mirage]
  - install mirage-crypto-rng  0.10.7  [required by dns-client]
  - install mirage-flow        3.0.0   [required by tcpip, tls-mirage]
  - install mirage-kv          6.1.1   [required by tls-mirage]
  - install mirage-net         4.0.0   [required by tcpip]
  - install mirage-no-solo5    1       [required by mirage-crypto-pk]
  - install mirage-no-xen      1       [required by mirage-crypto-pk]
  - install mirage-random      3.0.0   [required by dns-client]
  - install mirage-time        3.0.0   [required by dns-client]
  - install mtime              2.0.0   [required by happy-eyeballs-lwt]
  - install num                1.5     [required by sexplib]
  - install ocamlbuild         0.14.3  [required by bos, astring, ptime]
  - install ocamlfind          1.9.6   [required by bos, astring, ptime]
  - install ocplib-endian      1.2     [required by lwt]
  - install optint             0.3.0   [required by mirage-kv]
  - install parsexp            v0.16.0 [required by sexplib]
  - install pbkdf              1.2.0   [required by x509]
  - install ppx_cstruct        6.2.0   [required by tls]
  - install ppx_sexp_conv      v0.16.0 [required by tls]
  - install psq                0.2.1   [required by lru]
  - install ptime              1.1.0   [required by tls, ca-certs, dns, tls-mirage]
  - install randomconv         0.1.3   [required by dns-client]
  - install rresult            0.7.0   [required by bos]
  - install seq                base    [required by psq]
  - install sexplib            v0.16.0 [required by tls]
  - install tcpip              8.0.0   [required by dns-client]
  - install tls                0.15.4  [required by dns-client]
  - install tls-mirage         0.15.4  [required by dns-client]
  - install topkg              1.0.7   [required by bos, astring, ptime]
  - install x509               0.16.5  [required by dns-client]
  - install zarith             1.13    [required by asn1-combinators, 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 arp.3.1.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 bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved ca-certs-nss.3.98  (cached)
-> retrieved cmdliner.1.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.2.0, cstruct-lwt.6.2.0, cstruct-sexp.6.2.0, ppx_cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved dns.6.4.0, dns-client.6.4.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> 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 ethernet.3.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved happy-eyeballs.0.1.3, happy-eyeballs-lwt.0.1.3  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.5.5.0, ipaddr-cstruct.5.5.0, ipaddr-sexp.5.5.0, macaddr.5.5.0, macaddr-cstruct.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> installed duration.0.2.1
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> installed gmap.0.3.0
-> retrieved mirage-crypto.0.10.7, mirage-crypto-ec.0.10.7, mirage-crypto-pk.0.10.7, mirage-crypto-rng.0.10.7  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> installed cmdliner.1.2.0
-> installed lwt-dllist.1.0.1
-> installed macaddr.5.5.0
-> installed mirage-clock.4.2.0
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> retrieved mirage-random.3.0.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed dune-configurator.3.15.0
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved tcpip.8.0.0  (cached)
-> retrieved tls.0.15.4, tls-mirage.0.15.4  (cached)
-> installed ipaddr.5.5.0
-> retrieved topkg.1.0.7  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved zarith.1.13  (cached)
-> installed psq.0.2.1
-> installed optint.0.3.0
-> installed lru.0.3.1
-> installed num.1.5
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocplib-endian.1.2
-> installed ocamlbuild.0.14.3
-> installed base.v0.16.3
-> installed zarith.1.13
-> installed lwt.5.7.0
-> installed mirage-time.3.0.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ipaddr-sexp.5.5.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed mirage-kv.6.1.1
-> installed metrics.0.4.1
-> installed cstruct.6.2.0
-> installed mirage-random.3.0.0
-> installed ipaddr-cstruct.5.5.0
-> installed cstruct-sexp.6.2.0
-> installed cstruct-lwt.6.2.0
-> installed macaddr-cstruct.5.5.0
-> installed mirage-flow.3.0.0
-> installed mirage-net.4.0.0
-> installed randomconv.0.1.3
-> installed fpath.0.7.3
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed happy-eyeballs.0.1.3
-> installed arp.3.1.0
-> installed mirage-crypto.0.10.7
-> installed ppx_cstruct.6.2.0
-> installed tcpip.8.0.0
-> installed dns.6.4.0
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed mirage-crypto-rng.0.10.7
-> installed bos.0.2.1
-> installed mirage-crypto-pk.0.10.7
-> installed mirage-crypto-ec.0.10.7
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed ca-certs-nss.3.98
-> installed tls.0.15.4
-> installed tls-mirage.0.15.4
-> installed dns-client.6.4.0
-> installed happy-eyeballs-lwt.0.1.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 10:16.22 ---> saved as "c0b119d5bab60cfe41536204cbf9c956b6b32156bb68495d2c36187d332ae468"

/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 happy-eyeballs-lwt.0.1.3) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile happy-eyeballs-lwt 0.1.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved happy-eyeballs-lwt.0.1.3  (https://github.com/robur-coop/happy-eyeballs/releases/download/v0.1.3/happy-eyeballs-0.1.3.tbz)
-> removed   happy-eyeballs-lwt.0.1.3
-> installed happy-eyeballs-lwt.0.1.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 10:16.47 ---> saved as "bd8683defb5bb3d88a2a7c299810e23c3cd3340f1a2d1451d9455481ac286567"

/home/opam: (run (shell  "opam reinstall --with-test --verbose happy-eyeballs-lwt.0.1.3;\
                        \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\" != 'happy-eyeballs-lwt.0.1.3' && 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 happy-eyeballs-lwt 0.1.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4:
-> retrieved happy-eyeballs-lwt.0.1.3  (cached)
Processing  2/4: [happy-eyeballs-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "happy-eyeballs-lwt" "-j" "31" (CWD=/home/opam/.opam/5.1/.opam-switch/build/happy-eyeballs-lwt.0.1.3)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I app/.test.eobjs/byte -I /home/opam/.opam/5.1/lib/asn1-combinators -I /home/opam/.opam/5.1/lib/astring -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/bos -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/ca-certs -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cstruct -I /home/opam/.opam/5.1/lib/cstruct-sexp -I /home/opam/.opam/5.1/lib/dns -I /home/opam/.opam/5.1/lib/dns-client -I /home/opam/.opam/5.1/lib/dns-client/lwt -I /home/opam/.opam/5.1/lib/dns-client/resolvconf -I /home/opam/.opam/5.1/lib/dns/cache -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/duration -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/fmt -I /home/opam/.opam/5.1/lib/fpath -I /home/opam/.opam/5.1/lib/gmap -I /home/opam/.opam/5.1/lib/happy-eyeballs -I /home/opam/.opam/5.1/lib/hkdf -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/lru -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/metrics -I /home/opam/.opam/5.1/lib/mirage-crypto -I /home/opam/.opam/5.1/lib/mirage-crypto-ec -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/mirage-crypto-rng/lwt -I /home/opam/.opam/5.1/lib/mirage-crypto-rng/unix -I /home/opam/.opam/5.1/lib/mtime -I /home/opam/.opam/5.1/lib/mtime/clock/os -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/pbkdf -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/psq -I /home/opam/.opam/5.1/lib/ptime -I /home/opam/.opam/5.1/lib/ptime/clock/os -I /home/opam/.opam/5.1/lib/randomconv -I /home/opam/.opam/5.1/lib/rresult -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/tls -I /home/opam/.opam/5.1/lib/tls/lwt -I /home/opam/.opam/5.1/lib/x509 -I /home/opam/.opam/5.1/lib/zarith -I lwt/.happy_eyeballs_lwt.objs/byte -no-alias-deps -o app/.test.eobjs/byte/dune__exe__Test.cmo -c -impl app/test.ml)
- File "app/test.ml", line 39, characters 2-11:
- 39 |   Term.info "test" ~version:"0.1.3"
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "app/test.ml", line 41, characters 15-24:
- 41 | let () = match Term.eval cmd with `Ok () -> exit 0 | _ -> exit 1
-                     ^^^^^^^^^
- 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 app/.test.eobjs/byte -I app/.test.eobjs/native -I /home/opam/.opam/5.1/lib/asn1-combinators -I /home/opam/.opam/5.1/lib/astring -I /home/opam/.opam/5.1/lib/base64 -I /home/opam/.opam/5.1/lib/bos -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/ca-certs -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/cstruct -I /home/opam/.opam/5.1/lib/cstruct-sexp -I /home/opam/.opam/5.1/lib/dns -I /home/opam/.opam/5.1/lib/dns-client -I /home/opam/.opam/5.1/lib/dns-client/lwt -I /home/opam/.opam/5.1/lib/dns-client/resolvconf -I /home/opam/.opam/5.1/lib/dns/cache -I /home/opam/.opam/5.1/lib/domain-name -I /home/opam/.opam/5.1/lib/duration -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/fmt -I /home/opam/.opam/5.1/lib/fpath -I /home/opam/.opam/5.1/lib/gmap -I /home/opam/.opam/5.1/lib/happy-eyeballs -I /home/opam/.opam/5.1/lib/hkdf -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/lru -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/metrics -I /home/opam/.opam/5.1/lib/mirage-crypto -I /home/opam/.opam/5.1/lib/mirage-crypto-ec -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/mirage-crypto-rng/lwt -I /home/opam/.opam/5.1/lib/mirage-crypto-rng/unix -I /home/opam/.opam/5.1/lib/mtime -I /home/opam/.opam/5.1/lib/mtime/clock/os -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/pbkdf -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/psq -I /home/opam/.opam/5.1/lib/ptime -I /home/opam/.opam/5.1/lib/ptime/clock/os -I /home/opam/.opam/5.1/lib/randomconv -I /home/opam/.opam/5.1/lib/rresult -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/tls -I /home/opam/.opam/5.1/lib/tls/lwt -I /home/opam/.opam/5.1/lib/x509 -I /home/opam/.opam/5.1/lib/zarith -I lwt/.happy_eyeballs_lwt.objs/byte -I lwt/.happy_eyeballs_lwt.objs/native -intf-suffix .ml -no-alias-deps -o app/.test.eobjs/native/dune__exe__Test.cmx -c -impl app/test.ml)
- File "app/test.ml", line 39, characters 2-11:
- 39 |   Term.info "test" ~version:"0.1.3"
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "app/test.ml", line 41, characters 15-24:
- 41 | let () = match Term.eval cmd with `Ok () -> exit 0 | _ -> exit 1
-                     ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  happy-eyeballs-lwt.0.1.3
-> removed   happy-eyeballs-lwt.0.1.3
-> installed happy-eyeballs-lwt.0.1.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 10:17.11 ---> saved as "ec496d9c0d0cbe83b69c5d5c7430ed0a11c675c8535cc15b2297d915cd5d73b1"
Job succeeded
2024-04-23 10:17.22: Job succeeded