(not at the head of any monitored branch or PR)
2025-04-12 19:50.27: New job: build orthologic-coq.0.9.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27747/head (7ba2ff089f43ce5f35b0e456996861b2c152869d)
                              on macos-homebrew-ocaml-4.14/arm64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27747/head" && git reset --hard 7ba2ff08
git fetch origin master
git merge --no-edit 34a3fc46c301a891122df75c17fef6b5358bd68f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-2.3 ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn orthologic-coq.0.9.1 0.9.1
RUN opam reinstall orthologic-coq.0.9.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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orthologic-coq.0.9.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-04-12 19:50.27: Using cache hint "macos-homebrew-ocaml-4.14-orthologic-coq.0.9.1-7ba2ff089f43ce5f35b0e456996861b2c152869d"
2025-04-12 19:50.27: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn orthologic-coq.0.9.1 0.9.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall orthologic-coq.0.9.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 \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'orthologic-coq.0.9.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-04-12 19:50.27: Waiting for resource in pool OCluster
2025-04-12 19:50.28: Waiting for worker…
2025-04-12 19:50.28: Got resource from pool OCluster
Building on m1-worker-04
Updating files:  51% (11690/22853)
Updating files:  52% (11884/22853)
Updating files:  53% (12113/22853)
Updating files:  54% (12341/22853)
Updating files:  55% (12570/22853)
Updating files:  56% (12798/22853)
Updating files:  57% (13027/22853)
Updating files:  58% (13255/22853)
Updating files:  59% (13484/22853)
Updating files:  60% (13712/22853)
Updating files:  61% (13941/22853)
Updating files:  62% (14169/22853)
Updating files:  63% (14398/22853)
Updating files:  64% (14626/22853)
Updating files:  65% (14855/22853)
Updating files:  66% (15083/22853)
Updating files:  67% (15312/22853)
Updating files:  68% (15541/22853)
Updating files:  69% (15769/22853)
Updating files:  70% (15998/22853)
Updating files:  71% (16226/22853)
Updating files:  72% (16455/22853)
Updating files:  73% (16683/22853)
Updating files:  74% (16912/22853)
Updating files:  75% (17140/22853)
Updating files:  76% (17369/22853)
Updating files:  77% (17597/22853)
Updating files:  78% (17826/22853)
Updating files:  79% (18054/22853)
Updating files:  80% (18283/22853)
Updating files:  81% (18511/22853)
Updating files:  82% (18740/22853)
Updating files:  83% (18968/22853)
Updating files:  84% (19197/22853)
Updating files:  85% (19426/22853)
Updating files:  86% (19654/22853)
Updating files:  87% (19883/22853)
Updating files:  88% (20111/22853)
Updating files:  89% (20340/22853)
Updating files:  90% (20568/22853)
Updating files:  91% (20797/22853)
Updating files:  92% (21025/22853)
Updating files:  93% (21254/22853)
Updating files:  93% (21472/22853)
Updating files:  94% (21482/22853)
Updating files:  95% (21711/22853)
Updating files:  96% (21939/22853)
Updating files:  97% (22168/22853)
Updating files:  98% (22396/22853)
Updating files:  99% (22625/22853)
Updating files: 100% (22853/22853)
Updating files: 100% (22853/22853), done.
HEAD is now at eef001fd28 Package checked_oint.0.6.0
HEAD is now at 34a3fc46c3 Merge pull request #27736 from Leonidas-from-XIV/core-unix-glibc
Updating 34a3fc46c3..7ba2ff089f
Fast-forward
 packages/orthologic-coq/orthologic-coq.0.9.1/opam | 41 +++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 packages/orthologic-coq/orthologic-coq.0.9.1/opam

(from macos-homebrew-ocaml-4.14)
2025-04-12 19:50.38 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-04-12 19:50.38 ---> using "133faf6477bb7d579f4909c1f9ea81a7b33e8728123c32f7ba0f1532c2d3d002" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-04-12 19:50.38 ---> using "ef3d87c6398c801c10cf5a6d93f8ba7a7aca8d0c6db9fa9fa49b79f0f9e94e2e" from cache

/: (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.3.0
# self-upgrade         no
# system               arch=arm64 os=macos os-distribution=homebrew os-version=14.4
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-04-12 19:50.38 ---> using "ac863649c8b1638b67aad7aed774fd3a3fe5d0b0e5eb7991274454937cf65d01" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2025-04-12 19:50.38 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-04-12 19:50.46 ---> saved as "b34336f87d58ba3c995eb48c6d3d9e1af55ca198e8550a1ccb18f4cd4e77d6cb"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-04-12 19:50.58 ---> saved as "28c0a02d314b0fe757a83bb4a9feec830673b11653f61867e5758e637d39401e"

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:d9faa506c014dedc0b034a68103ba75c9a58242f4d6c67b6ca0f649c39602bcf
- #=#=#                                                                         

                                                                           0.1%
                                                                           0.8%
#                                                                          1.5%
#                                                                          2.2%
##                                                                         2.9%
##                                                                         3.5%
- 
##                                                                         3.9%
###                                                                        4.3%
###                                                                        4.7%
###                                                                        5.2%
####                                                                       5.6%
####                                                                       6.1%
####                                                                       6.6%
#####                                                                      7.0%
#####                                                                      7.4%
#####                                                                      8.0%
######                                                                     8.4%
- 
######                                                                     8.8%
######                                                                     9.3%
#######                                                                    9.8%
#######                                                                   10.2%
#######                                                                   10.6%
#######                                                                   11.0%
########                                                                  11.6%
########                                                                  12.0%
########                                                                  12.4%
#########                                                                 12.8%
- 
#########                                                                 13.3%
#########                                                                 13.7%
##########                                                                14.2%
##########                                                                14.7%
##########                                                                15.1%
###########                                                               15.5%
###########                                                               15.9%
###########                                                               16.5%
############                                                              16.9%
############                                                              17.3%
############                                                              17.7%
- 
#############                                                             18.2%
#############                                                             18.6%
#############                                                             19.1%
##############                                                            19.5%
##############                                                            20.0%
##############                                                            20.4%
##############                                                            20.8%
###############                                                           21.4%
###############                                                           21.8%
###############                                                           22.2%
################                                                          22.6%
################                                                          23.2%
- 
################                                                          23.6%
#################                                                         24.0%
#################                                                         24.4%
#################                                                         24.9%
##################                                                        25.1%
##################                                                        25.6%
##################                                                        26.0%
###################                                                       26.4%
###################                                                       26.8%
###################                                                       27.2%
- 
###################                                                       27.5%
####################                                                      27.8%
####################                                                      28.1%
####################                                                      28.2%
####################                                                      28.5%
####################                                                      28.8%
####################                                                      28.9%
#####################                                                     29.2%
#####################                                                     29.3%
#####################                                                     29.6%
#####################                                                     29.9%
- 
#####################                                                     30.0%
#####################                                                     30.3%
#####################                                                     30.4%
######################                                                    30.7%
######################                                                    31.0%
######################                                                    31.1%
######################                                                    31.4%
######################                                                    31.6%
######################                                                    31.8%
#######################                                                   32.1%
#######################                                                   32.3%
- 
#######################                                                   32.5%
#######################                                                   32.8%
#######################                                                   33.0%
#######################                                                   33.2%
########################                                                  33.5%
########################                                                  33.7%
########################                                                  33.9%
########################                                                  34.1%
########################                                                  34.4%
########################                                                  34.6%
#########################                                                 34.8%
- 
#########################                                                 35.1%
#########################                                                 35.3%
#########################                                                 35.5%
#########################                                                 35.8%
#########################                                                 36.0%
##########################                                                36.2%
##########################                                                36.5%
##########################                                                36.6%
##########################                                                36.9%
##########################                                                37.2%
- 
##########################                                                37.3%
###########################                                               37.6%
###########################                                               37.7%
###########################                                               38.0%
###########################                                               38.3%
###########################                                               38.4%
###########################                                               38.7%
###########################                                               38.8%
############################                                              39.1%
############################                                              39.4%
############################                                              39.5%
- 
############################                                              39.8%
############################                                              39.9%
############################                                              40.2%
#############################                                             40.5%
#############################                                             40.6%
#############################                                             40.9%
#############################                                             41.2%
#############################                                             41.3%
#############################                                             41.6%
##############################                                            41.8%
##############################                                            42.0%
- 
##############################                                            42.3%
##############################                                            42.5%
##############################                                            42.7%
##############################                                            43.0%
###############################                                           43.2%
###############################                                           43.4%
###############################                                           43.6%
###############################                                           43.9%
###############################                                           44.1%
###############################                                           44.3%
################################                                          44.6%
- 
################################                                          44.8%
################################                                          45.0%
################################                                          45.3%
################################                                          45.4%
################################                                          45.7%
#################################                                         46.0%
#################################                                         46.1%
#################################                                         46.4%
#################################                                         46.7%
#################################                                         46.8%
- 
#################################                                         47.1%
#################################                                         47.2%
##################################                                        47.5%
##################################                                        47.8%
##################################                                        47.9%
##################################                                        48.2%
##################################                                        48.3%
##################################                                        48.6%
###################################                                       48.9%
###################################                                       49.0%
###################################                                       49.3%
- 
###################################                                       49.6%
###################################                                       49.7%
####################################                                      50.0%
####################################                                      50.3%
####################################                                      50.4%
####################################                                      50.7%
####################################                                      51.0%
####################################                                      51.1%
#####################################                                     51.4%
#####################################                                     51.7%
#####################################                                     52.0%
- 
#####################################                                     52.1%
#####################################                                     52.4%
#####################################                                     52.5%
######################################                                    52.8%
######################################                                    53.1%
######################################                                    53.2%
######################################                                    53.5%
######################################                                    53.6%
######################################                                    53.9%
#######################################                                   54.2%
- 
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   54.9%
#######################################                                   55.0%
#######################################                                   55.3%
#######################################                                   55.5%
########################################                                  55.7%
########################################                                  56.0%
########################################                                  56.3%
########################################                                  56.4%
########################################                                  56.7%
- 
#########################################                                 57.0%
#########################################                                 57.1%
#########################################                                 57.4%
#########################################                                 57.7%
#########################################                                 57.8%
#########################################                                 58.1%
##########################################                                58.4%
##########################################                                58.5%
##########################################                                58.8%
##########################################                                59.1%
- 
##########################################                                59.2%
##########################################                                59.5%
###########################################                               59.8%
###########################################                               59.9%
###########################################                               60.2%
###########################################                               60.3%
###########################################                               60.6%
###########################################                               60.9%
###########################################                               61.0%
############################################                              61.3%
- 
############################################                              61.6%
############################################                              61.7%
############################################                              62.0%
############################################                              62.3%
############################################                              62.4%
#############################################                             62.7%
#############################################                             63.0%
#############################################                             63.1%
#############################################                             63.4%
#############################################                             63.6%
#############################################                             63.8%
- 
##############################################                            64.1%
##############################################                            64.3%
##############################################                            64.5%
##############################################                            64.8%
##############################################                            65.0%
##############################################                            65.2%
###############################################                           65.4%
###############################################                           65.7%
###############################################                           65.9%
###############################################                           66.1%
###############################################                           66.3%
###############################################                           66.5%
- 
################################################                          66.8%
################################################                          67.0%
################################################                          67.3%
################################################                          67.5%
################################################                          67.7%
################################################                          68.0%
#################################################                         68.2%
#################################################                         68.4%
#################################################                         68.7%
#################################################                         68.9%
- 
#################################################                         69.1%
#################################################                         69.3%
##################################################                        69.6%
##################################################                        69.8%
##################################################                        70.0%
##################################################                        70.3%
##################################################                        70.4%
##################################################                        70.7%
###################################################                       71.0%
###################################################                       71.1%
###################################################                       71.4%
- 
###################################################                       71.5%
###################################################                       71.8%
###################################################                       72.1%
###################################################                       72.2%
####################################################                      72.4%
####################################################                      72.6%
####################################################                      72.8%
####################################################                      73.1%
####################################################                      73.3%
####################################################                      73.5%
- 
#####################################################                     73.8%
#####################################################                     74.0%
#####################################################                     74.3%
#####################################################                     74.5%
#####################################################                     74.7%
#####################################################                     74.9%
######################################################                    75.2%
######################################################                    75.4%
######################################################                    75.6%
######################################################                    75.8%
######################################################                    76.1%
- 
######################################################                    76.3%
#######################################################                   76.5%
#######################################################                   76.7%
#######################################################                   77.0%
#######################################################                   77.1%
#######################################################                   77.4%
#######################################################                   77.7%
########################################################                  77.9%
########################################################                  78.2%
########################################################                  78.6%
- 
########################################################                  79.1%
#########################################################                 79.5%
#########################################################                 79.9%
#########################################################                 80.5%
##########################################################                80.9%
##########################################################                81.3%
##########################################################                81.7%
###########################################################               82.3%
###########################################################               82.7%
###########################################################               83.1%
############################################################              83.5%
############################################################              83.8%
- 
############################################################              84.0%
############################################################              84.2%
############################################################              84.4%
############################################################              84.7%
#############################################################             84.9%
#############################################################             85.1%
#############################################################             85.3%
#############################################################             85.6%
#############################################################             85.8%
#############################################################             86.0%
##############################################################            86.3%
- 
##############################################################            86.5%
##############################################################            86.7%
##############################################################            87.0%
##############################################################            87.2%
##############################################################            87.4%
###############################################################           87.6%
###############################################################           87.9%
###############################################################           88.1%
###############################################################           88.3%
###############################################################           88.6%
- 
###############################################################           88.8%
################################################################          89.0%
################################################################          89.3%
################################################################          89.4%
################################################################          89.7%
################################################################          90.0%
################################################################          90.1%
#################################################################         90.4%
#################################################################         90.5%
#################################################################         90.8%
#################################################################         91.1%
- 
#################################################################         91.2%
#################################################################         91.5%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.2%
##################################################################        92.3%
##################################################################        92.6%
##################################################################        92.9%
##################################################################        93.0%
###################################################################       93.3%
###################################################################       93.5%
- 
###################################################################       93.7%
###################################################################       94.0%
###################################################################       94.2%
###################################################################       94.4%
####################################################################      94.7%
####################################################################      94.8%
####################################################################      95.1%
####################################################################      95.4%
####################################################################      95.5%
####################################################################      95.8%
#####################################################################     96.1%
- 
#####################################################################     96.2%
#####################################################################     96.5%
#####################################################################     96.8%
#####################################################################     96.9%
######################################################################    97.2%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    97.9%
######################################################################    98.2%
######################################################################    98.3%
- 
#######################################################################   98.6%
#######################################################################   98.9%
#######################################################################   99.2%
#######################################################################   99.3%
#######################################################################   99.6%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.7.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2025-04-12 19:52.05 ---> saved as "6d8afe7969481e32bd4e0e47bf949e3dff1221148a9bce9535941fa8395c3c31"

/: (run (shell "opam pin add -k version -yn orthologic-coq.0.9.1 0.9.1"))
orthologic-coq is now pinned to version 0.9.1
2025-04-12 19:52.07 ---> saved as "d81132824c2f3aad75f6d2c3f4f4b71b67943683f0cabe44f70f2341b4dabdd1"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall orthologic-coq.0.9.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 \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'orthologic-coq.0.9.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
orthologic-coq.0.9.1 is not installed. Install it? [y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - orthologic-coq -> ocaml >= 5.3.0
    You can temporarily relax the switch invariant with `--update-invariant'

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