(for PR #29196)
2026-01-07 18:57.49: New job: build bitwuzla-cxx.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29196/head (73b2f0da1939c4b0c87bfac1421800561d35c434)
on macos-homebrew-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29196/head" && git reset --hard 73b2f0da
git fetch origin master
git merge --no-edit 2dee2fe30df966714e056f8af164fe0ed7648a63
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
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 bitwuzla-cxx.0.2.0 0.2.0
RUN opam reinstall bitwuzla-cxx.0.2.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'bitwuzla-cxx.0.2.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-07 18:57.49: Using cache hint "macos-homebrew-ocaml-5.4-bitwuzla-cxx.0.2.0-73b2f0da1939c4b0c87bfac1421800561d35c434"
2026-01-07 18:57.49: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(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 bitwuzla-cxx.0.2.0 0.2.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall bitwuzla-cxx.0.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'bitwuzla-cxx.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-07 18:57.49: Connecting to build cluster…
2026-01-07 18:57.49: Waiting for resource in pool OCluster
2026-01-07 18:57.49: Waiting for worker…
2026-01-07 19:09.48: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 29% (5628/19147)
Updating files: 30% (5745/19147)
Updating files: 31% (5936/19147)
Updating files: 32% (6128/19147)
Updating files: 33% (6319/19147)
Updating files: 34% (6510/19147)
Updating files: 35% (6702/19147)
Updating files: 36% (6893/19147)
Updating files: 37% (7085/19147)
Updating files: 38% (7276/19147)
Updating files: 39% (7468/19147)
Updating files: 40% (7659/19147)
Updating files: 41% (7851/19147)
Updating files: 42% (8042/19147)
Updating files: 43% (8234/19147)
Updating files: 44% (8425/19147)
Updating files: 45% (8617/19147)
Updating files: 46% (8808/19147)
Updating files: 47% (9000/19147)
Updating files: 48% (9191/19147)
Updating files: 49% (9383/19147)
Updating files: 50% (9574/19147)
Updating files: 51% (9765/19147)
Updating files: 52% (9957/19147)
Updating files: 53% (10148/19147)
Updating files: 54% (10340/19147)
Updating files: 54% (10476/19147)
Updating files: 55% (10531/19147)
Updating files: 56% (10723/19147)
Updating files: 57% (10914/19147)
Updating files: 58% (11106/19147)
Updating files: 59% (11297/19147)
Updating files: 60% (11489/19147)
Updating files: 61% (11680/19147)
Updating files: 62% (11872/19147)
Updating files: 63% (12063/19147)
Updating files: 64% (12255/19147)
Updating files: 65% (12446/19147)
Updating files: 66% (12638/19147)
Updating files: 67% (12829/19147)
Updating files: 68% (13020/19147)
Updating files: 69% (13212/19147)
Updating files: 70% (13403/19147)
Updating files: 71% (13595/19147)
Updating files: 72% (13786/19147)
Updating files: 73% (13978/19147)
Updating files: 74% (14169/19147)
Updating files: 75% (14361/19147)
Updating files: 76% (14552/19147)
Updating files: 77% (14744/19147)
Updating files: 78% (14935/19147)
Updating files: 79% (15127/19147)
Updating files: 80% (15318/19147)
Updating files: 81% (15510/19147)
Updating files: 82% (15701/19147)
Updating files: 83% (15893/19147)
Updating files: 84% (16084/19147)
Updating files: 84% (16095/19147)
Updating files: 85% (16275/19147)
Updating files: 86% (16467/19147)
Updating files: 87% (16658/19147)
Updating files: 88% (16850/19147)
Updating files: 89% (17041/19147)
Updating files: 90% (17233/19147)
Updating files: 91% (17424/19147)
Updating files: 92% (17616/19147)
Updating files: 93% (17807/19147)
Updating files: 94% (17999/19147)
Updating files: 95% (18190/19147)
Updating files: 96% (18382/19147)
Updating files: 97% (18573/19147)
Updating files: 98% (18765/19147)
Updating files: 99% (18956/19147)
Updating files: 100% (19147/19147)
Updating files: 100% (19147/19147), done.
HEAD is now at 2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint
Updating 2dee2fe30d..73b2f0da19
Fast-forward
packages/bitwuzla-cxx/bitwuzla-cxx.0.2.0/opam | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(from macos-homebrew-ocaml-5.4)
2026-01-07 19:09.53 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-01-07 19:09.54 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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-01-07 19:09.54 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-07 19:09.55 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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-01-07 19:09.55 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-01-07 19:09.58 ---> using "ca1ae940143551b7c176be45e36837bbf0413d8a11924f30399d579dd983b9db" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-07 19:09.58 ---> using "fdcfeccafc5371c603765cc0010a6b8d06dc7270b03d30a9a031c3afde418886" from cache
/: (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:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#
0.7%
-
# 1.5%
# 2.4%
## 3.2%
## 4.1%
### 5.0%
#### 5.7%
#### 6.7%
##### 7.5%
###### 8.4%
###### 9.2%
####### 10.1%
-
####### 10.9%
######## 11.9%
######### 12.7%
######### 13.5%
########## 14.5%
########### 15.4%
########### 16.2%
############ 17.0%
############ 18.0%
############# 18.8%
############## 19.7%
-
############## 20.5%
############### 21.5%
################ 22.4%
################ 23.2%
################# 24.0%
################# 25.0%
################## 25.8%
################### 26.6%
################### 27.5%
#################### 28.3%
#################### 29.2%
-
##################### 30.0%
###################### 30.9%
###################### 31.7%
####################### 32.6%
######################## 33.5%
######################## 34.3%
######################### 35.2%
######################### 36.0%
########################## 36.9%
########################### 37.8%
########################### 38.5%
-
############################ 39.5%
############################# 40.3%
############################# 41.3%
############################## 42.1%
############################## 42.9%
############################### 43.9%
################################ 44.7%
################################ 45.5%
################################# 46.3%
################################## 47.3%
-
################################## 48.1%
################################### 49.0%
################################### 49.8%
#################################### 50.8%
##################################### 51.6%
##################################### 52.5%
###################################### 53.4%
####################################### 54.2%
####################################### 55.0%
######################################## 56.0%
######################################### 57.0%
-
######################################### 57.8%
########################################## 58.6%
########################################## 59.5%
########################################### 60.3%
############################################ 61.2%
############################################ 62.0%
############################################# 63.0%
############################################# 63.8%
############################################## 64.7%
############################################### 65.5%
############################################### 66.3%
-
################################################ 67.3%
################################################# 68.1%
################################################# 68.9%
################################################## 69.9%
################################################## 70.7%
################################################### 71.7%
#################################################### 72.5%
#################################################### 73.3%
##################################################### 74.1%
###################################################### 75.1%
###################################################### 75.9%
-
####################################################### 76.8%
####################################################### 77.7%
######################################################## 78.5%
######################################################### 79.5%
######################################################### 80.3%
########################################################## 81.1%
########################################################### 82.0%
########################################################### 82.8%
############################################################ 83.7%
############################################################ 84.5%
############################################################# 85.3%
############################################################## 86.2%
-
############################################################## 87.0%
############################################################### 87.9%
############################################################### 88.8%
################################################################ 89.7%
################################################################# 90.5%
################################################################# 91.4%
################################################################## 92.3%
################################################################## 93.0%
################################################################### 93.9%
#################################################################### 94.8%
#################################################################### 95.6%
-
##################################################################### 96.5%
###################################################################### 97.4%
###################################################################### 98.2%
####################################################################### 99.2%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.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-01-07 19:09.59 ---> using "d303f3d8dafe572ae8147e5c94dbc3b82ebb30ded35d684fa8edc7ff1841af48" from cache
/: (run (shell "opam pin add -k version -yn bitwuzla-cxx.0.2.0 0.2.0"))
bitwuzla-cxx is now pinned to version 0.2.0
2026-01-07 19:09.59 ---> using "77c772612b259d47de0d3391be55fb2d1c8d4e044726ac1153aa79d8567ba506" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall bitwuzla-cxx.0.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'bitwuzla-cxx.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
bitwuzla-cxx.0.2.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- bitwuzla-cxx < 0.3.0 -> ocaml < 5.0~ -> ocaml-base-compiler < 4.14.3~
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- bitwuzla-cxx < 0.3.0 -> ocaml < 5.0~ -> dkml-base-compiler
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- bitwuzla-cxx < 0.3.0 -> ocaml < 5.0~ -> ocaml-variants
* Missing dependency:
- bitwuzla-cxx < 0.3.0 -> ocaml < 5.0~ -> ocaml-variants -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- bitwuzla-cxx < 0.3.0 -> ocaml < 5.0~ -> ocaml-variants -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall bitwuzla-cxx.0.2.0;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'bitwuzla-cxx.0.2.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-01-07 19:10.28: Job failed: Failed: Build failed
2026-01-07 19:10.28: Log analysis:
2026-01-07 19:10.28: >>>
No solution found, exiting
(score = 100)
2026-01-07 19:10.28: [SKIP] Package not available