(for PR #29235)
2026-01-17 17:39.20: New job: build liquidsoap.2.4.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29235/head (8f131cf5ec9475fd996105017aee31dd5ccdd419)
on macos-homebrew-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29235/head" && git reset --hard 8f131cf5
git fetch origin master
git merge --no-edit 6bda456f941d6c1e0773fcb1fd57c0eb54b8a2c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn liquidsoap.2.4.2 2.4.2
RUN opam reinstall liquidsoap.2.4.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" != 'liquidsoap.2.4.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 .
2026-01-17 17:39.20: Using cache hint "macos-homebrew-ocaml-4.14-liquidsoap.2.4.2-8f131cf5ec9475fd996105017aee31dd5ccdd419"
2026-01-17 17:39.20: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn liquidsoap.2.4.2 2.4.2"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall liquidsoap.2.4.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\" != 'liquidsoap.2.4.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-17 17:39.20: Waiting for resource in pool OCluster
2026-01-17 17:39.21: Waiting for worker…
2026-01-17 17:49.04: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 31% (6065/19224)
Updating files: 32% (6152/19224)
Updating files: 33% (6344/19224)
Updating files: 34% (6537/19224)
Updating files: 35% (6729/19224)
Updating files: 36% (6921/19224)
Updating files: 37% (7113/19224)
Updating files: 38% (7306/19224)
Updating files: 39% (7498/19224)
Updating files: 40% (7690/19224)
Updating files: 41% (7882/19224)
Updating files: 42% (8075/19224)
Updating files: 43% (8267/19224)
Updating files: 44% (8459/19224)
Updating files: 45% (8651/19224)
Updating files: 46% (8844/19224)
Updating files: 47% (9036/19224)
Updating files: 48% (9228/19224)
Updating files: 49% (9420/19224)
Updating files: 50% (9612/19224)
Updating files: 51% (9805/19224)
Updating files: 52% (9997/19224)
Updating files: 53% (10189/19224)
Updating files: 54% (10381/19224)
Updating files: 55% (10574/19224)
Updating files: 56% (10766/19224)
Updating files: 57% (10958/19224)
Updating files: 58% (11150/19224)
Updating files: 58% (11301/19224)
Updating files: 59% (11343/19224)
Updating files: 60% (11535/19224)
Updating files: 61% (11727/19224)
Updating files: 62% (11919/19224)
Updating files: 63% (12112/19224)
Updating files: 64% (12304/19224)
Updating files: 65% (12496/19224)
Updating files: 66% (12688/19224)
Updating files: 67% (12881/19224)
Updating files: 68% (13073/19224)
Updating files: 69% (13265/19224)
Updating files: 70% (13457/19224)
Updating files: 71% (13650/19224)
Updating files: 72% (13842/19224)
Updating files: 73% (14034/19224)
Updating files: 74% (14226/19224)
Updating files: 75% (14418/19224)
Updating files: 76% (14611/19224)
Updating files: 77% (14803/19224)
Updating files: 78% (14995/19224)
Updating files: 79% (15187/19224)
Updating files: 80% (15380/19224)
Updating files: 81% (15572/19224)
Updating files: 82% (15764/19224)
Updating files: 83% (15956/19224)
Updating files: 84% (16149/19224)
Updating files: 85% (16341/19224)
Updating files: 86% (16533/19224)
Updating files: 87% (16725/19224)
Updating files: 88% (16918/19224)
Updating files: 88% (16981/19224)
Updating files: 89% (17110/19224)
Updating files: 90% (17302/19224)
Updating files: 91% (17494/19224)
Updating files: 92% (17687/19224)
Updating files: 93% (17879/19224)
Updating files: 94% (18071/19224)
Updating files: 95% (18263/19224)
Updating files: 96% (18456/19224)
Updating files: 97% (18648/19224)
Updating files: 98% (18840/19224)
Updating files: 99% (19032/19224)
Updating files: 100% (19224/19224)
Updating files: 100% (19224/19224), done.
HEAD is now at 6bda456f94 Merge pull request #29229 from elias-utf8/opam-publish-qcaml.0.1.7
Updating 6bda456f94..8f131cf5ec
Fast-forward
packages/liquidsoap-js/liquidsoap-js.2.4.2/opam | 44 ++++++
.../liquidsoap-lang/liquidsoap-lang.2.4.2/opam | 46 ++++++
.../liquidsoap-mode/liquidsoap-mode.2.4.2/opam | 47 ++++++
packages/liquidsoap/liquidsoap.2.4.2/opam | 163 +++++++++++++++++++++
4 files changed, 300 insertions(+)
create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.4.2/opam
create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.4.2/opam
create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.4.2/opam
create mode 100644 packages/liquidsoap/liquidsoap.2.4.2/opam
(from macos-homebrew-ocaml-4.14)
2026-01-17 17:49.09 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-01-17 17:49.10 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-01-17 17:49.10 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 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
2026-01-17 17:49.10 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-01-17 17:49.11 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-01-17 17:49.21 ---> saved as "701a562ec2530072830d5bcc2818428c7684fe483104006e416cd3379937943e"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-17 17:49.42 ---> saved as "8d31421fbde3e4cc1deef18e01a33c5a9ff5c984baac0570ffd1f65e7d984c1d"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#
0.7%
# 1.6%
# 2.4%
## 3.2%
-
### 4.2%
### 5.0%
#### 5.8%
#### 6.7%
##### 7.6%
###### 8.4%
###### 9.4%
####### 10.2%
####### 11.0%
######## 11.9%
######### 12.8%
-
######### 13.6%
########## 14.4%
########### 15.4%
########### 16.2%
############ 17.0%
############ 17.9%
############# 18.8%
############## 19.6%
############## 20.4%
############### 21.2%
############### 22.2%
################ 23.0%
-
################# 23.9%
################# 24.8%
################## 25.6%
################### 26.6%
################### 27.5%
#################### 28.3%
#################### 29.1%
##################### 30.1%
###################### 30.9%
###################### 31.9%
-
####################### 32.7%
######################## 33.5%
######################## 34.4%
######################### 35.2%
######################### 36.1%
########################## 36.9%
########################### 37.9%
########################### 38.7%
############################ 39.5%
############################# 40.4%
############################# 41.4%
-
############################## 42.2%
############################## 43.0%
############################### 44.0%
################################ 44.8%
################################# 45.9%
################################# 46.7%
################################## 47.5%
################################## 48.4%
################################### 49.3%
#################################### 50.1%
#################################### 50.9%
-
##################################### 51.9%
##################################### 52.7%
###################################### 53.5%
####################################### 54.3%
####################################### 55.3%
######################################## 56.1%
######################################### 57.0%
######################################### 57.9%
########################################## 58.8%
########################################## 59.7%
########################################### 60.6%
-
############################################ 61.4%
############################################ 62.4%
############################################# 63.2%
############################################## 64.1%
############################################## 65.0%
############################################### 65.8%
################################################ 66.7%
################################################ 67.5%
################################################# 68.3%
################################################# 69.3%
-
################################################## 70.1%
################################################### 70.9%
################################################### 71.8%
#################################################### 72.6%
#################################################### 73.5%
##################################################### 74.3%
###################################################### 75.3%
###################################################### 76.1%
####################################################### 76.9%
######################################################## 77.9%
######################################################## 78.7%
-
######################################################### 79.5%
######################################################### 80.3%
########################################################## 81.3%
########################################################### 82.2%
########################################################### 83.0%
############################################################ 83.9%
############################################################# 84.8%
############################################################# 85.6%
############################################################## 86.6%
############################################################### 87.6%
############################################################### 88.3%
-
################################################################ 89.2%
################################################################ 90.0%
################################################################# 91.0%
################################################################## 91.8%
################################################################## 92.6%
################################################################### 93.4%
################################################################### 94.4%
#################################################################### 95.3%
##################################################################### 96.1%
##################################################################### 97.0%
###################################################################### 97.8%
-
####################################################################### 98.7%
####################################################################### 99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-01-17 17:50.12 ---> saved as "83e8d6bd6ff379f618c9fbd35cf5828c43071c44b275b7da011a8ea8436dbb0b"
/: (run (shell "opam pin add -k version -yn liquidsoap.2.4.2 2.4.2"))
liquidsoap is now pinned to version 2.4.2
2026-01-17 17:50.14 ---> saved as "1f4c2a1643efe6ddfbf7f543d77ad372a4419a5b90aa49f7353d75d679d46d2a"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall liquidsoap.2.4.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\" != 'liquidsoap.2.4.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
liquidsoap.2.4.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 53 packages
- install angstrom 0.16.1 [required by uri]
- install base v0.16.4 [required by ppx_hash, ppx_string]
- install base-bytes base [required by liquidsoap]
- install bigstringaf 0.10.0 [required by angstrom]
- install camlp-streams 5.0.1 [required by camomile]
- install camomile 2.0.0 [required by liquidsoap]
- install conf-libcurl 2 [required by curl]
- install csexp 1.5.2 [required by dune-configurator]
- install curl 0.10.0 [required by liquidsoap]
- install dune 3.21.0 [required by liquidsoap]
- install dune-build-info 3.21.0 [required by liquidsoap]
- install dune-configurator 3.21.0 [required by curl, mm]
- install dune-private-libs 3.21.0 [required by dune-site]
- install dune-site 3.21.0 [required by camomile, liquidsoap-lang]
- install dyn 3.21.0 [required by dune-private-libs]
- install fileutils 0.6.6 [required by liquidsoap-lang]
- install fs-io 3.21.0 [required by stdune]
- install gen 1.1 [required by sedlex]
- install liquidsoap 2.4.2 (pinned)
- install liquidsoap-lang 2.4.2 [required by liquidsoap]
- install magic-mime 1.3.1 [required by liquidsoap]
- install mem_usage 0.1.2 [required by liquidsoap]
- install menhir 20250912 [required by liquidsoap-lang]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by liquidsoap]
- install menhirSdk 20250912 [required by menhir]
- install metadata 0.3.2 [required by liquidsoap]
- install mm 0.8.6 [required by liquidsoap]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlfind 1.9.8 [required by base-bytes]
- install ordering 3.21.0 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_base v0.16.0 [required by ppx_string]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_hash]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by liquidsoap-lang]
- install ppx_sexp_conv v0.16.0 [required by ppx_hash]
- install ppx_string v0.16.0 [required by liquidsoap]
- install ppxlib 0.35.0 [required by ppx_string, ppx_hash, sedlex]
- install re 1.13.2 [required by liquidsoap]
- install sedlex 3.7 [required by liquidsoap-lang]
- install seq base [required by re]
- install sexplib0 v0.16.0 [required by base, ppx_sexp_conv]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.21.0 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install top-closure 3.21.0 [required by stdune]
- install uri 4.4.0 [required by liquidsoap]
- install xml-light 2.5 [required by liquidsoap-lang]
The following system packages will first need to be installed:
coreutils curl
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/local/bin/brew "install" "coreutils" "curl"
- ==> Fetching downloads for: coreutils and curl
- ✔︎ Bottle Manifest coreutils (9.9)
- ✔︎ Bottle Manifest curl (8.18.0)
- ✔︎ Bottle Manifest curl (8.18.0)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle Manifest brotli (1.2.0)
- ✔︎ Bottle brotli (1.2.0)
- ✔︎ Bottle Manifest libnghttp2 (1.68.0)
- ✔︎ Bottle libnghttp2 (1.68.0)
- ✔︎ Bottle Manifest libnghttp3 (1.14.0)
- ✔︎ Bottle libnghttp3 (1.14.0)
- ✔︎ Bottle Manifest ca-certificates (2025-12-02)
- ✔︎ Bottle ca-certificates (2025-12-02)
- ✔︎ Bottle Manifest openssl@3 (3.6.0)
- ✔︎ Bottle Manifest libngtcp2 (1.19.0)
- ✔︎ Bottle libngtcp2 (1.19.0)
- ✔︎ Bottle Manifest libssh2 (1.11.1)
- ✔︎ Bottle Manifest rtmpdump (2.4-20151223_3)
- ✔︎ Bottle rtmpdump (2.4-20151223_3)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest xz (5.8.2)
- ✔︎ Bottle Manifest zstd (1.5.7)
- ✔︎ Bottle libssh2 (1.11.1)
- ✔︎ Bottle xz (5.8.2)
- ✔︎ Bottle zstd (1.5.7)
- ✔︎ Bottle coreutils (9.9)
- ✔︎ Bottle curl (8.18.0)
- ✔︎ Bottle openssl@3 (3.6.0)
- ==> Installing coreutils dependency: gmp
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Pouring coreutils--9.9.sonoma.bottle.tar.gz
- ==> Caveats
- Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g".
- If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with:
- PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
- ==> Summary
- 🍺 /usr/local/Cellar/coreutils/9.9: 465 files, 9.2MB
- ==> Running `brew cleanup coreutils`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Installing dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, rtmpdump, lz4, xz and zstd
- ==> Installing curl dependency: brotli
- ==> Pouring brotli--1.2.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/brotli/1.2.0: 33 files, 1.8MB
- ==> Installing curl dependency: libnghttp2
- ==> Pouring libnghttp2--1.68.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libnghttp2/1.68.0: 14 files, 752.6KB
- ==> Installing curl dependency: libnghttp3
- ==> Pouring libnghttp3--1.14.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libnghttp3/1.14.0: 20 files, 577.7KB
- ==> Installing curl dependency: ca-certificates
- ==> Pouring ca-certificates--2025-12-02.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB
- ==> Installing curl dependency: openssl@3
- ==> Pouring openssl@3--3.6.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/openssl@3/3.6.0: 7,609 files, 37.9MB
- ==> Installing curl dependency: libngtcp2
- ==> Pouring libngtcp2--1.19.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libngtcp2/1.19.0: 21 files, 1.3MB
- ==> Installing curl dependency: libssh2
- ==> Pouring libssh2--1.11.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libssh2/1.11.1: 201 files, 1.2MB
- ==> Installing curl dependency: rtmpdump
- ==> Pouring rtmpdump--2.4-20151223_3.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/rtmpdump/2.4-20151223_3: 21 files, 556.9KB
- ==> Installing curl dependency: lz4
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB
- ==> Installing curl dependency: xz
- ==> Pouring xz--5.8.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.8.2: 96 files, 2.4MB
- ==> Installing curl dependency: zstd
- ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/zstd/1.5.7: 32 files, 2.5MB
- ==> Installing curl
- ==> Pouring curl--8.18.0.sonoma.bottle.tar.gz
- ==> Caveats
- curl is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have curl first in your PATH, run:
- echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile
-
- For compilers to find curl you may need to set:
- export LDFLAGS="-L/usr/local/opt/curl/lib"
- export CPPFLAGS="-I/usr/local/opt/curl/include"
- ==> Summary
- 🍺 /usr/local/Cellar/curl/8.18.0: 551 files, 4.6MB
- ==> Running `brew cleanup curl`...
- ==> Caveats
- ==> coreutils
- Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g".
- If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with:
- PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
- ==> curl
- curl is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have curl first in your PATH, run:
- echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile
-
- For compilers to find curl you may need to set:
- export LDFLAGS="-L/usr/local/opt/curl/lib"
- export CPPFLAGS="-I/usr/local/opt/curl/include"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camomile.2.0.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libcurl.2
-> retrieved curl.0.10.0 (cached)
-> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0, dune-private-libs.3.21.0, dune-site.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (cached)
-> retrieved fileutils.0.6.6 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved liquidsoap.2.4.2, liquidsoap-lang.2.4.2 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mem_usage.0.1.2 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved metadata.0.3.2 (cached)
-> retrieved mm.0.8.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_base.v0.16.0 (cached)
-> retrieved ppx_cold.v0.16.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_hash.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppx_string.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved sedlex.3.7 (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 uri.4.4.0 (cached)
-> retrieved xml-light.2.5 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed metadata.0.3.2
-> installed fileutils.0.6.6
-> installed menhirSdk.20250912
-> installed fs-io.3.21.0
-> installed dune-configurator.3.21.0
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-build-info.3.21.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirLib.20250912
-> installed menhirCST.20250912
-> installed mem_usage.0.1.2
-> installed magic-mime.1.3.1
-> installed gen.1.1
-> installed ppx_derivers.1.2.1
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed re.1.13.2
-> installed mm.0.8.6
-> installed curl.0.10.0
-> installed bigstringaf.0.10.0
-> installed ordering.3.21.0
-> installed pp.2.0.0
-> installed angstrom.0.16.1
-> installed top-closure.3.21.0
-> installed xml-light.2.5
-> installed dyn.3.21.0
-> installed uri.4.4.0
-> installed base.v0.16.4
-> installed stdune.3.21.0
-> installed dune-private-libs.3.21.0
-> installed ppxlib.0.35.0
-> installed menhir.20250912
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed dune-site.3.21.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_string.v0.16.0
-> installed camomile.2.0.0
-> installed liquidsoap-lang.2.4.2
-> installed liquidsoap.2.4.2
Done.
<><> liquidsoap.2.4.2 installed successfully ><><><><><><><><><><><><><><><><><>
=> ✨ Congratulations on installing liquidsoap! ✨
=> We noticed that you did not install the ffmpeg package. This package is
highly recommended for most users and provides a lot of useful features,
including decoding and encoding multiple media format, sending and
receiving from various inputs and outputs and more.
=> We noticed that you did not install any ssl or tls support. Liquidsoap won't
be able to use SSL encryption in its input or output operators. You might want
to install one of ssl or tls-liquidsoap package.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 17:54.23 ---> saved as "22ca4fe32950ea00b906939f8ab921db40f3f7a1f25a31151d3578a9cd84fc55"
Job succeeded
2026-01-17 17:54.35: Job succeeded