(for PR #28911)
2025-11-18 11:07.01: New job: build diffast-langs-python-spec.0.3.6, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28911/head (d4d65ae1fe7675999e28f9992146e67a61d912dc)
on macos-homebrew-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28911/head" && git reset --hard d4d65ae1
git fetch origin master
git merge --no-edit 1c92c86556d4b9c73229d94763be9715317321bc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn diffast-langs-python-spec.0.3.6 0.3.6
RUN opam reinstall diffast-langs-python-spec.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-python-spec.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.01: Using cache hint "macos-homebrew-ocaml-4.14-diffast-langs-python-spec.0.3.6-d4d65ae1fe7675999e28f9992146e67a61d912dc"
2025-11-18 11:07.01: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn diffast-langs-python-spec.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-python-spec.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-python-spec.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.01: Waiting for resource in pool OCluster
2025-11-18 11:07.05: Waiting for worker…
2025-11-18 12:00.46: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
Updating files: 37% (6970/18797)
Updating files: 38% (7143/18797)
Updating files: 39% (7331/18797)
Updating files: 40% (7519/18797)
Updating files: 41% (7707/18797)
Updating files: 42% (7895/18797)
Updating files: 43% (8083/18797)
Updating files: 44% (8271/18797)
Updating files: 45% (8459/18797)
Updating files: 46% (8647/18797)
Updating files: 47% (8835/18797)
Updating files: 48% (9023/18797)
Updating files: 49% (9211/18797)
Updating files: 50% (9399/18797)
Updating files: 51% (9587/18797)
Updating files: 52% (9775/18797)
Updating files: 53% (9963/18797)
Updating files: 54% (10151/18797)
Updating files: 55% (10339/18797)
Updating files: 56% (10527/18797)
Updating files: 57% (10715/18797)
Updating files: 58% (10903/18797)
Updating files: 59% (11091/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: 64% (12096/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: 94% (17806/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-4.14)
2025-11-18 12:00.52 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-18 12:00.52 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-11-18 12:00.52 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.4.1
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-18 12:00.53 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2025-11-18 12:00.53 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2025-11-18 12:00.55 ---> using "3a422f9764f6c0c536e993620a8bdf59c82b5a6170a7f98471577dcd3faad37f" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-18 12:00.56 ---> using "1459cc4ef5fee011b2cd4da7c8dcac23bc3687403dfe02ab4c44aefe6d858904" 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:b48c918b7693c6d27e8027dc803a18cf64ddce49552fb45d88f3cabb9eead0fd
- #=#=#
0.7%
# 1.5%
# 2.4%
## 3.2%
## 4.1%
### 5.0%
-
#### 5.8%
#### 6.7%
##### 7.6%
###### 8.4%
###### 9.2%
####### 10.1%
####### 11.0%
######## 11.8%
######### 12.6%
######### 13.6%
########## 14.4%
-
########## 15.2%
########### 16.2%
############ 17.0%
############ 17.8%
############# 18.7%
############## 19.6%
############## 20.4%
############### 21.2%
############### 22.1%
################ 23.0%
################# 23.8%
-
################# 24.6%
################## 25.6%
################### 26.4%
################### 27.2%
#################### 28.2%
#################### 29.0%
##################### 29.8%
###################### 30.8%
###################### 31.6%
####################### 32.4%
####################### 33.2%
-
######################## 34.1%
######################### 35.0%
######################### 35.8%
########################## 36.8%
########################### 37.6%
########################### 38.4%
############################ 39.3%
############################ 40.1%
############################# 41.0%
############################## 41.8%
############################## 42.8%
-
############################### 43.6%
############################### 44.4%
################################ 45.3%
################################# 46.2%
################################# 47.0%
################################## 47.9%
################################### 48.8%
################################### 49.6%
#################################### 50.5%
#################################### 51.3%
##################################### 52.2%
###################################### 53.1%
-
###################################### 53.9%
####################################### 54.8%
######################################## 55.6%
######################################## 56.5%
######################################### 57.5%
######################################### 58.3%
########################################## 59.1%
########################################### 59.9%
########################################### 60.9%
############################################ 61.7%
############################################ 62.5%
-
############################################# 63.5%
############################################## 64.3%
############################################## 65.1%
############################################### 65.9%
################################################ 66.8%
################################################ 67.8%
################################################# 68.6%
################################################## 69.4%
################################################## 70.4%
################################################### 71.2%
################################################### 72.1%
-
#################################################### 73.0%
##################################################### 73.8%
##################################################### 74.8%
###################################################### 75.6%
####################################################### 76.4%
####################################################### 77.4%
######################################################## 78.1%
######################################################## 79.1%
######################################################### 79.9%
########################################################## 80.7%
########################################################## 81.7%
-
########################################################### 82.5%
############################################################ 83.4%
############################################################ 84.4%
############################################################# 85.2%
############################################################## 86.2%
############################################################## 87.0%
############################################################### 87.9%
############################################################### 88.8%
################################################################ 89.6%
################################################################# 90.4%
################################################################# 91.4%
-
################################################################## 92.2%
################################################################## 93.0%
################################################################### 93.9%
#################################################################### 94.8%
#################################################################### 95.6%
##################################################################### 96.4%
###################################################################### 97.4%
###################################################################### 98.2%
####################################################################### 99.0%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.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.
2025-11-18 12:00.56 ---> using "d4974ce425aad5eda9cf8fde1994ff935ea1196259577eb7ef1c5bef226d27f5" from cache
/: (run (shell "opam pin add -k version -yn diffast-langs-python-spec.0.3.6 0.3.6"))
diffast-langs-python-spec is now pinned to version 0.3.6
2025-11-18 12:00.58 ---> saved as "0361e9b121dd5ba88b2ed74c316df786a6da3915ee6b8de08dd6446c4bc0ed1f"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall diffast-langs-python-spec.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-python-spec.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-python-spec.0.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 44 packages
- install base-bytes base [required by csv]
- install base64 3.5.2 [required by diffast-core]
- install bytesrw 0.3.0 [required by diffast-misc]
- install camlp-streams 5.0.1 [required by diffast-core]
- 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 vlt]
- install cryptokit 1.20 [required by diffast-misc]
- install csexp 1.5.2 [required by dune-private-libs]
- install csv 2.4 [required by diffast-core]
- install diffast-core 0.3.6 [required by diffast-langs-python-spec]
- install diffast-langs-python-spec 0.3.6 (pinned)
- install diffast-misc 0.3.6 [required by diffast-core]
- install dune 3.20.2 [required by diffast-langs-python-spec]
- install dune-configurator 3.20.2 [required by cryptokit]
- install dune-private-libs 3.20.2 [required by dune-site]
- install dune-site 3.20.2 [required by diffast-langs-python-spec]
- install dyn 3.20.2 [required by dune-private-libs]
- install gen 1.1 [required by sedlex]
- install markup 1.0.3 [required by diffast-misc]
- install menhir 20250912 [required by diffast-core]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by uuidm]
- install ocamlfind 1.9.8 [required by uuidm]
- install ordering 3.20.2 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install sedlex 3.7 [required by diffast-core]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.20.2 [required by dune-private-libs]
- install topkg 1.1.1 [required by uuidm]
- install uchar 0.0.2 [required by markup]
- install uuidm 0.9.10 [required by diffast-core]
- install uutf 1.0.4 [required by markup]
- install vlt 0.2.5 [required by diffast-langs-python-spec]
- 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
+ /usr/local/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.sequoia.bottle.tar.gz
- 🍺 /usr/local/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.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring zlib--1.3.1.sonoma.bottle.tar.gz
- ==> Caveats
- zlib is keg-only, which means it was not symlinked into /usr/local,
- 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/usr/local/opt/zlib/lib"
- export CPPFLAGS="-I/usr/local/opt/zlib/include"
-
- For pkgconf to find zlib you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺 /usr/local/Cellar/zlib/1.3.1: 14 files, 420.6KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- ==> zlib
- zlib is keg-only, which means it was not symlinked into /usr/local,
- 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/usr/local/opt/zlib/lib"
- export CPPFLAGS="-I/usr/local/opt/zlib/include"
-
- For pkgconf to find zlib you may need to set:
- export PKG_CONFIG_PATH="/usr/local/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
-> retrieved csv.2.4 (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved diffast-core.0.3.6, diffast-langs-python-spec.0.3.6, diffast-misc.0.3.6 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.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.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pp.2.0.0 (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 uuidm.0.9.10 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved vlt.0.2.5 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed bytesrw.0.3.0
-> installed dune.3.20.2
-> installed menhirCST.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed markup.1.0.3
-> installed gen.1.1
-> installed csv.2.4
-> installed pp.2.0.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed ordering.3.20.2
-> installed sexplib0.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed base64.3.5.2
-> installed dyn.3.20.2
-> installed dune-configurator.3.20.2
-> installed cryptokit.1.20
-> installed stdune.3.20.2
-> installed dune-private-libs.3.20.2
-> installed menhir.20250912
-> installed dune-site.3.20.2
-> installed ppxlib.0.37.0
-> installed vlt.0.2.5
-> installed sedlex.3.7
-> installed diffast-misc.0.3.6
-> installed diffast-core.0.3.6
-> installed diffast-langs-python-spec.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 12:05.01 ---> saved as "aac4b049d02cdec63f3f43c0bac83379cc603cecda09040ae6e0f1061ef74084"
Job succeeded
2025-11-18 12:05.14: Job succeeded