(for PR #29530)

2026-03-17 10:26.05: New job: test lambda-term.2.0.1, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (395113449576622af70540fb22e5d90e18554bdc)
                              on debian-13-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29530/head" && git reset --hard 39511344
git fetch origin master
git merge --no-edit e589be2bb3f3c3428c9c98a122428f3ad2d44845
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam depext -u || true
RUN opam pin add -k version -yn lambda-term.2.0.1 2.0.1
RUN opam depext lambda-term.2.0.1 && opam reinstall lambda-term.2.0.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lambda-term.2.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam depext --with-test lambda-term.2.0.1 && opam reinstall --with-test lambda-term.2.0.1) || true
RUN opam depext --with-test lambda-term.2.0.1 && opam reinstall --with-test --verbose lambda-term.2.0.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lambda-term.2.0.1' && 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 .

2026-03-17 10:26.05: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e-lambda-term.2.0.1-395113449576622af70540fb22e5d90e18554bdc"
2026-03-17 10:26.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam depext -u || true"))
 (run (shell "opam pin add -k version -yn lambda-term.2.0.1 2.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext lambda-term.2.0.1 && opam reinstall lambda-term.2.0.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-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lambda-term.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam depext --with-test lambda-term.2.0.1 && opam reinstall --with-test lambda-term.2.0.1) || true"))
 (run (shell  "opam depext --with-test lambda-term.2.0.1 && opam reinstall --with-test --verbose lambda-term.2.0.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-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lambda-term.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-17 10:26.05: Waiting for resource in pool OCluster
2026-03-17 12:04.51: Waiting for worker…
2026-03-17 12:07.06: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at e589be2bb3 Merge pull request #29546 from johnwhitington/opam-publish-camlpdf.2.9
Merge made by the 'ort' strategy.
 packages/bimage-lwt/bimage-lwt.0.3.0/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.3.1/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.4.0/opam    | 6 +++++-
 packages/caqti-lwt/caqti-lwt.0.11.0/opam     | 4 +++-
 packages/caqti-lwt/caqti-lwt.1.0.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.2.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.3.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.6.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.7.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.8.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.9.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.0.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.1.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.2.4/opam      | 6 +++++-
 packages/fuseau-lwt/fuseau-lwt.0.1/opam      | 6 +++++-
 packages/lambda-term/lambda-term.1.13/opam   | 6 +++++-
 packages/lambda-term/lambda-term.2.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.2/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.3/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0/opam    | 6 +++++-
 packages/lambda-term/lambda-term.3.0.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.1.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.2.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.2/opam  | 6 +++++-
 packages/lwt_domain/lwt_domain.0.1.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.2.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.3.0/opam    | 6 +++++-
 packages/lwt_eio/lwt_eio.0.1/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.2/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.3/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.4/opam            | 7 ++++++-
 packages/lwt_eio/lwt_eio.0.5.1/opam          | 7 ++++++-
 packages/lwt_eio/lwt_eio.0.5/opam            | 7 ++++++-
 packages/lwt_glib/lwt_glib.1.0.1/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.0/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.1/opam        | 6 +++++-
 packages/lwt_log/lwt_log.1.1.0/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.1/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.3/opam          | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.6/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.7/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.8/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 6 +++++-
 packages/mwt/mwt.0.1.0/opam                  | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-1/opam      | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-2/opam      | 6 +++++-
 packages/ocluster/ocluster.0.1/opam          | 4 +++-
 packages/ocluster/ocluster.0.2.1/opam        | 6 +++++-
 packages/ocluster/ocluster.0.2/opam          | 4 +++-
 packages/ocluster/ocluster.0.3.0/opam        | 6 +++++-
 packages/picos/picos.0.3.0/opam              | 6 +++++-
 packages/picos/picos.0.4.0/opam              | 6 +++++-
 packages/picos_lwt/picos_lwt.0.5.0/opam      | 6 +++++-
 packages/picos_lwt/picos_lwt.0.6.0/opam      | 6 +++++-
 packages/tezt/tezt.2.0.0/opam                | 6 +++++-
 packages/tezt/tezt.3.0.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.1/opam                | 4 +++-
 packages/tezt/tezt.4.0.0/opam                | 4 +++-
 packages/tezt/tezt.4.1.0/opam                | 4 +++-
 packages/tezt/tezt.4.2.0/opam                | 4 +++-
 packages/tezt/tezt.4.3.0/opam                | 4 +++-
 84 files changed, 403 insertions(+), 84 deletions(-)

(from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
2026-03-17 12:17.59 ---> using "32cd5b5baf995c02200cf270da597dbb25becd220af2c200c00b8b241a742195" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-03-17 12:17.59 ---> using "c343c3c6295981533755a1ca2c0ec379cf8991cedf65b273884f45bb69211880" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-03-17 12:17.59 ---> using "ec37f4969fa389f1d93f40c8a369ba074d0b0e28a83cb92c21189ed51e5fc57b" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2026-03-17 12:17.59 ---> using "1a5ecbfbfc9582e170b5ac395c88085a6267e6a7a0cc61c500ff92d9b7bd5356" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-17 12:17.59 ---> using "4b2335df7d21d8b42e5d811648a3c2c1a5799baf41f9d4d77f2f8561cd56c177" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-17 12:18.00 ---> using "25942fd9f64b7f95b595c88925762a380030f389c76fa7b561c89d4a5bb29846" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-03-17 12:18.00 ---> using "7cd15ac6e05b9b68702604165e10e839e2d96715a46f96ae4b49ad68314a65e8" from cache

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
    apt-get update
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
Fetched 10.0 MB in 2s (5565 kB/s)
Reading package lists...
# OS package update successful
2026-03-17 12:18.00 ---> using "4b88de57aa57eb75ceaa8d6cf02741537c976aa06f0e97ed1b70c0d3347effdc" from cache

/home/opam: (run (shell "opam pin add -k version -yn lambda-term.2.0.1 2.0.1"))
lambda-term is now pinned to version 2.0.1
2026-03-17 12:18.00 ---> using "46e7f6aa97c04dbccd580dfc5342b5839be4f04637c8396d65eee6b6c196a611" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext lambda-term.2.0.1 && opam reinstall lambda-term.2.0.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-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lambda-term.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
lambda-term.2.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlbuild        0.16.1 [required by react]
  - install dune              3.21.1 [required by lambda-term]
  - install ocamlfind         1.9.8  [required by react]
  - install result            1.5    [required by charInfo_width]
  - install csexp             1.5.2  [required by dune-configurator]
  - install cppo              1.8.0  [required by lwt, lwt_react]
  - install camomile          1.0.2  [required by lambda-term]
  - install topkg             1.1.1  [required by react]
  - install base-bytes        base   [required by zed]
  - install dune-configurator 3.21.1 [required by lwt]
  - install charInfo_width    1.1.0  [required by zed]
  - install react             1.2.2  [required by lambda-term]
  - install ocplib-endian     1.2    [required by lwt]
  - install zed               2.0.7  [required by lambda-term]
  - install lwt               5.9.2  [required by lambda-term]
  - install lwt_react         1.2.0  [required by lambda-term]
  - install lwt_log           1.1.2  [required by lambda-term]
  - install lambda-term       2.0.1*
===== 18 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[camomile.1.0.2] found in cache
[charInfo_width.1.1.0] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[dune.3.21.1] found in cache
[dune-configurator.3.21.1] found in cache
[lambda-term.2.0.1] found in cache
[lwt.5.9.2] found in cache
[lwt_log.1.1.2] found in cache
[lwt_react.1.2.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ocplib-endian.1.2] found in cache
[react.1.2.2] found in cache
[result.1.5] found in cache
[topkg.1.1.1] found in cache
[zed.2.0.7] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed react.1.2.2
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed result.1.5
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed camomile.1.0.2
-> installed lwt.5.9.2
-> installed charInfo_width.1.1.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed zed.2.0.7
-> installed lambda-term.2.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-17 12:18.37 ---> saved as "82ea3f05baa71ce7a06db4a1213066b8cfb1dc35800816a29db268df92cbf3f5"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test lambda-term.2.0.1 && opam reinstall --with-test lambda-term.2.0.1) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for lambda-term.2.0.1: The actions to process have cyclic dependencies:
          - install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install js_of_ocaml-compiler.6.3.2
          - install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install js_of_ocaml.6.3.2
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install sedlex.3.7
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install sedlex.3.7
          - install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install re.1.14.0
          - install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install js_of_ocaml-compiler.6.3.2
          - install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install js_of_ocaml.6.3.2
          - install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install js_of_ocaml-compiler.6.3.2
          - install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install js_of_ocaml.6.3.2
          - install alcotest.1.9.1 -> install qcheck.0.91 -> install gen.1.1 -> install sedlex.3.7 -> install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install alcotest.1.9.1


Command failed: opam list --readonly --with-test --external '--resolve=lambda-term.2.0.1' --color=never returned 20
2026-03-17 12:18.50 ---> saved as "1d0596d7bf87cb325d82833a631630cc114c1bb94f5f6ba7ef766c7fa246378a"

/home/opam: (run (shell  "opam depext --with-test lambda-term.2.0.1 && opam reinstall --with-test --verbose lambda-term.2.0.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-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lambda-term.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for lambda-term.2.0.1: The actions to process have cyclic dependencies:
          - install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install js_of_ocaml-compiler.6.3.2
          - install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install js_of_ocaml.6.3.2
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install sedlex.3.7
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install sedlex.3.7
          - install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install re.1.14.0
          - install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install js_of_ocaml-compiler.6.3.2
          - install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install ppx_assert.v0.16.0 -> install jst-config.v0.16.0 -> install time_now.v0.16.0 -> install ppx_inline_test.v0.16.1 -> install ppx_expect.v0.16.2 -> install js_of_ocaml.6.3.2
          - install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install js_of_ocaml-compiler.6.3.2
          - install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.35.0 -> install js_of_ocaml.6.3.2
          - install alcotest.1.9.1 -> install qcheck.0.91 -> install gen.1.1 -> install sedlex.3.7 -> install js_of_ocaml-compiler.6.3.2 -> install js_of_ocaml.6.3.2 -> install re.1.14.0 -> install alcotest.1.9.1


Command failed: opam list --readonly --with-test --external '--resolve=lambda-term.2.0.1' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext --with-test lambda-term.2.0.1 && opam reinstall --with-test --verbose lambda-term.2.0.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-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'lambda-term.2.0.1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-03-17 12:19.25: Job failed: Failed: Build failed
2026-03-17 12:19.25: Log analysis:
2026-03-17 12:19.25: >>> 
[ERROR] No solution for lambda-term.2.0.1: The actions to process have cyclic dependencies:
 (score = 20)
2026-03-17 12:19.25: >>> 
[ERROR] No solution for lambda-term.2.0.1: The actions to process have cyclic dependencies:
 (score = 20)
2026-03-17 12:19.25: No solution for lambda-term.2.0.1: The actions to process have cyclic dependencies: