(for PR #29921)
2026-05-22 14:38.26: New job: build awso-async.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-async.0.9.0 0.9.0
RUN opam reinstall awso-async.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-async.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-async.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-async.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-async.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-async.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:41.17: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
Updating files: 30% (5476/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% (9752/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: 81% (14534/17943)
Updating files: 81% (14633/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:41.23 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-22 15:41.23 ---> 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:41.23 ---> 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:41.23 ---> 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:41.24 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-22 15:41.26 ---> 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:41.26 ---> 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.7%
# 1.5%
# 2.3%
## 3.2%
## 4.0%
-
### 4.8%
#### 5.6%
#### 6.5%
##### 7.3%
##### 8.3%
###### 9.0%
####### 10.0%
####### 10.8%
######## 11.6%
######### 12.5%
-
######### 13.3%
########## 14.1%
########## 14.9%
########### 15.7%
########### 16.6%
############ 17.4%
############# 18.2%
############# 19.2%
############## 20.0%
############## 20.8%
############### 21.6%
-
################ 22.4%
################ 23.3%
################# 24.1%
################# 24.9%
################## 25.7%
################### 26.6%
################### 27.4%
#################### 28.2%
#################### 29.1%
##################### 29.9%
###################### 30.7%
-
###################### 31.5%
####################### 32.5%
######################## 33.4%
######################## 34.2%
######################### 35.1%
######################### 35.9%
########################## 36.7%
########################### 37.7%
########################### 38.5%
############################ 39.4%
############################ 40.2%
############################# 41.0%
-
############################## 41.8%
############################## 42.7%
############################### 43.5%
############################### 44.3%
################################ 45.1%
################################# 46.0%
################################# 46.8%
################################## 47.6%
################################## 48.4%
################################### 49.4%
-
#################################### 50.2%
#################################### 51.1%
##################################### 51.9%
##################################### 52.7%
###################################### 53.5%
####################################### 54.4%
####################################### 55.2%
######################################## 56.0%
######################################### 57.0%
######################################### 57.8%
########################################## 58.6%
-
########################################## 59.3%
########################################### 60.3%
############################################ 61.2%
############################################ 62.0%
############################################# 62.8%
############################################# 63.7%
############################################## 64.5%
############################################### 65.5%
############################################### 66.3%
################################################ 67.1%
################################################ 68.0%
-
################################################# 68.8%
################################################## 69.6%
################################################## 70.4%
################################################### 71.3%
################################################### 72.1%
#################################################### 72.9%
##################################################### 73.7%
##################################################### 74.7%
###################################################### 75.5%
###################################################### 76.2%
####################################################### 77.2%
-
######################################################## 78.0%
######################################################## 78.8%
######################################################### 79.7%
######################################################### 80.5%
########################################################## 81.3%
########################################################### 82.1%
########################################################### 83.0%
############################################################ 83.8%
############################################################ 84.6%
############################################################# 85.4%
############################################################## 86.4%
-
############################################################## 87.2%
############################################################### 88.1%
################################################################ 88.9%
################################################################ 89.7%
################################################################# 90.6%
################################################################# 91.4%
################################################################## 92.4%
################################################################### 93.1%
################################################################### 93.9%
#################################################################### 94.7%
#################################################################### 95.7%
-
##################################################################### 96.5%
###################################################################### 97.3%
###################################################################### 98.1%
####################################################################### 99.0%
####################################################################### 99.8%
######################################################################## 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:41.26 ---> using "7daff6c07c678fd833f8e534284b8b70af5623ac1e99e818cf91bb661b4a0fd9" from cache
/: (run (shell "opam pin add -k version -yn awso-async.0.9.0 0.9.0"))
awso-async is now pinned to version 0.9.0
2026-05-22 15:41.28 ---> saved as "e41cdfeebce7b4a895052473177fd0ea6db71ee5601194c3ce437108d2b5b333"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall awso-async.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-async.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-async.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-async -> ocaml >= 5.3.0
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- awso-async -> ocaml >= 5.3.0 -> ocaml-variants >= 5.6.0~
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall awso-async.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-async.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:41.52: Job failed: Failed: Build failed
2026-05-22 15:41.52: Log analysis:
2026-05-22 15:41.52: >>>
No solution found, exiting
(score = 100)
2026-05-22 15:41.52: [SKIP] Package not available