- github
- ocaml
- opam-repository
- cce6b0
- macos,macos-homebrew-ocaml-5.4-amd64,tm-grammars.2.0.0
(not at the head of any monitored branch or PR)
2026-04-13 17:21.05: New job: build tm-grammars.2.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29717/head (cce6b0a71dae17af92185c4cb4134625066ea4b7)
on macos-homebrew-ocaml-5.4/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/29717/head" && git reset --hard cce6b0a7
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
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 tm-grammars.2.0.0 2.0.0
RUN opam reinstall tm-grammars.2.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" != 'tm-grammars.2.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-04-13 17:21.05: Using cache hint "macos-homebrew-ocaml-5.4-tm-grammars.2.0.0-cce6b0a71dae17af92185c4cb4134625066ea4b7"
2026-04-13 17:21.05: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(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 tm-grammars.2.0.0 2.0.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall tm-grammars.2.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\" != 'tm-grammars.2.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-04-13 17:21.05: Waiting for resource in pool OCluster
2026-04-13 17:21.05: Waiting for worker…
2026-04-13 17:56.57: Got resource from pool OCluster
Building on i7-worker-01
Updating files: 24% (4651/18704)
Updating files: 25% (4676/18704)
Updating files: 26% (4864/18704)
Updating files: 27% (5051/18704)
Updating files: 28% (5238/18704)
Updating files: 29% (5425/18704)
Updating files: 30% (5612/18704)
Updating files: 31% (5799/18704)
Updating files: 32% (5986/18704)
Updating files: 33% (6173/18704)
Updating files: 34% (6360/18704)
Updating files: 35% (6547/18704)
Updating files: 36% (6734/18704)
Updating files: 37% (6921/18704)
Updating files: 38% (7108/18704)
Updating files: 39% (7295/18704)
Updating files: 40% (7482/18704)
Updating files: 41% (7669/18704)
Updating files: 42% (7856/18704)
Updating files: 43% (8043/18704)
Updating files: 44% (8230/18704)
Updating files: 45% (8417/18704)
Updating files: 46% (8604/18704)
Updating files: 47% (8791/18704)
Updating files: 47% (8932/18704)
Updating files: 48% (8978/18704)
Updating files: 49% (9165/18704)
Updating files: 50% (9352/18704)
Updating files: 51% (9540/18704)
Updating files: 52% (9727/18704)
Updating files: 53% (9914/18704)
Updating files: 54% (10101/18704)
Updating files: 55% (10288/18704)
Updating files: 56% (10475/18704)
Updating files: 57% (10662/18704)
Updating files: 58% (10849/18704)
Updating files: 59% (11036/18704)
Updating files: 60% (11223/18704)
Updating files: 61% (11410/18704)
Updating files: 62% (11597/18704)
Updating files: 63% (11784/18704)
Updating files: 64% (11971/18704)
Updating files: 65% (12158/18704)
Updating files: 66% (12345/18704)
Updating files: 67% (12532/18704)
Updating files: 68% (12719/18704)
Updating files: 69% (12906/18704)
Updating files: 70% (13093/18704)
Updating files: 71% (13280/18704)
Updating files: 72% (13467/18704)
Updating files: 73% (13654/18704)
Updating files: 74% (13841/18704)
Updating files: 74% (13937/18704)
Updating files: 75% (14028/18704)
Updating files: 76% (14216/18704)
Updating files: 77% (14403/18704)
Updating files: 78% (14590/18704)
Updating files: 79% (14777/18704)
Updating files: 80% (14964/18704)
Updating files: 81% (15151/18704)
Updating files: 82% (15338/18704)
Updating files: 83% (15525/18704)
Updating files: 84% (15712/18704)
Updating files: 85% (15899/18704)
Updating files: 86% (16086/18704)
Updating files: 87% (16273/18704)
Updating files: 88% (16460/18704)
Updating files: 89% (16647/18704)
Updating files: 90% (16834/18704)
Updating files: 91% (17021/18704)
Updating files: 92% (17208/18704)
Updating files: 93% (17395/18704)
Updating files: 94% (17582/18704)
Updating files: 95% (17769/18704)
Updating files: 96% (17956/18704)
Updating files: 97% (18143/18704)
Updating files: 98% (18330/18704)
Updating files: 99% (18517/18704)
Updating files: 100% (18704/18704)
Updating files: 100% (18704/18704), done.
HEAD is now at 94b6f21296 [new release] html_of_jsx (0.0.9)
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Updating ba4685aeec..cce6b0a71d
Fast-forward
packages/tm-grammars/tm-grammars.2.0.0/opam | 37 +++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/tm-grammars/tm-grammars.2.0.0/opam
(from macos-homebrew-ocaml-5.4)
2026-04-13 17:57.13 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-13 17:57.13 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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-04-13 17:57.13 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-04-13 17:57.14 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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-04-13 17:57.14 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-13 17:57.24 ---> saved as "6dc73b56fa9643a87d79f46086dc3e6f5eaeaf644b37e8a6f721fef821b55718"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-13 17:57.46 ---> saved as "4b41466a9beb9d73b440ba255a4a826937e1973817f1dc8cc87ec54f425f7497"
/: (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:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#
0.0%
0.4%
0.8%
# 1.5%
# 2.0%
# 2.5%
## 3.1%
## 3.6%
## 4.0%
-
### 4.4%
### 4.8%
### 5.3%
#### 5.7%
#### 6.1%
#### 6.5%
#### 6.9%
##### 7.3%
##### 7.9%
##### 8.3%
-
###### 8.7%
###### 9.0%
###### 9.6%
####### 10.0%
####### 10.4%
####### 10.8%
######## 11.3%
######## 11.7%
######## 12.1%
######### 12.5%
######### 12.9%
-
######### 13.3%
######### 13.7%
########## 14.2%
########## 14.6%
########## 15.0%
########### 15.4%
########### 15.8%
########### 16.2%
########### 16.6%
############ 17.2%
############ 17.6%
-
############# 18.1%
############# 18.6%
############# 19.0%
############# 19.4%
############## 20.0%
############## 20.4%
############## 20.8%
############### 21.2%
############### 21.7%
############### 22.1%
-
################ 22.6%
################ 23.0%
################ 23.4%
################# 23.8%
################# 24.4%
################# 24.8%
################## 25.2%
################## 25.6%
################## 26.0%
################### 26.5%
################### 26.9%
-
################### 27.3%
################### 27.7%
#################### 28.1%
#################### 28.5%
#################### 29.0%
##################### 29.4%
##################### 29.8%
##################### 30.2%
###################### 30.7%
###################### 31.1%
###################### 31.7%
-
####################### 32.1%
####################### 32.5%
####################### 32.9%
####################### 33.3%
######################## 33.8%
######################## 34.2%
######################## 34.6%
######################### 35.0%
######################### 35.4%
######################### 35.9%
########################## 36.3%
-
########################## 36.7%
########################## 37.1%
########################### 37.5%
########################### 37.9%
########################### 38.5%
########################### 38.9%
############################ 39.3%
############################ 39.7%
############################ 40.2%
############################# 40.6%
############################# 41.0%
-
############################# 41.4%
############################## 41.8%
############################## 42.3%
############################## 42.7%
############################### 43.3%
############################### 43.7%
############################### 44.0%
################################ 44.4%
################################ 45.0%
################################ 45.4%
-
################################ 45.8%
################################# 46.2%
################################# 46.6%
################################# 47.1%
################################## 47.5%
################################## 47.9%
################################## 48.3%
################################### 48.8%
################################### 49.2%
################################### 49.8%
#################################### 50.2%
-
#################################### 50.6%
#################################### 51.0%
#################################### 51.4%
##################################### 51.8%
##################################### 52.3%
##################################### 52.7%
###################################### 53.1%
###################################### 53.5%
###################################### 53.9%
####################################### 54.3%
####################################### 54.7%
-
####################################### 55.2%
######################################## 55.6%
######################################## 56.0%
######################################## 56.4%
######################################### 57.0%
######################################### 57.4%
######################################### 57.8%
######################################### 58.2%
########################################## 58.6%
########################################## 59.0%
########################################## 59.4%
-
########################################### 59.9%
########################################### 60.3%
########################################### 60.7%
########################################### 61.1%
############################################ 61.6%
############################################ 62.0%
############################################ 62.4%
############################################# 62.8%
############################################# 63.2%
############################################# 63.7%
-
############################################## 64.1%
############################################## 64.7%
############################################## 65.2%
############################################### 65.6%
############################################### 66.0%
############################################### 66.4%
################################################ 66.8%
################################################ 67.2%
################################################ 67.7%
################################################# 68.1%
################################################# 68.7%
-
################################################# 69.1%
################################################## 69.5%
################################################## 69.9%
################################################## 70.3%
################################################## 70.7%
################################################### 71.1%
################################################### 71.6%
################################################### 72.0%
#################################################### 72.5%
#################################################### 72.9%
#################################################### 73.3%
-
##################################################### 73.7%
##################################################### 74.1%
##################################################### 74.7%
###################################################### 75.1%
###################################################### 75.5%
###################################################### 75.9%
###################################################### 76.4%
####################################################### 76.8%
####################################################### 77.2%
####################################################### 77.6%
######################################################## 78.0%
-
######################################################## 78.5%
######################################################## 78.9%
######################################################### 79.3%
######################################################### 79.7%
######################################################### 80.1%
######################################################### 80.5%
########################################################## 80.9%
########################################################## 81.4%
########################################################## 81.8%
########################################################### 82.2%
########################################################### 82.6%
-
########################################################### 83.2%
############################################################ 83.6%
############################################################ 84.0%
############################################################ 84.4%
############################################################# 84.9%
############################################################# 85.3%
############################################################# 85.7%
############################################################# 86.1%
############################################################## 86.6%
############################################################## 87.0%
-
############################################################## 87.4%
############################################################### 87.8%
############################################################### 88.4%
############################################################### 88.8%
################################################################ 89.2%
################################################################ 89.6%
################################################################ 90.1%
################################################################# 90.5%
################################################################# 90.9%
################################################################# 91.3%
################################################################## 91.7%
-
################################################################## 92.2%
################################################################## 92.6%
################################################################## 93.0%
################################################################### 93.4%
################################################################### 94.0%
################################################################### 94.4%
#################################################################### 94.8%
#################################################################### 95.3%
#################################################################### 95.7%
##################################################################### 96.2%
##################################################################### 96.6%
-
##################################################################### 97.0%
###################################################################### 97.4%
###################################################################### 97.8%
###################################################################### 98.2%
####################################################################### 98.6%
####################################################################### 99.0%
####################################################################### 99.5%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_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-04-13 17:58.37 ---> saved as "de8f26ba6af1cb2c937f3873aea573d93db09eb0f291d3f0f560225f776a5e87"
/: (run (shell "opam pin add -k version -yn tm-grammars.2.0.0 2.0.0"))
tm-grammars is now pinned to version 2.0.0
2026-04-13 17:58.39 ---> saved as "d4bb2b9a79ceab0837df5d41cf2df68c48c04a5eae4f126fc43919b1abb7aa53"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall tm-grammars.2.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\" != 'tm-grammars.2.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"))
tm-grammars.2.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.22.1 [required by tm-grammars]
- install tm-grammars 2.0.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1 (cached)
-> retrieved tm-grammars.2.0.0 (https://github.com/davesnx/tm-grammars/releases/download/2.0.0/tm-grammars-2.0.0.tbz)
-> installed dune.3.22.1
-> installed tm-grammars.2.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 17:59.53 ---> saved as "a1bb262292b732db55ddac73321fc6b049b60330fc029bd20c8d7eadbdd6c6bf"
Job succeeded
2026-04-13 18:00.05: Job succeeded