- github
- ocaml
- opam-repository
- 10f9fa
- macos,macos-homebrew-ocaml-4.14-arm64,conf-mpfr.3
(not at the head of any monitored branch or PR)
2025-06-10 17:27.19: New job: build conf-mpfr.3, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28011/head (10f9fad9250e8b9724f84f94733080c5f8a2a4e4)
on macos-homebrew-ocaml-4.14/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/28011/head" && git reset --hard 10f9fad9
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-2.3 ~/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 conf-mpfr.3 3
RUN opam reinstall conf-mpfr.3; \
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" != 'conf-mpfr.3' && 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-06-10 17:27.19: Using cache hint "macos-homebrew-ocaml-4.14-conf-mpfr.3-10f9fad9250e8b9724f84f94733080c5f8a2a4e4"
2025-06-10 17:27.19: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-2.3 ~/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 conf-mpfr.3 3"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall conf-mpfr.3;\
\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\" != 'conf-mpfr.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-06-10 17:27.19: Waiting for resource in pool OCluster
2025-06-10 17:27.21: Waiting for worker…
2025-06-10 17:31.40: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 52% (12224/23220)
Updating files: 53% (12307/23220)
Updating files: 54% (12539/23220)
Updating files: 55% (12771/23220)
Updating files: 56% (13004/23220)
Updating files: 57% (13236/23220)
Updating files: 58% (13468/23220)
Updating files: 59% (13700/23220)
Updating files: 60% (13932/23220)
Updating files: 61% (14165/23220)
Updating files: 62% (14397/23220)
Updating files: 63% (14629/23220)
Updating files: 64% (14861/23220)
Updating files: 65% (15093/23220)
Updating files: 66% (15326/23220)
Updating files: 67% (15558/23220)
Updating files: 68% (15790/23220)
Updating files: 69% (16022/23220)
Updating files: 70% (16254/23220)
Updating files: 71% (16487/23220)
Updating files: 72% (16719/23220)
Updating files: 73% (16951/23220)
Updating files: 74% (17183/23220)
Updating files: 75% (17415/23220)
Updating files: 76% (17648/23220)
Updating files: 77% (17880/23220)
Updating files: 78% (18112/23220)
Updating files: 79% (18344/23220)
Updating files: 80% (18576/23220)
Updating files: 81% (18809/23220)
Updating files: 82% (19041/23220)
Updating files: 83% (19273/23220)
Updating files: 84% (19505/23220)
Updating files: 85% (19737/23220)
Updating files: 86% (19970/23220)
Updating files: 87% (20202/23220)
Updating files: 88% (20434/23220)
Updating files: 89% (20666/23220)
Updating files: 90% (20898/23220)
Updating files: 91% (21131/23220)
Updating files: 92% (21363/23220)
Updating files: 92% (21366/23220)
Updating files: 93% (21595/23220)
Updating files: 94% (21827/23220)
Updating files: 95% (22059/23220)
Updating files: 96% (22292/23220)
Updating files: 97% (22524/23220)
Updating files: 98% (22756/23220)
Updating files: 99% (22988/23220)
Updating files: 100% (23220/23220)
Updating files: 100% (23220/23220), done.
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Updating 6db96b377f..10f9fad925
Fast-forward
packages/conf-cairo/conf-cairo.1/opam | 2 +-
packages/conf-clang/conf-clang.1/opam | 1 +
packages/conf-gtk3/conf-gtk3.18/opam | 7 +++++--
packages/conf-libev/conf-libev.4-11/opam | 1 +
packages/conf-mpfr/conf-mpfr.3/opam | 1 +
packages/omake/omake.0.10.3/opam | 2 +-
packages/omake/omake.0.10.5/opam | 2 +-
packages/omake/omake.0.10.6/opam | 2 +-
packages/omake/omake.0.10.7/opam | 2 +-
9 files changed, 13 insertions(+), 7 deletions(-)
(from macos-homebrew-ocaml-4.14)
2025-06-10 17:31.43 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-10 17:31.43 ---> using "133faf6477bb7d579f4909c1f9ea81a7b33e8728123c32f7ba0f1532c2d3d002" 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-06-10 17:31.43 ---> using "ef3d87c6398c801c10cf5a6d93f8ba7a7aca8d0c6db9fa9fa49b79f0f9e94e2e" 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.3.0
# 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 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-06-10 17:31.44 ---> using "ac863649c8b1638b67aad7aed774fd3a3fe5d0b0e5eb7991274454937cf65d01" 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-06-10 17:31.44 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache
/: (copy (src .) (dst opam-repository/))
2025-06-10 17:31.49 ---> saved as "ed764a133f05f05fc1d89abb02dc80a3acc13c6288cb282051c1a7afda67babd"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-06-10 17:32.01 ---> saved as "8b93c6a160e1fe1be732579ff0cbcbe582a1e11b720d8af426db89d9301665e2"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:fd162df7a06190ee800a9e6afd28f4466d33548821a480ba043cd927b44d60f7
- #=#=#
0.7%
# 1.5%
# 2.4%
## 3.2%
## 4.0%
### 4.9%
-
#### 5.7%
#### 6.6%
##### 7.4%
##### 8.2%
###### 9.2%
####### 10.0%
####### 10.8%
######## 11.8%
######### 12.6%
######### 13.4%
########## 14.3%
########## 15.2%
-
########### 16.0%
############ 16.9%
############ 17.7%
############# 18.5%
############# 19.4%
############## 20.2%
############### 21.2%
############### 21.9%
################ 22.8%
################ 23.6%
################# 24.5%
-
################## 25.4%
################## 26.2%
################### 27.0%
#################### 27.8%
#################### 28.7%
##################### 29.6%
##################### 30.4%
###################### 31.3%
####################### 32.2%
####################### 33.0%
######################## 33.9%
-
######################## 34.7%
######################### 35.6%
########################## 36.4%
########################## 37.3%
########################### 38.2%
############################ 39.0%
############################ 39.8%
############################# 40.7%
############################# 41.5%
############################## 42.3%
############################### 43.3%
############################### 44.1%
-
################################ 45.0%
################################# 45.9%
################################# 46.7%
################################## 47.5%
################################## 48.5%
################################### 49.4%
#################################### 50.2%
#################################### 51.0%
##################################### 52.0%
###################################### 52.8%
###################################### 53.6%
-
####################################### 54.4%
####################################### 55.4%
######################################## 56.2%
######################################### 57.0%
######################################### 57.9%
########################################## 58.8%
########################################## 59.6%
########################################### 60.4%
############################################ 61.2%
############################################ 62.1%
############################################# 62.9%
-
############################################# 63.8%
############################################## 64.6%
############################################### 65.5%
############################################### 66.3%
################################################ 67.1%
################################################# 68.1%
################################################# 68.9%
################################################## 69.7%
################################################## 70.6%
################################################### 71.5%
#################################################### 72.3%
-
#################################################### 73.1%
##################################################### 74.1%
##################################################### 74.9%
###################################################### 75.7%
####################################################### 76.5%
####################################################### 77.5%
######################################################## 78.3%
######################################################### 79.2%
######################################################### 80.0%
########################################################## 80.9%
########################################################## 81.8%
-
########################################################### 82.6%
############################################################ 83.5%
############################################################ 84.4%
############################################################# 85.2%
############################################################# 86.0%
############################################################## 87.0%
############################################################### 87.7%
############################################################### 88.6%
################################################################ 89.4%
################################################################ 90.2%
################################################################# 91.2%
-
################################################################## 92.0%
################################################################## 92.8%
################################################################### 93.6%
#################################################################### 94.6%
#################################################################### 95.4%
##################################################################### 96.3%
##################################################################### 97.2%
###################################################################### 98.0%
####################################################################### 98.8%
####################################################################### 99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.4.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-06-10 17:32.33 ---> saved as "545afc948a8f522b416f7bbdea865550076c68b2c73396c94f0ca16ee8f378da"
/: (run (shell "opam pin add -k version -yn conf-mpfr.3 3"))
conf-mpfr is now pinned to version 3
2025-06-10 17:32.34 ---> saved as "d67692e8f9089b2fb3eb0d972794d01d1d38145d02702740adb0dee03a015076"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall conf-mpfr.3;\
\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\" != 'conf-mpfr.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-mpfr.3 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
- install conf-gmp 5 [required by conf-mpfr]
- install conf-mpfr 3 (pinned)
- install conf-pkg-config 4 [required by conf-mpfr]
The following system packages will first need to be installed:
gmp mpfr 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
+ /opt/homebrew/bin/brew "install" "gmp" "mpfr" "pkgconf"
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0c4a56cc56ffac0cb3f0aa5deb1b3a614002dabf65a81e14d87129c89eb7bde--gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/991b389ea6f1daa5dc48fd5250bcc5b85e827eb18b8ad4acd89419f2ace47d88--mpfr-4.2.2.bottle_manifest.json
- ==> Fetching mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:ed822b7e77645d7c17abb3ee9cc2b2a82a4d0f003acc7615b5df6226031479b2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/60fa2423dc926752ede37498a51f3ad7eaf221ea291d59ade1f901628e93ae6f--mpfr--4.2.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.4.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f938254e85413ef0d18283c9c932823434b88c0c790e04e7534e2a3e923d0588--pkgconf-2.4.3-1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:3feba2e952500e4ab9261ac59a19e07c310d1147e31496f62b591e4b21b68683
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ce8509e6e69d74b96d152a70f97dab65c83fe0e2e9287fc2ea1292c4512f968--pkgconf--2.4.3.arm64_sequoia.bottle.1.tar.gz
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring mpfr--4.2.2.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/mpfr/4.2.2: 31 files, 3.1MB
- ==> Running `brew cleanup mpfr`...
- ==> Pouring pkgconf--2.4.3.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.4.3: 27 files, 485.2KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-mpfr.3 (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-mpfr.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 17:32.46 ---> saved as "0e7fb4e00206bfd243f8c7b73cd3a1cec2b05c076aaef6344409abba74e5f630"
Job succeeded
2025-06-10 17:32.54: Job succeeded