(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-5.4/arm64
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-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 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-5.4-awso-common.0.9.0-26b581962da4b56e20652e11f59c3ecd2f3e2823"
2026-05-22 14:38.26: 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 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 14:55.11: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 65% (11772/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: 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-5.4)
2026-05-22 14:55.14 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-22 14:55.14 ---> 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-05-22 14:55.14 ---> 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=arm64 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 7
# 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-05-22 14:55.14 ---> 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-05-22 14:55.14 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-22 14:55.15 ---> using "65950d68d757267f99f7f73df7168376f48949b8b69c7ecf6474931fe92c5fee" 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 14:55.16 ---> using "ce07304f03d18718e4b8aec4efcd05b30555ecb50f53a32927da9e6fe6222e71" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:d5dbe0bbfd7e00136344e7872fc26ad1db935cf7c6421c5888e42bab6cc2f6b3
- #=#=#
0.3%
0.8%
1.2%
# 1.7%
# 2.0%
-
# 2.4%
## 2.8%
## 3.2%
## 3.7%
## 4.1%
### 4.5%
### 4.9%
### 5.2%
#### 5.8%
#### 6.1%
#### 6.5%
-
#### 6.9%
##### 7.4%
##### 7.8%
##### 8.2%
###### 8.6%
###### 8.9%
###### 9.5%
####### 9.8%
####### 10.2%
####### 10.7%
######## 11.1%
-
######## 11.5%
######## 11.9%
######## 12.3%
######### 12.8%
######### 13.2%
######### 13.5%
########## 14.1%
########## 14.4%
########## 14.8%
########## 15.2%
########### 15.6%
-
########### 16.1%
########### 16.5%
############ 16.9%
############ 17.2%
############ 17.7%
############# 18.2%
############# 18.6%
############# 19.1%
############## 19.5%
############## 19.9%
-
############## 20.2%
############## 20.6%
############### 21.0%
############### 21.5%
############### 21.9%
################ 22.3%
################ 22.7%
################ 23.2%
################ 23.6%
################# 23.9%
################# 24.3%
-
################# 24.8%
################## 25.2%
################## 25.8%
################## 26.1%
################### 26.5%
################### 27.0%
################### 27.4%
#################### 27.9%
#################### 28.3%
#################### 28.7%
##################### 29.2%
-
##################### 29.6%
##################### 30.0%
##################### 30.4%
###################### 30.7%
###################### 31.1%
###################### 31.6%
###################### 31.9%
####################### 32.2%
####################### 32.6%
####################### 33.2%
######################## 33.6%
-
######################## 34.0%
######################## 34.3%
######################## 34.6%
######################### 35.0%
######################### 35.2%
######################### 35.5%
######################### 35.8%
######################### 36.0%
########################## 36.3%
########################## 36.5%
########################## 36.9%
-
########################## 37.2%
########################## 37.4%
########################### 37.7%
########################### 38.0%
########################### 38.2%
########################### 38.6%
########################### 38.8%
############################ 39.1%
############################ 39.2%
############################ 39.5%
############################ 39.9%
-
############################ 40.1%
############################# 40.4%
############################# 40.6%
############################# 40.9%
############################# 41.3%
############################# 41.5%
############################# 41.7%
############################## 41.9%
############################## 42.2%
############################## 42.3%
############################## 42.5%
-
############################## 42.8%
############################## 42.9%
############################### 43.2%
############################### 43.3%
############################### 43.6%
############################### 43.8%
############################### 43.9%
############################### 44.2%
################################ 44.5%
################################ 44.6%
-
################################ 44.8%
################################ 45.0%
################################ 45.2%
################################ 45.5%
################################ 45.6%
################################# 45.9%
################################# 46.1%
################################# 46.3%
################################# 46.5%
################################# 46.8%
################################# 46.9%
-
################################# 47.1%
################################## 47.4%
################################## 47.5%
################################## 47.8%
################################## 48.0%
################################## 48.2%
################################## 48.4%
################################## 48.5%
################################### 48.8%
################################### 48.9%
################################### 49.2%
-
################################### 49.4%
################################### 49.6%
################################### 49.8%
################################### 50.0%
#################################### 50.2%
#################################### 50.4%
#################################### 50.6%
#################################### 50.9%
#################################### 51.0%
#################################### 51.3%
##################################### 51.5%
-
##################################### 51.6%
##################################### 51.9%
##################################### 52.0%
##################################### 52.3%
##################################### 52.5%
##################################### 52.7%
###################################### 52.9%
###################################### 53.1%
###################################### 53.3%
###################################### 53.5%
###################################### 53.7%
-
###################################### 53.9%
####################################### 54.2%
####################################### 54.3%
####################################### 54.6%
####################################### 54.8%
####################################### 55.0%
####################################### 55.2%
####################################### 55.3%
######################################## 55.6%
######################################## 55.9%
######################################## 56.0%
-
######################################## 56.2%
######################################## 56.5%
######################################## 56.6%
######################################## 56.9%
######################################### 57.0%
######################################### 57.3%
######################################### 57.5%
######################################### 57.7%
######################################### 57.9%
######################################### 58.1%
########################################## 58.4%
-
########################################## 58.5%
########################################## 58.8%
########################################## 58.9%
########################################## 59.2%
########################################## 59.3%
########################################## 59.6%
########################################### 59.8%
########################################### 59.9%
########################################### 60.2%
########################################### 60.5%
########################################### 60.6%
-
########################################### 60.9%
########################################### 61.1%
############################################ 61.2%
############################################ 61.5%
############################################ 61.8%
############################################ 62.0%
############################################ 62.1%
############################################ 62.4%
############################################# 62.6%
############################################# 62.7%
-
############################################# 63.0%
############################################# 63.3%
############################################# 63.4%
############################################# 63.6%
############################################# 63.8%
############################################## 64.0%
############################################## 64.3%
############################################## 64.4%
############################################## 64.7%
############################################## 64.9%
############################################## 65.1%
-
############################################### 65.3%
############################################### 65.6%
############################################### 65.7%
############################################### 66.0%
############################################### 66.1%
############################################### 66.4%
############################################### 66.6%
################################################ 66.7%
################################################ 67.0%
################################################ 67.3%
################################################ 67.6%
-
################################################ 67.9%
################################################# 68.2%
################################################# 68.4%
################################################# 68.6%
################################################# 68.9%
################################################# 69.3%
################################################## 69.5%
################################################## 69.8%
################################################## 70.1%
################################################## 70.4%
################################################## 70.7%
-
################################################### 71.0%
################################################### 71.2%
################################################### 71.5%
################################################### 71.7%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.6%
#################################################### 72.9%
#################################################### 73.2%
#################################################### 73.4%
-
##################################################### 73.8%
##################################################### 74.0%
##################################################### 74.3%
##################################################### 74.5%
##################################################### 74.9%
###################################################### 75.2%
###################################################### 75.4%
###################################################### 75.7%
###################################################### 76.0%
###################################################### 76.2%
####################################################### 76.5%
-
####################################################### 76.9%
####################################################### 77.1%
####################################################### 77.4%
####################################################### 77.6%
######################################################## 77.9%
######################################################## 78.1%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.0%
######################################################### 79.3%
######################################################### 79.5%
-
######################################################### 79.8%
######################################################### 80.0%
######################################################### 80.3%
########################################################## 80.7%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.7%
########################################################### 82.0%
########################################################### 82.2%
########################################################### 82.6%
-
########################################################### 82.8%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.6%
############################################################ 84.0%
############################################################ 84.3%
############################################################ 84.5%
############################################################# 84.8%
############################################################# 85.1%
############################################################# 85.3%
############################################################# 85.6%
-
############################################################# 85.8%
############################################################# 86.1%
############################################################## 86.4%
############################################################## 86.6%
############################################################## 87.0%
############################################################## 87.3%
############################################################### 87.5%
############################################################### 87.8%
############################################################### 88.0%
############################################################### 88.3%
############################################################### 88.5%
-
################################################################ 88.9%
################################################################ 89.2%
################################################################ 89.4%
################################################################ 89.7%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.6%
################################################################# 90.8%
################################################################# 91.1%
################################################################# 91.5%
################################################################## 91.7%
-
################################################################## 92.0%
################################################################## 92.2%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.2%
################################################################### 93.4%
################################################################### 93.6%
################################################################### 93.9%
################################################################### 94.3%
#################################################################### 94.5%
#################################################################### 94.8%
-
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.7%
##################################################################### 96.0%
##################################################################### 96.2%
##################################################################### 96.5%
##################################################################### 96.7%
##################################################################### 97.0%
###################################################################### 97.4%
###################################################################### 97.6%
###################################################################### 97.9%
-
###################################################################### 98.1%
###################################################################### 98.4%
####################################################################### 98.7%
####################################################################### 99.0%
####################################################################### 99.3%
####################################################################### 99.5%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.arm64_big_sur.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 14:55.16 ---> using "0d142b6f0064192af59fc813d7d956340388084ef7cc1761d27acac37b59309a" 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 14:55.17 ---> saved as "e01d748df1b6a8f2ec960dfe69ba4e6d20ce58d23b69a8a6e6156c21e249f237"
/: (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
The following actions will be performed:
=== install 29 packages
- install awso-common 0.9.0 (pinned)
- install base v0.17.3 [required by ppx_expect]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.23.1 [required by awso-common]
- install dune-configurator 3.23.1 [required by base]
- install jane-street-headers v0.17.0 [required by time_now]
- install jst-config v0.17.0 [required by time_now]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.2 [required by base]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_expect v0.17.3 [required by awso-common]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_expect]
- install ppx_inline_test v0.17.1 [required by ppx_expect]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by ppx_base]
- install ppxlib 0.38.0 [required by ppx_expect]
- install ppxlib_jane v0.17.4 [required by ppx_globalize, ppx_enumerate, ppx_hash]
- install sexplib0 v0.17.0 [required by base]
- install stdio v0.17.0 [required by ppx_expect]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install time_now v0.17.0 [required by ppx_inline_test]
- install yojson 3.0.0 [required by awso-common]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved awso-common.0.9.0 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.3 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed dune.3.23.1
-> installed ppx_derivers.1.2.1
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed yojson.3.0.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed dune-configurator.3.23.1
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed awso-common.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 14:56.42 ---> saved as "f5b569dd89b76cb1f1b404ccfcd7d1057c4ed8c4896cb7f459dc5a9ce121e1ec"
Job succeeded
2026-05-22 14:56.50: Job succeeded