(not at the head of any monitored branch or PR)
2025-04-23 15:17.18: New job: build srt.0.3.2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27800/head (5b6ebfd029cf12f26c671d54d7e22ba99f04b085)
                              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/27800/head" && git reset --hard 5b6ebfd0
git fetch origin master
git merge --no-edit 8106bcf57fc33218275bbf0d02e725f4e9fcd0f6
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 srt.0.3.2 0.3.2
RUN opam reinstall srt.0.3.2; \
    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" != 'srt.0.3.2' && 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-04-23 15:17.18: Using cache hint "macos-homebrew-ocaml-4.14-srt.0.3.2-5b6ebfd029cf12f26c671d54d7e22ba99f04b085"
2025-04-23 15:17.18: 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 srt.0.3.2 0.3.2"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall srt.0.3.2;\
             \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\" != 'srt.0.3.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-04-23 15:17.18: Waiting for resource in pool OCluster
2025-04-23 15:17.21: Waiting for worker…
2025-04-23 15:25.15: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files:  54% (12407/22942)
Updating files:  55% (12619/22942)
Updating files:  56% (12848/22942)
Updating files:  57% (13077/22942)
Updating files:  58% (13307/22942)
Updating files:  59% (13536/22942)
Updating files:  60% (13766/22942)
Updating files:  61% (13995/22942)
Updating files:  62% (14225/22942)
Updating files:  63% (14454/22942)
Updating files:  64% (14683/22942)
Updating files:  65% (14913/22942)
Updating files:  66% (15142/22942)
Updating files:  67% (15372/22942)
Updating files:  68% (15601/22942)
Updating files:  69% (15830/22942)
Updating files:  70% (16060/22942)
Updating files:  71% (16289/22942)
Updating files:  72% (16519/22942)
Updating files:  73% (16748/22942)
Updating files:  74% (16978/22942)
Updating files:  75% (17207/22942)
Updating files:  76% (17436/22942)
Updating files:  77% (17666/22942)
Updating files:  78% (17895/22942)
Updating files:  79% (18125/22942)
Updating files:  80% (18354/22942)
Updating files:  81% (18584/22942)
Updating files:  82% (18813/22942)
Updating files:  83% (19042/22942)
Updating files:  84% (19272/22942)
Updating files:  85% (19501/22942)
Updating files:  86% (19731/22942)
Updating files:  87% (19960/22942)
Updating files:  88% (20189/22942)
Updating files:  89% (20419/22942)
Updating files:  90% (20648/22942)
Updating files:  91% (20878/22942)
Updating files:  92% (21107/22942)
Updating files:  93% (21337/22942)
Updating files:  93% (21471/22942)
Updating files:  94% (21566/22942)
Updating files:  95% (21795/22942)
Updating files:  96% (22025/22942)
Updating files:  97% (22254/22942)
Updating files:  98% (22484/22942)
Updating files:  99% (22713/22942)
Updating files: 100% (22942/22942)
Updating files: 100% (22942/22942), done.
HEAD is now at 8106bcf57f Merge pull request #27808 from Octachron/Ocaml_5.4.0_branching
Merge made by the 'ort' strategy.
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     |  2 +-
 packages/liquidsoap/liquidsoap.2.3.1/opam          |  2 +-
 packages/liquidsoap/liquidsoap.2.3.2/opam          |  2 +-
 packages/posix-bindings/posix-bindings.3/opam      | 44 ++++++++++++++++++++++
 .../posix-socket-unix/posix-socket-unix.3.0.0/opam | 44 ++++++++++++++++++++++
 packages/posix-socket/posix-socket.3.0.0/opam      | 43 +++++++++++++++++++++
 packages/srt/srt.0.2.0/opam                        |  9 +++--
 packages/srt/srt.0.2.1/opam                        |  9 +++--
 packages/srt/srt.0.2.2/opam                        | 10 +++--
 packages/srt/srt.0.3.0/opam                        | 10 +++--
 packages/srt/srt.0.3.1/opam                        |  4 +-
 packages/srt/srt.0.3.2/opam                        |  4 +-
 packages/srt/srt.0.3.3/opam                        |  3 +-
 13 files changed, 166 insertions(+), 20 deletions(-)
 create mode 100644 packages/posix-bindings/posix-bindings.3/opam
 create mode 100644 packages/posix-socket-unix/posix-socket-unix.3.0.0/opam
 create mode 100644 packages/posix-socket/posix-socket.3.0.0/opam

(from macos-homebrew-ocaml-4.14)
2025-04-23 15:25.18 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-04-23 15:25.18 ---> 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-04-23 15:25.18 ---> 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=14.4.1
# 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-04-23 15:25.18 ---> 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-04-23 15:25.18 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-04-23 15:25.26 ---> saved as "67d867229d8615012bdffc0b6d05cdc5452622e9ab158dcc1d91a0361aff5236"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-04-23 15:25.43 ---> saved as "a0cc794124a52c56f2c863f2c3c7c418ea91448464a7300b20817d947e1042a1"

/: (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:7645e2d653a335798030f6502e7834dfdbeeec5629429a1a34da5dbb2c57d63e
- #=#=#                                                                         

                                                                           0.7%
#                                                                          1.6%
#                                                                          2.4%
##                                                                         3.2%
##                                                                         4.1%
###                                                                        5.0%
####                                                                       5.8%
####                                                                       6.7%
#####                                                                      7.6%
######                                                                     8.5%
- 
######                                                                     9.3%
#######                                                                   10.4%
########                                                                  11.2%
########                                                                  12.1%
#########                                                                 12.9%
#########                                                                 13.7%
##########                                                                14.7%
###########                                                               15.5%
###########                                                               16.5%
############                                                              17.3%
#############                                                             18.1%
- 
#############                                                             19.1%
##############                                                            20.1%
###############                                                           20.9%
###############                                                           21.8%
################                                                          22.7%
################                                                          23.5%
#################                                                         24.4%
##################                                                        25.3%
##################                                                        26.2%
###################                                                       27.0%
####################                                                      27.9%
- 
####################                                                      28.8%
#####################                                                     29.7%
######################                                                    30.6%
######################                                                    31.6%
#######################                                                   32.4%
#######################                                                   33.3%
########################                                                  34.2%
#########################                                                 35.1%
#########################                                                 36.0%
##########################                                                36.8%
- 
###########################                                               37.8%
###########################                                               38.6%
############################                                              39.4%
#############################                                             40.4%
#############################                                             41.2%
##############################                                            42.1%
##############################                                            43.0%
###############################                                           44.0%
################################                                          44.8%
################################                                          45.6%
#################################                                         46.6%
- 
##################################                                        47.4%
##################################                                        48.3%
###################################                                       49.2%
####################################                                      50.0%
####################################                                      50.9%
#####################################                                     51.7%
#####################################                                     52.7%
######################################                                    53.5%
#######################################                                   54.5%
#######################################                                   55.3%
########################################                                  56.2%
- 
#########################################                                 57.1%
#########################################                                 58.1%
##########################################                                58.9%
###########################################                               59.8%
###########################################                               60.7%
############################################                              61.5%
############################################                              62.4%
#############################################                             63.2%
##############################################                            64.2%
##############################################                            65.0%
###############################################                           65.8%
- 
################################################                          66.8%
################################################                          67.6%
#################################################                         68.5%
#################################################                         69.4%
##################################################                        70.2%
###################################################                       71.1%
###################################################                       72.0%
####################################################                      72.9%
#####################################################                     73.7%
#####################################################                     74.7%
######################################################                    75.6%
- 
#######################################################                   76.5%
#######################################################                   77.3%
########################################################                  78.4%
#########################################################                 79.3%
#########################################################                 80.1%
##########################################################                80.9%
##########################################################                81.9%
###########################################################               82.7%
############################################################              83.5%
############################################################              84.5%
#############################################################             85.4%
##############################################################            86.2%
- 
##############################################################            87.1%
###############################################################           88.0%
###############################################################           88.8%
################################################################          89.6%
#################################################################         90.6%
#################################################################         91.4%
##################################################################        92.3%
###################################################################       93.1%
###################################################################       94.0%
####################################################################      94.9%
####################################################################      95.7%
- 
#####################################################################     96.7%
######################################################################    97.5%
######################################################################    98.4%
#######################################################################   99.1%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.8.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-04-23 15:26.22 ---> saved as "65a032393417afaf9ec3d413e36c02e402a8d06018f75d810bd46e7ce4248156"

/: (run (shell "opam pin add -k version -yn srt.0.3.2 0.3.2"))
srt is now pinned to version 0.3.2
2025-04-23 15:26.24 ---> saved as "26aeedc75c72df600b4dea9ed3208ca023de7bb515222271a6107368f6c41cdc"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall srt.0.3.2;\
               \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\" != 'srt.0.3.2' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
srt.0.3.2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 16 packages
  - install bigarray-compat   1.1.0          [required by ctypes]
  - install conf-libffi       2.0.0          [required by ctypes-foreign]
  - install conf-pkg-config   4              [required by srt]
  - install conf-srt          2              [required by srt]
  - install conf-srt-openssl  1              [required by conf-srt]
  - install csexp             1.5.2          [required by dune-configurator]
  - install ctypes            0.23.0         [required by srt]
  - install ctypes-foreign    0.23.0         [required by srt]
  - install dune              3.18.1         [required by srt]
  - install dune-configurator 3.18.1         [required by srt]
  - install integers          0.7.0          [required by srt]
  - install ocamlfind         1.9.8          [required by srt]
  - install posix-base        2.2.0          [required by posix-socket]
  - install posix-socket      2.2.0          [required by srt]
  - install srt               0.3.2 (pinned)
  - install stdlib-shims      0.3.0          [required by integers]

The following system packages will first need to be installed:
    libffi openssl pkgconf srt

<><> 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" "libffi" "openssl" "pkgconf" "srt"
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.4.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8898311b301bbcb1a886c89fba2b17479f52778f5a10d4bee0eb0c9ac5805950--libffi-3.4.8.bottle_manifest.json
- ==> Fetching libffi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:651001f28aaff71f1e5a8a5972a0c5580fb62dd6ea090303864e5ebec60567bb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eb9fbc2e3a2d54a0695bd217bcc7c4784b0203daa10262fb6aaa557c84807917--libffi--3.4.8.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2bb8b71ebddb1fe8553581fcbc1ffc4ab36795c68b3cd47977cf83f1673a5b1--openssl@3-3.4.1.bottle_manifest.json
- ==> Fetching dependencies for openssl@3: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:8f46fb05f753f80f2bc398c0a24b10d680bd77d496e2b931de0b61998e37aebc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/50c52ec06796c09a75e7a9484e6db3205765a935a486322e3795612fd23b405e--ca-certificates--2025-02-25.all.bottle.tar.gz
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:cdc22c278167801e3876a4560eac469cfa7f86c6958537d84d21bda3caf6972c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b936dcc22ffd3583663b90636ef9004e6df8318312e15420fc382a6e9e5e1d5--openssl@3--3.4.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.4.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f938254e85413ef0d18283c9c932823434b88c0c790e04e7534e2a3e923d0588--pkgconf-2.4.3-1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:24e921aaf87bc253adf250761cb4bf717d14dec995d2f6302cf966f30f28fe59
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0edb51c813324d2dd844ffe8591067a9189a6bbeb61d670f82866e4047eb939b--pkgconf--2.4.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/manifests/1.5.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/33ca2d2d20854c6aeeb9dbcfb98a9721584a29e8e65bc2dcd6764f2792a2af27--srt-1.5.4.bottle_manifest.json
- ==> Fetching srt
- ==> Downloading https://ghcr.io/v2/homebrew/core/srt/blobs/sha256:8e8f3ee4f8fdeb10602feb2fac3d140e236df5024e212fb6b6f1455bf2061532
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c2f3ff531c808bd5912fa440d9e06cb9b525b554d8d95ec582e6f1a387e8f365--srt--1.5.4.arm64_sonoma.bottle.tar.gz
- ==> Pouring libffi--3.4.8.arm64_sonoma.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/libffi/3.4.8: 18 files, 786.7KB
- ==> Running `brew cleanup libffi`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for openssl@3: ca-certificates
- ==> Installing openssl@3 dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json
- ==> Pouring ca-certificates--2025-02-25.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺  /opt/homebrew/Cellar/ca-certificates/2025-02-25: 4 files, 235.4KB
- ==> Installing openssl@3
- ==> Pouring openssl@3--3.4.1.arm64_sonoma.bottle.tar.gz
- ==> Caveats
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
-   /opt/homebrew/etc/openssl@3/certs
- 
- and run
-   /opt/homebrew/opt/openssl@3/bin/c_rehash
- ==> Summary
- 🍺  /opt/homebrew/Cellar/openssl@3/3.4.1: 7,236 files, 33.2MB
- ==> Running `brew cleanup openssl@3`...
- ==> Pouring pkgconf--2.4.3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.4.3: 27 files, 485.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring srt--1.5.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/srt/1.5.4: 21 files, 4.7MB
- ==> Running `brew cleanup srt`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- 
- For pkg-config to find libffi you may need to set:
-   export PKG_CONFIG_PATH="/opt/homebrew/opt/libffi/lib/pkgconfig"
- ==> openssl@3
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
-   /opt/homebrew/etc/openssl@3/certs
- 
- and run
-   /opt/homebrew/opt/openssl@3/bin/c_rehash

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-libffi.2.0.0
-> installed conf-srt-openssl.1
-> installed conf-srt.2
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved dune.3.18.1, dune-configurator.3.18.1  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved posix-base.2.2.0, posix-socket.2.2.0  (cached)
-> retrieved srt.0.3.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.18.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed bigarray-compat.1.1.0
-> installed dune-configurator.3.18.1
-> installed ctypes.0.23.0
-> installed posix-base.2.2.0
-> installed ctypes-foreign.0.23.0
-> installed posix-socket.2.2.0
-> installed srt.0.3.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-23 15:27.23 ---> saved as "24bcfe3d65f2478b67ce50d9ddac90755936ef4d7e87dbbb85125ae24179a641"
Job succeeded
2025-04-23 15:27.31: Job succeeded