(for PR #28495)

2026-05-04 08:20.04: New job: build efl.1.17.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on ubuntu-25.10-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/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb
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 efl.1.17.0 1.17.0
RUN opam reinstall efl.1.17.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-25.10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.17.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-05-04 08:20.04: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb)
 (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 efl.1.17.0 1.17.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.17.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-25.10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'efl.1.17.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-04 08:20.04: Waiting for resource in pool OCluster
2026-05-04 08:20.07: Waiting for worker…
2026-05-04 08:24.20: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files:  91% (17358/18902)
Updating files:  92% (17390/18902)
Updating files:  93% (17579/18902)
Updating files:  94% (17768/18902)
Updating files:  95% (17957/18902)
Updating files:  96% (18146/18902)
Updating files:  97% (18335/18902)
Updating files:  98% (18524/18902)
Updating files:  99% (18713/18902)
Updating files: 100% (18902/18902)
Updating files: 100% (18902/18902), done.
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
 packages/efl/efl.1.12.0/opam | 2 +-
 packages/efl/efl.1.13.0/opam | 2 +-
 packages/efl/efl.1.17.0/opam | 2 +-
 packages/efl/efl.1.18.0/opam | 2 +-
 packages/efl/efl.1.19.0/opam | 2 +-
 packages/efl/efl.1.20.0/opam | 2 +-
 packages/efl/efl.1.22.0/opam | 2 +-
 packages/efl/efl.1.24.0/opam | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb' locally
docker.io/ocaml/opam@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb: Pulling from ocaml/opam
16c195d4c5e9: Already exists
52e5c620adad: Pulling fs layer
ede3e96d4e3e: Pulling fs layer
d04fc5fa7c6b: Pulling fs layer
52e5c620adad: Waiting
3dcc1eb82c36: Pulling fs layer
ede3e96d4e3e: Waiting
d04fc5fa7c6b: Waiting
ab3defebbb54: Pulling fs layer
3dcc1eb82c36: Waiting
7b715b836645: Pulling fs layer
ab3defebbb54: Waiting
2b27f2185f00: Pulling fs layer
7d6e3d5c7d36: Pulling fs layer
624c8c87c403: Pulling fs layer
7b715b836645: Waiting
7d6e3d5c7d36: Waiting
075c9f317734: Pulling fs layer
2b27f2185f00: Waiting
624c8c87c403: Waiting
347a57877bff: Pulling fs layer
075c9f317734: Waiting
1c7b5d97e131: Pulling fs layer
347a57877bff: Waiting
ab60fbcc17aa: Pulling fs layer
b3b72b72bac3: Pulling fs layer
1c7b5d97e131: Waiting
1bf622d6b3d7: Pulling fs layer
ab60fbcc17aa: Waiting
7a247a63940a: Pulling fs layer
1bf622d6b3d7: Waiting
47a0b674a796: Pulling fs layer
b3b72b72bac3: Waiting
7a247a63940a: Waiting
f17243fda6ba: Pulling fs layer
47a0b674a796: Waiting
f7ac1276cf4c: Pulling fs layer
f17243fda6ba: Waiting
810eb6f380bd: Pulling fs layer
f9b004d77a8f: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f7ac1276cf4c: Waiting
2e70c6ccc025: Pulling fs layer
656649c9d203: Pulling fs layer
f9b004d77a8f: Waiting
4f4fb700ef54: Waiting
2e70c6ccc025: Waiting
92e34d2de701: Pulling fs layer
656649c9d203: Waiting
c9dee8320bf1: Pulling fs layer
810eb6f380bd: Waiting
92e34d2de701: Waiting
d73125ae33f0: Pulling fs layer
c9dee8320bf1: Waiting
133c9d673e68: Pulling fs layer
d73125ae33f0: Waiting
e0c506d89aae: Pulling fs layer
133c9d673e68: Waiting
80d6eeea925b: Pulling fs layer
df33debf5406: Pulling fs layer
80d6eeea925b: Waiting
17b51d6a9514: Pulling fs layer
df33debf5406: Waiting
e0c506d89aae: Waiting
ba321bf7d347: Pulling fs layer
2d32e3af2844: Pulling fs layer
ba321bf7d347: Waiting
c96946cb20bd: Pulling fs layer
dfe9bfcc8b3c: Pulling fs layer
2d32e3af2844: Waiting
5f9ebaff5e28: Pulling fs layer
353ebc994aa1: Pulling fs layer
a780b498bda2: Pulling fs layer
d78309ee2b53: Pulling fs layer
5f9ebaff5e28: Waiting
dfe9bfcc8b3c: Waiting
a780b498bda2: Waiting
353ebc994aa1: Waiting
ab69be715c48: Pulling fs layer
d78309ee2b53: Waiting
ac7824b01e21: Pulling fs layer
ab69be715c48: Waiting
15bc86ccf4ef: Pulling fs layer
ac7824b01e21: Waiting
f0c980790112: Pulling fs layer
15bc86ccf4ef: Waiting
f20c9822f755: Pulling fs layer
4eed6b9581dd: Pulling fs layer
f20c9822f755: Waiting
f0c980790112: Waiting
899600dc7e75: Pulling fs layer
4eed6b9581dd: Waiting
899600dc7e75: Waiting
c96946cb20bd: Waiting
52e5c620adad: Download complete
52e5c620adad: Pull complete
ede3e96d4e3e: Verifying Checksum
ede3e96d4e3e: Download complete
ede3e96d4e3e: Pull complete
d04fc5fa7c6b: Verifying Checksum
d04fc5fa7c6b: Download complete
3dcc1eb82c36: Verifying Checksum
3dcc1eb82c36: Download complete
7b715b836645: Download complete
d04fc5fa7c6b: Pull complete
2b27f2185f00: Verifying Checksum
2b27f2185f00: Download complete
3dcc1eb82c36: Pull complete
ab3defebbb54: Verifying Checksum
ab3defebbb54: Download complete
7d6e3d5c7d36: Verifying Checksum
7d6e3d5c7d36: Download complete
075c9f317734: Verifying Checksum
075c9f317734: Download complete
624c8c87c403: Verifying Checksum
624c8c87c403: Download complete
1c7b5d97e131: Download complete
ab3defebbb54: Pull complete
7b715b836645: Pull complete
2b27f2185f00: Pull complete
7d6e3d5c7d36: Pull complete
624c8c87c403: Pull complete
ab60fbcc17aa: Verifying Checksum
ab60fbcc17aa: Download complete
075c9f317734: Pull complete
347a57877bff: Download complete
1bf622d6b3d7: Verifying Checksum
1bf622d6b3d7: Download complete
347a57877bff: Pull complete
7a247a63940a: Download complete
1c7b5d97e131: Pull complete
ab60fbcc17aa: Pull complete
47a0b674a796: Verifying Checksum
47a0b674a796: Download complete
f17243fda6ba: Verifying Checksum
f17243fda6ba: Download complete
b3b72b72bac3: Verifying Checksum
b3b72b72bac3: Download complete
f7ac1276cf4c: Verifying Checksum
f7ac1276cf4c: Download complete
810eb6f380bd: Download complete
b3b72b72bac3: Pull complete
1bf622d6b3d7: Pull complete
7a247a63940a: Pull complete
47a0b674a796: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f9b004d77a8f: Download complete
f17243fda6ba: Pull complete
f7ac1276cf4c: Pull complete
810eb6f380bd: Pull complete
f9b004d77a8f: Pull complete
4f4fb700ef54: Pull complete
2e70c6ccc025: Verifying Checksum
2e70c6ccc025: Download complete
2e70c6ccc025: Pull complete
656649c9d203: Verifying Checksum
656649c9d203: Download complete
656649c9d203: Pull complete
92e34d2de701: Verifying Checksum
92e34d2de701: Download complete
92e34d2de701: Pull complete
c9dee8320bf1: Verifying Checksum
c9dee8320bf1: Download complete
c9dee8320bf1: Pull complete
133c9d673e68: Download complete
e0c506d89aae: Verifying Checksum
e0c506d89aae: Download complete
d73125ae33f0: Verifying Checksum
d73125ae33f0: Download complete
d73125ae33f0: Pull complete
133c9d673e68: Pull complete
e0c506d89aae: Pull complete
80d6eeea925b: Verifying Checksum
80d6eeea925b: Download complete
80d6eeea925b: Pull complete
df33debf5406: Verifying Checksum
df33debf5406: Download complete
df33debf5406: Pull complete
ba321bf7d347: Verifying Checksum
ba321bf7d347: Download complete
17b51d6a9514: Verifying Checksum
17b51d6a9514: Download complete
17b51d6a9514: Pull complete
ba321bf7d347: Pull complete
2d32e3af2844: Verifying Checksum
2d32e3af2844: Download complete
2d32e3af2844: Pull complete
dfe9bfcc8b3c: Verifying Checksum
dfe9bfcc8b3c: Download complete
5f9ebaff5e28: Verifying Checksum
5f9ebaff5e28: Download complete
c96946cb20bd: Verifying Checksum
c96946cb20bd: Download complete
a780b498bda2: Verifying Checksum
a780b498bda2: Download complete
d78309ee2b53: Verifying Checksum
d78309ee2b53: Download complete
353ebc994aa1: Download complete
15bc86ccf4ef: Verifying Checksum
15bc86ccf4ef: Download complete
ab69be715c48: Verifying Checksum
ab69be715c48: Download complete
ac7824b01e21: Verifying Checksum
ac7824b01e21: Download complete
f20c9822f755: Verifying Checksum
f20c9822f755: Download complete
899600dc7e75: Verifying Checksum
899600dc7e75: Download complete
4eed6b9581dd: Verifying Checksum
4eed6b9581dd: Download complete
f0c980790112: Verifying Checksum
f0c980790112: Download complete
c96946cb20bd: Pull complete
dfe9bfcc8b3c: Pull complete
5f9ebaff5e28: Pull complete
353ebc994aa1: Pull complete
a780b498bda2: Pull complete
d78309ee2b53: Pull complete
ab69be715c48: Pull complete
ac7824b01e21: Pull complete
15bc86ccf4ef: Pull complete
f0c980790112: Pull complete
f20c9822f755: Pull complete
4eed6b9581dd: Pull complete
899600dc7e75: Pull complete
Digest: sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb
Status: Downloaded newer image for ocaml/opam@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb
2026-05-04 08:31.17 ---> saved as "a5827ec8f8060228ff360e6b91ccc03261830381fc6438bd74ee093d4c90f0d5"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 08:31.20 ---> saved as "4aa43a0e8ce1591f4442a820512e8307e0c6b1e37f9dd79bf2afa70ab75d31e6"

/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.

[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-04 08:32.17 ---> saved as "dca21957c73b7aabcedc4167a1eabea8c5b59cd847f5947500e4bb4150667e2f"

/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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=25.10
# 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.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-05-04 08:32.21 ---> saved as "63d2db2243dafef76860faa12bcc4ee39d8672d1e250a17b0ed904f5869ca564"

/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-05-04 08:32.35 ---> saved as "76162fb6646024444f829bf6eaf3c7e5b009790f51752a4125612bd5b682989f"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:32.55 ---> saved as "61a98c836e23d9c2b7f0b95ccfdab49e66be705a9f824fc66092fbe2e9fd4e15"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:33.17 ---> saved as "1cf851bb29ce269bd66f2f32b033c1bf7807939e2fa6eb05d8e6381b2f3b204d"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [292 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [364 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.5 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [510 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [377 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [289 kB]
- Fetched 2258 kB in 9s (250 kB/s)
- Reading package lists...
- 
2026-05-04 08:33.28 ---> saved as "f1832154a2d14876a303ccf485f6194584503d63c0ce4c1abef857fc29d7972f"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.17.0 1.17.0"))
efl is now pinned to version 1.17.0
2026-05-04 08:33.30 ---> saved as "cfb48bf77020f9d165cf6fad36d614c093ae7342a30884dba4995aebc37ef18c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.17.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-25.10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'efl.1.17.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
efl.1.17.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - efl = 1.17.0 -> ocaml < 5.3 -> dkml-base-compiler
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - efl = 1.17.0 -> ocaml < 5.3 -> ocaml-variants
  * Missing dependency:
    - efl = 1.17.0 -> ocaml < 5.3 -> 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.1
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - efl = 1.17.0 -> ocaml < 5.3 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - efl = 1.17.0 -> ocaml < 5.3 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.17.0;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-25.10\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'efl.1.17.0' && 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-05-04 08:33.55: Job failed: Failed: Build failed
2026-05-04 08:33.55: Log analysis:
2026-05-04 08:33.55: >>> 
No solution found, exiting
 (score = 100)
2026-05-04 08:33.55: [SKIP] Package not available