Build:
  1. 1
  2. 0
2026-02-15 10:03.45: New job: test js_of_ocaml-ppx.6.3.2, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29393/head (d7f2c479cc0b0634a614ca6f6cf1b12a963920d4)
                              on debian-13-ocaml-5.4/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/29393/head" && git reset --hard d7f2c479
git fetch origin master
git merge --no-edit 66fe1c299d8a0fe922268a88a05ccf4bee097900
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
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 js_of_ocaml-ppx.6.3.2 6.3.2
RUN opam depext js_of_ocaml-ppx.6.3.2 && opam reinstall js_of_ocaml-ppx.6.3.2; \
    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" != 'js_of_ocaml-ppx.6.3.2' && 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 js_of_ocaml-ppx.6.3.2 && opam reinstall --with-test js_of_ocaml-ppx.6.3.2) || true
RUN opam depext --with-test js_of_ocaml-ppx.6.3.2 && opam reinstall --with-test --verbose js_of_ocaml-ppx.6.3.2; \
    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" != 'js_of_ocaml-ppx.6.3.2' && 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-02-15 10:03.45: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-js_of_ocaml-ppx.6.3.2-d7f2c479cc0b0634a614ca6f6cf1b12a963920d4"
2026-02-15 10:03.45: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
 (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 js_of_ocaml-ppx.6.3.2 6.3.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext js_of_ocaml-ppx.6.3.2 && opam reinstall js_of_ocaml-ppx.6.3.2;\
             \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\" != 'js_of_ocaml-ppx.6.3.2' && 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 js_of_ocaml-ppx.6.3.2 && opam reinstall --with-test js_of_ocaml-ppx.6.3.2) || true"))
 (run (shell  "opam depext --with-test js_of_ocaml-ppx.6.3.2 && opam reinstall --with-test --verbose js_of_ocaml-ppx.6.3.2;\
             \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\" != 'js_of_ocaml-ppx.6.3.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-15 10:03.45: Waiting for resource in pool OCluster
2026-02-15 10:11.30: Waiting for worker…
2026-02-15 10:15.48: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  84% (15342/18219)
Updating files:  85% (15487/18219)
Updating files:  86% (15669/18219)
Updating files:  87% (15851/18219)
Updating files:  88% (16033/18219)
Updating files:  89% (16215/18219)
Updating files:  90% (16398/18219)
Updating files:  91% (16580/18219)
Updating files:  92% (16762/18219)
Updating files:  93% (16944/18219)
Updating files:  94% (17126/18219)
Updating files:  95% (17309/18219)
Updating files:  96% (17491/18219)
Updating files:  97% (17673/18219)
Updating files:  98% (17855/18219)
Updating files:  99% (18037/18219)
Updating files: 100% (18219/18219)
Updating files: 100% (18219/18219), done.
HEAD is now at 66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0
Updating 66fe1c299d..d7f2c479cc
Fast-forward
 .../js_of_ocaml-compiler.6.3.2/opam                | 67 ++++++++++++++++++++++
 .../js_of_ocaml-lwt/js_of_ocaml-lwt.6.3.2/opam     | 47 +++++++++++++++
 .../js_of_ocaml-ppx/js_of_ocaml-ppx.6.3.2/opam     | 45 +++++++++++++++
 .../js_of_ocaml-ppx_deriving_json.6.3.2/opam       | 45 +++++++++++++++
 .../js_of_ocaml-toplevel.6.3.2/opam                | 47 +++++++++++++++
 .../js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.3.2/opam | 48 ++++++++++++++++
 packages/js_of_ocaml/js_of_ocaml.6.3.2/opam        | 45 +++++++++++++++
 .../wasm_of_ocaml-compiler.6.3.2/opam              | 63 ++++++++++++++++++++
 8 files changed, 407 insertions(+)
 create mode 100644 packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.3.2/opam
 create mode 100644 packages/js_of_ocaml-lwt/js_of_ocaml-lwt.6.3.2/opam
 create mode 100644 packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.3.2/opam
 create mode 100644 packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.6.3.2/opam
 create mode 100644 packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.3.2/opam
 create mode 100644 packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.3.2/opam
 create mode 100644 packages/js_of_ocaml/js_of_ocaml.6.3.2/opam
 create mode 100644 packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.3.2/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
2026-02-15 10:19.42 ---> using "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b" 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-02-15 10:19.42 ---> using "9977b265c0c2169e3d6e1d5fd30288788cef6fa2098b216c383dbe2f2af5d3be" 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-02-15 10:19.42 ---> using "9db4ce202e63f28fbf637045209431c2712a649b3d599ee21c42ca79a8b8f601" 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    5.4
2026-02-15 10:19.42 ---> using "9d723489c4ffa196e512eaebf98a1efe43ed5b2d8d1bbf1c8e8e385abac1d516" 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-02-15 10:19.42 ---> using "faef83b30c7783db3d1569810b91945d51f81e1a6b9da9881987b9c3f598b75f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-15 10:19.43 ---> using "f91a684ee5c3c8ca74167d31e9a8375ec8dbc5eae35871205cc91bef9ca61d2a" 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-02-15 10:19.43 ---> using "e6416e994f9f50b9807ca840dba6401bbb508597cb82273c9685186859f810df" 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
Hit:1 http://deb.debian.org/debian trixie InRelease
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-security trixie-security/main amd64 Packages [108 kB]
Fetched 198 kB in 0s (1220 kB/s)
Reading package lists...
# OS package update successful
2026-02-15 10:19.43 ---> using "7fcbd85e9f62ac1aa443525b7f5c7fc9e4d2237fbd40c1ba3823e5d9b4ff78a4" from cache

/home/opam: (run (shell "opam pin add -k version -yn js_of_ocaml-ppx.6.3.2 6.3.2"))
js_of_ocaml-ppx is now pinned to version 6.3.2
2026-02-15 10:19.43 ---> using "d8c53e00a74ca581c647906af0ec934f12749281682a3ef45e11b586d37c7dbc" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext js_of_ocaml-ppx.6.3.2 && opam reinstall js_of_ocaml-ppx.6.3.2;\
                        \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\" != 'js_of_ocaml-ppx.6.3.2' && 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.
js_of_ocaml-ppx.6.3.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune                 3.21.1   [required by js_of_ocaml-ppx]
  - install seq                  base     [required by gen]
  - install cmdliner             2.1.0    [required by js_of_ocaml-compiler]
  - install yojson               3.0.0    [required by js_of_ocaml-compiler]
  - install stdlib-shims         0.3.0    [required by ppxlib]
  - install sexplib0             v0.17.0  [required by ppxlib]
  - install ppx_derivers         1.2.1    [required by ppxlib]
  - install ocaml-compiler-libs  v0.17.0  [required by js_of_ocaml-compiler]
  - install menhirSdk            20230608 [required by js_of_ocaml-compiler]
  - install menhirLib            20230608 [required by js_of_ocaml-compiler]
  - install gen                  1.1      [required by sedlex]
  - install ppxlib               0.37.0   [required by js_of_ocaml-ppx]
  - install menhir               20230608 [required by js_of_ocaml-compiler]
  - install sedlex               3.7      [required by js_of_ocaml-compiler]
  - install js_of_ocaml-compiler 6.3.2    [required by js_of_ocaml]
  - install js_of_ocaml          6.3.2    [required by js_of_ocaml-ppx]
  - install js_of_ocaml-ppx      6.3.2*
===== 17 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[cmdliner.2.1.0] found in cache
[dune.3.21.1] found in cache
[gen.1.1] found in cache
[js_of_ocaml.6.3.2] found in cache
[js_of_ocaml-compiler.6.3.2] found in cache
[js_of_ocaml-ppx.6.3.2] found in cache
[menhir.20230608] found in cache
[menhirLib.20230608] found in cache
[menhirSdk.20230608] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.37.0] found in cache
[sedlex.3.7] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[yojson.3.0.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.2.1.0
-> installed dune.3.21.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20230608
-> installed sexplib0.v0.17.0
-> installed gen.1.1
-> installed menhirLib.20230608
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.3.0.0
-> installed menhir.20230608
-> installed ppxlib.0.37.0
-> installed sedlex.3.7
-> installed js_of_ocaml-compiler.6.3.2
-> installed js_of_ocaml.6.3.2
-> installed js_of_ocaml-ppx.6.3.2
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-15 10:19.43 ---> using "5eb594febe2d6d781260ff0239df5d52b49ea8785da419b55357f5cdac0b3b27" from cache

/home/opam: (run (network host)
                 (shell "(opam depext --with-test js_of_ocaml-ppx.6.3.2 && opam reinstall --with-test js_of_ocaml-ppx.6.3.2) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for js_of_ocaml-ppx.6.3.2: 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.37.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.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install sedlex.3.7
          - install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> 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.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> 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.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> 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.37.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.37.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=js_of_ocaml-ppx.6.3.2' --color=never returned 20
2026-02-15 10:19.51 ---> saved as "3ae2ad0148ced494f26fa68987861a13969234e4accb7236032222b15b2fb4ea"

/home/opam: (run (shell  "opam depext --with-test js_of_ocaml-ppx.6.3.2 && opam reinstall --with-test --verbose js_of_ocaml-ppx.6.3.2;\
                        \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\" != 'js_of_ocaml-ppx.6.3.2' && 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 js_of_ocaml-ppx.6.3.2: 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.37.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.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install sedlex.3.7
          - install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> 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.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> 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.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> 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.37.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.37.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=js_of_ocaml-ppx.6.3.2' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext --with-test js_of_ocaml-ppx.6.3.2 && opam reinstall --with-test --verbose js_of_ocaml-ppx.6.3.2;
        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" != 'js_of_ocaml-ppx.6.3.2' && 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-02-15 10:20.03: Job failed: Failed: Build failed
2026-02-15 10:20.03: Log analysis:
2026-02-15 10:20.03: >>> 
[ERROR] No solution for js_of_ocaml-ppx.6.3.2: The actions to process have cyclic dependencies:
 (score = 20)
2026-02-15 10:20.03: >>> 
[ERROR] No solution for js_of_ocaml-ppx.6.3.2: The actions to process have cyclic dependencies:
 (score = 20)
2026-02-15 10:20.03: No solution for js_of_ocaml-ppx.6.3.2: The actions to process have cyclic dependencies: