Build:
- 0
2026-02-12 17:20.45: New job: build yocaml_syndication.3.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29377/head (bdc89f6ed5148f4e6b4c3da2f817ce491f80ff92)
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/29377/head" && git reset --hard bdc89f6e
git fetch origin master
git merge --no-edit e07b8a139b56ff83d52c59578e497e681d2f0584
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 yocaml_syndication.3.0.0 3.0.0
RUN opam reinstall yocaml_syndication.3.0.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" != 'yocaml_syndication.3.0.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-02-12 17:20.45: Using cache hint "macos-homebrew-ocaml-4.14-yocaml_syndication.3.0.0-bdc89f6ed5148f4e6b4c3da2f817ce491f80ff92"
2026-02-12 17:20.45: 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 yocaml_syndication.3.0.0 3.0.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall yocaml_syndication.3.0.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\" != 'yocaml_syndication.3.0.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-02-12 17:20.45: Waiting for resource in pool OCluster
2026-02-12 17:20.46: Waiting for worker…
2026-02-12 17:38.13: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
Updating files: 32% (5996/18191)
Updating files: 33% (6004/18191)
Updating files: 34% (6185/18191)
Updating files: 35% (6367/18191)
Updating files: 36% (6549/18191)
Updating files: 37% (6731/18191)
Updating files: 38% (6913/18191)
Updating files: 39% (7095/18191)
Updating files: 40% (7277/18191)
Updating files: 41% (7459/18191)
Updating files: 42% (7641/18191)
Updating files: 43% (7823/18191)
Updating files: 44% (8005/18191)
Updating files: 45% (8186/18191)
Updating files: 46% (8368/18191)
Updating files: 47% (8550/18191)
Updating files: 48% (8732/18191)
Updating files: 49% (8914/18191)
Updating files: 50% (9096/18191)
Updating files: 51% (9278/18191)
Updating files: 52% (9460/18191)
Updating files: 53% (9642/18191)
Updating files: 54% (9824/18191)
Updating files: 55% (10006/18191)
Updating files: 56% (10187/18191)
Updating files: 57% (10369/18191)
Updating files: 58% (10551/18191)
Updating files: 59% (10733/18191)
Updating files: 60% (10915/18191)
Updating files: 60% (10946/18191)
Updating files: 61% (11097/18191)
Updating files: 62% (11279/18191)
Updating files: 63% (11461/18191)
Updating files: 64% (11643/18191)
Updating files: 65% (11825/18191)
Updating files: 66% (12007/18191)
Updating files: 67% (12188/18191)
Updating files: 68% (12370/18191)
Updating files: 69% (12552/18191)
Updating files: 70% (12734/18191)
Updating files: 71% (12916/18191)
Updating files: 72% (13098/18191)
Updating files: 73% (13280/18191)
Updating files: 74% (13462/18191)
Updating files: 75% (13644/18191)
Updating files: 76% (13826/18191)
Updating files: 77% (14008/18191)
Updating files: 78% (14189/18191)
Updating files: 79% (14371/18191)
Updating files: 80% (14553/18191)
Updating files: 81% (14735/18191)
Updating files: 82% (14917/18191)
Updating files: 83% (15099/18191)
Updating files: 84% (15281/18191)
Updating files: 85% (15463/18191)
Updating files: 86% (15645/18191)
Updating files: 87% (15827/18191)
Updating files: 88% (16009/18191)
Updating files: 89% (16190/18191)
Updating files: 90% (16372/18191)
Updating files: 91% (16554/18191)
Updating files: 92% (16736/18191)
Updating files: 92% (16756/18191)
Updating files: 93% (16918/18191)
Updating files: 94% (17100/18191)
Updating files: 95% (17282/18191)
Updating files: 96% (17464/18191)
Updating files: 97% (17646/18191)
Updating files: 98% (17828/18191)
Updating files: 99% (18010/18191)
Updating files: 100% (18191/18191)
Updating files: 100% (18191/18191), done.
HEAD is now at e07b8a139b Merge pull request #29367 from dinosaure/release-multipart_form-v0.8.0
Updating e07b8a139b..bdc89f6ed5
Fast-forward
packages/yocaml/yocaml.3.0.0/opam | 50 ++++++++++++++++++++++
packages/yocaml_cmarkit/yocaml_cmarkit.3.0.0/opam | 42 ++++++++++++++++++
packages/yocaml_eio/yocaml_eio.3.0.0/opam | 44 +++++++++++++++++++
packages/yocaml_git/yocaml_git.3.0.0/opam | 49 +++++++++++++++++++++
packages/yocaml_jingoo/yocaml_jingoo.3.0.0/opam | 41 ++++++++++++++++++
packages/yocaml_liquid/yocaml_liquid.3.0.0/opam | 41 ++++++++++++++++++
.../yocaml_markdown/yocaml_markdown.3.0.0/opam | 44 +++++++++++++++++++
.../yocaml_mustache/yocaml_mustache.3.0.0/opam | 41 ++++++++++++++++++
packages/yocaml_omd/yocaml_omd.3.0.0/opam | 42 ++++++++++++++++++
packages/yocaml_otoml/yocaml_otoml.3.0.0/opam | 41 ++++++++++++++++++
packages/yocaml_runtime/yocaml_runtime.3.0.0/opam | 45 +++++++++++++++++++
.../yocaml_syndication.3.0.0/opam | 44 +++++++++++++++++++
packages/yocaml_unix/yocaml_unix.3.0.0/opam | 42 ++++++++++++++++++
packages/yocaml_yaml/yocaml_yaml.3.0.0/opam | 41 ++++++++++++++++++
14 files changed, 607 insertions(+)
create mode 100644 packages/yocaml/yocaml.3.0.0/opam
create mode 100644 packages/yocaml_cmarkit/yocaml_cmarkit.3.0.0/opam
create mode 100644 packages/yocaml_eio/yocaml_eio.3.0.0/opam
create mode 100644 packages/yocaml_git/yocaml_git.3.0.0/opam
create mode 100644 packages/yocaml_jingoo/yocaml_jingoo.3.0.0/opam
create mode 100644 packages/yocaml_liquid/yocaml_liquid.3.0.0/opam
create mode 100644 packages/yocaml_markdown/yocaml_markdown.3.0.0/opam
create mode 100644 packages/yocaml_mustache/yocaml_mustache.3.0.0/opam
create mode 100644 packages/yocaml_omd/yocaml_omd.3.0.0/opam
create mode 100644 packages/yocaml_otoml/yocaml_otoml.3.0.0/opam
create mode 100644 packages/yocaml_runtime/yocaml_runtime.3.0.0/opam
create mode 100644 packages/yocaml_syndication/yocaml_syndication.3.0.0/opam
create mode 100644 packages/yocaml_unix/yocaml_unix.3.0.0/opam
create mode 100644 packages/yocaml_yaml/yocaml_yaml.3.0.0/opam
(from macos-homebrew-ocaml-4.14)
2026-02-12 17:38.18 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-02-12 17:38.18 ---> 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-02-12 17:38.18 ---> 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-02-12 17:38.19 ---> 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-02-12 17:38.19 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-02-12 17:38.29 ---> saved as "533142f6f4b84d8cd106785295c5a456ff74ca9361bc1a8da13237dd823b65fb"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-02-12 17:38.49 ---> saved as "39a381b36ecc7beb132aedc9b60fce8b7b8e40c603f9254dee511f699fd39d9c"
/: (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.6%
# 1.6%
# 2.4%
## 3.2%
## 4.1%
### 5.2%
#### 6.0%
-
#### 6.8%
##### 7.6%
###### 8.5%
###### 9.4%
####### 10.2%
####### 11.1%
######## 11.9%
######### 12.8%
######### 13.7%
########## 14.6%
########### 15.4%
-
########### 16.3%
############ 17.1%
############ 17.9%
############# 18.9%
############## 19.7%
############## 20.5%
############### 21.3%
################ 22.3%
################ 23.1%
################# 23.9%
################# 24.8%
-
################## 25.6%
################### 26.6%
################### 27.4%
#################### 28.2%
#################### 29.0%
##################### 30.0%
###################### 30.8%
###################### 31.6%
####################### 32.5%
######################## 33.4%
######################## 34.2%
-
######################### 35.1%
######################### 35.9%
########################## 36.8%
########################### 37.7%
########################### 38.5%
############################ 39.3%
############################ 40.3%
############################# 41.1%
############################## 41.9%
############################## 42.7%
############################### 43.7%
-
################################ 44.5%
################################ 45.3%
################################# 46.2%
################################# 47.1%
################################## 47.9%
################################### 48.8%
################################### 49.7%
#################################### 50.6%
#################################### 51.4%
##################################### 52.3%
###################################### 53.3%
-
###################################### 54.1%
####################################### 54.9%
######################################## 55.9%
######################################## 56.7%
######################################### 57.5%
########################################## 58.5%
########################################## 59.3%
########################################### 60.3%
############################################ 61.1%
############################################ 62.1%
############################################# 62.9%
-
############################################# 63.7%
############################################## 64.7%
############################################### 65.5%
############################################### 66.5%
################################################ 67.3%
################################################# 68.1%
################################################# 69.1%
################################################## 69.9%
################################################### 70.8%
################################################### 71.7%
-
##############
- ######################################
-
-
- 72.5%
#################################################### 73.3%
##################################################### 74.3%
###################################################### 75.1%
###################################################### 75.8%
####################################################### 76.6%
####################################################### 77.4%
######################################################## 78.4%
######################################################### 79.2%
######################################################### 80.0%
########################################################## 81.0%
########################################################## 81.8%
-
########################################################### 82.8%
############################################################ 83.6%
############################################################ 84.4%
############################################################# 85.2%
############################################################## 86.2%
############################################################## 87.0%
############################################################### 87.9%
############################################################### 88.7%
################################################################ 89.6%
################################################################# 90.5%
-
################################################################# 91.3%
################################################################## 92.1%
################################################################### 93.1%
################################################################### 93.9%
#################################################################### 94.7%
#################################################################### 95.5%
##################################################################### 96.5%
###################################################################### 97.3%
###################################################################### 98.1%
####################################################################### 99.0%
######################################################################## 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-02-12 17:39.19 ---> saved as "6fcdfd859b05e1207eff3deb5c5d7b3364847c7e8f08d3d43f02581dbb875117"
/: (run (shell "opam pin add -k version -yn yocaml_syndication.3.0.0 3.0.0"))
yocaml_syndication is now pinned to version 3.0.0
2026-02-12 17:39.21 ---> saved as "c9e70392e4c05eae4cc1d602f857f6e9cc65214d8da836e9681b7854af7c834c"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall yocaml_syndication.3.0.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\" != 'yocaml_syndication.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
yocaml_syndication.3.0.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
- yocaml_syndication >= 3.0.0 -> ocaml >= 5.1.1
You can temporarily relax the switch invariant with `--update-invariant'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall yocaml_syndication.3.0.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" != 'yocaml_syndication.3.0.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-02-12 17:39.48: Job failed: Failed: Build failed
2026-02-12 17:39.48: Log analysis:
2026-02-12 17:39.48: >>>
No solution found, exiting
(score = 100)
2026-02-12 17:39.48: [SKIP] Package not available