- github
- ocaml
- opam-repository
- 840d56
- macos,macos-homebrew-ocaml-4.14-amd64,ocgtk.0.1~preview0
(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build ocgtk.0.1~preview0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
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/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
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 ocgtk.0.1~preview0 0.1~preview0
RUN opam reinstall ocgtk.0.1~preview0; \
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" != 'ocgtk.0.1~preview0' && 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-04-05 06:24.23: Using cache hint "macos-homebrew-ocaml-4.14-ocgtk.0.1~preview0-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: 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 ocgtk.0.1~preview0 0.1~preview0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ocgtk.0.1~preview0;\
\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\" != 'ocgtk.0.1~preview0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.24: Got resource from pool OCluster
Building on i7-worker-03
Updating files: 27% (5153/18625)
Updating files: 28% (5215/18625)
Updating files: 29% (5402/18625)
Updating files: 30% (5588/18625)
Updating files: 31% (5774/18625)
Updating files: 32% (5960/18625)
Updating files: 33% (6147/18625)
Updating files: 34% (6333/18625)
Updating files: 35% (6519/18625)
Updating files: 36% (6705/18625)
Updating files: 37% (6892/18625)
Updating files: 38% (7078/18625)
Updating files: 39% (7264/18625)
Updating files: 40% (7450/18625)
Updating files: 41% (7637/18625)
Updating files: 42% (7823/18625)
Updating files: 43% (8009/18625)
Updating files: 44% (8195/18625)
Updating files: 45% (8382/18625)
Updating files: 46% (8568/18625)
Updating files: 47% (8754/18625)
Updating files: 48% (8940/18625)
Updating files: 49% (9127/18625)
Updating files: 49% (9303/18625)
Updating files: 50% (9313/18625)
Updating files: 51% (9499/18625)
Updating files: 52% (9685/18625)
Updating files: 53% (9872/18625)
Updating files: 54% (10058/18625)
Updating files: 55% (10244/18625)
Updating files: 56% (10430/18625)
Updating files: 57% (10617/18625)
Updating files: 58% (10803/18625)
Updating files: 59% (10989/18625)
Updating files: 60% (11175/18625)
Updating files: 61% (11362/18625)
Updating files: 62% (11548/18625)
Updating files: 63% (11734/18625)
Updating files: 64% (11920/18625)
Updating files: 65% (12107/18625)
Updating files: 66% (12293/18625)
Updating files: 67% (12479/18625)
Updating files: 68% (12665/18625)
Updating files: 69% (12852/18625)
Updating files: 70% (13038/18625)
Updating files: 71% (13224/18625)
Updating files: 72% (13410/18625)
Updating files: 73% (13597/18625)
Updating files: 74% (13783/18625)
Updating files: 75% (13969/18625)
Updating files: 76% (14155/18625)
Updating files: 77% (14342/18625)
Updating files: 77% (14459/18625)
Updating files: 78% (14528/18625)
Updating files: 79% (14714/18625)
Updating files: 80% (14900/18625)
Updating files: 81% (15087/18625)
Updating files: 82% (15273/18625)
Updating files: 83% (15459/18625)
Updating files: 84% (15645/18625)
Updating files: 85% (15832/18625)
Updating files: 86% (16018/18625)
Updating files: 87% (16204/18625)
Updating files: 88% (16390/18625)
Updating files: 89% (16577/18625)
Updating files: 90% (16763/18625)
Updating files: 91% (16949/18625)
Updating files: 92% (17135/18625)
Updating files: 93% (17322/18625)
Updating files: 94% (17508/18625)
Updating files: 95% (17694/18625)
Updating files: 96% (17880/18625)
Updating files: 97% (18067/18625)
Updating files: 98% (18253/18625)
Updating files: 99% (18439/18625)
Updating files: 100% (18625/18625)
Updating files: 100% (18625/18625), done.
HEAD is now at d9fcff2a62 Add an ocaml.5.4.0 upper bound for binsec.0.8.2-0.11.0
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
packages/conf-gtk4/conf-gtk4.1/opam | 49 ++++++++++++++++++++++++++++++++++
packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam
(from macos-homebrew-ocaml-4.14)
2026-04-05 06:24.45 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-05 06:24.45 ---> 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-04-05 06:24.45 ---> 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-04-05 06:24.46 ---> 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-04-05 06:24.46 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-05 06:24.56 ---> saved as "e5d277189f0bb7f6ad2f5d6a90ccf5504c06d9dfb731244935cafc38faea7344"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:25.16 ---> saved as "0e42aecb6d07d4b9643da7d74ca82aacaf908d1a1590144e22081e14f59c35a6"
/: (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:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#
0.0%
0.7%
# 1.6%
-
# 2.4%
## 3.2%
## 4.1%
### 4.9%
#### 5.7%
#### 6.4%
#### 6.8%
##### 7.2%
##### 7.5%
##### 7.7%
-
##### 7.9%
##### 8.1%
##### 8.3%
###### 8.5%
###### 8.8%
###### 8.9%
###### 9.2%
###### 9.4%
###### 9.6%
####### 9.8%
####### 10.1%
-
####### 10.2%
####### 10.5%
####### 10.6%
####### 10.9%
######## 11.2%
######## 11.3%
######## 11.6%
######## 11.7%
######## 12.0%
######## 12.2%
-
######### 12.5%
######### 12.6%
######### 12.9%
######### 13.0%
######### 13.3%
######### 13.6%
######### 13.7%
########## 14.0%
########## 14.2%
########## 14.5%
-
########## 14.6%
########## 14.9%
########## 15.2%
########### 15.3%
########### 15.6%
########### 15.7%
########### 16.0%
########### 16.2%
########### 16.4%
########### 16.6%
############ 16.9%
-
############ 17.0%
############ 17.3%
############ 17.4%
############ 17.7%
############ 18.0%
############# 18.1%
############# 18.4%
############# 18.6%
############# 18.9%
############# 19.0%
-
############# 19.3%
############## 19.6%
############## 19.7%
############## 20.0%
############## 20.1%
############## 20.4%
############## 20.6%
############### 20.9%
############### 21.0%
############### 21.3%
############### 21.4%
-
############### 21.7%
############### 22.0%
############### 22.1%
################ 22.4%
################ 22.5%
################ 22.8%
################ 23.0%
################ 23.3%
################ 23.4%
################# 23.7%
-
################# 24.0%
################# 24.1%
################# 24.4%
################# 24.5%
################# 24.8%
################## 25.0%
################## 25.3%
################## 25.4%
################## 25.7%
################## 25.8%
################## 26.1%
-
################## 26.3%
################### 26.5%
################### 26.7%
################### 26.9%
################### 27.1%
################### 27.4%
################### 27.5%
#################### 27.8%
#################### 27.9%
#################### 28.2%
#################### 28.3%
-
#################### 28.6%
#################### 28.9%
#################### 29.0%
##################### 29.3%
##################### 29.5%
##################### 29.7%
##################### 29.9%
##################### 30.2%
##################### 30.3%
###################### 30.6%
-
###################### 30.7%
###################### 31.0%
###################### 31.3%
###################### 31.4%
###################### 31.7%
###################### 31.9%
####################### 32.2%
####################### 32.3%
####################### 32.6%
####################### 32.7%
####################### 33.0%
-
####################### 33.1%
######################## 33.4%
######################## 33.5%
######################## 33.8%
######################## 33.9%
######################## 34.1%
######################## 34.3%
######################## 34.5%
######################## 34.6%
######################### 34.9%
-
######################### 35.0%
######################### 35.1%
######################### 35.4%
######################### 35.5%
######################### 35.7%
######################### 35.9%
######################### 36.1%
########################## 36.2%
########################## 36.5%
########################## 36.6%
-
########################## 36.7%
########################## 37.0%
########################## 37.1%
########################## 37.3%
########################### 37.5%
########################### 37.7%
########################### 37.8%
########################### 38.1%
########################### 38.2%
########################### 38.3%
########################### 38.6%
-
########################### 38.7%
########################### 38.9%
############################ 39.1%
############################ 39.3%
############################ 39.4%
############################ 39.7%
############################ 39.8%
############################ 39.9%
############################ 40.2%
############################# 40.3%
-
############################# 40.5%
############################# 40.7%
############################# 40.9%
############################# 41.1%
############################# 41.3%
############################# 41.4%
############################# 41.7%
############################## 41.8%
############################## 41.9%
############################## 42.2%
-
############################## 42.3%
############################## 42.5%
############################## 42.7%
############################## 42.9%
############################## 43.0%
############################### 43.3%
############################### 43.4%
############################### 43.5%
############################### 43.8%
############################### 43.9%
-
############################### 44.1%
############################### 44.3%
################################ 44.4%
################################ 44.6%
################################ 44.8%
################################ 45.0%
################################ 45.1%
################################ 45.4%
################################ 45.5%
################################ 45.8%
################################# 45.9%
-
################################# 46.0%
################################# 46.2%
################################# 46.4%
################################# 46.6%
################################# 46.8%
################################# 47.0%
################################# 47.1%
################################## 47.4%
################################## 47.5%
################################## 47.6%
-
################################## 47.8%
################################## 48.0%
################################## 48.2%
################################## 48.3%
################################## 48.6%
################################### 48.7%
################################### 49.0%
################################### 49.1%
################################### 49.2%
################################### 49.5%
-
################################### 49.6%
################################### 49.9%
#################################### 50.0%
#################################### 50.2%
#################################### 50.4%
#################################### 50.6%
#################################### 50.7%
#################################### 51.0%
#################################### 51.1%
#################################### 51.2%
##################################### 51.5%
-
##################################### 51.6%
##################################### 51.8%
##################################### 52.0%
##################################### 52.2%
##################################### 52.4%
##################################### 52.6%
##################################### 52.7%
###################################### 53.0%
###################################### 53.1%
###################################### 53.2%
-
###################################### 53.5%
###################################### 53.6%
###################################### 53.9%
###################################### 54.0%
####################################### 54.3%
####################################### 54.4%
####################################### 54.6%
####################################### 54.8%
####################################### 55.0%
-
####################################### 55.2%
####################################### 55.4%
####################################### 55.5%
######################################## 55.8%
######################################## 55.9%
######################################## 56.2%
######################################## 56.3%
######################################## 56.4%
######################################## 56.7%
######################################## 56.8%
-
######################################### 57.1%
######################################### 57.2%
######################################### 57.5%
######################################### 57.6%
######################################### 57.8%
######################################### 58.0%
######################################### 58.2%
######################################### 58.3%
########################################## 58.6%
########################################## 58.7%
-
########################################## 58.8%
########################################## 59.1%
########################################## 59.2%
########################################## 59.4%
########################################## 59.6%
########################################### 59.8%
########################################### 59.9%
########################################### 60.2%
########################################### 60.3%
########################################### 60.4%
-
########################################### 60.7%
########################################### 60.8%
########################################### 61.0%
############################################ 61.2%
############################################ 61.4%
############################################ 61.5%
############################################ 61.7%
############################################ 61.9%
############################################ 62.1%
############################################ 62.3%
-
############################################# 62.5%
############################################# 62.7%
############################################# 62.8%
############################################# 63.1%
############################################# 63.2%
############################################# 63.3%
############################################# 63.6%
############################################# 63.7%
############################################# 63.9%
############################################## 64.1%
############################################## 64.3%
-
############################################## 64.5%
############################################## 64.7%
############################################## 64.8%
############################################## 65.1%
############################################## 65.2%
############################################### 65.3%
############################################### 65.6%
############################################### 65.7%
############################################### 66.0%
############################################### 66.1%
-
############################################### 66.3%
############################################### 66.5%
################################################ 66.7%
################################################ 66.8%
################################################ 67.1%
################################################ 67.2%
################################################ 67.3%
################################################ 67.6%
################################################ 67.7%
################################################ 67.9%
-
################################################# 68.1%
################################################# 68.3%
################################################# 68.4%
################################################# 68.7%
################################################# 68.8%
################################################# 68.9%
################################################# 69.2%
################################################# 69.3%
################################################## 69.5%
################################################## 69.7%
################################################## 69.9%
-
################################################## 70.0%
################################################## 70.3%
################################################## 70.4%
################################################## 70.5%
################################################## 70.8%
################################################### 70.9%
################################################### 71.1%
################################################### 71.3%
################################################### 71.5%
################################################### 71.7%
################################################### 71.9%
-
################################################### 72.1%
#################################################### 72.4%
#################################################### 72.5%
#################################################### 72.8%
#################################################### 72.9%
#################################################### 73.2%
#################################################### 73.5%
#################################################### 73.6%
##################################################### 73.9%
##################################################### 74.0%
##################################################### 74.3%
-
##################################################### 74.4%
##################################################### 74.7%
##################################################### 74.9%
###################################################### 75.1%
###################################################### 75.3%
###################################################### 75.6%
###################################################### 75.9%
###################################################### 76.1%
###################################################### 76.3%
####################################################### 76.5%
-
####################################################### 76.7%
####################################################### 76.9%
####################################################### 77.2%
####################################################### 77.5%
####################################################### 77.6%
######################################################## 77.9%
######################################################## 78.1%
######################################################## 78.3%
######################################################## 78.5%
######################################################## 78.8%
-
######################################################## 78.9%
######################################################### 79.2%
######################################################### 79.3%
######################################################### 79.6%
######################################################### 79.8%
######################################################### 80.0%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.6%
########################################################## 80.8%
########################################################## 81.0%
-
########################################################## 81.2%
########################################################## 81.3%
########################################################## 81.6%
########################################################## 81.7%
########################################################## 81.8%
########################################################### 82.1%
########################################################### 82.2%
########################################################### 82.5%
########################################################### 82.6%
########################################################### 82.8%
-
########################################################### 83.0%
########################################################### 83.2%
########################################################### 83.3%
############################################################ 83.4%
############################################################ 83.7%
############################################################ 83.8%
############################################################ 84.1%
############################################################ 84.2%
############################################################ 84.4%
############################################################ 84.6%
############################################################# 84.8%
-
############################################################# 84.9%
############################################################# 85.0%
############################################################# 85.3%
############################################################# 85.4%
############################################################# 85.7%
############################################################# 85.8%
############################################################# 86.0%
############################################################# 86.1%
############################################################## 86.4%
-
############################################################## 86.5%
############################################################## 86.6%
############################################################## 86.9%
############################################################## 87.0%
############################################################## 87.2%
############################################################## 87.4%
############################################################### 87.6%
############################################################### 87.7%
############################################################### 88.0%
############################################################### 88.1%
############################################################### 88.2%
-
############################################################### 88.5%
############################################################### 88.6%
############################################################### 88.8%
################################################################ 89.0%
################################################################ 89.2%
################################################################ 89.3%
################################################################ 89.6%
################################################################ 89.7%
################################################################ 89.8%
################################################################ 90.1%
-
################################################################ 90.2%
################################################################# 90.4%
################################################################# 90.6%
################################################################# 90.8%
################################################################# 90.9%
################################################################# 91.2%
################################################################# 91.3%
################################################################# 91.6%
################################################################## 91.7%
################################################################## 92.0%
################################################################## 92.1%
-
################################################################## 92.2%
################################################################## 92.5%
################################################################## 92.6%
################################################################## 92.8%
################################################################## 93.0%
################################################################### 93.2%
################################################################### 93.3%
################################################################### 93.6%
################################################################### 93.7%
################################################################### 93.8%
-
################################################################### 94.1%
################################################################### 94.2%
#################################################################### 94.5%
#################################################################### 94.8%
#################################################################### 94.9%
#################################################################### 95.2%
#################################################################### 95.3%
#################################################################### 95.6%
#################################################################### 95.8%
##################################################################### 96.1%
##################################################################### 96.2%
-
##################################################################### 96.5%
##################################################################### 96.6%
##################################################################### 96.9%
##################################################################### 97.1%
###################################################################### 97.3%
###################################################################### 97.5%
###################################################################### 97.8%
###################################################################### 97.9%
###################################################################### 98.2%
###################################################################### 98.3%
-
####################################################################### 98.6%
####################################################################### 98.9%
####################################################################### 99.1%
####################################################################### 99.4%
####################################################################### 99.5%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_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-04-05 06:27.04 ---> saved as "9caba8d21c88d22c1c32d736c5af33ef72cc124fc4bf86acce7dc37c0cbf934d"
/: (run (shell "opam pin add -k version -yn ocgtk.0.1~preview0 0.1~preview0"))
ocgtk is now pinned to version 0.1~preview0
2026-04-05 06:27.06 ---> saved as "67fa525fa81bbe6c9f89692f46c6457126e823de24cb711a776bb8fbeae52489"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ocgtk.0.1~preview0;\
\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\" != 'ocgtk.0.1~preview0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocgtk.0.1~preview0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 4.14.2
- ocgtk -> ocaml >= 5.3 -> ocaml-base-compiler >= 5.3.0~
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- ocgtk -> ocaml >= 5.3 -> ocaml-variants >= 5.3.0~
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocgtk.0.1~preview0;
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" != 'ocgtk.0.1~preview0' && 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-04-05 06:27.34: Job failed: Failed: Build failed
2026-04-05 06:27.34: Log analysis:
2026-04-05 06:27.34: >>>
No solution found, exiting
(score = 100)
2026-04-05 06:27.34: [SKIP] Package not available