(not at the head of any monitored branch or PR)
2025-12-08 15:16.53: New job: build lwt_ppx.1.2.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
                              on debian-unstable-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/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-5.4@sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && 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 update --depexts || true
RUN opam pin add -k version -yn lwt_ppx.1.2.1 1.2.1
RUN opam reinstall lwt_ppx.1.2.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-unstable\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lwt_ppx.1.2.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 .

2025-12-08 15:16.53: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2-lwt_ppx.1.2.1-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.53: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2)
 (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 "opam option solver=builtin-0install && 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 update --depexts || true"))
 (run (shell "opam pin add -k version -yn lwt_ppx.1.2.1 1.2.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lwt_ppx.1.2.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-unstable\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lwt_ppx.1.2.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-08 15:16.53: Waiting for resource in pool OCluster
2025-12-08 15:31.15: Waiting for worker…
2025-12-08 15:34.18: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 24866eca47 Merge pull request #29034 from hannesm/fixes
Updating 24866eca47..3f8e3ae182
Fast-forward
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 2 +-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 2 +-
 packages/tezt/tezt.2.0.0/opam                | 2 +-
 packages/tezt/tezt.3.0.0/opam                | 2 +-
 packages/tezt/tezt.4.3.0/opam                | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

(from ocaml/opam:debian-unstable-ocaml-5.4@sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2' locally
docker.io/ocaml/opam@sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2: Pulling from ocaml/opam
ebb6f524ed90: Pulling fs layer
f120b4d74b29: Pulling fs layer
e95822d2b557: Pulling fs layer
8b84853e51d3: Pulling fs layer
a38a081c2c28: Pulling fs layer
77fbd53b5ce1: Pulling fs layer
f1292c503277: Pulling fs layer
5fba9f68962a: Pulling fs layer
ee4cdb85c21d: Pulling fs layer
ebb6f524ed90: Waiting
d7890886b005: Pulling fs layer
e95822d2b557: Waiting
b1c1a0adcc55: Pulling fs layer
86f48e37ff2f: Pulling fs layer
331eb8fb1432: Pulling fs layer
8b84853e51d3: Waiting
4f2b05f7ee40: Pulling fs layer
a38a081c2c28: Waiting
f120b4d74b29: Waiting
45b24e0c8677: Pulling fs layer
6ffa0f269f18: Pulling fs layer
5e27703f2390: Pulling fs layer
d7890886b005: Waiting
77fbd53b5ce1: Waiting
86f48e37ff2f: Waiting
b1c1a0adcc55: Waiting
331eb8fb1432: Waiting
ee4cdb85c21d: Waiting
da3726a6379a: Pulling fs layer
f1292c503277: Waiting
4f2b05f7ee40: Waiting
0442ad4217f5: Pulling fs layer
5fba9f68962a: Waiting
45b24e0c8677: Waiting
4be70647f064: Pulling fs layer
5e27703f2390: Waiting
4ad6643acd10: Pulling fs layer
6ffa0f269f18: Waiting
0442ad4217f5: Waiting
4f4fb700ef54: Pulling fs layer
4ad6643acd10: Waiting
4be70647f064: Waiting
6ec2700cbde1: Pulling fs layer
b7d90e735da0: Pulling fs layer
ff023b4d7822: Pulling fs layer
c8f136e120e9: Pulling fs layer
87dd49f41b54: Pulling fs layer
ff023b4d7822: Waiting
b7d90e735da0: Waiting
6ec2700cbde1: Waiting
a6facbf6fcca: Pulling fs layer
87dd49f41b54: Waiting
41cbfdda5dd2: Pulling fs layer
b839fbfe5981: Pulling fs layer
a6facbf6fcca: Waiting
cf7eeab827c6: Pulling fs layer
a983adf3c65b: Pulling fs layer
b839fbfe5981: Waiting
cf7eeab827c6: Waiting
ca02bfc08eda: Pulling fs layer
90910d87c7ef: Pulling fs layer
2ba202a6ce4c: Pulling fs layer
b6e6debfeddb: Pulling fs layer
af18a3d6e984: Pulling fs layer
ca02bfc08eda: Waiting
90910d87c7ef: Waiting
2ba202a6ce4c: Waiting
a2e0b259d88e: Pulling fs layer
b6e6debfeddb: Waiting
af18a3d6e984: Waiting
e95af063fa41: Pulling fs layer
bf328d66f3b9: Pulling fs layer
a2e0b259d88e: Waiting
e95af063fa41: Waiting
02a11c8948cc: Pulling fs layer
f5fa480c2d4b: Pulling fs layer
577ae4259a17: Pulling fs layer
858fd9e38402: Pulling fs layer
f5fa480c2d4b: Waiting
02a11c8948cc: Waiting
577ae4259a17: Waiting
be0758a32087: Pulling fs layer
858fd9e38402: Waiting
e98619292fc3: Pulling fs layer
4799235b55f5: Pulling fs layer
4799235b55f5: Waiting
be0758a32087: Waiting
ebb6f524ed90: Verifying Checksum
ebb6f524ed90: Download complete
f120b4d74b29: Download complete
e95822d2b557: Verifying Checksum
e95822d2b557: Download complete
8b84853e51d3: Verifying Checksum
8b84853e51d3: Download complete
ebb6f524ed90: Pull complete
a38a081c2c28: Verifying Checksum
a38a081c2c28: Download complete
f120b4d74b29: Pull complete
e95822d2b557: Pull complete
8b84853e51d3: Pull complete
a38a081c2c28: Pull complete
77fbd53b5ce1: Verifying Checksum
77fbd53b5ce1: Download complete
f1292c503277: Verifying Checksum
f1292c503277: Download complete
5fba9f68962a: Verifying Checksum
5fba9f68962a: Download complete
ee4cdb85c21d: Verifying Checksum
ee4cdb85c21d: Download complete
d7890886b005: Verifying Checksum
d7890886b005: Download complete
b1c1a0adcc55: Verifying Checksum
b1c1a0adcc55: Download complete
86f48e37ff2f: Verifying Checksum
86f48e37ff2f: Download complete
331eb8fb1432: Verifying Checksum
331eb8fb1432: Download complete
4f2b05f7ee40: Verifying Checksum
4f2b05f7ee40: Download complete
45b24e0c8677: Verifying Checksum
45b24e0c8677: Download complete
6ffa0f269f18: Verifying Checksum
6ffa0f269f18: Download complete
5e27703f2390: Verifying Checksum
5e27703f2390: Download complete
da3726a6379a: Verifying Checksum
da3726a6379a: Download complete
0442ad4217f5: Download complete
4be70647f064: Download complete
4ad6643acd10: Verifying Checksum
4ad6643acd10: Download complete
4f4fb700ef54: Download complete
6ec2700cbde1: Verifying Checksum
6ec2700cbde1: Download complete
b7d90e735da0: Download complete
ff023b4d7822: Download complete
c8f136e120e9: Verifying Checksum
c8f136e120e9: Download complete
87dd49f41b54: Verifying Checksum
87dd49f41b54: Download complete
77fbd53b5ce1: Pull complete
a6facbf6fcca: Verifying Checksum
a6facbf6fcca: Download complete
f1292c503277: Pull complete
41cbfdda5dd2: Verifying Checksum
41cbfdda5dd2: Download complete
5fba9f68962a: Pull complete
b839fbfe5981: Verifying Checksum
b839fbfe5981: Download complete
ee4cdb85c21d: Pull complete
cf7eeab827c6: Verifying Checksum
cf7eeab827c6: Download complete
d7890886b005: Pull complete
a983adf3c65b: Verifying Checksum
a983adf3c65b: Download complete
b1c1a0adcc55: Pull complete
ca02bfc08eda: Verifying Checksum
ca02bfc08eda: Download complete
86f48e37ff2f: Pull complete
90910d87c7ef: Verifying Checksum
90910d87c7ef: Download complete
331eb8fb1432: Pull complete
4f2b05f7ee40: Pull complete
45b24e0c8677: Pull complete
6ffa0f269f18: Pull complete
5e27703f2390: Pull complete
da3726a6379a: Pull complete
0442ad4217f5: Pull complete
4be70647f064: Pull complete
4ad6643acd10: Pull complete
4f4fb700ef54: Pull complete
6ec2700cbde1: Pull complete
b7d90e735da0: Pull complete
ff023b4d7822: Pull complete
c8f136e120e9: Pull complete
87dd49f41b54: Pull complete
a6facbf6fcca: Pull complete
41cbfdda5dd2: Pull complete
b839fbfe5981: Pull complete
cf7eeab827c6: Pull complete
a983adf3c65b: Pull complete
ca02bfc08eda: Pull complete
90910d87c7ef: Pull complete
2ba202a6ce4c: Verifying Checksum
2ba202a6ce4c: Download complete
b6e6debfeddb: Verifying Checksum
b6e6debfeddb: Download complete
a2e0b259d88e: Verifying Checksum
a2e0b259d88e: Download complete
af18a3d6e984: Verifying Checksum
af18a3d6e984: Download complete
2ba202a6ce4c: Pull complete
b6e6debfeddb: Pull complete
e95af063fa41: Download complete
bf328d66f3b9: Verifying Checksum
bf328d66f3b9: Download complete
02a11c8948cc: Download complete
577ae4259a17: Verifying Checksum
577ae4259a17: Download complete
f5fa480c2d4b: Verifying Checksum
f5fa480c2d4b: Download complete
be0758a32087: Verifying Checksum
be0758a32087: Download complete
e98619292fc3: Verifying Checksum
e98619292fc3: Download complete
4799235b55f5: Download complete
af18a3d6e984: Pull complete
a2e0b259d88e: Pull complete
e95af063fa41: Pull complete
bf328d66f3b9: Pull complete
02a11c8948cc: Pull complete
f5fa480c2d4b: Pull complete
577ae4259a17: Pull complete
858fd9e38402: Verifying Checksum
858fd9e38402: Download complete
858fd9e38402: Pull complete
be0758a32087: Pull complete
e98619292fc3: Pull complete
4799235b55f5: Pull complete
Digest: sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2
Status: Downloaded newer image for ocaml/opam@sha256:d79cb2ba682b61ef3ac7b7d3fc674f095fe63c2e10a2978d7e900a4005819aa2
2025-12-08 15:34.38 ---> using "220e6a7e87717d3c45da516094472fe65e6a7894d47b280cc9cead8018e3bb34" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-08 15:34.38 ---> using "55b24f854a09f87e90d10f33bb0722b0832db20744140684575557f3f031a1a7" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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] Initialised
2025-12-08 15:34.38 ---> using "3bad14e3fbb6fa1ea99b29a2d00b17041923f1dc96d65f57f1d28105164afaff" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=unknown
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-12-08 15:34.38 ---> using "ccde8371374380ea08b49faa111d169d7d68a576b8bbf5216c1a644b90c4f2b0" 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/"))
2025-12-08 15:34.38 ---> using "c353a682ef0cb6ab7734e88952c9bd8d6ed84f211ed32920693d24e55c4f3ade" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 15:34.39 ---> using "4de28b2d53e23ac6ce5f8cb48c002a7c81dd0023bdc6b40a87f850f9e67aa153" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 15:34.48 ---> saved as "9d308629c26b5085269fdf8c5654201ec5aa8d420b6ce01d9c9fe8d5ea9cff5b"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [176 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-12-08-1410.47-F-2025-12-06-2006.32.pdiff [127 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-12-08-1410.47-F-2025-12-06-2006.32.pdiff [127 kB]
- Fetched 367 kB in 3s (137 kB/s)
- Reading package lists...
- 
2025-12-08 15:34.51 ---> saved as "1c24d8b1540bc4d258bd1ce2b8fe2ec4bc458d36807a95f48070aaba73a9398e"

/home/opam: (run (shell "opam pin add -k version -yn lwt_ppx.1.2.1 1.2.1"))
lwt_ppx is now pinned to version 1.2.1
2025-12-08 15:34.52 ---> saved as "aaeec51f93a620a5b810b1794c93fdc1bc4aceb054e8dce03e2a845bb7065d0b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lwt_ppx.1.2.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-unstable\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lwt_ppx.1.2.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
lwt_ppx.1.2.1 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler >= 5.4.0
    - lwt_ppx = 1.2.1 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13 -> dkml-base-compiler
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler >= 5.4.0
    - lwt_ppx = 1.2.1 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants
  * Missing dependency:
    - lwt_ppx = 1.2.1 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml-variants (= 4.08.0+beta2 | = 4.08.0+beta3)
    no matching version
  * Missing dependency:
    - lwt_ppx = 1.2.1 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.4.0
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - lwt_ppx = 1.2.1 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - lwt_ppx = 1.2.1 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall lwt_ppx.1.2.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-unstable\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'lwt_ppx.1.2.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
2025-12-08 15:35.17: Job failed: Failed: Build failed
2025-12-08 15:35.17: Log analysis:
2025-12-08 15:35.17: >>> 
No solution found, exiting
 (score = 100)
2025-12-08 15:35.17: [SKIP] Package not available