- github
- ocaml
- opam-repository
- 118a69
- macos,macos-homebrew-ocaml-4.14-amd64,dune-action-plugin.3.22.0~alpha0
(not at the head of any monitored branch or PR)
2026-03-02 18:35.32: New job: build dune-action-plugin.3.22.0~alpha0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
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/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
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 dune-action-plugin.3.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall dune-action-plugin.3.22.0~alpha0; \
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" != 'dune-action-plugin.3.22.0~alpha0' && 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-02 18:35.32: Using cache hint "macos-homebrew-ocaml-4.14-dune-action-plugin.3.22.0~alpha0-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 18:35.32: 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 dune-action-plugin.3.22.0~alpha0 3.22.0~alpha0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall dune-action-plugin.3.22.0~alpha0;\
\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\" != 'dune-action-plugin.3.22.0~alpha0' && 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-02 18:35.32: Waiting for resource in pool OCluster
2026-03-02 18:35.35: Waiting for worker…
2026-03-02 19:03.52: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
Updating files: 33% (6192/18363)
Updating files: 34% (6244/18363)
Updating files: 35% (6428/18363)
Updating files: 36% (6611/18363)
Updating files: 37% (6795/18363)
Updating files: 38% (6978/18363)
Updating files: 39% (7162/18363)
Updating files: 40% (7346/18363)
Updating files: 41% (7529/18363)
Updating files: 42% (7713/18363)
Updating files: 43% (7897/18363)
Updating files: 44% (8080/18363)
Updating files: 45% (8264/18363)
Updating files: 46% (8447/18363)
Updating files: 47% (8631/18363)
Updating files: 48% (8815/18363)
Updating files: 49% (8998/18363)
Updating files: 50% (9182/18363)
Updating files: 51% (9366/18363)
Updating files: 52% (9549/18363)
Updating files: 53% (9733/18363)
Updating files: 54% (9917/18363)
Updating files: 55% (10100/18363)
Updating files: 56% (10284/18363)
Updating files: 57% (10467/18363)
Updating files: 58% (10651/18363)
Updating files: 59% (10835/18363)
Updating files: 60% (11018/18363)
Updating files: 61% (11202/18363)
Updating files: 61% (11222/18363)
Updating files: 62% (11386/18363)
Updating files: 63% (11569/18363)
Updating files: 64% (11753/18363)
Updating files: 65% (11936/18363)
Updating files: 66% (12120/18363)
Updating files: 67% (12304/18363)
Updating files: 68% (12487/18363)
Updating files: 69% (12671/18363)
Updating files: 70% (12855/18363)
Updating files: 71% (13038/18363)
Updating files: 72% (13222/18363)
Updating files: 73% (13405/18363)
Updating files: 74% (13589/18363)
Updating files: 75% (13773/18363)
Updating files: 76% (13956/18363)
Updating files: 77% (14140/18363)
Updating files: 78% (14324/18363)
Updating files: 79% (14507/18363)
Updating files: 80% (14691/18363)
Updating files: 81% (14875/18363)
Updating files: 82% (15058/18363)
Updating files: 83% (15242/18363)
Updating files: 84% (15425/18363)
Updating files: 85% (15609/18363)
Updating files: 86% (15793/18363)
Updating files: 87% (15976/18363)
Updating files: 88% (16160/18363)
Updating files: 89% (16344/18363)
Updating files: 90% (16527/18363)
Updating files: 91% (16711/18363)
Updating files: 92% (16894/18363)
Updating files: 93% (17078/18363)
Updating files: 93% (17114/18363)
Updating files: 94% (17262/18363)
Updating files: 95% (17445/18363)
Updating files: 96% (17629/18363)
Updating files: 97% (17813/18363)
Updating files: 98% (17996/18363)
Updating files: 99% (18180/18363)
Updating files: 100% (18363/18363)
Updating files: 100% (18363/18363), done.
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha0/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha0/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha0/opam | 40 ++++++++++++
.../dune-build-info.3.22.0~alpha0/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha0/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha0/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha0/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha0/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha0/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha0/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha0/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha0/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha0/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha0/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha0/opam | 39 +++++++++++
18 files changed, 797 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam
(from macos-homebrew-ocaml-4.14)
2026-03-02 19:03.57 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-02 19:03.58 ---> 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-02 19:03.58 ---> 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-02 19:03.58 ---> 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-02 19:03.59 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-02 19:04.01 ---> using "cf5ddf6c78f02cd916f03e48ccaacf3448878854f346fa6f401f282388166e68" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-02 19:04.01 ---> using "87e4bc3de39787216dd2d9075275ac985aa44ce9998f15f7d06e1bdabd0f4175" 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:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#
0.1%
1.1%
# 2.2%
## 3.1%
## 4.0%
### 4.8%
-
#### 5.6%
#### 6.6%
##### 7.4%
##### 8.2%
###### 9.0%
####### 9.9%
####### 10.8%
######## 11.6%
######## 12.5%
######### 13.3%
########## 14.3%
-
########## 15.1%
########### 15.9%
############ 16.9%
############ 17.7%
############# 18.6%
############## 19.5%
############## 20.3%
############### 21.1%
############### 21.9%
################ 22.9%
################# 23.7%
-
################# 24.5%
################## 25.4%
################## 26.2%
################### 27.1%
#################### 28.0%
#################### 28.9%
##################### 29.7%
###################### 30.6%
###################### 31.4%
####################### 32.2%
####################### 33.2%
-
######################## 34.0%
######################### 34.8%
######################### 35.6%
########################## 36.5%
########################## 37.4%
########################### 38.2%
############################ 39.2%
############################ 40.0%
############################# 40.9%
############################## 41.7%
############################## 42.5%
-
############################### 43.5%
############################### 44.3%
################################ 45.1%
################################# 45.9%
################################# 46.8%
################################## 47.6%
################################## 48.5%
################################### 49.4%
#################################### 50.2%
#################################### 51.0%
##################################### 52.0%
-
###################################### 52.8%
###################################### 53.6%
####################################### 54.6%
####################################### 55.4%
######################################## 56.4%
######################################### 57.2%
######################################### 58.0%
########################################## 58.8%
########################################### 59.8%
########################################### 60.6%
############################################ 61.4%
-
############################################ 62.2%
############################################# 63.2%
############################################## 64.0%
############################################## 64.9%
############################################### 65.7%
############################################### 66.4%
################################################ 67.2%
################################################ 68.0%
################################################# 68.8%
################################################## 69.8%
################################################## 70.6%
-
################################################### 71.4%
#################################################### 72.3%
#################################################### 73.2%
##################################################### 74.0%
##################################################### 74.9%
###################################################### 75.7%
####################################################### 76.6%
####################################################### 77.5%
######################################################## 78.3%
######################################################## 79.1%
######################################################### 79.9%
########################################################## 80.9%
-
########################################################## 81.7%
########################################################### 82.5%
############################################################ 83.4%
############################################################ 84.3%
############################################################# 85.1%
############################################################# 86.0%
############################################################## 86.8%
############################################################### 87.8%
############################################################### 88.6%
################################################################ 89.4%
################################################################# 90.4%
-
################################################################# 91.2%
################################################################## 92.0%
################################################################## 92.8%
################################################################### 93.7%
#################################################################### 94.6%
#################################################################### 95.4%
##################################################################### 96.3%
##################################################################### 97.2%
###################################################################### 98.0%
####################################################################### 98.9%
####################################################################### 99.7%
-
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.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-02 19:04.02 ---> using "e811483cb2bcddb63c2153fa0b0fdf0699443005f43301622ab16bf7dc622f55" from cache
/: (run (shell "opam pin add -k version -yn dune-action-plugin.3.22.0~alpha0 3.22.0~alpha0"))
dune-action-plugin is now pinned to version 3.22.0~alpha0
2026-03-02 19:04.04 ---> saved as "d4ab3677a9fe553e138f35513c9492a8992205cbff6211764ebfbc42c25ca7e0"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall dune-action-plugin.3.22.0~alpha0;\
\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\" != 'dune-action-plugin.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune-action-plugin.3.22.0~alpha0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
- install csexp 1.5.2 [required by dune-action-plugin]
- install dune 3.22.0~alpha0 [required by dune-action-plugin]
- install dune-action-plugin 3.22.0~alpha0 (pinned)
- install dune-glob 3.22.0~alpha0 [required by dune-action-plugin]
- install dune-private-libs 3.22.0~alpha0 [required by dune-action-plugin]
- install dune-rpc 3.22.0~alpha0 [required by dune-action-plugin]
- install dyn 3.22.0~alpha0 [required by dune-private-libs, dune-glob, dune-rpc]
- install fs-io 3.22.0~alpha0 [required by stdune]
- install ocamlc-loc 3.22.0~alpha0 [required by dune-rpc]
- install ordering 3.22.0~alpha0 [required by dune-glob, dune-rpc]
- install pp 2.0.0 [required by dune-private-libs, dune-rpc]
- install re 1.14.0 [required by dune-glob]
- install stdune 3.22.0~alpha0 [required by dune-action-plugin]
- install top-closure 3.22.0~alpha0 [required by stdune]
- install xdg 3.22.0~alpha0 [required by dune-rpc]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.22.0~alpha0, dune-action-plugin.3.22.0~alpha0, dune-glob.3.22.0~alpha0, dune-private-libs.3.22.0~alpha0, dune-rpc.3.22.0~alpha0, dyn.3.22.0~alpha0, fs-io.3.22.0~alpha0, ocamlc-loc.3.22.0~alpha0, ordering.3.22.0~alpha0, stdune.3.22.0~alpha0, top-closure.3.22.0~alpha0, xdg.3.22.0~alpha0 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved re.1.14.0 (cached)
-> installed dune.3.22.0~alpha0
-> installed top-closure.3.22.0~alpha0
-> installed re.1.14.0
-> installed pp.2.0.0
-> installed ordering.3.22.0~alpha0
-> installed xdg.3.22.0~alpha0
-> installed fs-io.3.22.0~alpha0
-> installed csexp.1.5.2
-> installed dyn.3.22.0~alpha0
-> installed ocamlc-loc.3.22.0~alpha0
-> installed stdune.3.22.0~alpha0
-> installed dune-private-libs.3.22.0~alpha0
-> installed dune-glob.3.22.0~alpha0
-> installed dune-rpc.3.22.0~alpha0
-> installed dune-action-plugin.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 19:06.17 ---> saved as "39e712c5826b75bf68dedb099391f503824c0cc87ad39c4e9bc85387e2fc7d92"
Job succeeded
2026-03-02 19:06.43: Job succeeded