(not at the head of any monitored branch or PR)
2025-06-22 15:08.56: New job: build irmin-mirage-graphql.3.11.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28048/head (48fdb7b54bcc9118691798729e3e6d75987a782e)
                              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/28048/head" && git reset --hard 48fdb7b5
git fetch origin master
git merge --no-edit 2cd8e78594a8943245b8061dbdabd39e7ca492fb
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 irmin-mirage-graphql.3.11.0 3.11.0
RUN opam reinstall irmin-mirage-graphql.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" != 'irmin-mirage-graphql.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-4.14-irmin-mirage-graphql.3.11.0-48fdb7b54bcc9118691798729e3e6d75987a782e"
2025-06-22 15:08.56: 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 irmin-mirage-graphql.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 irmin-mirage-graphql.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\" != 'irmin-mirage-graphql.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 17:42.31: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Updating files:  69% (12190/17661)
Updating files:  70% (12363/17661)
Updating files:  71% (12540/17661)
Updating files:  72% (12716/17661)
Updating files:  73% (12893/17661)
Updating files:  74% (13070/17661)
Updating files:  75% (13246/17661)
Updating files:  76% (13423/17661)
Updating files:  77% (13599/17661)
Updating files:  78% (13776/17661)
Updating files:  79% (13953/17661)
Updating files:  80% (14129/17661)
Updating files:  81% (14306/17661)
Updating files:  82% (14483/17661)
Updating files:  83% (14659/17661)
Updating files:  84% (14836/17661)
Updating files:  85% (15012/17661)
Updating files:  86% (15189/17661)
Updating files:  87% (15366/17661)
Updating files:  88% (15542/17661)
Updating files:  89% (15719/17661)
Updating files:  90% (15895/17661)
Updating files:  91% (16072/17661)
Updating files:  92% (16249/17661)
Updating files:  93% (16425/17661)
Updating files:  94% (16602/17661)
Updating files:  95% (16778/17661)
Updating files:  96% (16955/17661)
Updating files:  97% (17132/17661)
Updating files:  98% (17308/17661)
Updating files:  99% (17485/17661)
Updating files: 100% (17661/17661)
Updating files: 100% (17661/17661), done.
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-4.14)
2025-06-22 17:42.33 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (user (uid 1000) (gid 1000))

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-22 17:42.34 ---> 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-22 17:42.34 ---> 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-22 17:42.34 ---> 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-22 17:42.34 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-06-22 17:42.35 ---> using "1bcb7053ba9eb472a4b568e3419930f726d641ff9eb80fb4f5cf369181f065c4" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-06-22 17:42.35 ---> using "8add32e243d5e07c47a64fcae572de1fcd96b696300fbb7aea29de34faa595eb" from cache

/: (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.1%
                                                                           0.3%
- 
                                                                           0.8%
                                                                           1.2%
                                                                           1.4%
#                                                                          1.5%
#                                                                          1.6%
#                                                                          1.8%
#                                                                          1.9%
- 
#                                                                          2.1%
#                                                                          2.3%
#                                                                          2.4%
#                                                                          2.5%
#                                                                          2.7%
##                                                                         2.8%
##                                                                         3.0%
##                                                                         3.1%
##                                                                         3.2%
##                                                                         3.4%
- 
##                                                                         3.5%
##                                                                         3.6%
##                                                                         3.9%
##                                                                         4.0%
###                                                                        4.2%
###                                                                        4.3%
###                                                                        4.5%
###                                                                        4.6%
- 
###                                                                        4.7%
###                                                                        4.9%
###                                                                        5.0%
###                                                                        5.1%
###                                                                        5.3%
###                                                                        5.4%
####                                                                       5.7%
####                                                                       5.8%
####                                                                       6.0%
####                                                                       6.1%
- 
####                                                                       6.2%
####                                                                       6.4%
####                                                                       6.5%
####                                                                       6.6%
####                                                                       6.8%
#####                                                                      7.0%
#####                                                                      7.1%
#####                                                                      7.3%
#####                                                                      7.4%
#####                                                                      7.6%
- 
#####                                                                      7.7%
#####                                                                      7.8%
#####                                                                      8.0%
#####                                                                      8.1%
#####                                                                      8.2%
######                                                                     8.4%
######                                                                     8.5%
######                                                                     8.6%
- 
######                                                                     8.9%
######                                                                     9.1%
######                                                                     9.2%
######                                                                     9.3%
######                                                                     9.5%
######                                                                     9.6%
#######                                                                    9.7%
#######                                                                    9.9%
#######                                                                   10.0%
#######                                                                   10.2%
#######                                                                   10.3%
- 
#######                                                                   10.4%
#######                                                                   10.6%
#######                                                                   10.7%
#######                                                                   11.0%
#######                                                                   11.1%
########                                                                  11.2%
########                                                                  11.4%
########                                                                  11.5%
- 
########                                                                  11.7%
########                                                                  11.8%
########                                                                  11.9%
########                                                                  12.0%
########                                                                  12.2%
########                                                                  12.3%
########                                                                  12.4%
#########                                                                 12.6%
#########                                                                 12.7%
#########                                                                 12.8%
- 
#########                                                                 13.0%
#########                                                                 13.1%
#########                                                                 13.3%
#########                                                                 13.4%
#########                                                                 13.5%
#########                                                                 13.7%
##########                                                                13.9%
##########                                                                14.1%
##########                                                                14.2%
##########                                                                14.3%
##########                                                                14.5%
- 
##########                                                                14.6%
##########                                                                14.8%
##########                                                                14.9%
##########                                                                15.0%
##########                                                                15.2%
###########                                                               15.3%
###########                                                               15.4%
###########                                                               15.6%
###########                                                               15.7%
###########                                                               15.8%
- 
###########                                                               16.0%
###########                                                               16.1%
###########                                                               16.3%
###########                                                               16.4%
###########                                                               16.5%
############                                                              16.8%
############                                                              16.9%
############                                                              17.0%
############                                                              17.2%
############                                                              17.3%
- 
############                                                              17.4%
############                                                              17.6%
############                                                              17.7%
############                                                              17.9%
############                                                              18.0%
#############                                                             18.1%
#############                                                             18.3%
#############                                                             18.4%
#############                                                             18.5%
#############                                                             18.7%
- 
#############                                                             18.8%
#############                                                             19.0%
#############                                                             19.1%
#############                                                             19.3%
#############                                                             19.4%
##############                                                            19.5%
##############                                                            19.7%
##############                                                            19.8%
##############                                                            19.9%
- 
##############                                                            20.1%
##############                                                            20.2%
##############                                                            20.3%
##############                                                            20.5%
##############                                                            20.6%
##############                                                            20.8%
###############                                                           20.9%
###############                                                           21.0%
###############                                                           21.2%
- 
###############                                                           21.3%
###############                                                           21.4%
###############                                                           21.6%
###############                                                           21.7%
###############                                                           21.9%
###############                                                           22.0%
###############                                                           22.1%
################                                                          22.3%
################                                                          22.4%
################                                                          22.7%
################                                                          22.8%
- 
################                                                          22.9%
################                                                          23.1%
################                                                          23.2%
################                                                          23.4%
################                                                          23.5%
################                                                          23.6%
#################                                                         23.7%
#################                                                         23.9%
- 
#################                                                         24.0%
#################                                                         24.1%
#################                                                         24.3%
#################                                                         24.4%
#################                                                         24.5%
#################                                                         24.7%
#################                                                         24.8%
#################                                                         25.0%
##################                                                        25.1%
##################                                                        25.2%
##################                                                        25.4%
- 
##################                                                        25.5%
##################                                                        25.6%
##################                                                        25.9%
##################                                                        26.0%
##################                                                        26.2%
##################                                                        26.3%
###################                                                       26.5%
###################                                                       26.6%
###################                                                       26.7%
- 
###################                                                       27.0%
###################                                                       27.1%
###################                                                       27.3%
###################                                                       27.4%
###################                                                       27.5%
###################                                                       27.7%
####################                                                      27.8%
####################                                                      28.0%
####################                                                      28.1%
####################                                                      28.2%
- 
####################                                                      28.5%
####################                                                      28.6%
####################                                                      28.7%
####################                                                      28.9%
####################                                                      29.0%
####################                                                      29.1%
#####################                                                     29.4%
#####################                                                     29.6%
#####################                                                     29.7%
#####################                                                     29.8%
- 
#####################                                                     30.0%
#####################                                                     30.1%
#####################                                                     30.2%
#####################                                                     30.4%
#####################                                                     30.5%
######################                                                    30.6%
######################                                                    30.8%
######################                                                    31.1%
######################                                                    31.2%
######################                                                    31.3%
- 
######################                                                    31.5%
######################                                                    31.6%
######################                                                    31.7%
######################                                                    31.9%
#######################                                                   32.0%
#######################                                                   32.2%
#######################                                                   32.3%
#######################                                                   32.4%
#######################                                                   32.6%
- 
#######################                                                   32.7%
#######################                                                   32.8%
#######################                                                   33.0%
#######################                                                   33.1%
#######################                                                   33.2%
########################                                                  33.3%
########################                                                  33.5%
########################                                                  33.6%
########################                                                  33.9%
########################                                                  34.0%
########################                                                  34.2%
- 
########################                                                  34.3%
########################                                                  34.4%
########################                                                  34.6%
########################                                                  34.7%
#########################                                                 34.8%
#########################                                                 35.0%
#########################                                                 35.1%
#########################                                                 35.3%
#########################                                                 35.4%
#########################                                                 35.7%
- 
#########################                                                 35.8%
#########################                                                 36.0%
#########################                                                 36.1%
##########################                                                36.2%
##########################                                                36.4%
##########################                                                36.5%
##########################                                                36.7%
##########################                                                36.8%
##########################                                                36.9%
##########################                                                37.1%
- 
##########################                                                37.2%
##########################                                                37.3%
##########################                                                37.5%
###########################                                               37.6%
###########################                                               37.7%
###########################                                               37.9%
###########################                                               38.0%
###########################                                               38.2%
###########################                                               38.3%
###########################                                               38.4%
###########################                                               38.6%
- 
###########################                                               38.7%
###########################                                               38.8%
############################                                              39.0%
############################                                              39.2%
############################                                              39.4%
############################                                              39.5%
############################                                              39.7%
############################                                              39.8%
############################                                              39.9%
- 
############################                                              40.2%
#############################                                             40.3%
#############################                                             40.4%
#############################                                             40.6%
#############################                                             40.7%
#############################                                             40.8%
#############################                                             41.0%
#############################                                             41.1%
#############################                                             41.4%
#############################                                             41.5%
- 
#############################                                             41.7%
##############################                                            41.8%
##############################                                            41.9%
##############################                                            42.1%
##############################                                            42.2%
##############################                                            42.3%
##############################                                            42.5%
##############################                                            42.6%
- 
##############################                                            42.8%
##############################                                            42.9%
##############################                                            43.0%
###############################                                           43.2%
###############################                                           43.3%
###############################                                           43.4%
###############################                                           43.6%
###############################                                           43.7%
###############################                                           43.8%
###############################                                           44.0%
- 
###############################                                           44.1%
###############################                                           44.3%
###############################                                           44.4%
################################                                          44.5%
################################                                          44.8%
################################                                          44.9%
################################                                          45.0%
################################                                          45.2%
################################                                          45.3%
################################                                          45.4%
- 
################################                                          45.6%
#################################                                         45.9%
#################################                                         46.0%
#################################                                         46.1%
#################################                                         46.3%
#################################                                         46.4%
#################################                                         46.5%
#################################                                         46.7%
#################################                                         46.9%
#################################                                         47.1%
- 
##################################                                        47.2%
##################################                                        47.4%
##################################                                        47.5%
##################################                                        47.6%
##################################                                        47.8%
##################################                                        47.9%
##################################                                        48.0%
##################################                                        48.2%
##################################                                        48.3%
- 
##################################                                        48.5%
##################################                                        48.6%
###################################                                       48.7%
###################################                                       48.9%
###################################                                       49.0%
###################################                                       49.1%
###################################                                       49.3%
###################################                                       49.4%
###################################                                       49.5%
###################################                                       49.7%
###################################                                       49.8%
- 
###################################                                       49.9%
####################################                                      50.0%
####################################                                      50.2%
####################################                                      50.3%
####################################                                      50.5%
####################################                                      50.6%
####################################                                      50.7%
####################################                                      50.9%
- 
####################################                                      51.0%
####################################                                      51.1%
#####################################                                     51.4%
#####################################                                     51.6%
#####################################                                     51.7%
#####################################                                     51.8%
#####################################                                     52.0%
#####################################                                     52.1%
- 
#####################################                                     52.2%
#####################################                                     52.4%
#####################################                                     52.5%
#####################################                                     52.6%
######################################                                    52.8%
######################################                                    52.9%
######################################                                    53.1%
######################################                                    53.2%
######################################                                    53.3%
######################################                                    53.5%
- 
######################################                                    53.6%
######################################                                    53.7%
######################################                                    53.9%
######################################                                    54.0%
######################################                                    54.1%
#######################################                                   54.3%
#######################################                                   54.4%
#######################################                                   54.6%
#######################################                                   54.7%
#######################################                                   54.8%
#######################################                                   55.0%
- 
#######################################                                   55.2%
#######################################                                   55.4%
#######################################                                   55.5%
########################################                                  55.7%
########################################                                  55.8%
########################################                                  56.1%
########################################                                  56.2%
########################################                                  56.3%
########################################                                  56.4%
########################################                                  56.6%
- 
########################################                                  56.7%
########################################                                  56.8%
#########################################                                 57.0%
#########################################                                 57.3%
#########################################                                 57.4%
#########################################                                 57.5%
#########################################                                 57.7%
#########################################                                 57.8%
#########################################                                 57.9%
#########################################                                 58.1%
- 
#########################################                                 58.2%
##########################################                                58.3%
##########################################                                58.5%
##########################################                                58.6%
##########################################                                58.8%
##########################################                                58.9%
##########################################                                59.0%
##########################################                                59.3%
##########################################                                59.4%
- 
##########################################                                59.6%
##########################################                                59.7%
###########################################                               59.8%
###########################################                               60.0%
###########################################                               60.1%
###########################################                               60.3%
###########################################                               60.4%
###########################################                               60.5%
###########################################                               60.8%
- 
###########################################                               60.9%
###########################################                               61.1%
############################################                              61.2%
############################################                              61.3%
############################################                              61.4%
############################################                              61.6%
############################################                              61.7%
############################################                              61.9%
############################################                              62.1%
############################################                              62.3%
- 
############################################                              62.4%
#############################################                             62.5%
#############################################                             62.7%
#############################################                             62.8%
#############################################                             62.9%
#############################################                             63.1%
#############################################                             63.2%
#############################################                             63.4%
#############################################                             63.5%
#############################################                             63.6%
- 
#############################################                             63.8%
##############################################                            63.9%
##############################################                            64.0%
##############################################                            64.2%
##############################################                            64.3%
##############################################                            64.4%
##############################################                            64.6%
##############################################                            64.7%
##############################################                            64.9%
- 
##############################################                            65.0%
##############################################                            65.1%
##############################################                            65.3%
###############################################                           65.4%
###############################################                           65.5%
###############################################                           65.7%
###############################################                           65.8%
###############################################                           66.0%
###############################################                           66.1%
###############################################                           66.3%
- 
###############################################                           66.5%
###############################################                           66.6%
################################################                          66.7%
################################################                          66.9%
################################################                          67.0%
################################################                          67.1%
################################################                          67.3%
################################################                          67.4%
################################################                          67.5%
################################################                          67.7%
- 
################################################                          68.0%
#################################################                         68.1%
#################################################                         68.2%
#################################################                         68.4%
#################################################                         68.5%
#################################################                         68.6%
#################################################                         68.8%
#################################################                         68.9%
#################################################                         69.1%
#################################################                         69.2%
- 
#################################################                         69.3%
##################################################                        69.5%
##################################################                        69.6%
##################################################                        69.7%
##################################################                        69.9%
##################################################                        70.0%
##################################################                        70.1%
##################################################                        70.4%
##################################################                        70.6%
##################################################                        70.7%
##################################################                        70.8%
- 
###################################################                       71.0%
###################################################                       71.1%
###################################################                       71.2%
###################################################                       71.4%
###################################################                       71.5%
###################################################                       71.6%
###################################################                       71.8%
###################################################                       71.9%
###################################################                       72.1%
###################################################                       72.2%
- 
####################################################                      72.3%
####################################################                      72.5%
####################################################                      72.7%
####################################################                      72.8%
####################################################                      73.0%
####################################################                      73.1%
####################################################                      73.2%
####################################################                      73.4%
- 
####################################################                      73.5%
#####################################################                     73.7%
#####################################################                     73.8%
#####################################################                     73.9%
#####################################################                     74.1%
#####################################################                     74.2%
#####################################################                     74.3%
#####################################################                     74.6%
#####################################################                     74.8%
#####################################################                     74.9%
- 
######################################################                    75.0%
######################################################                    75.2%
######################################################                    75.3%
######################################################                    75.4%
######################################################                    75.6%
######################################################                    75.7%
######################################################                    75.8%
######################################################                    76.0%
######################################################                    76.1%
######################################################                    76.3%
- 
#######################################################                   76.4%
#######################################################                   76.5%
#######################################################                   76.7%
#######################################################                   76.8%
#######################################################                   76.9%
#######################################################                   77.1%
#######################################################                   77.2%
#######################################################                   77.3%
- 
#######################################################                   77.5%
#######################################################                   77.6%
#######################################################                   77.7%
########################################################                  77.9%
########################################################                  78.1%
########################################################                  78.3%
########################################################                  78.4%
########################################################                  78.5%
########################################################                  78.7%
########################################################                  78.8%
########################################################                  78.9%
- 
########################################################                  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.1%
##########################################################                81.3%
##########################################################                81.4%
##########################################################                81.5%
##########################################################                81.7%
###########################################################               82.0%
###########################################################               82.1%
- 
###########################################################               82.2%
###########################################################               82.4%
###########################################################               82.5%
###########################################################               82.6%
###########################################################               82.9%
###########################################################               83.0%
###########################################################               83.1%
###########################################################               83.3%
############################################################              83.4%
############################################################              83.5%
############################################################              83.7%
- 
############################################################              84.0%
############################################################              84.1%
############################################################              84.2%
############################################################              84.4%
############################################################              84.5%
############################################################              84.6%
#############################################################             84.8%
#############################################################             85.1%
#############################################################             85.2%
#############################################################             85.3%
- 
#############################################################             85.5%
#############################################################             85.6%
#############################################################             85.7%
#############################################################             85.9%
##############################################################            86.1%
##############################################################            86.3%
##############################################################            86.4%
##############################################################            86.6%
##############################################################            86.7%
##############################################################            86.8%
- 
##############################################################            87.0%
##############################################################            87.1%
##############################################################            87.3%
##############################################################            87.5%
###############################################################           87.6%
###############################################################           87.7%
###############################################################           87.9%
###############################################################           88.0%
###############################################################           88.2%
###############################################################           88.4%
###############################################################           88.6%
- 
###############################################################           88.7%
###############################################################           88.8%
################################################################          89.0%
################################################################          89.1%
################################################################          89.2%
################################################################          89.4%
################################################################          89.6%
################################################################          89.7%
################################################################          89.8%
################################################################          90.0%
- 
################################################################          90.1%
################################################################          90.2%
#################################################################         90.5%
#################################################################         90.6%
#################################################################         90.8%
#################################################################         90.9%
#################################################################         91.1%
#################################################################         91.2%
#################################################################         91.3%
#################################################################         91.5%
- 
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.0%
##################################################################        92.1%
##################################################################        92.3%
##################################################################        92.4%
##################################################################        92.6%
##################################################################        92.8%
##################################################################        93.0%
###################################################################       93.1%
###################################################################       93.2%
- 
###################################################################       93.4%
###################################################################       93.5%
###################################################################       93.8%
###################################################################       93.9%
###################################################################       94.1%
###################################################################       94.2%
###################################################################       94.3%
###################################################################       94.4%
####################################################################      94.6%
####################################################################      94.7%
- 
####################################################################      94.8%
####################################################################      95.0%
####################################################################      95.2%
####################################################################      95.4%
####################################################################      95.5%
####################################################################      95.7%
#####################################################################     95.9%
#####################################################################     96.1%
#####################################################################     96.2%
#####################################################################     96.3%
#####################################################################     96.5%
- 
#####################################################################     96.7%
#####################################################################     96.9%
#####################################################################     97.0%
#####################################################################     97.2%
######################################################################    97.3%
######################################################################    97.4%
######################################################################    97.7%
######################################################################    97.8%
######################################################################    98.1%
######################################################################    98.3%
- 
######################################################################    98.4%
######################################################################    98.5%
#######################################################################   98.8%
#######################################################################   98.9%
#######################################################################   99.0%
#######################################################################   99.3%
#######################################################################   99.4%
#######################################################################   99.6%
#######################################################################   99.7%
#######################################################################   99.8%
- 
######################################################################## 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-22 17:42.35 ---> using "d15d496229e5be92ed28a16855233747d0e48c9e4450cddb899d822bc1736639" from cache

/: (run (shell "opam pin add -k version -yn irmin-mirage-graphql.3.11.0 3.11.0"))
irmin-mirage-graphql is now pinned to version 3.11.0
2025-06-22 17:42.37 ---> saved as "ba9fff758669e6786992417fa42dbe1f71b0b326ee5695ab5394136af80d278e"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall irmin-mirage-graphql.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\" != 'irmin-mirage-graphql.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"))
irmin-mirage-graphql.3.11.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 141 packages
  - install angstrom              0.16.1          [required by git]
  - install arp                   4.0.0           [required by tcpip]
  - install asn1-combinators      0.3.2           [required by x509]
  - install astring               0.8.5           [required by git]
  - install awa                   0.5.2           [required by git-mirage]
  - install awa-mirage            0.5.2           [required by git-mirage]
  - install base                  v0.16.4         [required by ppx_sexp_conv]
  - install base-bytes            base            [required by cohttp]
  - install base64                3.5.1           [required by git]
  - install bheap                 2.0.0           [required by irmin]
  - install bigstringaf           0.10.0          [required by git]
  - install bos                   0.2.1           [required by carton, git-unix]
  - install ca-certs              1.0.1           [required by conduit-lwt-unix]
  - install ca-certs-nss          3.108-1         [required by git-mirage]
  - install carton                0.7.2           [required by git]
  - install carton-git            0.7.2           [required by git]
  - install carton-lwt            0.7.2           [required by git]
  - install checkseum             0.5.2           [required by git]
  - install cmdliner              1.3.0           [required by cohttp-lwt-unix, carton, logs, etc.]
  - install cohttp                5.3.1           [required by cohttp-lwt, irmin-graphql]
  - install cohttp-lwt            5.3.0           [required by irmin-mirage-graphql]
  - install cohttp-lwt-unix       5.3.0           [required by irmin-graphql]
  - install conduit               8.0.0           [required by conduit-lwt]
  - install conduit-lwt           8.0.0           [required by cohttp-lwt-unix]
  - install conduit-lwt-unix      8.0.0           [required by cohttp-lwt-unix]
  - install conf-gmp              5               [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec     4               [required by mirage-crypto-pk]
  - install conf-pkg-config       4               [required by zarith]
  - install cppo                  1.8.0           [required by lwt]
  - install crunch                4.0.0           [required by graphql-cohttp]
  - install csexp                 1.5.2           [required by dune-configurator]
  - install cstruct               6.2.0           [required by git]
  - install cstruct-lwt           6.2.0           [required by tcpip]
  - install cstruct-unix          6.2.0           [required by awa]
  - install decompress            1.5.3           [required by git]
  - install digestif              1.3.0           [required by git]
  - install dns                   10.1.0          [required by happy-eyeballs-lwt]
  - install dns-client            10.1.0          [required by dns-client-mirage]
  - install dns-client-mirage     10.1.0          [required by mimic-happy-eyeballs]
  - install domain-name           0.4.1           [required by git]
  - install duff                  0.5             [required by carton]
  - install dune                  3.19.1          [required by irmin-mirage-graphql]
  - install dune-configurator     3.19.1          [required by checkseum, lwt, hxd]
  - install duration              0.2.1           [required by happy-eyeballs-lwt]
  - install either                1.0.0           [required by repr]
  - install emile                 1.1             [required by git]
  - install encore                0.8.1           [required by git]
  - install eqaf                  0.10            [required by digestif]
  - install ethernet              3.2.0           [required by tcpip]
  - install faraday               0.8.2           [required by h1, paf]
  - install fmt                   0.10.0          [required by irmin-graphql, git, irmin-mirage]
  - install fpath                 0.7.3           [required by git]
  - install git                   3.18.0          [required by irmin-mirage-graphql]
  - install git-mirage            3.18.0          [required by git-unix]
  - install git-paf               3.18.0          [required by git-mirage]
  - install git-unix              3.18.0          [required by irmin-graphql]
  - install gmap                  0.3.0           [required by x509]
  - install graphql               0.14.0          [required by irmin-graphql]
  - install graphql-cohttp        0.14.0          [required by irmin-graphql]
  - install graphql-lwt           0.14.0          [required by irmin-graphql]
  - install graphql_parser        0.14.0          [required by irmin-graphql]
  - install h1                    1.0.0           [required by git-paf]
  - install h2                    0.13.0          [required by paf]
  - install happy-eyeballs        2.0.1           [required by git-mirage, happy-eyeballs-lwt]
  - install happy-eyeballs-lwt    2.0.1           [required by git-unix]
  - install happy-eyeballs-mirage 2.0.1           [required by git-mirage]
  - install hpack                 0.13.0          [required by h2]
  - install httpun-types          0.2.0           [required by h1]
  - install hxd                   0.3.4           [required by git]
  - install ipaddr                5.6.0           [required by git]
  - install ipaddr-cstruct        5.6.0           [required by tcpip]
  - install ipaddr-sexp           5.6.0           [required by conduit-lwt-unix]
  - install irmin                 3.11.0          [required by irmin-graphql, irmin-mirage]
  - install irmin-graphql         3.11.0          [required by irmin-mirage-graphql]
  - install irmin-mirage          3.11.0          [required by irmin-mirage-graphql]
  - install irmin-mirage-graphql  3.11.0 (pinned)
  - install jsonm                 1.0.2           [required by cohttp, irmin]
  - install kdf                   1.0.0           [required by x509]
  - install ke                    0.6             [required by git]
  - install logs                  0.8.0           [required by cohttp-lwt, git]
  - install lru                   0.3.1           [required by tcpip]
  - install lwt                   5.9.1           [required by irmin-mirage-graphql]
  - install lwt-dllist            1.1.0           [required by tcpip]
  - install macaddr               5.6.0           [required by ipaddr]
  - install macaddr-cstruct       5.6.0           [required by tcpip]
  - install magic-mime            1.3.1           [required by cohttp-lwt-unix]
  - install menhir                20240715        [required by graphql_parser]
  - install menhirCST             20240715        [required by menhir]
  - install menhirLib             20240715        [required by menhir]
  - install menhirSdk             20240715        [required by menhir]
  - install metrics               0.5.0           [required by tcpip]
  - install mimic                 0.0.9           [required by git]
  - install mimic-happy-eyeballs  0.0.9           [required by git-mirage]
  - install mirage-clock          4.2.0           [required by irmin-mirage-graphql]
  - install mirage-crypto         2.0.1           [required by git-mirage]
  - install mirage-crypto-ec      2.0.1           [required by awa]
  - install mirage-crypto-pk      2.0.1           [required by awa]
  - install mirage-crypto-rng     2.0.1           [required by awa]
  - install mirage-flow           5.0.0           [required by git]
  - install mirage-kv             6.1.1           [required by tls-mirage]
  - install mirage-mtime          5.0.0           [required by awa-mirage, awa, happy-eyeballs-mirage]
  - install mirage-net            4.0.0           [required by tcpip]
  - install mirage-ptime          5.0.0           [required by git-mirage]
  - install mirage-sleep          4.0.0           [required by git-mirage]
  - install mtime                 2.1.0           [required by git-unix, irmin]
  - install ocaml-compiler-libs   v0.12.4         [required by ppxlib]
  - install ocaml-syntax-shims    1.0.0           [required by angstrom]
  - install ocamlbuild            0.16.1          [required by logs, astring]
  - install ocamlfind             1.9.8           [required by logs, astring]
  - install ocamlgraph            2.2.0           [required by git]
  - install ocplib-endian         1.2             [required by graphql-cohttp]
  - install ohex                  0.2.0           [required by ca-certs]
  - install optint                0.3.0           [required by git]
  - install paf                   0.8.0           [required by git-paf]
  - install pecu                  0.7             [required by emile]
  - install ppx_derivers          1.2.1           [required by ppxlib]
  - install ppx_deriving          6.0.3           [required by ppx_repr]
  - install ppx_irmin             3.11.0          [required by irmin]
  - install ppx_repr              0.7.0           [required by ppx_irmin]
  - install ppx_sexp_conv         v0.16.0         [required by cohttp-lwt]
  - install ppxlib                0.35.0          [required by ppx_sexp_conv, ppx_irmin]
  - install psq                   0.2.1           [required by git]
  - install ptime                 1.2.0           [required by irmin-mirage]
  - install randomconv            0.2.0           [required by tcpip, dns-client]
  - install re                    1.12.0          [required by cohttp]
  - install repr                  0.7.0           [required by irmin]
  - install rresult               0.7.0           [required by git]
  - install seq                   base            [required by graphql]
  - install sexplib0              v0.16.0         [required by cohttp-lwt]
  - install stdlib-shims          0.3.0           [required by ppxlib]
  - install stringext             1.6.0           [required by cohttp]
  - install tcpip                 9.0.1           [required by git-unix]
  - install tls                   2.0.1           [required by git-unix]
  - install tls-mirage            2.0.1           [required by git-mirage]
  - install topkg                 1.0.8           [required by logs, astring]
  - install uri                   4.4.0           [required by irmin-mirage-graphql]
  - install uri-sexp              4.4.0           [required by cohttp]
  - install uutf                  1.0.4           [required by emile, irmin]
  - install x509                  1.0.6           [required by git-mirage]
  - install yojson                3.0.0           [required by graphql, graphql-cohttp]
  - install zarith                1.14            [required by awa]

The following system packages will first need to be installed:
    gmp 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" "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/pkgconf/manifests/2.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d79f72d3830a52af77d36596faa039b7744f1d43d198ff62a987f8ee54f7894c--pkgconf-2.5.0.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:fd9e23c224f18006ca873acd92e8e22cbda749cd150ef7516122d394d1655f1f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a79b325ec9ecb098d23fd267a8246a63aefb28e88ac3492014b481845d7e9b57--pkgconf--2.5.0.arm64_sequoia.bottle.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 pkgconf--2.5.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.0: 28 files, 518.6KB
- ==> Running `brew cleanup pkgconf`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved arp.4.0.0  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved awa.0.5.2, awa-mirage.0.5.2  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved ca-certs-nss.3.108-1  (cached)
-> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (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 crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.5
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved dns.10.1.0, dns-client.10.1.0, dns-client-mirage.10.1.0  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved duff.0.5  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved encore.0.8.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed cmdliner.1.3.0
-> retrieved git.3.18.0, git-mirage.3.18.0, git-paf.3.18.0, git-unix.3.18.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved graphql.0.14.0, graphql-cohttp.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0  (cached)
-> retrieved h1.1.0.0  (cached)
-> retrieved h2.0.13.0, hpack.0.13.0  (cached)
-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1, happy-eyeballs-mirage.2.0.1  (cached)
-> retrieved httpun-types.0.2.0  (cached)
-> retrieved hxd.0.3.4  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved irmin.3.11.0, irmin-graphql.3.11.0, irmin-mirage.3.11.0, irmin-mirage-graphql.3.11.0, ppx_irmin.3.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved mimic.0.0.9, mimic-happy-eyeballs.0.0.9  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.2.0.1, mirage-crypto-ec.2.0.1, mirage-crypto-pk.2.0.1, mirage-crypto-rng.2.0.1  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-mtime.5.0.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-ptime.5.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved paf.0.8.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tcpip.9.0.1  (cached)
-> retrieved tls.2.0.1, tls-mirage.2.0.1  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.19.1
-> installed bheap.2.0.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed duff.0.5
-> installed domain-name.0.4.1
-> installed cstruct.6.2.0
-> installed crunch.4.0.0
-> installed cppo.1.8.0
-> installed asn1-combinators.0.3.2
-> installed duration.0.2.1
-> installed cstruct-unix.6.2.0
-> installed gmap.0.3.0
-> installed either.1.0.0
-> installed lwt-dllist.1.1.0
-> installed ke.0.6
-> installed macaddr.5.6.0
-> installed eqaf.0.10
-> installed menhirCST.20240715
-> installed metrics.0.5.0
-> installed menhirSdk.20240715
-> installed dune-configurator.3.19.1
-> installed magic-mime.1.3.1
-> installed macaddr-cstruct.5.6.0
-> installed mirage-clock.4.2.0
-> installed mirage-mtime.5.0.0
-> installed menhirLib.20240715
-> installed ipaddr.5.6.0
-> installed mirage-ptime.5.0.0
-> installed bigstringaf.0.10.0
-> installed ipaddr-cstruct.5.6.0
-> installed digestif.1.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed faraday.0.8.2
-> installed ohex.0.2.0
-> installed mirage-crypto.2.0.1
-> installed ocplib-endian.1.2
-> installed optint.0.3.0
-> installed pecu.0.7
-> installed httpun-types.0.2.0
-> installed angstrom.0.16.1
-> installed kdf.1.0.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed encore.0.8.1
-> installed emile.1.1
-> installed checkseum.0.5.2
-> installed randomconv.0.2.0
-> installed lru.0.3.1
-> installed h1.1.0.0
-> installed hpack.0.13.0
-> installed sexplib0.v0.16.0
-> installed ocamlgraph.2.2.0
-> installed repr.0.7.0
-> installed re.1.12.0
-> installed stdlib-shims.0.3.0
-> installed h2.0.13.0
-> installed stringext.1.6.0
-> installed decompress.1.5.3
-> installed lwt.5.9.1
-> installed cstruct-lwt.6.2.0
-> installed yojson.3.0.0
-> installed mirage-flow.5.0.0
-> installed hxd.0.3.4
-> installed mirage-kv.6.1.1
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.0.0
-> installed logs.0.8.0
-> installed uri.4.4.0
-> installed ethernet.3.2.0
-> installed happy-eyeballs.2.0.1
-> installed mimic.0.0.9
-> installed arp.4.0.0
-> installed mirage-crypto-rng.2.0.1
-> installed mirage-crypto-pk.2.0.1
-> installed bos.0.2.1
-> installed carton.0.7.2
-> installed tcpip.9.0.1
-> installed dns.10.1.0
-> installed carton-lwt.0.7.2
-> installed happy-eyeballs-mirage.2.0.1
-> installed happy-eyeballs-lwt.2.0.1
-> installed carton-git.0.7.2
-> installed dns-client.10.1.0
-> installed base.v0.16.4
-> installed mirage-crypto-ec.2.0.1
-> installed menhir.20240715
-> installed git.3.18.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed graphql_parser.0.14.0
-> installed ca-certs-nss.3.108-1
-> installed graphql.0.14.0
-> installed awa.0.5.2
-> installed graphql-lwt.0.14.0
-> installed tls.2.0.1
-> installed awa-mirage.0.5.2
-> installed tls-mirage.2.0.1
-> installed dns-client-mirage.10.1.0
-> installed paf.0.8.0
-> installed mimic-happy-eyeballs.0.0.9
-> installed git-paf.3.18.0
-> installed git-mirage.3.18.0
-> installed git-unix.3.18.0
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.0
-> installed ppx_repr.0.7.0
-> installed conduit.8.0.0
-> installed cohttp.5.3.1
-> installed conduit-lwt.8.0.0
-> installed ppx_irmin.3.11.0
-> installed graphql-cohttp.0.14.0
-> installed cohttp-lwt.5.3.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.5.3.0
-> installed irmin.3.11.0
-> installed irmin-mirage.3.11.0
-> installed irmin-graphql.3.11.0
-> installed irmin-mirage-graphql.3.11.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-22 17:44.15 ---> saved as "6bf3b0112054d6200d8cdf96bb7ade2001b2e716a789bb8dfc2618f73a20fd4a"
Job succeeded
2025-06-22 17:44.23: Job succeeded