- github
- ocaml
- opam-repository
- f4910a
- macos,macos-homebrew-ocaml-5.4-amd64,textmate-language.0.6.0,tests
(not at the head of any monitored branch or PR)
2026-04-11 03:27.49: New job: test textmate-language.0.6.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29706/head (f4910a2531bcca68d1611b3dcfca297d68fec1a0)
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/29706/head" && git reset --hard f4910a25
git fetch origin master
git merge --no-edit 42844088d70eed10b276d49691b1cbd714fa56a9
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 textmate-language.0.6.0 0.6.0
RUN opam reinstall textmate-language.0.6.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" != 'textmate-language.0.6.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test textmate-language.0.6.0) || true
RUN opam reinstall --with-test --verbose textmate-language.0.6.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" != 'textmate-language.0.6.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-11 03:27.49: Using cache hint "macos-homebrew-ocaml-5.4-textmate-language.0.6.0-f4910a2531bcca68d1611b3dcfca297d68fec1a0"
2026-04-11 03:27.49: 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 textmate-language.0.6.0 0.6.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall textmate-language.0.6.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\" != 'textmate-language.0.6.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test textmate-language.0.6.0) || true"))
(run (shell "opam reinstall --with-test --verbose textmate-language.0.6.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\" != 'textmate-language.0.6.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-11 03:27.49: Waiting for resource in pool OCluster
2026-04-11 03:27.50: Waiting for worker…
2026-04-11 03:31.39: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 31% (5898/18672)
Updating files: 32% (5976/18672)
Updating files: 33% (6162/18672)
Updating files: 34% (6349/18672)
Updating files: 35% (6536/18672)
Updating files: 36% (6722/18672)
Updating files: 37% (6909/18672)
Updating files: 38% (7096/18672)
Updating files: 39% (7283/18672)
Updating files: 40% (7469/18672)
Updating files: 41% (7656/18672)
Updating files: 42% (7843/18672)
Updating files: 43% (8029/18672)
Updating files: 44% (8216/18672)
Updating files: 45% (8403/18672)
Updating files: 46% (8590/18672)
Updating files: 47% (8776/18672)
Updating files: 48% (8963/18672)
Updating files: 49% (9150/18672)
Updating files: 50% (9336/18672)
Updating files: 51% (9523/18672)
Updating files: 52% (9710/18672)
Updating files: 53% (9897/18672)
Updating files: 54% (10083/18672)
Updating files: 55% (10270/18672)
Updating files: 56% (10457/18672)
Updating files: 57% (10644/18672)
Updating files: 57% (10772/18672)
Updating files: 58% (10830/18672)
Updating files: 59% (11017/18672)
Updating files: 60% (11204/18672)
Updating files: 61% (11390/18672)
Updating files: 62% (11577/18672)
Updating files: 63% (11764/18672)
Updating files: 64% (11951/18672)
Updating files: 65% (12137/18672)
Updating files: 66% (12324/18672)
Updating files: 67% (12511/18672)
Updating files: 68% (12697/18672)
Updating files: 69% (12884/18672)
Updating files: 70% (13071/18672)
Updating files: 71% (13258/18672)
Updating files: 72% (13444/18672)
Updating files: 73% (13631/18672)
Updating files: 74% (13818/18672)
Updating files: 75% (14004/18672)
Updating files: 76% (14191/18672)
Updating files: 77% (14378/18672)
Updating files: 78% (14565/18672)
Updating files: 79% (14751/18672)
Updating files: 80% (14938/18672)
Updating files: 81% (15125/18672)
Updating files: 82% (15312/18672)
Updating files: 83% (15498/18672)
Updating files: 84% (15685/18672)
Updating files: 85% (15872/18672)
Updating files: 86% (16058/18672)
Updating files: 86% (16166/18672)
Updating files: 87% (16245/18672)
Updating files: 88% (16432/18672)
Updating files: 89% (16619/18672)
Updating files: 90% (16805/18672)
Updating files: 91% (16992/18672)
Updating files: 92% (17179/18672)
Updating files: 93% (17365/18672)
Updating files: 94% (17552/18672)
Updating files: 95% (17739/18672)
Updating files: 96% (17926/18672)
Updating files: 97% (18112/18672)
Updating files: 98% (18299/18672)
Updating files: 99% (18486/18672)
Updating files: 100% (18672/18672)
Updating files: 100% (18672/18672), done.
HEAD is now at 42844088d7 Merge pull request #29664 from YuriyKrasilnikov/opam-publish-jsonschema-core.0.1.0
Updating 42844088d7..f4910a2531
Fast-forward
.../textmate-language/textmate-language.0.6.0/opam | 47 ++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 packages/textmate-language/textmate-language.0.6.0/opam
(from macos-homebrew-ocaml-5.4)
2026-04-11 03:31.45 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-11 03:31.45 ---> 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-11 03:31.46 ---> 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-11 03:31.46 ---> 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-11 03:31.46 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-11 03:31.49 ---> using "622dddcab6716469bf87e939dd7d775b6cf7cf2edece37d6d341c522e24c8e5c" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-11 03:31.49 ---> using "4f93dd233246e8e4880c1df712700bc01a4dbfe7e64357d81201ff3e889a3b36" 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:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#
-
0.2%
0.4%
0.9%
1.2%
# 1.7%
# 2.1%
-
## 2.8%
## 3.2%
## 3.6%
## 4.0%
### 4.4%
### 4.9%
### 5.3%
#### 5.7%
#### 6.2%
#### 6.6%
##### 7.0%
-
##### 7.4%
##### 8.0%
###### 8.4%
###### 8.8%
###### 9.2%
###### 9.6%
####### 10.0%
####### 10.5%
####### 10.9%
######## 11.3%
######## 11.7%
-
######## 12.1%
######## 12.5%
######### 13.0%
######### 13.4%
########## 14.0%
########## 14.4%
########## 14.8%
########## 15.2%
########### 15.7%
########### 16.1%
########### 16.5%
-
############ 16.9%
############ 17.3%
############ 17.7%
############# 18.2%
############# 18.6%
############# 19.0%
############# 19.4%
############## 19.8%
############## 20.2%
############## 20.8%
############### 21.1%
-
############### 21.5%
############### 21.9%
################ 22.5%
################ 22.9%
################ 23.3%
################# 23.7%
################# 24.2%
################# 24.6%
################## 25.0%
################## 25.5%
-
################## 25.9%
################## 26.3%
################### 26.7%
################### 27.1%
################### 27.7%
#################### 28.1%
#################### 28.5%
#################### 28.9%
##################### 29.3%
##################### 29.7%
##################### 30.1%
-
###################### 30.6%
###################### 31.0%
###################### 31.4%
###################### 31.8%
####################### 32.2%
####################### 32.6%
####################### 33.1%
######################## 33.5%
######################## 33.9%
######################## 34.5%
######################### 34.9%
-
######################### 35.4%
######################### 35.8%
########################## 36.2%
########################## 36.6%
########################## 37.0%
########################## 37.4%
########################### 37.8%
########################### 38.3%
########################### 38.7%
############################ 39.1%
############################ 39.5%
-
############################ 39.9%
############################# 40.3%
############################# 40.7%
############################# 41.1%
############################# 41.6%
############################## 42.0%
############################## 42.4%
############################## 42.8%
############################### 43.2%
############################### 43.6%
-
############################### 44.2%
################################ 44.6%
################################ 45.1%
################################ 45.5%
################################# 45.9%
################################# 46.3%
################################# 46.7%
################################# 47.1%
################################## 47.6%
################################## 48.0%
################################## 48.4%
-
################################### 48.8%
################################### 49.2%
################################### 49.8%
#################################### 50.2%
#################################### 50.6%
#################################### 51.0%
##################################### 51.5%
##################################### 51.9%
##################################### 52.3%
##################################### 52.7%
###################################### 53.1%
-
###################################### 53.6%
###################################### 54.0%
####################################### 54.4%
####################################### 54.8%
####################################### 55.4%
######################################## 55.8%
######################################## 56.1%
######################################## 56.5%
######################################### 56.9%
######################################### 57.3%
######################################### 57.9%
-
######################################### 58.3%
########################################## 58.7%
########################################## 59.1%
########################################## 59.5%
########################################### 59.9%
########################################### 60.4%
########################################### 60.8%
############################################ 61.2%
############################################ 61.7%
############################################ 62.1%
############################################# 62.5%
-
############################################# 62.9%
############################################# 63.5%
############################################# 63.9%
############################################## 64.4%
############################################## 64.8%
############################################## 65.2%
############################################### 65.6%
############################################### 66.0%
############################################### 66.5%
################################################ 66.9%
-
################################################ 67.3%
################################################ 67.7%
################################################# 68.3%
################################################# 68.7%
################################################# 69.1%
################################################## 69.5%
################################################## 69.9%
################################################## 70.3%
################################################## 70.8%
################################################### 71.2%
################################################### 71.6%
-
################################################### 72.0%
#################################################### 72.5%
#################################################### 72.9%
#################################################### 73.3%
##################################################### 73.7%
##################################################### 74.1%
##################################################### 74.5%
###################################################### 75.0%
###################################################### 75.3%
###################################################### 75.7%
###################################################### 76.1%
-
###################################################### 76.4%
####################################################### 76.6%
####################################################### 77.0%
####################################################### 77.4%
######################################################## 77.8%
######################################################## 78.2%
######################################################## 78.6%
######################################################### 79.2%
######################################################### 79.6%
######################################################### 80.0%
######################################################### 80.4%
-
########################################################## 80.8%
########################################################## 81.3%
########################################################## 81.7%
########################################################### 82.1%
########################################################### 82.6%
########################################################### 83.0%
############################################################ 83.4%
############################################################ 83.8%
############################################################ 84.2%
############################################################ 84.6%
############################################################# 85.2%
-
############################################################# 85.6%
############################################################# 86.0%
############################################################## 86.4%
############################################################## 86.8%
############################################################## 87.2%
############################################################### 87.7%
############################################################### 88.1%
############################################################### 88.5%
############################################################### 88.9%
################################################################ 89.3%
-
################################################################ 89.7%
################################################################ 90.2%
################################################################# 90.6%
################################################################# 91.0%
################################################################# 91.4%
################################################################## 91.8%
################################################################## 92.2%
################################################################## 92.7%
################################################################### 93.1%
################################################################### 93.5%
################################################################### 94.1%
-
#################################################################### 94.5%
#################################################################### 95.0%
#################################################################### 95.4%
##################################################################### 95.9%
##################################################################### 96.3%
##################################################################### 96.7%
##################################################################### 97.1%
###################################################################### 97.5%
###################################################################### 98.1%
###################################################################### 98.5%
-
####################################################################### 98.9%
####################################################################### 99.3%
####################################################################### 99.7%
######################################################################## 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-11 03:31.49 ---> using "ba6821d6a2ed25017aba5b1d1a50006c95632e697ecb781ea08e7cd4621fe4f5" from cache
/: (run (shell "opam pin add -k version -yn textmate-language.0.6.0 0.6.0"))
textmate-language is now pinned to version 0.6.0
2026-04-11 03:31.50 ---> using "1564470e9c5aa1d4c2e998aafa7053aaf87dafb8225b6746817197683b005b38" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall textmate-language.0.6.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\" != 'textmate-language.0.6.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
textmate-language.0.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install conf-oniguruma 1 [required by oniguruma]
- install conf-pkg-config 4 [required by conf-oniguruma]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.1 [required by textmate-language]
- install dune-configurator 3.22.1 [required by oniguruma]
- install oniguruma 0.2.0 [required by textmate-language]
- install textmate-language 0.6.0 (pinned)
The following system packages will first need to be installed:
oniguruma pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/local/bin/brew "install" "oniguruma" "pkgconf"
- ==> Fetching downloads for: oniguruma and pkgconf
- ✔︎ Bottle Manifest oniguruma (6.9.10)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle oniguruma (6.9.10)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring oniguruma--6.9.10.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/oniguruma/6.9.10: 15 files, 1.5MB
- ==> Running `brew cleanup oniguruma`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-oniguruma.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)
-> retrieved oniguruma.0.2.0 (https://github.com/alan-j-hu/ocaml-oniguruma/releases/download/0.2.0/oniguruma-0.2.0.tbz)
-> retrieved textmate-language.0.6.0 (https://github.com/alan-j-hu/ocaml-textmate-language/releases/download/0.6.0/textmate-language-0.6.0.tbz)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
-> installed oniguruma.0.2.0
-> installed textmate-language.0.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:31.50 ---> using "829a41a8749e9e6dd466f085203b7f1c8c14a6cb901a3da5f66f35b883340837" from cache
/: (run (network host)
(shell "(opam reinstall --with-test textmate-language.0.6.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile textmate-language 0.6.0 (pinned)
=== install 26 packages
- install alcotest 1.9.1 [required by textmate-language]
- install astring 0.8.5 [required by alcotest]
- install base64 3.5.2 [required by plist-xml]
- install cmdliner 2.1.0 [required by alcotest]
- install cstruct 6.2.0 [required by hex]
- install ezjsonm 1.3.0 [required by textmate-language]
- install fmt 0.11.0 [required by alcotest]
- install hex 1.5.0 [required by ezjsonm]
- install ISO8601 0.2.6 [required by plist-xml]
- install jsonm 1.0.2 [required by ezjsonm]
- install menhir 20260209 [required by plist-xml]
- 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-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by jsonm, fmt, astring, etc.]
- install ocamlfind 1.9.8 [required by jsonm, fmt, astring, etc.]
- install plist-xml 0.5.1 [required by textmate-language]
- install re 1.14.0 [required by alcotest]
- install sexplib0 v0.17.0 [required by ezjsonm]
- install stdlib-shims 0.3.0 [required by alcotest]
- install topkg 1.1.1 [required by jsonm, fmt, astring, etc.]
- install uutf 1.0.4 [required by alcotest, ezjsonm]
- install xmlm 1.4.0 [required by plist-xml]
- install yojson 3.0.0 [required by textmate-language]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved base64.3.5.2 (https://github.com/mirage/ocaml-base64/releases/download/v3.5.2/base64-3.5.2.tbz)
-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> installed base64.3.5.2
-> retrieved cstruct.6.2.0 (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved ezjsonm.1.3.0 (https://github.com/mirage/ezjsonm/releases/download/v1.3.0/ezjsonm-1.3.0.tbz)
-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved hex.1.5.0 (https://github.com/mirage/ocaml-hex/releases/download/v1.5.0/hex-1.5.0.tbz)
-> retrieved ISO8601.0.2.6 (https://github.com/ocaml-community/ISO8601.ml/archive/0.2.6.tar.gz)
-> retrieved jsonm.1.0.2 (https://erratique.ch/software/jsonm/releases/jsonm-1.0.2.tbz)
-> installed ISO8601.0.2.6
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20260209/archive.tar.gz)
-> installed menhirCST.20260209
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> installed cmdliner.2.1.0
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> retrieved plist-xml.0.5.1 (https://github.com/alan-j-hu/ocaml-plist-xml/releases/download/0.5.1/plist-xml-0.5.1.tbz)
-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved sexplib0.v0.17.0 (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> retrieved xmlm.1.4.0 (https://erratique.ch/software/xmlm/releases/xmlm-1.4.0.tbz)
-> installed stdlib-shims.0.3.0
-> retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed ocamlfind.1.9.8
-> removed textmate-language.0.6.0
-> installed ocamlbuild.0.16.1
-> installed menhir.20260209
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed xmlm.1.4.0
-> installed fmt.0.11.0
-> installed plist-xml.0.5.1
-> installed astring.0.8.5
-> installed cstruct.6.2.0
-> installed jsonm.1.0.2
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed alcotest.1.9.1
-> installed textmate-language.0.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:32.33 ---> saved as "07f091329e5b06a4fba4f544cb0f4cf658aa31fd96e27b31c48c11e9f537feb5"
/: (run (shell "opam reinstall --with-test --verbose textmate-language.0.6.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\" != 'textmate-language.0.6.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile textmate-language 0.6.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [textmate-language: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "textmate-language" "-j" "11" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/textmate-language.0.6.0)
- (cd _build/default/test && ./test_find.exe)
- Testing `Finding'.
- This run has ID `FVK7SZPE'.
-
- [OK] data/multiwhile.json 0 Yojson.
- [OK] data/multiwhile.json 1 Ezjsonm.
-
- Full test results in `~/.opam/5.4.0/.opam-switch/build/textmate-language.0.6.0/_build/default/test/_build/_tests/Finding'.
- Test Successful in 0.001s. 2 tests run.
- (cd _build/default/test && ./test_ocaml.exe)
- Testing `OCaml'.
- This run has ID `IGECH78P'.
-
- [OK] data/ocaml.tmLanguage.json 0 Yojson.
- [OK] data/ocaml.tmLanguage.json 1 Ezjsonm.
-
- Full test results in `~/.opam/5.4.0/.opam-switch/build/textmate-language.0.6.0/_build/default/test/_build/_tests/OCaml'.
- Test Successful in 0.001s. 2 tests run.
- (cd _build/default/test && ./test_tokenize.exe)
- Testing `Highlighting'.
- This run has ID `A2RC852W'.
-
- [OK] data/a.json 0 Yojson.
- [OK] data/a.json 1 Ezjsonm.
- [OK] data/while.json 0 Yojson.
- [OK] data/while.json 1 Ezjsonm.
- [OK] data/multiwhile.json 0 Yojson.
- [OK] data/multiwhile.json 1 Ezjsonm.
- [OK] data/groups.json 0 Yojson.
- [OK] data/groups.json 1 Ezjsonm.
- [OK] data/zero_width_loop.json 0 Yojson.
- [OK] data/zero_width_loop.json 1 Ezjsonm.
- [OK] data/zero_width_end_loop.json 0 Yojson.
- [OK] data/zero_width_end_loop.json 1 Ezjsonm.
- [OK] data/zero_width_match_loop.json 0 Yojson.
- [OK] data/zero_width_match_loop.json 1 Ezjsonm.
-
- Full test results in `~/.opam/5.4.0/.opam-switch/build/textmate-language.0.6.0/_build/default/test/_build/_tests/Highlighting'.
- Test Successful in 0.003s. 14 tests run.
- (cd _build/default/test && ./test_csharp.exe)
- Testing `C#'.
- This run has ID `FN0PM2OF'.
-
- [OK] data/csharp.tmLanguage 0 Plist.
-
- Full test results in `~/.opam/5.4.0/.opam-switch/build/textmate-language.0.6.0/_build/default/test/_build/_tests/CU+0023'.
- Test Successful in 0.001s. 1 test run.
- (cd _build/default/test && ./test_cpp.exe)
- Testing `C++'.
- This run has ID `JLR8TO4Y'.
-
- [OK] data/cpp.tmLanguage.json 0 Yojson.
- [OK] data/cpp.tmLanguage.json 1 Ezjsonm.
-
- Full test results in `~/.opam/5.4.0/.opam-switch/build/textmate-language.0.6.0/_build/default/test/_build/_tests/CU+002BU+002B'.
- Test Successful in 0.002s. 2 tests run.
-> compiled textmate-language.0.6.0
-> removed textmate-language.0.6.0
-> installed textmate-language.0.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:32.41 ---> saved as "281431da322290fb210bdbe02267884c97fe44ccf6a9e6eda54bf7b4ed9be485"
Job succeeded
2026-04-11 03:32.54: Job succeeded