(for PR #28911)
2025-11-18 11:07.00: New job: test diffast-langs-java-parsing.0.3.6, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28911/head (d4d65ae1fe7675999e28f9992146e67a61d912dc)
on macos-homebrew-ocaml-5.4/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28911/head" && git reset --hard d4d65ae1
git fetch origin master
git merge --no-edit 1c92c86556d4b9c73229d94763be9715317321bc
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 diffast-langs-java-parsing.0.3.6 0.3.6
RUN opam reinstall diffast-langs-java-parsing.0.3.6; \
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" != 'diffast-langs-java-parsing.0.3.6' && 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 diffast-langs-java-parsing.0.3.6) || true
RUN opam reinstall --with-test --verbose diffast-langs-java-parsing.0.3.6; \
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" != 'diffast-langs-java-parsing.0.3.6' && 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 .
2025-11-18 11:07.00: Using cache hint "macos-homebrew-ocaml-5.4-diffast-langs-java-parsing.0.3.6-d4d65ae1fe7675999e28f9992146e67a61d912dc"
2025-11-18 11:07.00: 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 diffast-langs-java-parsing.0.3.6 0.3.6"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall diffast-langs-java-parsing.0.3.6;\
\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\" != 'diffast-langs-java-parsing.0.3.6' && 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 diffast-langs-java-parsing.0.3.6) || true"))
(run (shell "opam reinstall --with-test --verbose diffast-langs-java-parsing.0.3.6;\
\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\" != 'diffast-langs-java-parsing.0.3.6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-18 11:07.00: Waiting for resource in pool OCluster
2025-11-18 11:07.05: Waiting for worker…
2025-11-18 11:15.45: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Updating files: 59% (11264/18797)
Updating files: 60% (11279/18797)
Updating files: 61% (11467/18797)
Updating files: 62% (11655/18797)
Updating files: 63% (11843/18797)
Updating files: 64% (12031/18797)
Updating files: 65% (12219/18797)
Updating files: 66% (12407/18797)
Updating files: 67% (12594/18797)
Updating files: 68% (12782/18797)
Updating files: 69% (12970/18797)
Updating files: 70% (13158/18797)
Updating files: 71% (13346/18797)
Updating files: 72% (13534/18797)
Updating files: 73% (13722/18797)
Updating files: 74% (13910/18797)
Updating files: 75% (14098/18797)
Updating files: 76% (14286/18797)
Updating files: 77% (14474/18797)
Updating files: 78% (14662/18797)
Updating files: 79% (14850/18797)
Updating files: 80% (15038/18797)
Updating files: 81% (15226/18797)
Updating files: 82% (15414/18797)
Updating files: 83% (15602/18797)
Updating files: 84% (15790/18797)
Updating files: 85% (15978/18797)
Updating files: 86% (16166/18797)
Updating files: 87% (16354/18797)
Updating files: 88% (16542/18797)
Updating files: 89% (16730/18797)
Updating files: 90% (16918/18797)
Updating files: 91% (17106/18797)
Updating files: 92% (17294/18797)
Updating files: 93% (17482/18797)
Updating files: 94% (17670/18797)
Updating files: 95% (17858/18797)
Updating files: 96% (18046/18797)
Updating files: 97% (18234/18797)
Updating files: 98% (18422/18797)
Updating files: 99% (18610/18797)
Updating files: 100% (18797/18797)
Updating files: 100% (18797/18797), done.
HEAD is now at 1c92c86556 Merge pull request #28847 from nikochiko/opam-publish-raga.0.1.0
Updating 1c92c86556..d4d65ae1fe
Fast-forward
packages/diffast-api/diffast-api.0.3.6/opam | 50 ++++++++++++++++
packages/diffast-cli/diffast-cli.0.3.6/opam | 52 ++++++++++++++++
packages/diffast-core/diffast-core.0.3.6/opam | 57 ++++++++++++++++++
packages/diffast-etc/diffast-etc.0.3.6/opam | 47 +++++++++++++++
.../diffast-git-cli/diffast-git-cli.0.3.6/opam | 57 ++++++++++++++++++
packages/diffast-git/diffast-git.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-common.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-cpp-parsing-cli.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-cpp-parsing.0.3.6/opam | 54 +++++++++++++++++
.../diffast-langs-cpp-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-fortran-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-fortran-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-fortran-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-fortran.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-java-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-java-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-java-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-java.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-python-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-python-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-python-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-python.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-verilog-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-verilog-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-verilog-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-verilog.0.3.6/opam | 53 ++++++++++++++++
packages/diffast-misc/diffast-misc.0.3.6/opam | 52 ++++++++++++++++
packages/diffast/diffast.0.3.6/opam | 70 ++++++++++++++++++++++
29 files changed, 1510 insertions(+)
create mode 100644 packages/diffast-api/diffast-api.0.3.6/opam
create mode 100644 packages/diffast-cli/diffast-cli.0.3.6/opam
create mode 100644 packages/diffast-core/diffast-core.0.3.6/opam
create mode 100644 packages/diffast-etc/diffast-etc.0.3.6/opam
create mode 100644 packages/diffast-git-cli/diffast-git-cli.0.3.6/opam
create mode 100644 packages/diffast-git/diffast-git.0.3.6/opam
create mode 100644 packages/diffast-langs-common/diffast-langs-common.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran/diffast-langs-fortran.0.3.6/opam
create mode 100644 packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-java/diffast-langs-java.0.3.6/opam
create mode 100644 packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-python/diffast-langs-python.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog/diffast-langs-verilog.0.3.6/opam
create mode 100644 packages/diffast-misc/diffast-misc.0.3.6/opam
create mode 100644 packages/diffast/diffast.0.3.6/opam
(from macos-homebrew-ocaml-5.4)
2025-11-18 11:15.48 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-18 11:15.48 ---> 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
2025-11-18 11:15.48 ---> 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.4.1
# self-upgrade no
# system arch=arm64 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 7
# 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
2025-11-18 11:15.48 ---> 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/"))
2025-11-18 11:15.48 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2025-11-18 11:15.49 ---> using "54f513073f8eabc928f08b0ad0f20aae4967fe112b379bc7fc09a3e95394bc30" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-18 11:15.49 ---> using "efb8ce16bbbfecd5689ae67c2b174447899482131c4250921708d28f4bfaceca" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:c6946ba2c387b47934e77c352c2056489421003ec7ddb2abf246cef2168ec140
- #=#=#
0.1%
0.3%
0.5%
-
0.8%
1.1%
# 1.5%
# 1.6%
# 1.8%
# 1.9%
# 2.0%
# 2.1%
# 2.4%
-
# 2.5%
# 2.6%
## 2.8%
## 2.9%
## 3.0%
## 3.2%
## 3.5%
## 3.6%
## 3.7%
## 4.0%
## 4.1%
-
### 4.3%
### 4.5%
### 4.7%
### 4.8%
### 4.9%
### 5.1%
### 5.2%
### 5.3%
### 5.5%
-
#### 5.6%
#### 5.7%
#### 5.9%
#### 6.0%
#### 6.1%
#### 6.3%
#### 6.4%
#### 6.6%
#### 6.7%
#### 6.9%
##### 7.1%
-
##### 7.2%
##### 7.3%
##### 7.5%
##### 7.6%
##### 7.7%
##### 7.9%
##### 8.0%
##### 8.1%
-
##### 8.3%
###### 8.4%
###### 8.5%
###### 8.7%
###### 8.8%
###### 8.9%
###### 9.1%
###### 9.2%
###### 9.3%
###### 9.5%
-
####### 9.7%
####### 9.9%
####### 10.0%
####### 10.2%
####### 10.3%
####### 10.4%
####### 10.6%
####### 10.7%
####### 10.8%
####### 11.0%
-
######## 11.2%
######## 11.4%
######## 11.5%
######## 11.6%
######## 11.7%
######## 11.9%
######## 12.1%
######## 12.3%
######## 12.4%
######### 12.5%
-
######### 12.7%
######### 12.9%
######### 13.1%
######### 13.2%
######### 13.5%
######### 13.6%
######### 13.7%
######### 13.9%
########## 14.2%
########## 14.3%
########## 14.4%
-
########## 14.6%
########## 14.7%
########## 14.8%
########## 15.1%
########## 15.2%
########### 15.4%
########### 15.5%
########### 15.6%
########### 15.8%
########### 15.9%
########### 16.0%
-
########### 16.3%
########### 16.4%
########### 16.5%
############ 16.8%
############ 16.9%
############ 17.1%
############ 17.3%
############ 17.5%
############ 17.6%
############ 17.9%
-
############ 18.0%
############# 18.2%
############# 18.3%
############# 18.5%
############# 18.6%
############# 18.7%
############# 18.9%
############# 19.0%
############# 19.3%
############# 19.4%
############## 19.5%
-
############## 19.7%
############## 19.8%
############## 19.9%
############## 20.1%
############## 20.3%
############## 20.5%
############## 20.6%
############## 20.7%
############### 20.9%
############### 21.0%
-
############### 21.2%
############### 21.4%
############### 21.6%
############### 21.7%
############### 21.8%
############### 22.0%
############### 22.1%
################ 22.2%
################ 22.4%
################ 22.5%
-
################ 22.8%
################ 22.9%
################ 23.0%
################ 23.2%
################ 23.3%
################ 23.4%
################ 23.5%
################# 23.7%
################# 23.8%
-
################# 23.9%
################# 24.1%
################# 24.2%
################# 24.5%
################# 24.6%
################# 24.8%
################# 24.9%
################## 25.0%
-
################## 25.2%
################## 25.3%
################## 25.4%
################## 25.6%
################## 25.7%
################## 25.8%
################## 26.0%
################## 26.1%
################## 26.2%
-
################## 26.4%
################### 26.5%
################### 26.8%
################### 26.9%
################### 27.0%
################### 27.2%
################### 27.3%
################### 27.4%
################### 27.6%
################### 27.7%
#################### 27.9%
-
#################### 28.0%
#################### 28.2%
#################### 28.3%
#################### 28.5%
#################### 28.6%
#################### 28.8%
#################### 28.9%
#################### 29.0%
#################### 29.2%
##################### 29.3%
-
##################### 29.4%
##################### 29.6%
##################### 29.7%
##################### 29.8%
##################### 30.0%
##################### 30.1%
##################### 30.2%
##################### 30.4%
##################### 30.5%
###################### 30.6%
-
###################### 30.8%
###################### 30.9%
###################### 31.0%
###################### 31.2%
###################### 31.5%
###################### 31.6%
###################### 31.7%
###################### 31.9%
####################### 32.0%
####################### 32.1%
-
####################### 32.3%
####################### 32.4%
####################### 32.5%
####################### 32.7%
####################### 32.9%
####################### 33.0%
####################### 33.2%
####################### 33.3%
-
######################## 33.4%
######################## 33.6%
######################## 33.7%
######################## 33.8%
######################## 34.0%
######################## 34.1%
######################## 34.2%
######################## 34.4%
######################## 34.5%
######################## 34.6%
######################### 34.8%
-
######################### 34.9%
######################### 35.1%
######################### 35.2%
######################### 35.4%
######################### 35.5%
######################### 35.6%
######################### 35.8%
######################### 36.0%
########################## 36.2%
########################## 36.3%
-
########################## 36.4%
########################## 36.6%
########################## 36.7%
########################## 37.0%
########################## 37.1%
########################## 37.2%
########################## 37.4%
########################### 37.5%
########################### 37.6%
########################### 37.8%
-
########################### 37.9%
########################### 38.0%
########################### 38.3%
########################### 38.5%
########################### 38.6%
########################### 38.7%
########################### 38.9%
############################ 39.0%
############################ 39.1%
############################ 39.4%
############################ 39.5%
-
############################ 39.6%
############################ 39.8%
############################ 39.9%
############################ 40.0%
############################# 40.3%
############################# 40.4%
############################# 40.6%
############################# 40.7%
-
############################# 40.8%
############################# 41.0%
############################# 41.1%
############################# 41.2%
############################# 41.4%
############################# 41.5%
############################# 41.6%
############################## 41.8%
############################## 41.9%
############################## 42.0%
-
############################## 42.2%
############################## 42.3%
############################## 42.5%
############################## 42.7%
############################## 42.9%
############################## 43.0%
############################### 43.1%
############################### 43.3%
############################### 43.4%
############################### 43.5%
-
############################### 43.7%
############################### 43.8%
############################### 43.9%
############################### 44.1%
############################### 44.2%
############################### 44.4%
################################ 44.6%
################################ 44.7%
-
################################ 44.8%
################################ 45.0%
################################ 45.1%
################################ 45.2%
################################ 45.4%
################################ 45.5%
################################ 45.6%
################################ 45.8%
################################# 45.9%
################################# 46.1%
################################# 46.2%
-
################################# 46.3%
################################# 46.5%
################################# 46.6%
################################# 46.7%
################################# 46.9%
################################# 47.1%
################################## 47.3%
################################## 47.4%
################################## 47.5%
################################## 47.7%
################################## 47.8%
-
################################## 47.9%
################################## 48.1%
################################## 48.3%
################################## 48.5%
################################### 48.6%
################################### 48.7%
################################### 48.9%
################################### 49.0%
################################### 49.2%
################################### 49.4%
-
################################### 49.5%
################################### 49.6%
################################### 49.8%
################################### 49.9%
#################################### 50.1%
#################################### 50.2%
#################################### 50.3%
#################################### 50.5%
#################################### 50.7%
#################################### 50.9%
#################################### 51.0%
-
#################################### 51.1%
#################################### 51.3%
##################################### 51.4%
##################################### 51.5%
##################################### 51.7%
##################################### 51.8%
##################################### 52.1%
##################################### 52.2%
##################################### 52.3%
##################################### 52.5%
-
##################################### 52.6%
##################################### 52.7%
###################################### 52.9%
###################################### 53.0%
###################################### 53.2%
###################################### 53.4%
###################################### 53.6%
###################################### 53.7%
###################################### 53.8%
-
###################################### 54.0%
###################################### 54.1%
####################################### 54.2%
####################################### 54.4%
####################################### 54.5%
####################################### 54.6%
####################################### 54.8%
####################################### 54.9%
-
####################################### 55.0%
####################################### 55.2%
####################################### 55.3%
####################################### 55.4%
######################################## 55.7%
######################################## 55.8%
######################################## 55.9%
######################################## 56.1%
######################################## 56.2%
######################################## 56.3%
-
######################################## 56.5%
######################################## 56.6%
######################################## 56.8%
######################################## 56.9%
######################################### 57.0%
######################################### 57.2%
######################################### 57.3%
######################################### 57.4%
######################################### 57.6%
######################################### 57.7%
-
######################################### 57.8%
######################################### 58.0%
######################################### 58.1%
######################################### 58.2%
########################################## 58.4%
########################################## 58.5%
########################################## 58.6%
########################################## 58.8%
########################################## 58.9%
########################################## 59.0%
-
########################################## 59.2%
########################################## 59.3%
########################################## 59.4%
########################################## 59.7%
########################################### 59.9%
########################################### 60.0%
########################################### 60.1%
########################################### 60.3%
########################################### 60.4%
########################################### 60.5%
-
########################################### 60.6%
########################################### 60.8%
########################################### 60.9%
############################################ 61.2%
############################################ 61.3%
############################################ 61.4%
############################################ 61.6%
############################################ 61.7%
############################################ 61.8%
-
############################################ 62.0%
############################################ 62.1%
############################################ 62.2%
############################################ 62.4%
############################################# 62.5%
############################################# 62.6%
############################################# 62.8%
############################################# 62.9%
############################################# 63.0%
############################################# 63.2%
-
############################################# 63.3%
############################################# 63.5%
############################################# 63.6%
############################################# 63.7%
############################################# 63.9%
############################################## 64.0%
############################################## 64.3%
############################################## 64.4%
############################################## 64.5%
############################################## 64.7%
-
############################################## 64.8%
############################################## 64.9%
############################################## 65.1%
############################################## 65.2%
############################################### 65.3%
############################################### 65.4%
############################################### 65.6%
############################################### 65.7%
############################################### 65.8%
############################################### 66.1%
############################################### 66.2%
-
############################################### 66.4%
############################################### 66.5%
############################################### 66.6%
################################################ 66.8%
################################################ 66.9%
################################################ 67.0%
################################################ 67.2%
################################################ 67.3%
################################################ 67.5%
################################################ 67.6%
-
################################################ 67.7%
################################################ 67.9%
################################################ 68.0%
################################################# 68.1%
################################################# 68.3%
################################################# 68.4%
################################################# 68.5%
################################################# 68.7%
################################################# 68.9%
################################################# 69.1%
-
################################################# 69.2%
################################################# 69.3%
################################################## 69.5%
################################################## 69.6%
################################################## 69.7%
################################################## 69.9%
################################################## 70.0%
################################################## 70.2%
################################################## 70.4%
################################################## 70.6%
-
################################################## 70.7%
################################################## 70.8%
################################################### 71.0%
################################################### 71.1%
################################################### 71.2%
################################################### 71.4%
################################################### 71.5%
################################################### 71.7%
################################################### 71.9%
################################################### 72.0%
################################################### 72.1%
-
#################################################### 72.3%
#################################################### 72.5%
#################################################### 72.7%
#################################################### 72.8%
#################################################### 72.9%
#################################################### 73.1%
#################################################### 73.3%
#################################################### 73.5%
##################################################### 73.6%
##################################################### 73.7%
-
##################################################### 73.9%
##################################################### 74.0%
##################################################### 74.2%
##################################################### 74.3%
##################################################### 74.4%
##################################################### 74.6%
##################################################### 74.7%
##################################################### 74.8%
##################################################### 75.0%
###################################################### 75.1%
-
###################################################### 75.4%
###################################################### 75.5%
###################################################### 75.6%
###################################################### 75.8%
###################################################### 75.9%
###################################################### 76.0%
###################################################### 76.2%
###################################################### 76.3%
-
####################################################### 76.4%
####################################################### 76.7%
####################################################### 76.8%
####################################################### 76.9%
####################################################### 77.1%
####################################################### 77.2%
####################################################### 77.3%
####################################################### 77.5%
####################################################### 77.6%
####################################################### 77.8%
-
######################################################## 77.9%
######################################################## 78.0%
######################################################## 78.2%
######################################################## 78.3%
######################################################## 78.4%
######################################################## 78.6%
######################################################## 78.7%
######################################################## 78.8%
######################################################## 79.0%
######################################################## 79.1%
-
######################################################### 79.2%
######################################################### 79.4%
######################################################### 79.5%
######################################################### 79.8%
######################################################### 79.9%
######################################################### 80.0%
######################################################### 80.2%
######################################################### 80.3%
######################################################### 80.4%
########################################################## 80.6%
########################################################## 80.7%
-
########################################################## 80.9%
########################################################## 81.0%
########################################################## 81.1%
########################################################## 81.3%
########################################################## 81.3%
########################################################## 81.5%
########################################################## 81.6%
########################################################## 81.8%
########################################################## 81.9%
########################################################### 82.0%
########################################################### 82.2%
-
########################################################### 82.3%
########################################################### 82.4%
########################################################### 82.6%
########################################################### 82.7%
########################################################### 82.8%
########################################################### 83.0%
########################################################### 83.1%
########################################################### 83.2%
############################################################ 83.4%
-
############################################################ 83.5%
############################################################ 83.6%
############################################################ 83.8%
############################################################ 83.9%
############################################################ 84.0%
############################################################ 84.2%
############################################################ 84.3%
############################################################ 84.5%
############################################################ 84.6%
############################################################ 84.7%
-
############################################################# 84.9%
############################################################# 85.1%
############################################################# 85.3%
############################################################# 85.4%
############################################################# 85.5%
############################################################# 85.7%
############################################################# 85.8%
############################################################# 85.9%
-
############################################################# 86.1%
############################################################## 86.2%
############################################################## 86.3%
############################################################## 86.4%
############################################################## 86.6%
############################################################## 86.7%
############################################################## 86.8%
############################################################## 87.0%
############################################################## 87.2%
############################################################## 87.4%
############################################################### 87.5%
-
############################################################### 87.6%
############################################################### 87.8%
############################################################### 87.9%
############################################################### 88.0%
############################################################### 88.1%
############################################################### 88.2%
-
############################################################### 88.4%
############################################################### 88.5%
############################################################### 88.6%
############################################################### 88.8%
################################################################ 88.9%
################################################################ 89.0%
################################################################ 89.2%
################################################################ 89.3%
################################################################ 89.4%
################################################################ 89.6%
################################################################ 89.7%
-
################################################################ 89.8%
################################################################ 90.0%
################################################################ 90.1%
################################################################ 90.2%
################################################################# 90.5%
################################################################# 90.6%
################################################################# 90.8%
################################################################# 90.9%
-
################################################################# 91.0%
################################################################# 91.2%
################################################################# 91.3%
################################################################# 91.5%
################################################################# 91.6%
################################################################## 91.7%
################################################################## 91.9%
################################################################## 92.0%
################################################################## 92.1%
################################################################## 92.3%
-
################################################################## 92.4%
################################################################## 92.5%
################################################################## 92.7%
################################################################## 92.9%
################################################################## 93.0%
################################################################### 93.2%
################################################################### 93.3%
################################################################### 93.4%
-
################################################################### 93.6%
################################################################### 93.7%
################################################################### 93.8%
################################################################### 94.0%
################################################################### 94.1%
################################################################### 94.2%
################################################################### 94.4%
#################################################################### 94.5%
#################################################################### 94.6%
#################################################################### 94.8%
#################################################################### 94.9%
-
#################################################################### 95.0%
#################################################################### 95.2%
#################################################################### 95.3%
#################################################################### 95.5%
#################################################################### 95.6%
#################################################################### 95.7%
##################################################################### 95.9%
##################################################################### 96.0%
-
##################################################################### 96.1%
##################################################################### 96.3%
##################################################################### 96.4%
##################################################################### 96.5%
##################################################################### 96.7%
##################################################################### 96.8%
##################################################################### 96.9%
##################################################################### 97.1%
##################################################################### 97.2%
###################################################################### 97.3%
###################################################################### 97.5%
-
###################################################################### 97.7%
###################################################################### 97.8%
###################################################################### 98.0%
###################################################################### 98.1%
###################################################################### 98.2%
###################################################################### 98.4%
###################################################################### 98.5%
-
####################################################################### 98.6%
####################################################################### 98.9%
####################################################################### 99.1%
####################################################################### 99.2%
####################################################################### 99.3%
####################################################################### 99.5%
####################################################################### 99.6%
####################################################################### 99.7%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.arm64_big_sur.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.
2025-11-18 11:15.49 ---> using "104ab8c98f499ddb441a8f2420f7f879659498df2c8dbf55f36a8a9909588589" from cache
/: (run (shell "opam pin add -k version -yn diffast-langs-java-parsing.0.3.6 0.3.6"))
diffast-langs-java-parsing is now pinned to version 0.3.6
2025-11-18 11:15.49 ---> using "13dae98629ea0183cde502ff105ad10e28b8fe71d174088fc85f1b31f1c7176a" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall diffast-langs-java-parsing.0.3.6;\
\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\" != 'diffast-langs-java-parsing.0.3.6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
diffast-langs-java-parsing.0.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 35 packages
- install base64 3.5.2 [required by diffast-misc]
- install bytesrw 0.3.0 [required by diffast-misc]
- install camlp-streams 5.0.1 [required by diffast-langs-java-parsing]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install conf-pkg-config 4 [required by bytesrw]
- install conf-zlib 1 [required by bytesrw, cryptokit]
- install cppo 1.8.0 [required by diffast-langs-common]
- install cryptokit 1.20 [required by diffast-misc]
- install csexp 1.5.2 [required by dune-configurator]
- install diffast-langs-common 0.3.6 [required by diffast-langs-java-parsing]
- install diffast-langs-java-parsing 0.3.6 (pinned)
- install diffast-misc 0.3.6 [required by diffast-langs-common]
- install dune 3.20.2 [required by diffast-langs-java-parsing]
- install dune-configurator 3.20.2 [required by cryptokit]
- install gen 1.1 [required by sedlex]
- install markup 1.0.3 [required by diffast-misc]
- install menhir 20250912 [required by diffast-langs-java-parsing]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by diffast-langs-common, menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by bytesrw]
- install ocamlfind 1.9.8 [required by bytesrw]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install sedlex 3.7 [required by diffast-langs-java-parsing]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by bytesrw]
- install uchar 0.0.2 [required by markup]
- install uutf 1.0.4 [required by markup]
- install vlt 0.2.5 [required by diffast-langs-java-parsing]
- install zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
gmp pkgconf zlib
<><> 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
+ /opt/homebrew/bin/brew "install" "gmp" "pkgconf" "zlib"
- ==> Fetching downloads for: gmp, pkgconf and zlib
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest zlib (1.3.1)
- ✔︎ Bottle Manifest zlib (1.3.1)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle zlib (1.3.1)
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring zlib--1.3.1.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- zlib is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find zlib you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
-
- For pkgconf to find zlib you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/zlib/1.3.1: 14 files, 412.5KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- ==> zlib
- zlib is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find zlib you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
-
- For pkgconf to find zlib you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved bytesrw.0.3.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved cryptokit.1.20 (cached)
-> installed conf-zlib.1
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-gmp-powm-sec.4
-> retrieved diffast-langs-common.0.3.6, diffast-langs-java-parsing.0.3.6, diffast-misc.0.3.6 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved markup.1.0.3 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uchar.0.0.2 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved vlt.0.2.5 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed bytesrw.0.3.0
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed menhirLib.20250912
-> installed menhirCST.20250912
-> installed markup.1.0.3
-> installed gen.1.1
-> installed cppo.1.8.0
-> installed base64.3.5.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.20.2
-> installed cryptokit.1.20
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed vlt.0.2.5
-> installed sedlex.3.7
-> installed diffast-misc.0.3.6
-> installed diffast-langs-common.0.3.6
-> installed diffast-langs-java-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:15.50 ---> using "37a1e9c10b98a5a5d8c3a7ee6787193b82e14feb8fd2f4adfd904e0269f99d54" from cache
/: (run (network host)
(shell "(opam reinstall --with-test diffast-langs-java-parsing.0.3.6) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile diffast-langs-java-parsing 0.3.6 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed diffast-langs-java-parsing.0.3.6
-> installed diffast-langs-java-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:15.58 ---> saved as "22737bab0366521221bce1d7ffd949b33fb6c6961ba76197e110f3dadb08759a"
/: (run (shell "opam reinstall --with-test --verbose diffast-langs-java-parsing.0.3.6;\
\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\" != 'diffast-langs-java-parsing.0.3.6' && 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 diffast-langs-java-parsing 0.3.6 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [diffast-langs-java-parsing: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "diffast-langs-java-parsing" "-j" "7" "--promote-install-files=false" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/diffast-langs-java-parsing.0.3.6)
- (cd _build/default/src/api/dev && /usr/bin/git describe --always --dirty) > _build/default/src/api/dev/v
- fatal: not a git repository (or any parent up to mount point /Users)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Processing 2/4: [diffast-langs-java-parsing: dune install]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "diffast-langs-java-parsing" "--create-install-files" "diffast-langs-java-parsing" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/diffast-langs-java-parsing.0.3.6)
-> compiled diffast-langs-java-parsing.0.3.6
-> removed diffast-langs-java-parsing.0.3.6
-> installed diffast-langs-java-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:16.06 ---> saved as "269c672d53971ebbdcfce816ef9b0c74f58f6e96432489d628b1b70d817e7be7"
Job succeeded
2025-11-18 11:16.15: Job succeeded