- github
- ocaml
- opam-repository
- 3f8e3a
- macos,macos-homebrew-ocaml-4.14-arm64,lwt_ppx.5.9.1
(not at the head of any monitored branch or PR)
2025-12-08 15:16.55: New job: build lwt_ppx.5.9.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
on macos-homebrew-ocaml-4.14/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/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
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 lwt_ppx.5.9.1 5.9.1
RUN opam reinstall lwt_ppx.5.9.1; \
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" != 'lwt_ppx.5.9.1' && 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 .
2025-12-08 15:16.55: Using cache hint "macos-homebrew-ocaml-4.14-lwt_ppx.5.9.1-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.55: 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 lwt_ppx.5.9.1 5.9.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lwt_ppx.5.9.1;\
\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\" != 'lwt_ppx.5.9.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-08 15:16.55: Waiting for resource in pool OCluster
2025-12-08 15:16.57: Waiting for worker…
2025-12-08 15:31.14: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Updating files: 66% (12665/18983)
Updating files: 67% (12719/18983)
Updating files: 68% (12909/18983)
Updating files: 69% (13099/18983)
Updating files: 70% (13289/18983)
Updating files: 71% (13478/18983)
Updating files: 72% (13668/18983)
Updating files: 73% (13858/18983)
Updating files: 74% (14048/18983)
Updating files: 75% (14238/18983)
Updating files: 76% (14428/18983)
Updating files: 77% (14617/18983)
Updating files: 78% (14807/18983)
Updating files: 79% (14997/18983)
Updating files: 80% (15187/18983)
Updating files: 81% (15377/18983)
Updating files: 82% (15567/18983)
Updating files: 83% (15756/18983)
Updating files: 84% (15946/18983)
Updating files: 85% (16136/18983)
Updating files: 86% (16326/18983)
Updating files: 87% (16516/18983)
Updating files: 88% (16706/18983)
Updating files: 89% (16895/18983)
Updating files: 90% (17085/18983)
Updating files: 91% (17275/18983)
Updating files: 92% (17465/18983)
Updating files: 93% (17655/18983)
Updating files: 94% (17845/18983)
Updating files: 95% (18034/18983)
Updating files: 96% (18224/18983)
Updating files: 97% (18414/18983)
Updating files: 98% (18604/18983)
Updating files: 99% (18794/18983)
Updating files: 100% (18983/18983)
Updating files: 100% (18983/18983), done.
HEAD is now at 24866eca47 Merge pull request #29034 from hannesm/fixes
Updating 24866eca47..3f8e3ae182
Fast-forward
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 2 +-
packages/tezt/tezt.2.0.0/opam | 2 +-
packages/tezt/tezt.3.0.0/opam | 2 +-
packages/tezt/tezt.4.3.0/opam | 2 +-
21 files changed, 21 insertions(+), 21 deletions(-)
(from macos-homebrew-ocaml-4.14)
2025-12-08 15:31.17 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-08 15:31.17 ---> 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
2025-12-08 15:31.17 ---> 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.4.1
# 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 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
2025-12-08 15:31.17 ---> 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/"))
2025-12-08 15:31.18 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2025-12-08 15:31.19 ---> using "55adcb759d092ba98ed22e61d6f4bf06dc09ef0d885eefbf7e224afe7ba6b805" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-08 15:31.19 ---> using "5e8476af29deed00268ccf2f6e71dfe624a83bd2a355f4a728be396b9f06b119" 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:c6946ba2c387b47934e77c352c2056489421003ec7ddb2abf246cef2168ec140
- #=#=#
0.3%
0.4%
-
0.8%
# 1.5%
# 1.9%
# 2.5%
## 3.0%
## 3.5%
## 4.1%
### 4.5%
### 4.9%
### 5.2%
-
#### 5.7%
#### 6.2%
#### 6.6%
##### 7.0%
##### 7.4%
##### 7.9%
###### 8.3%
###### 8.8%
###### 9.2%
###### 9.6%
####### 10.1%
-
####### 10.5%
####### 10.9%
######## 11.3%
######## 11.7%
######## 12.1%
######## 12.5%
######### 13.0%
######### 13.4%
######### 13.8%
########## 14.2%
########## 14.7%
-
########## 15.1%
########### 15.7%
########### 16.1%
########### 16.5%
############ 17.0%
############ 17.4%
############ 17.8%
############# 18.2%
############# 18.6%
############# 19.0%
-
############## 19.5%
############## 20.0%
############## 20.4%
############## 20.8%
############### 21.3%
############### 21.7%
############### 22.1%
################ 22.6%
################ 23.1%
################ 23.5%
################# 23.9%
-
################# 24.3%
################# 24.8%
################## 25.2%
################## 25.6%
################## 26.1%
################### 26.5%
################### 26.9%
################### 27.3%
#################### 27.9%
#################### 28.3%
#################### 28.7%
-
#################### 29.1%
##################### 29.5%
##################### 29.9%
##################### 30.4%
###################### 30.8%
###################### 31.2%
###################### 31.6%
####################### 32.0%
####################### 32.4%
####################### 32.9%
######################## 33.3%
-
######################## 33.8%
######################## 34.2%
######################## 34.6%
######################### 35.0%
######################### 35.4%
######################### 35.9%
########################## 36.3%
########################## 36.7%
########################## 37.2%
########################### 37.6%
########################### 38.0%
########################### 38.4%
-
########################### 38.8%
############################ 39.4%
############################ 39.8%
############################ 40.2%
############################# 40.7%
############################# 41.1%
############################# 41.5%
############################## 42.0%
############################## 42.4%
############################## 42.8%
-
############################### 43.4%
############################### 43.8%
############################### 44.2%
################################ 44.6%
################################ 45.0%
################################ 45.5%
################################# 45.9%
################################# 46.3%
################################# 46.8%
################################## 47.2%
################################## 47.6%
-
################################## 48.1%
################################## 48.5%
################################### 49.0%
################################### 49.4%
################################### 49.8%
#################################### 50.2%
#################################### 50.6%
#################################### 51.2%
##################################### 51.6%
##################################### 52.0%
##################################### 52.4%
-
###################################### 52.9%
###################################### 53.3%
###################################### 53.7%
###################################### 54.1%
####################################### 54.7%
####################################### 55.1%
####################################### 55.5%
######################################## 56.0%
######################################## 56.4%
######################################## 56.8%
-
######################################### 57.2%
######################################### 57.8%
######################################### 58.1%
########################################## 58.6%
########################################## 59.0%
########################################## 59.4%
########################################### 59.8%
########################################### 60.2%
########################################### 60.6%
############################################ 61.2%
############################################ 61.6%
############################################ 62.0%
-
############################################ 62.4%
############################################# 62.9%
############################################# 63.3%
############################################# 63.7%
############################################## 64.1%
############################################## 64.5%
############################################## 64.9%
############################################### 65.5%
############################################### 65.9%
############################################### 66.3%
############################################### 66.7%
-
################################################ 67.1%
################################################ 67.6%
################################################ 68.0%
################################################# 68.4%
################################################# 68.8%
################################################# 69.3%
################################################## 69.6%
################################################## 70.2%
################################################## 70.6%
################################################### 71.0%
################################################### 71.4%
-
################################################### 71.9%
#################################################### 72.3%
#################################################### 72.7%
#################################################### 73.1%
#################################################### 73.5%
##################################################### 73.9%
##################################################### 74.4%
##################################################### 74.8%
###################################################### 75.2%
###################################################### 75.6%
###################################################### 76.2%
-
####################################################### 76.6%
####################################################### 77.0%
####################################################### 77.4%
######################################################## 77.8%
######################################################## 78.2%
######################################################## 78.7%
######################################################## 79.2%
######################################################### 79.5%
######################################################### 80.1%
######################################################### 80.5%
########################################################## 80.9%
-
########################################################## 81.3%
########################################################## 81.7%
########################################################### 82.1%
########################################################### 82.6%
########################################################### 83.0%
############################################################ 83.4%
############################################################ 83.8%
############################################################ 84.3%
############################################################# 84.7%
############################################################# 85.1%
############################################################# 85.5%
-
############################################################# 85.9%
############################################################## 86.5%
############################################################## 86.9%
############################################################## 87.3%
############################################################### 87.7%
############################################################### 88.1%
############################################################### 88.6%
################################################################ 89.0%
################################################################ 89.4%
################################################################ 90.0%
-
################################################################# 90.4%
################################################################# 90.9%
################################################################# 91.3%
################################################################## 91.7%
################################################################## 92.1%
################################################################## 92.6%
################################################################## 93.0%
################################################################### 93.5%
################################################################### 93.9%
################################################################### 94.3%
#################################################################### 94.7%
-
#################################################################### 95.2%
#################################################################### 95.6%
##################################################################### 96.1%
##################################################################### 96.5%
##################################################################### 97.1%
###################################################################### 97.5%
###################################################################### 98.0%
###################################################################### 98.4%
####################################################################### 98.8%
####################################################################### 99.2%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.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.
2025-12-08 15:31.19 ---> using "e07dd76cb6445213355491aab3b8be0e8e351e7334a0a62e3f7eac05beef3fc3" from cache
/: (run (shell "opam pin add -k version -yn lwt_ppx.5.9.1 5.9.1"))
lwt_ppx is now pinned to version 5.9.1
2025-12-08 15:31.20 ---> saved as "72169891518fc965c8b4d3597e9b22c78658e3f3dbd5250df94f57e4f8a2e6a5"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lwt_ppx.5.9.1;\
\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\" != 'lwt_ppx.5.9.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lwt_ppx.5.9.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
- install base-bytes base [required by ocplib-endian]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by lwt_ppx]
- install dune-configurator 3.20.2 [required by lwt]
- install lwt 5.9.2 [required by lwt_ppx]
- install lwt_ppx 5.9.1 (pinned)
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlfind 1.9.8 [required by base-bytes]
- install ocplib-endian 1.2 [required by lwt]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.35.0 [required by lwt_ppx]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved lwt_ppx.5.9.1 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed ppxlib.0.35.0
-> installed lwt_ppx.5.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-08 15:32.10 ---> saved as "5cb613aa08e16f643ec9e50754a560d1d48afd7244605becbb2fc92326f6b236"
Job succeeded
2025-12-08 15:32.19: Job succeeded