Build:
- 0
2026-03-12 21:25.52: New job: build melange-fest.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29540/head (3550bd81c24b7162a2d809ef9216e036734f859b)
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/29540/head" && git reset --hard 3550bd81
git fetch origin master
git merge --no-edit e3653b4f8d4220c4377cc2cf0f43ec8a27f063ac
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 melange-fest.0.2.0 0.2.0
RUN opam reinstall melange-fest.0.2.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" != 'melange-fest.0.2.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-03-12 21:25.52: Using cache hint "macos-homebrew-ocaml-4.14-melange-fest.0.2.0-3550bd81c24b7162a2d809ef9216e036734f859b"
2026-03-12 21:25.52: 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 melange-fest.0.2.0 0.2.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall melange-fest.0.2.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\" != 'melange-fest.0.2.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-03-12 21:25.52: Waiting for resource in pool OCluster
2026-03-12 21:25.53: Waiting for worker…
2026-03-12 21:25.53: Got resource from pool OCluster
Building on i7-worker-04
Updating files: 34% (6404/18444)
Updating files: 35% (6456/18444)
Updating files: 36% (6640/18444)
Updating files: 37% (6825/18444)
Updating files: 38% (7009/18444)
Updating files: 39% (7194/18444)
Updating files: 40% (7378/18444)
Updating files: 41% (7563/18444)
Updating files: 42% (7747/18444)
Updating files: 43% (7931/18444)
Updating files: 44% (8116/18444)
Updating files: 45% (8300/18444)
Updating files: 46% (8485/18444)
Updating files: 47% (8669/18444)
Updating files: 48% (8854/18444)
Updating files: 49% (9038/18444)
Updating files: 50% (9222/18444)
Updating files: 51% (9407/18444)
Updating files: 52% (9591/18444)
Updating files: 53% (9776/18444)
Updating files: 54% (9960/18444)
Updating files: 55% (10145/18444)
Updating files: 56% (10329/18444)
Updating files: 57% (10514/18444)
Updating files: 58% (10698/18444)
Updating files: 58% (10803/18444)
Updating files: 59% (10882/18444)
Updating files: 60% (11067/18444)
Updating files: 61% (11251/18444)
Updating files: 62% (11436/18444)
Updating files: 63% (11620/18444)
Updating files: 64% (11805/18444)
Updating files: 65% (11989/18444)
Updating files: 66% (12174/18444)
Updating files: 67% (12358/18444)
Updating files: 68% (12542/18444)
Updating files: 69% (12727/18444)
Updating files: 70% (12911/18444)
Updating files: 71% (13096/18444)
Updating files: 72% (13280/18444)
Updating files: 73% (13465/18444)
Updating files: 74% (13649/18444)
Updating files: 75% (13833/18444)
Updating files: 76% (14018/18444)
Updating files: 77% (14202/18444)
Updating files: 78% (14387/18444)
Updating files: 79% (14571/18444)
Updating files: 80% (14756/18444)
Updating files: 81% (14940/18444)
Updating files: 82% (15125/18444)
Updating files: 83% (15309/18444)
Updating files: 84% (15493/18444)
Updating files: 85% (15678/18444)
Updating files: 86% (15862/18444)
Updating files: 87% (16047/18444)
Updating files: 88% (16231/18444)
Updating files: 89% (16416/18444)
Updating files: 90% (16600/18444)
Updating files: 91% (16785/18444)
Updating files: 91% (16804/18444)
Updating files: 92% (16969/18444)
Updating files: 93% (17153/18444)
Updating files: 94% (17338/18444)
Updating files: 95% (17522/18444)
Updating files: 96% (17707/18444)
Updating files: 97% (17891/18444)
Updating files: 98% (18076/18444)
Updating files: 99% (18260/18444)
Updating files: 100% (18444/18444)
Updating files: 100% (18444/18444), done.
HEAD is now at 849f12b4dc [new release] raven (11 packages) (1.0.0~alpha3)
HEAD is now at e3653b4f8d Merge pull request #29529 from mattam82/malfunction-0.7.1
Updating e3653b4f8d..3550bd81c2
Fast-forward
packages/melange-fest/melange-fest.0.2.0/opam | 50 +++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 packages/melange-fest/melange-fest.0.2.0/opam
(from macos-homebrew-ocaml-4.14)
2026-03-12 21:26.08 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-12 21:26.09 ---> 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-12 21:26.09 ---> 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-12 21:26.09 ---> 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-12 21:26.10 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-12 21:26.20 ---> saved as "3076694f9cb8145444c59d4840c204c23a5c7830d2d6d623c91a7b843be2756d"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-12 21:26.41 ---> saved as "948eff6d8e72f894fece3161548c64f89716544201e8b855ae12b2ba681bf4f9"
/: (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.2%
-
0.4%
0.8%
1.3%
# 1.7%
# 1.9%
# 2.1%
# 2.3%
-
# 2.6%
# 2.7%
## 3.0%
## 3.1%
## 3.4%
## 3.7%
## 3.8%
## 4.1%
### 4.2%
### 4.5%
### 4.8%
-
### 4.9%
### 5.2%
### 5.3%
#### 5.6%
#### 5.8%
#### 6.0%
#### 6.2%
#### 6.5%
#### 6.6%
#### 6.9%
##### 7.0%
-
##### 7.3%
##### 7.5%
##### 7.7%
##### 7.9%
##### 8.1%
###### 8.4%
###### 8.6%
###### 8.8%
###### 9.0%
###### 9.3%
###### 9.4%
-
###### 9.7%
####### 10.0%
####### 10.1%
####### 10.4%
####### 10.5%
####### 10.8%
######## 11.1%
######## 11.5%
######## 12.1%
######## 12.5%
######### 12.9%
-
######### 13.3%
######### 13.8%
########## 14.2%
########## 14.6%
########## 15.1%
########### 15.5%
########### 15.9%
########### 16.4%
############ 16.8%
############ 17.2%
############ 17.6%
-
############# 18.1%
############# 18.5%
############# 19.1%
############## 19.5%
############## 19.9%
############## 20.3%
############## 20.8%
############### 21.2%
############### 21.6%
############### 22.0%
-
################ 22.5%
################ 22.9%
################ 23.3%
################# 23.9%
################# 24.4%
################# 24.8%
################## 25.2%
################## 25.7%
################## 26.2%
################### 26.6%
-
################### 27.0%
################### 27.5%
#################### 27.9%
#################### 28.3%
#################### 28.7%
##################### 29.2%
##################### 29.6%
##################### 30.0%
##################### 30.4%
###################### 30.8%
###################### 31.4%
-
###################### 31.8%
####################### 32.3%
####################### 32.7%
####################### 33.1%
######################## 33.5%
######################## 33.9%
######################## 34.4%
######################### 34.8%
######################### 35.2%
######################### 35.8%
########################## 36.2%
-
########################## 36.7%
########################## 37.1%
########################### 37.5%
########################### 37.9%
########################### 38.4%
########################### 38.8%
############################ 39.2%
############################ 39.6%
############################ 40.1%
############################# 40.6%
############################# 41.0%
-
############################# 41.4%
############################## 41.8%
############################## 42.2%
############################## 42.8%
############################### 43.2%
############################### 43.5%
############################### 43.9%
################################ 44.5%
################################ 44.9%
################################ 45.3%
################################ 45.7%
-
################################# 46.1%
################################# 46.5%
################################# 47.0%
################################## 47.4%
################################## 47.8%
################################## 48.2%
################################### 48.7%
################################### 49.1%
################################### 49.7%
#################################### 50.1%
-
#################################### 50.5%
#################################### 51.0%
##################################### 51.4%
##################################### 51.8%
##################################### 52.2%
##################################### 52.6%
###################################### 53.1%
###################################### 53.6%
###################################### 54.0%
####################################### 54.5%
####################################### 54.9%
-
####################################### 55.3%
######################################## 55.8%
######################################## 56.2%
######################################## 56.7%
######################################### 57.1%
######################################### 57.5%
######################################### 57.9%
########################################## 58.4%
########################################## 58.8%
########################################## 59.2%
########################################## 59.7%
-
########################################### 60.1%
########################################### 60.5%
########################################### 60.9%
############################################ 61.5%
############################################ 61.9%
############################################ 62.3%
############################################# 62.7%
############################################# 63.1%
############################################# 63.6%
############################################## 64.0%
############################################## 64.4%
-
############################################## 64.8%
############################################### 65.3%
############################################### 65.7%
############################################### 66.1%
############################################### 66.5%
################################################ 66.8%
################################################ 67.2%
################################################ 67.5%
################################################ 68.0%
################################################# 68.9%
################################################## 69.7%
-
################################################## 70.6%
################################################### 71.5%
#################################################### 72.3%
#################################################### 73.1%
##################################################### 74.0%
##################################################### 74.9%
###################################################### 75.8%
####################################################### 76.6%
####################################################### 77.6%
######################################################## 78.4%
######################################################### 79.3%
-
######################################################### 80.1%
########################################################## 80.9%
########################################################## 81.8%
########################################################### 82.6%
############################################################ 83.4%
############################################################ 84.4%
############################################################# 85.2%
############################################################# 86.1%
############################################################## 86.9%
############################################################### 87.8%
############################################################### 88.6%
-
################################################################ 89.4%
################################################################# 90.3%
################################################################# 91.1%
################################################################## 92.0%
################################################################## 92.8%
################################################################### 93.6%
#################################################################### 94.6%
#################################################################### 95.4%
##################################################################### 96.2%
##################################################################### 97.1%
###################################################################### 97.9%
-
####################################################################### 98.9%
####################################################################### 99.7%
######################################################################## 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-12 21:27.52 ---> saved as "1e4af4e74e5eda503fba3e50489bd572fe252db86443ee32b278cc4e372d16b9"
/: (run (shell "opam pin add -k version -yn melange-fest.0.2.0 0.2.0"))
melange-fest is now pinned to version 0.2.0
2026-03-12 21:27.54 ---> saved as "9a94aa261cd575bc8d4dbe2246e451e3215c701925059679348ba6e151c3b5a8"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall melange-fest.0.2.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\" != 'melange-fest.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
melange-fest.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 16 packages
- install cmdliner 2.1.0 [required by melange]
- install cppo 1.8.0 [required by melange]
- install dune 3.21.1 [required by melange-fest]
- install dune-build-info 3.21.1 [required by melange]
- install melange 6.0.1-414 [required by melange-fest]
- install melange-fest 0.2.0 (pinned)
- install menhir 20260209 [required by melange]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by melange]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved dune.3.21.1, dune-build-info.3.21.1 (cached)
-> retrieved melange.6.0.1-414 (cached)
-> retrieved melange-fest.0.2.0 (https://github.com/ahrefs/melange-fest/releases/download/0.2.0/melange-fest-0.2.0.tbz)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> installed cmdliner.2.1.0
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.21.1
-> installed cppo.1.8.0
-> installed menhirCST.20260209
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-build-info.3.21.1
-> installed sexplib0.v0.17.0
-> installed menhir.20260209
-> installed ppxlib.0.37.0
-> installed melange.6.0.1-414
-> installed melange-fest.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-12 21:30.01 ---> saved as "92b057b4547337e23b0b023f42aea037b49c6b1f984048b2972125a420a3551c"
Job succeeded
2026-03-12 21:30.18: Job succeeded