(for PR #29921)
2026-05-22 14:38.26: New job: build awso-common.0.9.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29921/head (26b581962da4b56e20652e11f59c3ecd2f3e2823)
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/29921/head" && git reset --hard 26b58196
git fetch origin master
git merge --no-edit 3e30e43808721339489775ee25d69c4c9c441697
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 awso-common.0.9.0 0.9.0
RUN opam reinstall awso-common.0.9.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" != 'awso-common.0.9.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-05-22 14:38.26: Using cache hint "macos-homebrew-ocaml-4.14-awso-common.0.9.0-26b581962da4b56e20652e11f59c3ecd2f3e2823"
2026-05-22 14:38.26: 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 awso-common.0.9.0 0.9.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall awso-common.0.9.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\" != 'awso-common.0.9.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-05-22 14:38.26: Waiting for resource in pool OCluster
2026-05-22 14:38.27: Waiting for worker…
2026-05-22 15:39.55: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 28% (5163/17943)
Updating files: 29% (5204/17943)
Updating files: 30% (5383/17943)
Updating files: 31% (5563/17943)
Updating files: 32% (5742/17943)
Updating files: 33% (5922/17943)
Updating files: 34% (6101/17943)
Updating files: 35% (6281/17943)
Updating files: 36% (6460/17943)
Updating files: 37% (6639/17943)
Updating files: 38% (6819/17943)
Updating files: 39% (6998/17943)
Updating files: 40% (7178/17943)
Updating files: 41% (7357/17943)
Updating files: 42% (7537/17943)
Updating files: 43% (7716/17943)
Updating files: 44% (7895/17943)
Updating files: 45% (8075/17943)
Updating files: 46% (8254/17943)
Updating files: 47% (8434/17943)
Updating files: 48% (8613/17943)
Updating files: 49% (8793/17943)
Updating files: 50% (8972/17943)
Updating files: 51% (9151/17943)
Updating files: 52% (9331/17943)
Updating files: 53% (9510/17943)
Updating files: 54% (9690/17943)
Updating files: 54% (9695/17943)
Updating files: 55% (9869/17943)
Updating files: 56% (10049/17943)
Updating files: 57% (10228/17943)
Updating files: 58% (10407/17943)
Updating files: 59% (10587/17943)
Updating files: 60% (10766/17943)
Updating files: 61% (10946/17943)
Updating files: 62% (11125/17943)
Updating files: 63% (11305/17943)
Updating files: 64% (11484/17943)
Updating files: 65% (11663/17943)
Updating files: 66% (11843/17943)
Updating files: 67% (12022/17943)
Updating files: 68% (12202/17943)
Updating files: 69% (12381/17943)
Updating files: 70% (12561/17943)
Updating files: 71% (12740/17943)
Updating files: 72% (12919/17943)
Updating files: 73% (13099/17943)
Updating files: 74% (13278/17943)
Updating files: 75% (13458/17943)
Updating files: 76% (13637/17943)
Updating files: 77% (13817/17943)
Updating files: 78% (13996/17943)
Updating files: 79% (14175/17943)
Updating files: 80% (14355/17943)
Updating files: 80% (14449/17943)
Updating files: 81% (14534/17943)
Updating files: 82% (14714/17943)
Updating files: 83% (14893/17943)
Updating files: 84% (15073/17943)
Updating files: 85% (15252/17943)
Updating files: 86% (15431/17943)
Updating files: 87% (15611/17943)
Updating files: 88% (15790/17943)
Updating files: 89% (15970/17943)
Updating files: 90% (16149/17943)
Updating files: 91% (16329/17943)
Updating files: 92% (16508/17943)
Updating files: 93% (16687/17943)
Updating files: 94% (16867/17943)
Updating files: 95% (17046/17943)
Updating files: 96% (17226/17943)
Updating files: 97% (17405/17943)
Updating files: 98% (17585/17943)
Updating files: 99% (17764/17943)
Updating files: 100% (17943/17943)
Updating files: 100% (17943/17943), done.
HEAD is now at 3e30e43808 Merge pull request #29935 from sim642/release-odep-0.2.2
Updating 3e30e43808..26b581962d
Fast-forward
packages/awso-async/awso-async.0.9.0/opam | 52 ++++++++++++++++++++++++++++
packages/awso-cli/awso-cli.0.9.0/opam | 47 +++++++++++++++++++++++++
packages/awso-common/awso-common.0.9.0/opam | 45 ++++++++++++++++++++++++
packages/awso-lwt/awso-lwt.0.9.0/opam | 47 +++++++++++++++++++++++++
packages/awso-sync/awso-sync.0.9.0/opam | 47 +++++++++++++++++++++++++
packages/awso/awso.0.9.0/opam | 53 +++++++++++++++++++++++++++++
6 files changed, 291 insertions(+)
create mode 100644 packages/awso-async/awso-async.0.9.0/opam
create mode 100644 packages/awso-cli/awso-cli.0.9.0/opam
create mode 100644 packages/awso-common/awso-common.0.9.0/opam
create mode 100644 packages/awso-lwt/awso-lwt.0.9.0/opam
create mode 100644 packages/awso-sync/awso-sync.0.9.0/opam
create mode 100644 packages/awso/awso.0.9.0/opam
(from macos-homebrew-ocaml-4.14)
2026-05-22 15:40.01 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-22 15:40.01 ---> 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-05-22 15:40.02 ---> 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-05-22 15:40.02 ---> 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-05-22 15:40.02 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-22 15:40.04 ---> using "211b664920f9b9ee4dc97f5fcd4f52bfec216d74830ab38ec72e7901e727179c" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at file:///Users/mac1000/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-05-22 15:40.05 ---> using "e70832706ab083f2da1c8f85b4a73178bb0e2ba67a56b033f19e1701580ae3f0" 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:9ceb962508dce8cc2468095292fbff2b69fd86e0b9ecca813bf8ead72d4effa1
- #=#=#
0.6%
# 1.6%
# 2.5%
## 3.3%
## 4.1%
### 5.0%
#### 5.8%
-
#### 6.7%
##### 7.7%
###### 8.5%
###### 9.3%
####### 10.2%
####### 11.0%
######## 11.7%
######### 12.7%
######### 13.5%
########## 14.3%
########## 15.1%
-
########### 16.0%
############ 16.8%
############ 17.6%
############# 18.5%
############# 19.3%
############## 20.1%
############### 21.0%
############### 21.8%
################ 22.7%
################ 23.5%
################# 24.3%
-
################## 25.1%
################## 26.0%
################### 26.9%
################### 27.7%
#################### 28.5%
##################### 29.5%
##################### 30.4%
###################### 31.2%
####################### 32.0%
####################### 32.9%
######################## 33.7%
-
######################## 34.6%
######################### 35.4%
########################## 36.3%
########################## 37.1%
########################### 38.0%
########################### 38.8%
############################ 39.6%
############################# 40.6%
############################# 41.5%
############################## 42.3%
############################## 43.1%
-
############################### 44.0%
################################ 44.8%
################################ 45.6%
################################# 46.5%
################################## 47.3%
################################## 48.1%
################################### 49.0%
################################### 49.8%
#################################### 50.7%
##################################### 51.5%
-
##################################### 52.3%
###################################### 53.1%
###################################### 54.0%
####################################### 54.8%
######################################## 55.6%
######################################## 56.4%
######################################### 57.3%
######################################### 58.1%
########################################## 58.9%
########################################### 59.9%
########################################### 60.7%
-
############################################ 61.5%
############################################ 62.3%
############################################# 63.1%
############################################## 63.9%
############################################## 64.9%
############################################### 65.7%
############################################### 66.5%
################################################ 67.4%
################################################# 68.2%
################################################# 69.0%
################################################## 69.9%
-
################################################## 70.7%
################################################### 71.5%
#################################################### 72.5%
#################################################### 73.3%
##################################################### 74.0%
##################################################### 74.9%
###################################################### 75.7%
####################################################### 76.5%
####################################################### 77.3%
######################################################## 78.2%
######################################################## 79.0%
-
######################################################### 80.0%
########################################################## 80.8%
########################################################## 81.7%
########################################################### 82.5%
############################################################ 83.4%
############################################################ 84.2%
############################################################# 85.1%
############################################################# 85.9%
############################################################## 86.8%
############################################################### 87.6%
############################################################### 88.6%
-
################################################################ 89.3%
################################################################ 90.3%
################################################################# 91.1%
################################################################## 91.8%
################################################################## 92.8%
################################################################### 93.6%
################################################################### 94.3%
#################################################################### 95.3%
##################################################################### 96.1%
##################################################################### 96.9%
###################################################################### 97.7%
-
###################################################################### 98.6%
####################################################################### 99.4%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.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-05-22 15:40.05 ---> using "7daff6c07c678fd833f8e534284b8b70af5623ac1e99e818cf91bb661b4a0fd9" from cache
/: (run (shell "opam pin add -k version -yn awso-common.0.9.0 0.9.0"))
awso-common is now pinned to version 0.9.0
2026-05-22 15:40.07 ---> saved as "d5bb9fcca298dea879ab88105a76ca895ef93fcecba9253a4b984f8328396337"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall awso-common.0.9.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\" != 'awso-common.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
awso-common.0.9.0 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
- awso-common -> 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 awso-common.0.9.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" != 'awso-common.0.9.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-05-22 15:40.32: Job failed: Failed: Build failed
2026-05-22 15:40.32: Log analysis:
2026-05-22 15:40.32: >>>
No solution found, exiting
(score = 100)
2026-05-22 15:40.32: [SKIP] Package not available