- github
- ocaml
- opam-repository
- 48fdb7
- macos,macos-homebrew-ocaml-5.3-amd64,ppx_irmin.3.11.0
(not at the head of any monitored branch or PR)
2025-06-22 15:08.56: New job: build ppx_irmin.3.11.0, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28048/head (48fdb7b54bcc9118691798729e3e6d75987a782e)
on macos-homebrew-ocaml-5.3/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/28048/head" && git reset --hard 48fdb7b5
git fetch origin master
git merge --no-edit 2cd8e78594a8943245b8061dbdabd39e7ca492fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
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 ppx_irmin.3.11.0 3.11.0
RUN opam reinstall ppx_irmin.3.11.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppx_irmin.3.11.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-06-22 15:08.56: Using cache hint "macos-homebrew-ocaml-5.3-ppx_irmin.3.11.0-48fdb7b54bcc9118691798729e3e6d75987a782e"
2025-06-22 15:08.56: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(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 ppx_irmin.3.11.0 3.11.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ppx_irmin.3.11.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_irmin.3.11.0' && 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-22 15:08.56: Waiting for resource in pool OCluster
2025-06-22 15:08.58: Waiting for worker…
2025-06-22 15:08.58: Got resource from pool OCluster
Building on i7-worker-01
Updating files: 41% (7338/17639)
Updating files: 42% (7409/17639)
Updating files: 43% (7585/17639)
Updating files: 44% (7762/17639)
Updating files: 45% (7938/17639)
Updating files: 46% (8114/17639)
Updating files: 47% (8291/17639)
Updating files: 48% (8467/17639)
Updating files: 49% (8644/17639)
Updating files: 50% (8820/17639)
Updating files: 51% (8996/17639)
Updating files: 52% (9173/17639)
Updating files: 53% (9349/17639)
Updating files: 54% (9526/17639)
Updating files: 55% (9702/17639)
Updating files: 56% (9878/17639)
Updating files: 57% (10055/17639)
Updating files: 58% (10231/17639)
Updating files: 59% (10408/17639)
Updating files: 60% (10584/17639)
Updating files: 61% (10760/17639)
Updating files: 62% (10937/17639)
Updating files: 63% (11113/17639)
Updating files: 64% (11289/17639)
Updating files: 65% (11466/17639)
Updating files: 66% (11642/17639)
Updating files: 67% (11819/17639)
Updating files: 68% (11995/17639)
Updating files: 69% (12171/17639)
Updating files: 70% (12348/17639)
Updating files: 71% (12524/17639)
Updating files: 72% (12701/17639)
Updating files: 73% (12877/17639)
Updating files: 74% (13053/17639)
Updating files: 74% (13169/17639)
Updating files: 75% (13230/17639)
Updating files: 76% (13406/17639)
Updating files: 77% (13583/17639)
Updating files: 78% (13759/17639)
Updating files: 79% (13935/17639)
Updating files: 80% (14112/17639)
Updating files: 81% (14288/17639)
Updating files: 82% (14464/17639)
Updating files: 83% (14641/17639)
Updating files: 84% (14817/17639)
Updating files: 85% (14994/17639)
Updating files: 86% (15170/17639)
Updating files: 87% (15346/17639)
Updating files: 88% (15523/17639)
Updating files: 89% (15699/17639)
Updating files: 90% (15876/17639)
Updating files: 91% (16052/17639)
Updating files: 92% (16228/17639)
Updating files: 93% (16405/17639)
Updating files: 94% (16581/17639)
Updating files: 95% (16758/17639)
Updating files: 96% (16934/17639)
Updating files: 97% (17110/17639)
Updating files: 98% (17287/17639)
Updating files: 99% (17463/17639)
Updating files: 100% (17639/17639)
Updating files: 100% (17639/17639), done.
HEAD is now at dc5dbebbb8 [new release] fast_bitvector (0.1.2.1)
HEAD is now at 2cd8e78594 Merge pull request #28046 from valoran-M/master
Merge made by the 'ort' strategy.
packages/irmin-bench/irmin-bench.3.11.0/opam | 60 +++++++++++++++++++
packages/irmin-chunk/irmin-chunk.3.11.0/opam | 36 +++++++++++
packages/irmin-cli/irmin-cli.3.11.0/opam | 70 ++++++++++++++++++++++
packages/irmin-client/irmin-client.3.11.0/opam | 43 +++++++++++++
.../irmin-containers/irmin-containers.3.11.0/opam | 43 +++++++++++++
packages/irmin-fs/irmin-fs.3.11.0/opam | 38 ++++++++++++
packages/irmin-git/irmin-git.3.11.0/opam | 54 +++++++++++++++++
packages/irmin-graphql/irmin-graphql.3.11.0/opam | 46 ++++++++++++++
.../irmin-mirage-git/irmin-mirage-git.3.11.0/opam | 37 ++++++++++++
.../irmin-mirage-graphql.3.11.0/opam | 36 +++++++++++
packages/irmin-mirage/irmin-mirage.3.11.0/opam | 33 ++++++++++
.../irmin-pack-tools/irmin-pack-tools.3.11.0/opam | 50 ++++++++++++++++
packages/irmin-pack/irmin-pack.3.11.0/opam | 45 ++++++++++++++
packages/irmin-server/irmin-server.3.11.0/opam | 46 ++++++++++++++
packages/irmin-test/irmin-test.3.11.0/opam | 51 ++++++++++++++++
packages/irmin-tezos/irmin-tezos.3.11.0/opam | 39 ++++++++++++
packages/irmin/irmin.3.11.0/opam | 65 ++++++++++++++++++++
packages/libirmin/libirmin.3.11.0/opam | 35 +++++++++++
packages/ppx_irmin/ppx_irmin.3.11.0/opam | 35 +++++++++++
19 files changed, 862 insertions(+)
create mode 100644 packages/irmin-bench/irmin-bench.3.11.0/opam
create mode 100644 packages/irmin-chunk/irmin-chunk.3.11.0/opam
create mode 100644 packages/irmin-cli/irmin-cli.3.11.0/opam
create mode 100644 packages/irmin-client/irmin-client.3.11.0/opam
create mode 100644 packages/irmin-containers/irmin-containers.3.11.0/opam
create mode 100644 packages/irmin-fs/irmin-fs.3.11.0/opam
create mode 100644 packages/irmin-git/irmin-git.3.11.0/opam
create mode 100644 packages/irmin-graphql/irmin-graphql.3.11.0/opam
create mode 100644 packages/irmin-mirage-git/irmin-mirage-git.3.11.0/opam
create mode 100644 packages/irmin-mirage-graphql/irmin-mirage-graphql.3.11.0/opam
create mode 100644 packages/irmin-mirage/irmin-mirage.3.11.0/opam
create mode 100644 packages/irmin-pack-tools/irmin-pack-tools.3.11.0/opam
create mode 100644 packages/irmin-pack/irmin-pack.3.11.0/opam
create mode 100644 packages/irmin-server/irmin-server.3.11.0/opam
create mode 100644 packages/irmin-test/irmin-test.3.11.0/opam
create mode 100644 packages/irmin-tezos/irmin-tezos.3.11.0/opam
create mode 100644 packages/irmin/irmin.3.11.0/opam
create mode 100644 packages/libirmin/libirmin.3.11.0/opam
create mode 100644 packages/ppx_irmin/ppx_irmin.3.11.0/opam
(from macos-homebrew-ocaml-5.3)
2025-06-22 15:09.16 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-22 15:09.16 ---> using "92705670bd1f6c37fa31d9a6dfa42537267d9f8e4fd7c2ec00237f6a7d22e661" 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-22 15:09.16 ---> using "8bd5d340faa8ad1722e010203f7a4caea560522985969db275c7542dbb56b072" 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=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.3.0
# invariant ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.3.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.3.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-06-22 15:09.16 ---> using "401f61792e35006b8b67fb65b6928feb197e69b5582a54739bb4533b10bc0056" 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-22 15:09.17 ---> using "30332a7c2ac1a8ef60b47b6542aab2c86d16592008aab0760c9c2da8824ae6fb" from cache
/: (copy (src .) (dst opam-repository/))
2025-06-22 15:09.24 ---> saved as "81f1ef8db7bad79bcfe41ecdb0bdb6419d2ca2b7079e5a5ed47803bfc81e6148"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-06-22 15:09.39 ---> saved as "db6214e2df203089a4cb79116bec45608c7cf2bf393c51b87ae8af14ab1f2b64"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:45cea656cc5b5f5b53a9d4fc9e6c88d3a29b3aac862d1a55f1c70df534df5636
- #=#=#
0.0%
0.1%
-
0.4%
0.6%
1.3%
# 1.7%
# 1.8%
-
# 2.0%
# 2.1%
# 2.3%
# 2.4%
# 2.5%
# 2.7%
## 2.8%
## 3.0%
## 3.1%
-
## 3.3%
## 3.4%
## 3.5%
## 3.7%
## 3.8%
## 4.0%
## 4.1%
### 4.2%
### 4.4%
-
### 4.5%
### 4.7%
### 4.8%
### 5.0%
### 5.1%
### 5.2%
### 5.4%
### 5.5%
-
#### 5.7%
#### 5.8%
#### 5.9%
#### 6.1%
#### 6.2%
#### 6.4%
#### 6.5%
#### 6.7%
#### 6.8%
#### 6.9%
-
##### 7.1%
##### 7.4%
##### 7.5%
##### 7.6%
##### 7.8%
##### 7.9%
##### 8.1%
##### 8.2%
###### 8.3%
###### 8.5%
-
###### 8.8%
###### 8.9%
###### 9.1%
###### 9.2%
###### 9.3%
###### 9.5%
###### 9.6%
####### 9.8%
####### 9.9%
-
####### 10.0%
####### 10.2%
####### 10.3%
####### 10.6%
####### 10.8%
####### 10.9%
####### 11.0%
######## 11.2%
######## 11.3%
######## 11.5%
-
######## 11.6%
######## 11.7%
######## 11.9%
######## 12.2%
######## 12.3%
######## 12.5%
######### 12.6%
######### 12.7%
######### 12.9%
######### 13.0%
-
######### 13.2%
######### 13.3%
######### 13.4%
######### 13.6%
######### 13.7%
######### 13.9%
########## 14.0%
########## 14.2%
########## 14.4%
########## 14.6%
-
########## 14.7%
########## 14.9%
########## 15.0%
########## 15.1%
########### 15.3%
########### 15.4%
########### 15.6%
########### 15.7%
########### 15.8%
########### 16.0%
-
########### 16.1%
########### 16.3%
########### 16.4%
########### 16.6%
############ 16.7%
############ 16.8%
############ 17.0%
############ 17.1%
############ 17.3%
############ 17.4%
-
############ 17.5%
############ 17.7%
############ 17.8%
############ 18.0%
############# 18.1%
############# 18.4%
############# 18.5%
############# 18.7%
############# 18.8%
############# 19.0%
############# 19.1%
-
############# 19.2%
############# 19.4%
############## 19.5%
############## 19.7%
############## 19.8%
############## 20.0%
############## 20.1%
############## 20.2%
-
############## 20.4%
############## 20.5%
############## 20.7%
############## 20.8%
############### 20.9%
############### 21.1%
############### 21.2%
############### 21.4%
############### 21.5%
-
############### 21.7%
############### 21.8%
############### 21.9%
############### 22.1%
############### 22.2%
################ 22.4%
################ 22.5%
################ 22.8%
################ 22.9%
################ 23.1%
-
################ 23.2%
################ 23.3%
################ 23.5%
################# 23.6%
################# 23.8%
################# 23.9%
################# 24.1%
################# 24.2%
################# 24.5%
################# 24.6%
-
################# 24.8%
################# 24.9%
################## 25.0%
################## 25.2%
################## 25.3%
################## 25.5%
################## 25.6%
################## 25.8%
################## 25.9%
-
################## 26.0%
################## 26.2%
################### 26.5%
################### 26.6%
################### 26.7%
################### 26.9%
################### 27.0%
################### 27.2%
################### 27.3%
-
################### 27.5%
################### 27.6%
################### 27.7%
#################### 27.9%
#################### 28.2%
#################### 28.3%
#################### 28.4%
#################### 28.6%
#################### 28.7%
#################### 28.9%
-
#################### 29.0%
#################### 29.2%
##################### 29.3%
##################### 29.4%
##################### 29.6%
##################### 29.7%
##################### 29.9%
##################### 30.0%
##################### 30.1%
-
##################### 30.3%
##################### 30.4%
###################### 30.6%
###################### 30.7%
###################### 30.8%
###################### 31.0%
###################### 31.1%
###################### 31.3%
###################### 31.4%
-
###################### 31.6%
###################### 31.7%
###################### 31.8%
####################### 32.0%
####################### 32.1%
####################### 32.3%
####################### 32.4%
####################### 32.5%
-
####################### 32.7%
####################### 32.8%
####################### 33.0%
####################### 33.1%
####################### 33.3%
######################## 33.4%
######################## 33.5%
######################## 33.7%
######################## 33.8%
######################## 34.0%
######################## 34.1%
-
######################## 34.2%
######################## 34.4%
######################## 34.5%
######################## 34.7%
######################### 34.8%
######################### 35.0%
######################### 35.2%
######################### 35.4%
######################### 35.5%
######################### 35.7%
-
######################### 35.8%
######################### 35.9%
######################### 36.1%
########################## 36.2%
########################## 36.4%
########################## 36.5%
########################## 36.7%
########################## 36.8%
########################## 36.9%
########################## 37.1%
-
########################## 37.2%
########################## 37.4%
########################### 37.5%
########################### 37.8%
########################### 37.9%
########################### 38.1%
########################### 38.2%
########################### 38.3%
########################### 38.5%
########################### 38.6%
-
########################### 38.8%
############################ 38.9%
############################ 39.1%
############################ 39.2%
############################ 39.3%
############################ 39.5%
############################ 39.6%
############################ 39.8%
############################ 39.9%
-
############################ 40.0%
############################ 40.2%
############################# 40.3%
############################# 40.5%
############################# 40.6%
############################# 40.8%
############################# 40.9%
############################# 41.2%
############################# 41.3%
############################# 41.5%
-
############################# 41.6%
############################## 41.7%
############################## 41.9%
############################## 42.0%
############################## 42.2%
############################## 42.3%
############################## 42.5%
############################## 42.6%
############################## 42.9%
############################## 43.0%
-
############################### 43.2%
############################### 43.3%
############################### 43.4%
############################### 43.6%
############################### 43.7%
############################### 44.0%
############################### 44.2%
############################### 44.3%
############################### 44.4%
################################ 44.6%
-
################################ 44.7%
################################ 44.9%
################################ 45.0%
################################ 45.1%
################################ 45.4%
################################ 45.6%
################################ 45.7%
################################# 45.8%
################################# 46.0%
################################# 46.1%
-
################################# 46.4%
################################# 46.6%
################################# 46.7%
################################# 46.8%
################################# 47.0%
################################# 47.1%
################################## 47.3%
################################## 47.5%
################################## 47.7%
################################## 47.8%
################################## 48.0%
-
################################## 48.1%
################################## 48.3%
################################## 48.4%
################################### 48.7%
################################### 48.8%
################################### 49.0%
################################### 49.1%
################################### 49.2%
################################### 49.4%
################################### 49.5%
-
################################### 49.7%
################################### 49.8%
#################################### 50.1%
#################################### 50.2%
#################################### 50.4%
#################################### 50.5%
#################################### 50.7%
#################################### 50.8%
#################################### 50.9%
#################################### 51.1%
-
#################################### 51.2%
##################################### 51.5%
##################################### 51.7%
##################################### 51.8%
##################################### 51.9%
##################################### 52.1%
##################################### 52.2%
##################################### 52.4%
##################################### 52.5%
###################################### 52.8%
###################################### 52.9%
-
###################################### 53.1%
###################################### 53.2%
###################################### 53.3%
###################################### 53.5%
###################################### 53.6%
###################################### 53.8%
###################################### 54.1%
####################################### 54.2%
####################################### 54.3%
####################################### 54.5%
-
####################################### 54.6%
####################################### 54.8%
####################################### 54.9%
####################################### 55.2%
####################################### 55.3%
####################################### 55.5%
######################################## 55.6%
######################################## 55.8%
######################################## 55.9%
-
######################################## 56.0%
######################################## 56.3%
######################################## 56.5%
######################################## 56.6%
######################################## 56.7%
######################################## 56.9%
######################################### 57.0%
######################################### 57.2%
######################################### 57.3%
######################################### 57.5%
######################################### 57.6%
-
######################################### 57.7%
######################################### 57.9%
######################################### 58.2%
######################################### 58.3%
########################################## 58.4%
########################################## 58.6%
########################################## 58.7%
########################################## 58.9%
########################################## 59.0%
########################################## 59.2%
########################################## 59.3%
-
########################################## 59.4%
########################################## 59.6%
########################################### 59.9%
########################################### 60.0%
########################################### 60.1%
########################################### 60.4%
########################################### 60.6%
########################################### 60.7%
########################################### 61.0%
############################################ 61.1%
############################################ 61.3%
-
############################################ 61.6%
############################################ 61.7%
############################################ 61.8%
############################################ 62.0%
############################################ 62.3%
############################################ 62.4%
############################################# 62.7%
############################################# 62.8%
############################################# 63.0%
############################################# 63.3%
-
############################################# 63.4%
############################################# 63.5%
############################################# 63.8%
############################################## 64.0%
############################################## 64.2%
############################################## 64.4%
############################################## 64.5%
############################################## 64.8%
############################################## 65.0%
############################################## 65.1%
-
############################################## 65.2%
############################################### 65.5%
############################################### 65.7%
############################################### 65.9%
############################################### 66.2%
############################################### 66.4%
############################################### 66.7%
################################################ 66.8%
################################################ 67.1%
################################################ 67.4%
################################################ 67.5%
-
################################################ 67.8%
################################################# 68.1%
################################################# 68.2%
################################################# 68.5%
################################################# 68.8%
################################################# 69.1%
################################################# 69.2%
################################################## 69.5%
################################################## 69.6%
################################################## 69.9%
-
################################################## 70.2%
################################################## 70.3%
################################################## 70.6%
################################################### 70.9%
################################################### 71.0%
################################################### 71.3%
################################################### 71.5%
################################################### 71.7%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.5%
-
#################################################### 72.7%
#################################################### 73.0%
#################################################### 73.2%
#################################################### 73.4%
#################################################### 73.6%
##################################################### 73.9%
##################################################### 74.2%
##################################################### 74.4%
##################################################### 74.6%
##################################################### 74.9%
-
###################################################### 75.1%
###################################################### 75.3%
###################################################### 75.6%
###################################################### 75.8%
###################################################### 76.0%
###################################################### 76.3%
####################################################### 76.6%
####################################################### 76.7%
####################################################### 77.0%
####################################################### 77.1%
####################################################### 77.4%
-
####################################################### 77.7%
######################################################## 77.8%
######################################################## 78.1%
######################################################## 78.4%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.1%
######################################################### 79.2%
######################################################### 79.5%
######################################################### 79.8%
######################################################### 80.0%
-
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.7%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.4%
########################################################## 81.7%
########################################################## 81.9%
########################################################### 82.1%
########################################################### 82.4%
-
########################################################### 82.6%
########################################################### 82.8%
########################################################### 83.1%
############################################################ 83.3%
############################################################ 83.5%
############################################################ 83.8%
############################################################ 83.9%
############################################################ 84.2%
############################################################ 84.5%
############################################################ 84.6%
############################################################# 84.9%
-
############################################################# 85.0%
############################################################# 85.3%
############################################################# 85.6%
############################################################# 85.8%
############################################################# 86.0%
############################################################## 86.3%
############################################################## 86.6%
############################################################## 86.7%
############################################################## 87.0%
############################################################## 87.3%
-
############################################################## 87.5%
############################################################### 87.7%
############################################################### 88.0%
############################################################### 88.2%
############################################################### 88.4%
############################################################### 88.7%
############################################################### 88.9%
################################################################ 89.2%
################################################################ 89.3%
################################################################ 89.6%
################################################################ 89.9%
-
################################################################ 90.0%
################################################################# 90.3%
################################################################# 90.6%
################################################################# 90.7%
################################################################# 91.0%
################################################################# 91.3%
################################################################# 91.4%
################################################################## 91.7%
################################################################## 91.8%
################################################################## 92.1%
################################################################## 92.4%
-
################################################################## 92.5%
################################################################## 92.8%
################################################################## 93.0%
################################################################### 93.3%
################################################################### 93.5%
################################################################### 93.7%
################################################################### 94.0%
################################################################### 94.1%
################################################################### 94.4%
#################################################################### 94.7%
-
#################################################################### 94.8%
#################################################################### 95.1%
#################################################################### 95.4%
#################################################################### 95.5%
#################################################################### 95.8%
##################################################################### 96.1%
##################################################################### 96.2%
##################################################################### 96.5%
##################################################################### 96.8%
##################################################################### 96.9%
##################################################################### 97.2%
-
###################################################################### 97.5%
###################################################################### 97.6%
###################################################################### 97.9%
###################################################################### 98.1%
###################################################################### 98.4%
####################################################################### 98.6%
####################################################################### 98.8%
####################################################################### 99.1%
####################################################################### 99.2%
####################################################################### 99.5%
####################################################################### 99.8%
-
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.4.el_capitan.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-22 15:12.26 ---> saved as "956348c80e4e6a06407e0a69c50217aaa9daf028750bcf0a8277da66ef07b6e8"
/: (run (shell "opam pin add -k version -yn ppx_irmin.3.11.0 3.11.0"))
ppx_irmin is now pinned to version 3.11.0
2025-06-22 15:12.28 ---> saved as "f35f7b47d199288ee31f54b28a6612dc86c80210ff602c0652a4a701a8b04200"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ppx_irmin.3.11.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_irmin.3.11.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppx_irmin.3.11.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 21 packages
- install base64 3.5.1 [required by repr]
- install cppo 1.8.0 [required by ppx_deriving]
- install dune 3.19.1 [required by ppx_irmin]
- install either 1.0.0 [required by repr]
- install fmt 0.10.0 [required by logs, ppx_repr]
- install jsonm 1.0.2 [required by repr]
- install logs 0.8.0 [required by ppx_irmin]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install optint 0.3.0 [required by repr]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by ppx_repr]
- install ppx_irmin 3.11.0 (pinned)
- install ppx_repr 0.7.0 [required by ppx_irmin]
- install ppxlib 0.35.0 [required by ppx_irmin]
- install repr 0.7.0 [required by ppx_repr]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.0.8 [required by logs]
- install uutf 1.0.4 [required by repr]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved dune.3.19.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_irmin.3.11.0 (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed jsonm.1.0.2
-> installed logs.0.8.0
-> installed dune.3.19.1
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed either.1.0.0
-> installed optint.0.3.0
-> installed base64.3.5.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed repr.0.7.0
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed ppx_repr.0.7.0
-> installed ppx_irmin.3.11.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-22 15:13.44 ---> saved as "0613f41be4d10ebf30e3b4068d5ac7040288834bfa497f5bf0e19882978c95d8"
Job succeeded
2025-06-22 15:13.53: Job succeeded