- github
- ocaml
- opam-repository
- a540e3
- macos,macos-homebrew-ocaml-4.14-amd64,ocaml-lsp-server.1.26.0-5.5~preview
(not at the head of any monitored branch or PR)
2026-03-19 16:28.51: New job: build ocaml-lsp-server.1.26.0-5.5~preview, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29565/head (a540e38baa7b2d1d7e6218b3bc3eb48112a04ff2)
on macos-homebrew-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/29565/head" && git reset --hard a540e38b
git fetch origin master
git merge --no-edit 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/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 ocaml-lsp-server.1.26.0-5.5~preview 1.26.0-5.5~preview
RUN opam reinstall ocaml-lsp-server.1.26.0-5.5~preview; \
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" != 'ocaml-lsp-server.1.26.0-5.5~preview' && 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-03-19 16:28.51: Using cache hint "macos-homebrew-ocaml-4.14-ocaml-lsp-server.1.26.0-5.5~preview-a540e38baa7b2d1d7e6218b3bc3eb48112a04ff2"
2026-03-19 16:28.51: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/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 ocaml-lsp-server.1.26.0-5.5~preview 1.26.0-5.5~preview"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ocaml-lsp-server.1.26.0-5.5~preview;\
\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\" != 'ocaml-lsp-server.1.26.0-5.5~preview' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-19 16:28.51: Waiting for resource in pool OCluster
2026-03-19 16:28.52: Waiting for worker…
2026-03-19 16:33.54: Got resource from pool OCluster
Building on i7-worker-03
Updating files: 36% (6810/18511)
Updating files: 37% (6850/18511)
Updating files: 38% (7035/18511)
Updating files: 39% (7220/18511)
Updating files: 40% (7405/18511)
Updating files: 41% (7590/18511)
Updating files: 42% (7775/18511)
Updating files: 43% (7960/18511)
Updating files: 44% (8145/18511)
Updating files: 45% (8330/18511)
Updating files: 46% (8516/18511)
Updating files: 47% (8701/18511)
Updating files: 48% (8886/18511)
Updating files: 49% (9071/18511)
Updating files: 50% (9256/18511)
Updating files: 51% (9441/18511)
Updating files: 52% (9626/18511)
Updating files: 53% (9811/18511)
Updating files: 54% (9996/18511)
Updating files: 55% (10182/18511)
Updating files: 56% (10367/18511)
Updating files: 57% (10552/18511)
Updating files: 58% (10737/18511)
Updating files: 59% (10922/18511)
Updating files: 60% (11107/18511)
Updating files: 61% (11292/18511)
Updating files: 62% (11477/18511)
Updating files: 63% (11662/18511)
Updating files: 63% (11669/18511)
Updating files: 64% (11848/18511)
Updating files: 65% (12033/18511)
Updating files: 66% (12218/18511)
Updating files: 67% (12403/18511)
Updating files: 68% (12588/18511)
Updating files: 69% (12773/18511)
Updating files: 70% (12958/18511)
Updating files: 71% (13143/18511)
Updating files: 72% (13328/18511)
Updating files: 73% (13514/18511)
Updating files: 74% (13699/18511)
Updating files: 75% (13884/18511)
Updating files: 76% (14069/18511)
Updating files: 77% (14254/18511)
Updating files: 78% (14439/18511)
Updating files: 79% (14624/18511)
Updating files: 80% (14809/18511)
Updating files: 81% (14994/18511)
Updating files: 82% (15180/18511)
Updating files: 83% (15365/18511)
Updating files: 84% (15550/18511)
Updating files: 85% (15735/18511)
Updating files: 86% (15920/18511)
Updating files: 87% (16105/18511)
Updating files: 88% (16290/18511)
Updating files: 89% (16475/18511)
Updating files: 90% (16660/18511)
Updating files: 91% (16846/18511)
Updating files: 92% (17031/18511)
Updating files: 92% (17190/18511)
Updating files: 93% (17216/18511)
Updating files: 94% (17401/18511)
Updating files: 95% (17586/18511)
Updating files: 96% (17771/18511)
Updating files: 97% (17956/18511)
Updating files: 98% (18141/18511)
Updating files: 99% (18326/18511)
Updating files: 100% (18511/18511)
Updating files: 100% (18511/18511), done.
HEAD is now at 6910facf56 [new release] Ortac 0.8.0
HEAD is now at 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0
Updating 9f189ca4f9..a540e38baa
Fast-forward
packages/jsonrpc/jsonrpc.1.26.0-5.5~preview/opam | 51 +++++++++++++++
packages/lsp/lsp.1.26.0-5.5~preview/opam | 61 +++++++++++++++++
.../ocaml-lsp-server.1.26.0-5.5~preview/opam | 76 ++++++++++++++++++++++
3 files changed, 188 insertions(+)
create mode 100644 packages/jsonrpc/jsonrpc.1.26.0-5.5~preview/opam
create mode 100644 packages/lsp/lsp.1.26.0-5.5~preview/opam
create mode 100644 packages/ocaml-lsp-server/ocaml-lsp-server.1.26.0-5.5~preview/opam
(from macos-homebrew-ocaml-4.14)
2026-03-19 16:34.10 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-19 16:34.11 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" 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
2026-03-19 16:34.11 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" 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.5.0
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# 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
2026-03-19 16:34.11 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" 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/"))
2026-03-19 16:34.12 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-19 16:34.22 ---> saved as "ca7633f5abad9eed513deb5cc7cf4794793811cacea5d5166570e158e8c8776f"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-19 16:34.43 ---> saved as "a5e8c0683b6a847442121f642a71a68a2ced05b8ceb5f9de4e2e8b241ddde7e6"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:e4f27cef5f72bf7a99c748c0650fe3718fe661a56960dedaeec9c2c98de1d3bc
- #=#=#
0.0%
-
0.4%
0.7%
0.9%
1.3%
# 1.6%
# 1.9%
# 2.3%
# 2.6%
# 2.7%
-
## 3.0%
## 3.2%
## 3.4%
## 3.6%
## 3.8%
## 4.0%
### 4.2%
### 4.4%
### 4.7%
### 5.1%
### 5.4%
-
#### 5.7%
#### 5.9%
#### 6.3%
#### 6.6%
#### 6.7%
##### 7.0%
##### 7.1%
##### 7.3%
##### 7.5%
##### 7.7%
-
##### 7.8%
##### 8.1%
##### 8.2%
###### 8.4%
###### 8.6%
###### 8.8%
###### 8.9%
###### 9.0%
###### 9.3%
###### 9.4%
###### 9.6%
-
####### 9.8%
####### 10.1%
####### 10.4%
####### 10.6%
####### 10.8%
####### 10.9%
######## 11.2%
######## 11.3%
######## 11.6%
######## 11.7%
-
######## 12.0%
######## 12.3%
######## 12.4%
######### 12.7%
######### 12.8%
######### 13.1%
######### 13.2%
######### 13.5%
######### 13.6%
######### 13.9%
-
########## 14.0%
########## 14.3%
########## 14.4%
########## 14.7%
########## 15.0%
########## 15.1%
########## 15.2%
########### 15.5%
########### 15.6%
########### 15.8%
-
########### 15.9%
########### 16.0%
########### 16.3%
########### 16.4%
############ 16.7%
############ 16.8%
############ 17.0%
############ 17.3%
############ 17.4%
############ 17.5%
############ 17.8%
-
############ 17.9%
############# 18.2%
############# 18.3%
############# 18.5%
############# 18.6%
############# 18.9%
############# 19.0%
############# 19.1%
############# 19.3%
############# 19.4%
-
############## 19.7%
############## 19.8%
############## 19.9%
############## 20.1%
############## 20.2%
############## 20.5%
############## 20.6%
############### 20.9%
############### 21.0%
############### 21.2%
############### 21.4%
-
############### 21.6%
############### 21.7%
############### 21.8%
############### 22.1%
################ 22.2%
################ 22.4%
################ 22.5%
################ 22.8%
################ 22.9%
################ 23.1%
-
################ 23.2%
################ 23.5%
################ 23.6%
################# 23.7%
################# 24.0%
################# 24.1%
################# 24.4%
################# 24.5%
################# 24.8%
################## 25.2%
################## 25.6%
-
################## 25.9%
################## 26.0%
################### 26.4%
################### 26.6%
################### 26.8%
################### 27.4%
################### 27.6%
################### 27.8%
#################### 28.0%
#################### 28.2%
#################### 28.4%
-
#################### 28.7%
#################### 29.1%
##################### 29.4%
##################### 29.7%
##################### 29.9%
##################### 30.2%
##################### 30.5%
###################### 30.6%
###################### 30.9%
###################### 31.0%
-
###################### 31.3%
###################### 31.4%
###################### 31.7%
####################### 32.0%
####################### 32.2%
####################### 32.6%
####################### 32.9%
####################### 33.2%
######################## 33.4%
######################## 33.6%
######################## 33.8%
-
######################## 34.1%
######################## 34.5%
######################## 34.6%
######################### 34.9%
######################### 35.3%
######################### 35.6%
######################### 36.0%
########################## 36.3%
########################## 36.5%
########################## 36.9%
-
########################## 37.2%
########################## 37.5%
########################### 37.8%
########################### 37.9%
########################### 38.2%
########################### 38.4%
########################### 38.7%
############################ 39.0%
############################ 39.1%
############################ 39.4%
############################ 39.5%
-
############################ 39.9%
############################ 40.0%
############################# 40.3%
############################# 40.4%
############################# 40.7%
############################# 41.0%
############################# 41.3%
############################# 41.5%
############################## 41.8%
############################## 42.1%
############################## 42.3%
-
############################## 42.6%
############################## 42.7%
############################## 43.0%
############################### 43.3%
############################### 43.4%
############################### 43.7%
############################### 43.8%
############################### 44.0%
############################### 44.2%
################################ 44.5%
-
################################ 44.8%
################################ 45.0%
################################ 45.2%
################################ 45.4%
################################ 45.6%
################################# 45.8%
################################# 46.1%
################################# 46.4%
################################# 46.7%
################################# 46.9%
################################## 47.3%
-
################################## 47.6%
################################## 48.0%
################################## 48.3%
################################## 48.5%
################################### 48.8%
################################### 49.1%
################################### 49.5%
################################### 49.8%
#################################### 50.0%
#################################### 50.3%
#################################### 50.6%
-
#################################### 50.8%
#################################### 51.1%
#################################### 51.4%
##################################### 51.6%
##################################### 51.9%
##################################### 52.2%
##################################### 52.6%
###################################### 52.9%
###################################### 53.0%
###################################### 53.3%
###################################### 53.5%
-
###################################### 53.8%
###################################### 54.1%
####################################### 54.3%
####################################### 54.6%
####################################### 54.9%
####################################### 55.1%
####################################### 55.4%
######################################## 55.7%
######################################## 56.0%
######################################## 56.2%
######################################## 56.5%
-
######################################## 56.8%
######################################### 57.0%
######################################### 57.2%
######################################### 57.6%
######################################### 57.8%
######################################### 58.0%
######################################### 58.2%
########################################## 58.5%
########################################## 58.7%
########################################## 58.9%
########################################## 59.1%
-
########################################## 59.3%
########################################## 59.6%
########################################### 59.7%
########################################### 59.9%
########################################### 60.1%
########################################### 60.3%
########################################### 60.5%
########################################### 60.8%
########################################### 60.9%
-
############################################ 61.2%
############################################ 61.5%
############################################ 61.6%
############################################ 61.9%
############################################ 62.2%
############################################ 62.4%
############################################# 62.6%
############################################# 62.8%
############################################# 63.0%
############################################# 63.2%
############################################# 63.4%
-
############################################# 63.6%
############################################## 64.0%
############################################## 64.3%
############################################## 64.6%
############################################## 64.9%
############################################## 65.3%
############################################### 65.5%
############################################### 65.8%
############################################### 66.1%
############################################### 66.5%
############################################### 66.6%
-
################################################ 66.9%
################################################ 67.2%
################################################ 67.4%
################################################ 67.6%
################################################ 67.8%
################################################# 68.2%
################################################# 68.4%
################################################# 68.6%
################################################# 69.0%
################################################# 69.3%
################################################## 69.6%
-
################################################## 69.7%
################################################## 70.0%
################################################## 70.3%
################################################## 70.4%
################################################## 70.7%
################################################### 70.9%
################################################### 71.2%
################################################### 71.5%
################################################### 71.6%
################################################### 71.9%
-
################################################### 72.1%
#################################################### 72.3%
#################################################### 72.7%
#################################################### 72.9%
#################################################### 73.1%
#################################################### 73.2%
#################################################### 73.5%
##################################################### 73.6%
##################################################### 73.9%
##################################################### 74.3%
##################################################### 74.6%
-
##################################################### 75.0%
###################################################### 75.2%
###################################################### 75.5%
###################################################### 75.6%
###################################################### 75.9%
###################################################### 76.3%
####################################################### 76.6%
####################################################### 76.9%
####################################################### 77.3%
####################################################### 77.7%
######################################################## 77.9%
-
######################################################## 78.2%
######################################################## 78.6%
######################################################## 79.0%
######################################################## 79.2%
######################################################### 79.4%
######################################################### 79.7%
######################################################### 80.1%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.9%
########################################################## 81.2%
-
########################################################## 81.3%
########################################################## 81.9%
########################################################### 82.3%
########################################################### 82.4%
########################################################### 82.7%
########################################################### 82.9%
############################################################ 83.3%
############################################################ 83.6%
############################################################ 83.9%
############################################################ 84.1%
############################################################ 84.5%
-
############################################################# 84.8%
############################################################# 85.1%
############################################################# 85.4%
############################################################# 85.6%
############################################################## 86.2%
############################################################## 86.4%
############################################################## 86.8%
############################################################## 87.1%
############################################################## 87.4%
############################################################### 87.6%
-
############################################################### 87.9%
############################################################### 88.2%
############################################################### 88.6%
################################################################ 89.1%
################################################################ 89.4%
################################################################ 89.7%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.8%
################################################################# 91.3%
################################################################## 91.7%
-
################################################################## 92.1%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.3%
################################################################### 93.9%
#################################################################### 94.8%
#################################################################### 95.2%
#################################################################### 95.6%
##################################################################### 95.9%
##################################################################### 96.1%
##################################################################### 96.4%
-
##################################################################### 96.8%
##################################################################### 97.1%
###################################################################### 97.4%
###################################################################### 97.6%
###################################################################### 98.0%
###################################################################### 98.3%
###################################################################### 98.6%
####################################################################### 98.8%
####################################################################### 99.1%
####################################################################### 99.4%
####################################################################### 99.8%
-
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.catalina.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.
2026-03-19 16:36.05 ---> saved as "74a28b86d8f8d7d7d07c0ed46b18535748302fcd4eb73eed4b1699231082bb85"
/: (run (shell "opam pin add -k version -yn ocaml-lsp-server.1.26.0-5.5~preview 1.26.0-5.5~preview"))
ocaml-lsp-server is now pinned to version 1.26.0-5.5~preview
2026-03-19 16:36.07 ---> saved as "874f6996f9693936168a9bebd49b6ef735d2ee42a46764f6fae52b58e97e7aaa"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ocaml-lsp-server.1.26.0-5.5~preview;\
\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\" != 'ocaml-lsp-server.1.26.0-5.5~preview' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-lsp-server.1.26.0-5.5~preview 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
- ocaml-lsp-server >= 1.26.0-5.5~preview -> ocaml >= 5.5
You can temporarily relax the switch invariant with `--update-invariant'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocaml-lsp-server.1.26.0-5.5~preview;
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" != 'ocaml-lsp-server.1.26.0-5.5~preview' && 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-03-19 16:36.34: Job failed: Failed: Build failed
2026-03-19 16:36.34: Log analysis:
2026-03-19 16:36.34: >>>
No solution found, exiting
(score = 100)
2026-03-19 16:36.34: [SKIP] Package not available