(for PR #29937)

2026-05-24 22:43.55: New job: build caqti-async.2.3.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
                              on ubuntu-25.04-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/29937/head" && git reset --hard 699c5684
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
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 caqti-async.2.3.1 2.3.1
RUN opam reinstall caqti-async.2.3.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 "\"ubuntu-25.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'caqti-async.2.3.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-05-24 22:43.55: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3-caqti-async.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.55: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)
 (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 caqti-async.2.3.1 2.3.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-async.2.3.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 \"\\\"ubuntu-25.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'caqti-async.2.3.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-05-24 22:43.55: Waiting for resource in pool OCluster
2026-05-24 22:51.02: Waiting for worker…
2026-05-24 22:53.59: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Merge made by the 'ort' strategy.
 packages/caqti-async/caqti-async.2.3.1/opam        | 41 +++++++++++++
 .../caqti-driver-mariadb.2.3.1/opam                | 34 +++++++++++
 .../caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam   | 33 +++++++++++
 .../caqti-driver-postgresql.2.3.1/opam             | 38 ++++++++++++
 .../caqti-driver-sqlite3.2.3.1/opam                | 33 +++++++++++
 packages/caqti-dynload/caqti-dynload.2.3.1/opam    | 41 +++++++++++++
 packages/caqti-eio/caqti-eio.2.3.1/opam            | 37 ++++++++++++
 packages/caqti-lwt/caqti-lwt.2.3.1/opam            | 39 ++++++++++++
 packages/caqti-mirage/caqti-mirage.2.3.1/opam      | 43 ++++++++++++++
 .../caqti-tls-async/caqti-tls-async.2.3.1/opam     | 36 +++++++++++
 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam    | 34 +++++++++++
 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam    | 35 +++++++++++
 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam  | 34 +++++++++++
 packages/caqti-tls/caqti-tls.2.3.1/opam            | 40 +++++++++++++
 .../caqti-type-calendar.2.3.1/opam                 | 31 ++++++++++
 packages/caqti/caqti.2.3.1/opam                    | 69 ++++++++++++++++++++++
 16 files changed, 618 insertions(+)
 create mode 100644 packages/caqti-async/caqti-async.2.3.1/opam
 create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.1/opam
 create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam
 create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.1/opam
 create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.1/opam
 create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.1/opam
 create mode 100644 packages/caqti-eio/caqti-eio.2.3.1/opam
 create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.1/opam
 create mode 100644 packages/caqti-mirage/caqti-mirage.2.3.1/opam
 create mode 100644 packages/caqti-tls-async/caqti-tls-async.2.3.1/opam
 create mode 100644 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam
 create mode 100644 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam
 create mode 100644 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam
 create mode 100644 packages/caqti-tls/caqti-tls.2.3.1/opam
 create mode 100644 packages/caqti-type-calendar/caqti-type-calendar.2.3.1/opam
 create mode 100644 packages/caqti/caqti.2.3.1/opam

(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3' locally
docker.io/ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
3ffa5fa4c338: Pulling fs layer
1ad98d62710f: Pulling fs layer
32b7f1733f93: Pulling fs layer
60b6d784b3f1: Pulling fs layer
c62190a9ab61: Waiting
5a2a6d451e1f: Pulling fs layer
32b7f1733f93: Waiting
6331cc613db1: Pulling fs layer
1ad98d62710f: Waiting
60b6d784b3f1: Waiting
cd17da539bcb: Pulling fs layer
a78785a8707a: Pulling fs layer
5a2a6d451e1f: Waiting
017a8e839984: Pulling fs layer
cd17da539bcb: Waiting
269878e77d3e: Pulling fs layer
6331cc613db1: Waiting
d105ce9936af: Pulling fs layer
3ffa5fa4c338: Waiting
a78785a8707a: Waiting
017a8e839984: Waiting
6a816e31a608: Pulling fs layer
269878e77d3e: Waiting
d105ce9936af: Waiting
c561c5e7e836: Pulling fs layer
2c2bead92061: Pulling fs layer
c561c5e7e836: Waiting
181b5e50467a: Pulling fs layer
6a816e31a608: Waiting
e1747048878a: Pulling fs layer
9964000ee5c2: Pulling fs layer
e1747048878a: Waiting
2f528d56ff17: Pulling fs layer
9964000ee5c2: Waiting
0cae2e739013: Pulling fs layer
2f528d56ff17: Waiting
2c2bead92061: Waiting
4f4fb700ef54: Pulling fs layer
7b56ac9ded88: Pulling fs layer
02acd4f922b8: Pulling fs layer
0cae2e739013: Waiting
4f4fb700ef54: Waiting
5820f3f0ac5b: Pulling fs layer
565d3d2f91e3: Pulling fs layer
7b56ac9ded88: Waiting
6011b75baccf: Pulling fs layer
565d3d2f91e3: Waiting
aa679525444d: Pulling fs layer
5820f3f0ac5b: Waiting
6233cfda6bc6: Pulling fs layer
6011b75baccf: Waiting
aa679525444d: Waiting
e337c50fadae: Pulling fs layer
6233cfda6bc6: Waiting
68480da602a2: Pulling fs layer
fe8455ef7fdd: Pulling fs layer
376ec1c1ff04: Pulling fs layer
62414c6876a0: Pulling fs layer
68480da602a2: Waiting
e337c50fadae: Waiting
fe8455ef7fdd: Waiting
e13152495ead: Pulling fs layer
376ec1c1ff04: Waiting
7237efe4b8d6: Pulling fs layer
62414c6876a0: Waiting
dcb6948decd1: Pulling fs layer
9ef3e7aa87ba: Pulling fs layer
cd0bb5382221: Pulling fs layer
e13152495ead: Waiting
dcb6948decd1: Waiting
9ef3e7aa87ba: Waiting
7237efe4b8d6: Waiting
18f69dc7a237: Pulling fs layer
cd0bb5382221: Waiting
a2e0e75156e8: Pulling fs layer
18f69dc7a237: Waiting
8d2cef0a103d: Pulling fs layer
1ebb3eb77b53: Pulling fs layer
8d2cef0a103d: Waiting
a2e0e75156e8: Waiting
af2e6699089c: Pulling fs layer
1ebb3eb77b53: Waiting
af2e6699089c: Waiting
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
3ffa5fa4c338: Verifying Checksum
3ffa5fa4c338: Download complete
1ad98d62710f: Download complete
c62190a9ab61: Pull complete
3ffa5fa4c338: Pull complete
1ad98d62710f: Pull complete
32b7f1733f93: Verifying Checksum
32b7f1733f93: Download complete
32b7f1733f93: Pull complete
60b6d784b3f1: Verifying Checksum
60b6d784b3f1: Download complete
60b6d784b3f1: Pull complete
5a2a6d451e1f: Verifying Checksum
5a2a6d451e1f: Download complete
6331cc613db1: Verifying Checksum
6331cc613db1: Download complete
cd17da539bcb: Verifying Checksum
cd17da539bcb: Download complete
5a2a6d451e1f: Pull complete
6331cc613db1: Pull complete
cd17da539bcb: Pull complete
a78785a8707a: Verifying Checksum
a78785a8707a: Download complete
a78785a8707a: Pull complete
017a8e839984: Verifying Checksum
017a8e839984: Download complete
017a8e839984: Pull complete
269878e77d3e: Verifying Checksum
269878e77d3e: Download complete
269878e77d3e: Pull complete
6a816e31a608: Verifying Checksum
6a816e31a608: Download complete
c561c5e7e836: Verifying Checksum
c561c5e7e836: Download complete
2c2bead92061: Download complete
181b5e50467a: Download complete
e1747048878a: Verifying Checksum
e1747048878a: Download complete
9964000ee5c2: Download complete
2f528d56ff17: Verifying Checksum
2f528d56ff17: Download complete
0cae2e739013: Download complete
d105ce9936af: Verifying Checksum
d105ce9936af: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7b56ac9ded88: Verifying Checksum
7b56ac9ded88: Download complete
d105ce9936af: Pull complete
02acd4f922b8: Download complete
6a816e31a608: Pull complete
565d3d2f91e3: Verifying Checksum
565d3d2f91e3: Download complete
c561c5e7e836: Pull complete
2c2bead92061: Pull complete
181b5e50467a: Pull complete
6011b75baccf: Download complete
e1747048878a: Pull complete
9964000ee5c2: Pull complete
5820f3f0ac5b: Verifying Checksum
5820f3f0ac5b: Download complete
2f528d56ff17: Pull complete
0cae2e739013: Pull complete
4f4fb700ef54: Pull complete
7b56ac9ded88: Pull complete
02acd4f922b8: Pull complete
5820f3f0ac5b: Pull complete
565d3d2f91e3: Pull complete
6011b75baccf: Pull complete
aa679525444d: Download complete
aa679525444d: Pull complete
6233cfda6bc6: Verifying Checksum
6233cfda6bc6: Download complete
6233cfda6bc6: Pull complete
e337c50fadae: Verifying Checksum
e337c50fadae: Download complete
e337c50fadae: Pull complete
68480da602a2: Verifying Checksum
68480da602a2: Download complete
68480da602a2: Pull complete
376ec1c1ff04: Download complete
fe8455ef7fdd: Verifying Checksum
fe8455ef7fdd: Download complete
fe8455ef7fdd: Pull complete
376ec1c1ff04: Pull complete
62414c6876a0: Verifying Checksum
62414c6876a0: Download complete
62414c6876a0: Pull complete
7237efe4b8d6: Verifying Checksum
7237efe4b8d6: Download complete
9ef3e7aa87ba: Verifying Checksum
9ef3e7aa87ba: Download complete
cd0bb5382221: Verifying Checksum
cd0bb5382221: Download complete
18f69dc7a237: Download complete
e13152495ead: Verifying Checksum
e13152495ead: Download complete
8d2cef0a103d: Download complete
1ebb3eb77b53: Download complete
af2e6699089c: Verifying Checksum
af2e6699089c: Download complete
e13152495ead: Pull complete
7237efe4b8d6: Pull complete
dcb6948decd1: Retrying in 5 seconds
dcb6948decd1: Retrying in 4 seconds
dcb6948decd1: Retrying in 3 seconds
dcb6948decd1: Retrying in 2 seconds
dcb6948decd1: Retrying in 1 second
dcb6948decd1: Verifying Checksum
dcb6948decd1: Download complete
dcb6948decd1: Pull complete
9ef3e7aa87ba: Pull complete
cd0bb5382221: Pull complete
18f69dc7a237: Pull complete
a2e0e75156e8: Verifying Checksum
a2e0e75156e8: Download complete
a2e0e75156e8: Pull complete
8d2cef0a103d: Pull complete
1ebb3eb77b53: Pull complete
af2e6699089c: Pull complete
Digest: sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
Status: Downloaded newer image for ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
2026-05-24 22:55.05 ---> using "ba0b4e302ef2a5e9263f83048ac28906cbdea9e3c191aa9493eeacb40f39272f" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 22:55.05 ---> using "5b4657e478b4215ded76634d941989534f09ae9178c0ba55a37161693eb04c06" 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.1 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 1 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=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 22:55.05 ---> using "676117ed1528b98025d4c280fddfad77dd4308682e8895b8fb6149c942a99e1b" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=25.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-05-24 22:55.05 ---> using "0aaa451d95266b2297567459b647a5f273268bb0975763afa5a710600ea7e267" 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-05-24 22:55.05 ---> using "96a647879a5e58b7f75ecf54a00804917fe07652a1f8bd282946296d03c844e2" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 22:55.31 ---> saved as "c2745a091465dbbb94a78253459ce64fafe9bd5e10c392236541bb3effcd93f5"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 22:55.43 ---> saved as "7a98348dcbfaa2aadfc7ba71abbba1789856272820fd22cfed57099df256ed3b"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 
2026-05-24 22:55.45 ---> saved as "ab117cad25b4bd8c25c066437746b72a5dfb57bba3b8bb8467f3b07acc756342"

/home/opam: (run (shell "opam pin add -k version -yn caqti-async.2.3.1 2.3.1"))
caqti-async is now pinned to version 2.3.1
2026-05-24 22:55.47 ---> saved as "13c8d85f54cbeaf822f91a160a28047ff5331812fbf0e73a388b28a3340d2317"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caqti-async.2.3.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 \"\\\"ubuntu-25.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'caqti-async.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
caqti-async.2.3.1 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.3 -> ocaml = 4.14.3
    - caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.3
    - caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.0~
  * Missing dependency:
    - caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.0~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall caqti-async.2.3.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 "\"ubuntu-25.04\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'caqti-async.2.3.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-05-24 22:56.18: Job failed: Failed: Build failed
2026-05-24 22:56.18: Log analysis:
2026-05-24 22:56.18: >>> 
No solution found, exiting
 (score = 100)
2026-05-24 22:56.18: [SKIP] Package not available