- github
- ocaml
- opam-repository
- 19c70f
- macos,macos-homebrew-ocaml-4.14-amd64,stdune.3.22.0~alpha2
(not at the head of any monitored branch or PR)
2026-03-16 18:48.16: New job: build stdune.3.22.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29547/head (19c70fd6a788b154ec5e9fe26bca1d12fb2519be)
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/29547/head" && git reset --hard 19c70fd6
git fetch origin master
git merge --no-edit 4f056bfedf536e66065c3783e694e6aa0b38261a
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 stdune.3.22.0~alpha2 3.22.0~alpha2
RUN opam reinstall stdune.3.22.0~alpha2; \
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" != 'stdune.3.22.0~alpha2' && 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-03-16 18:48.16: Using cache hint "macos-homebrew-ocaml-4.14-stdune.3.22.0~alpha2-19c70fd6a788b154ec5e9fe26bca1d12fb2519be"
2026-03-16 18:48.16: 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 stdune.3.22.0~alpha2 3.22.0~alpha2"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall stdune.3.22.0~alpha2;\
\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\" != 'stdune.3.22.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-16 18:48.16: Waiting for resource in pool OCluster
2026-03-16 18:48.18: Waiting for worker…
2026-03-16 19:04.41: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
Updating files: 31% (5802/18461)
Updating files: 32% (5908/18461)
Updating files: 33% (6093/18461)
Updating files: 34% (6277/18461)
Updating files: 35% (6462/18461)
Updating files: 36% (6646/18461)
Updating files: 37% (6831/18461)
Updating files: 38% (7016/18461)
Updating files: 39% (7200/18461)
Updating files: 40% (7385/18461)
Updating files: 41% (7570/18461)
Updating files: 42% (7754/18461)
Updating files: 43% (7939/18461)
Updating files: 44% (8123/18461)
Updating files: 45% (8308/18461)
Updating files: 46% (8493/18461)
Updating files: 47% (8677/18461)
Updating files: 48% (8862/18461)
Updating files: 49% (9046/18461)
Updating files: 50% (9231/18461)
Updating files: 51% (9416/18461)
Updating files: 52% (9600/18461)
Updating files: 53% (9785/18461)
Updating files: 54% (9969/18461)
Updating files: 55% (10154/18461)
Updating files: 56% (10339/18461)
Updating files: 57% (10523/18461)
Updating files: 58% (10708/18461)
Updating files: 59% (10892/18461)
Updating files: 60% (11077/18461)
Updating files: 61% (11262/18461)
Updating files: 62% (11446/18461)
Updating files: 63% (11631/18461)
Updating files: 63% (11676/18461)
Updating files: 64% (11816/18461)
Updating files: 65% (12000/18461)
Updating files: 66% (12185/18461)
Updating files: 67% (12369/18461)
Updating files: 68% (12554/18461)
Updating files: 69% (12739/18461)
Updating files: 70% (12923/18461)
Updating files: 71% (13108/18461)
Updating files: 72% (13292/18461)
Updating files: 73% (13477/18461)
Updating files: 74% (13662/18461)
Updating files: 75% (13846/18461)
Updating files: 76% (14031/18461)
Updating files: 77% (14215/18461)
Updating files: 78% (14400/18461)
Updating files: 79% (14585/18461)
Updating files: 80% (14769/18461)
Updating files: 81% (14954/18461)
Updating files: 82% (15139/18461)
Updating files: 83% (15323/18461)
Updating files: 84% (15508/18461)
Updating files: 85% (15692/18461)
Updating files: 86% (15877/18461)
Updating files: 87% (16062/18461)
Updating files: 88% (16246/18461)
Updating files: 89% (16431/18461)
Updating files: 90% (16615/18461)
Updating files: 90% (16636/18461)
Updating files: 91% (16800/18461)
Updating files: 92% (16985/18461)
Updating files: 93% (17169/18461)
Updating files: 94% (17354/18461)
Updating files: 95% (17538/18461)
Updating files: 96% (17723/18461)
Updating files: 97% (17908/18461)
Updating files: 98% (18092/18461)
Updating files: 99% (18277/18461)
Updating files: 100% (18461/18461)
Updating files: 100% (18461/18461), done.
HEAD is now at 4f056bfedf Merge pull request #29543 from Zaneham/add-olint-0.1.0
Updating 4f056bfedf..19c70fd6a7
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha2/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha2/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha2/opam | 39 +++++++++++
.../dune-build-info.3.22.0~alpha2/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha2/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha2/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha2/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha2/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha2/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha2/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha2/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha2/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha2/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha2/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha2/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha2/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha2/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha2/opam | 39 +++++++++++
18 files changed, 796 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha2/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha2/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha2/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha2/opam
create mode 100644 packages/dune/dune.3.22.0~alpha2/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha2/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha2/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha2/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha2/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha2/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha2/opam
(from macos-homebrew-ocaml-4.14)
2026-03-16 19:04.46 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-16 19:04.47 ---> 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-03-16 19:04.47 ---> 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-03-16 19:04.47 ---> 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-03-16 19:04.48 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-16 19:04.57 ---> saved as "a222837110a6515ac28c93c173e114b20a412a3392da50d2b2b828693471806f"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-16 19:05.18 ---> saved as "497dca437cac460ae923d0bceb9163a7bd200ac8726d379fb2d9a41edc4ce255"
/: (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:e4f27cef5f72bf7a99c748c0650fe3718fe661a56960dedaeec9c2c98de1d3bc
- #=#=#
0.1%
1.3%
# 2.3%
## 3.1%
-
## 3.9%
### 4.9%
#### 5.7%
#### 6.5%
##### 7.3%
##### 8.2%
###### 9.0%
####### 9.8%
####### 10.7%
######## 11.7%
######### 12.5%
-
######### 13.4%
########## 14.2%
########## 15.1%
########### 15.9%
############ 16.9%
############ 17.8%
############# 18.6%
############# 19.4%
############## 20.2%
############### 21.0%
-
############### 22.0%
################ 22.8%
################ 23.6%
################# 24.4%
################## 25.2%
################## 26.0%
################### 27.0%
#################### 27.8%
#################### 28.6%
##################### 29.4%
##################### 30.3%
###################### 31.2%
-
####################### 32.1%
####################### 32.9%
######################## 33.7%
######################## 34.5%
######################### 35.3%
########################## 36.3%
########################## 37.1%
########################### 37.9%
########################### 38.7%
############################ 39.6%
############################# 40.5%
-
############################# 41.3%
############################## 42.1%
############################## 43.0%
############################### 43.8%
################################ 44.6%
################################ 45.4%
################################# 46.3%
################################# 47.1%
################################## 48.0%
################################### 48.8%
################################### 49.6%
-
#################################### 50.4%
##################################### 51.5%
##################################### 52.3%
###################################### 53.1%
###################################### 53.9%
####################################### 54.8%
######################################## 55.6%
######################################## 56.5%
######################################### 57.2%
######################################### 58.0%
########################################## 58.8%
-
########################################## 59.6%
########################################### 60.1%
########################################### 61.1%
############################################ 61.9%
############################################# 62.7%
############################################# 63.5%
############################################## 64.1%
############################################## 64.5%
############################################## 64.9%
############################################## 65.3%
############################################### 65.7%
-
############################################### 66.2%
############################################### 66.6%
################################################ 67.0%
################################################ 67.4%
################################################ 67.8%
################################################# 68.2%
################################################# 68.8%
################################################# 69.2%
################################################## 69.6%
################################################## 70.0%
################################################## 70.4%
-
################################################## 70.8%
################################################### 71.3%
################################################### 71.7%
################################################### 72.2%
#################################################### 72.6%
#################################################### 73.1%
#################################################### 73.5%
##################################################### 74.0%
##################################################### 74.4%
##################################################### 74.8%
###################################################### 75.3%
-
###################################################### 75.7%
###################################################### 76.1%
####################################################### 76.6%
####################################################### 77.0%
####################################################### 77.4%
######################################################## 77.8%
######################################################## 78.2%
######################################################## 78.6%
######################################################## 79.2%
######################################################### 79.6%
######################################################### 80.0%
-
######################################################### 80.4%
########################################################## 80.9%
########################################################## 81.3%
########################################################## 81.7%
########################################################### 82.0%
########################################################### 82.5%
########################################################### 82.9%
############################################################ 83.3%
############################################################ 83.9%
############################################################ 84.3%
-
############################################################ 84.7%
############################################################# 85.2%
############################################################# 85.6%
############################################################# 86.0%
############################################################## 86.4%
############################################################## 86.9%
############################################################## 87.3%
############################################################### 87.8%
############################################################### 88.2%
############################################################### 88.6%
################################################################ 89.0%
-
################################################################ 89.4%
################################################################ 89.8%
################################################################ 90.2%
################################################################# 90.6%
################################################################# 91.2%
################################################################# 91.6%
################################################################## 92.0%
################################################################## 92.4%
################################################################## 92.9%
################################################################### 93.3%
################################################################### 93.7%
-
################################################################### 94.1%
#################################################################### 94.5%
#################################################################### 95.2%
##################################################################### 96.0%
##################################################################### 96.8%
###################################################################### 97.8%
###################################################################### 98.6%
####################################################################### 99.4%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.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-03-16 19:05.55 ---> saved as "ee52246daf36e936d95d3a88550819b66321034c7bca96d95c0281c9077d436f"
/: (run (shell "opam pin add -k version -yn stdune.3.22.0~alpha2 3.22.0~alpha2"))
stdune is now pinned to version 3.22.0~alpha2
2026-03-16 19:05.57 ---> saved as "63123bd537142387fac4f02f84bf723f3cca33cf5fc3beea37f75caac2de3435"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall stdune.3.22.0~alpha2;\
\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\" != 'stdune.3.22.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
stdune.3.22.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install csexp 1.5.2 [required by stdune]
- install dune 3.22.0~alpha2 [required by stdune]
- install dyn 3.22.0~alpha2 [required by stdune]
- install fs-io 3.22.0~alpha2 [required by stdune]
- install ordering 3.22.0~alpha2 [required by stdune]
- install pp 2.0.0 [required by stdune]
- install stdune 3.22.0~alpha2 (pinned)
- install top-closure 3.22.0~alpha2 [required by stdune]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.22.0~alpha2, dyn.3.22.0~alpha2, fs-io.3.22.0~alpha2, ordering.3.22.0~alpha2, stdune.3.22.0~alpha2, top-closure.3.22.0~alpha2 (cached)
-> retrieved pp.2.0.0 (cached)
-> installed dune.3.22.0~alpha2
-> installed pp.2.0.0
-> installed ordering.3.22.0~alpha2
-> installed top-closure.3.22.0~alpha2
-> installed fs-io.3.22.0~alpha2
-> installed csexp.1.5.2
-> installed dyn.3.22.0~alpha2
-> installed stdune.3.22.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-16 19:07.35 ---> saved as "de7d72bdb7c1e8e6db8fae393e41e37660d014dfaa28091209939139222bd523"
Job succeeded
2026-03-16 19:07.46: Job succeeded