- github
- ocaml
- opam-repository
- 6e365c
- macos,macos-homebrew-ocaml-5.4-amd64,liquidsoap-js.2.4.3
(not at the head of any monitored branch or PR)
2026-04-11 21:11.42: New job: build liquidsoap-js.2.4.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29708/head (6e365c3152323f2e4b6fb688668cd535d3dd08a0)
on macos-homebrew-ocaml-5.4/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/29708/head" && git reset --hard 6e365c31
git fetch origin master
git merge --no-edit c18adeb75d158d5999645fdf3e6e1503c882cdc3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
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-js.2.4.3 2.4.3
RUN opam reinstall liquidsoap-js.2.4.3; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'liquidsoap-js.2.4.3' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-11 21:11.42: Using cache hint "macos-homebrew-ocaml-5.4-liquidsoap-js.2.4.3-6e365c3152323f2e4b6fb688668cd535d3dd08a0"
2026-04-11 21:11.42: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(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-js.2.4.3 2.4.3"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall liquidsoap-js.2.4.3;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'liquidsoap-js.2.4.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-11 21:11.42: Waiting for resource in pool OCluster
2026-04-11 21:11.43: Waiting for worker…
2026-04-11 21:11.43: Got resource from pool OCluster
Building on i7-worker-02
Updating files: 35% (6720/18674)
Updating files: 36% (6723/18674)
Updating files: 37% (6910/18674)
Updating files: 38% (7097/18674)
Updating files: 39% (7283/18674)
Updating files: 40% (7470/18674)
Updating files: 41% (7657/18674)
Updating files: 42% (7844/18674)
Updating files: 43% (8030/18674)
Updating files: 44% (8217/18674)
Updating files: 45% (8404/18674)
Updating files: 46% (8591/18674)
Updating files: 47% (8777/18674)
Updating files: 48% (8964/18674)
Updating files: 49% (9151/18674)
Updating files: 50% (9337/18674)
Updating files: 51% (9524/18674)
Updating files: 52% (9711/18674)
Updating files: 53% (9898/18674)
Updating files: 54% (10084/18674)
Updating files: 55% (10271/18674)
Updating files: 56% (10458/18674)
Updating files: 57% (10645/18674)
Updating files: 58% (10831/18674)
Updating files: 58% (10966/18674)
Updating files: 59% (11018/18674)
Updating files: 60% (11205/18674)
Updating files: 61% (11392/18674)
Updating files: 62% (11578/18674)
Updating files: 63% (11765/18674)
Updating files: 64% (11952/18674)
Updating files: 65% (12139/18674)
Updating files: 66% (12325/18674)
Updating files: 67% (12512/18674)
Updating files: 68% (12699/18674)
Updating files: 69% (12886/18674)
Updating files: 70% (13072/18674)
Updating files: 71% (13259/18674)
Updating files: 72% (13446/18674)
Updating files: 73% (13633/18674)
Updating files: 74% (13819/18674)
Updating files: 75% (14006/18674)
Updating files: 76% (14193/18674)
Updating files: 77% (14379/18674)
Updating files: 78% (14566/18674)
Updating files: 79% (14753/18674)
Updating files: 80% (14940/18674)
Updating files: 81% (15126/18674)
Updating files: 82% (15313/18674)
Updating files: 83% (15500/18674)
Updating files: 84% (15687/18674)
Updating files: 85% (15873/18674)
Updating files: 85% (16029/18674)
Updating files: 86% (16060/18674)
Updating files: 87% (16247/18674)
Updating files: 88% (16434/18674)
Updating files: 89% (16620/18674)
Updating files: 90% (16807/18674)
Updating files: 91% (16994/18674)
Updating files: 92% (17181/18674)
Updating files: 93% (17367/18674)
Updating files: 94% (17554/18674)
Updating files: 95% (17741/18674)
Updating files: 96% (17928/18674)
Updating files: 97% (18114/18674)
Updating files: 98% (18301/18674)
Updating files: 99% (18488/18674)
Updating files: 100% (18674/18674)
Updating files: 100% (18674/18674), done.
HEAD is now at 1ae5c549ec [new release] nats-client (2 packages) (0.0.5)
HEAD is now at c18adeb75d Merge pull request #29698 from daysv/release-sm-0.1.1
Updating c18adeb75d..6e365c3152
Fast-forward
packages/liquidsoap-js/liquidsoap-js.2.4.3/opam | 44 ++++++
.../liquidsoap-lang/liquidsoap-lang.2.4.3/opam | 47 ++++++
.../liquidsoap-mode/liquidsoap-mode.2.4.3/opam | 47 ++++++
packages/liquidsoap/liquidsoap.2.4.3/opam | 163 +++++++++++++++++++++
4 files changed, 301 insertions(+)
create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.4.3/opam
create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.4.3/opam
create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.4.3/opam
create mode 100644 packages/liquidsoap/liquidsoap.2.4.3/opam
(from macos-homebrew-ocaml-5.4)
2026-04-11 21:12.04 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-11 21:12.05 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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-04-11 21:12.05 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-04-11 21:12.05 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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-04-11 21:12.06 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-11 21:12.16 ---> saved as "6dd3b89c9e3a59b5b297af0603390239e5cc891426e32153bd853fb072be9f7b"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-11 21:12.37 ---> saved as "94204c98446a5b36ea28a7703c8e22b806ed9cb3532b4c11131ba80bb57ae09a"
/: (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:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#
0.1%
0.3%
-
0.5%
0.7%
0.8%
# 1.5%
# 1.6%
# 1.7%
# 1.9%
-
# 2.1%
# 2.2%
# 2.3%
# 2.5%
# 2.6%
# 2.7%
## 2.9%
## 3.0%
## 3.1%
## 3.3%
-
## 3.4%
## 3.5%
## 3.7%
## 3.8%
## 3.9%
## 4.1%
### 4.2%
### 4.3%
### 4.5%
### 4.6%
-
### 4.7%
### 5.0%
### 5.1%
### 5.3%
### 5.4%
### 5.5%
#### 5.7%
#### 5.8%
#### 5.9%
#### 6.1%
-
#### 6.2%
#### 6.3%
#### 6.5%
#### 6.6%
#### 6.7%
#### 6.8%
##### 7.0%
##### 7.1%
##### 7.2%
##### 7.4%
-
##### 7.5%
##### 7.6%
##### 7.8%
##### 8.0%
##### 8.2%
##### 8.3%
###### 8.4%
###### 8.6%
-
###### 8.7%
###### 8.8%
###### 9.0%
###### 9.1%
###### 9.2%
###### 9.4%
###### 9.5%
###### 9.6%
-
####### 9.8%
####### 9.9%
####### 10.0%
####### 10.2%
####### 10.3%
####### 10.4%
####### 10.6%
####### 10.8%
-
####### 11.0%
####### 11.1%
######## 11.2%
######## 11.4%
######## 11.5%
######## 11.6%
######## 11.7%
######## 11.8%
######## 12.0%
######## 12.1%
-
######## 12.2%
######## 12.4%
######### 12.5%
######### 12.8%
######### 12.9%
######### 13.0%
######### 13.2%
######### 13.3%
######### 13.4%
-
######### 13.6%
######### 13.7%
######### 13.8%
########## 14.0%
########## 14.1%
########## 14.2%
########## 14.4%
########## 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.2%
########### 16.3%
########### 16.6%
############ 16.7%
############ 16.9%
############ 17.0%
############ 17.1%
############ 17.3%
-
############ 17.4%
############ 17.5%
############ 17.7%
############ 17.8%
############ 17.9%
############# 18.1%
############# 18.2%
############# 18.2%
############# 18.4%
-
############# 18.5%
############# 18.8%
############# 18.9%
############# 19.0%
############# 19.2%
############# 19.3%
############# 19.4%
############## 19.6%
############## 19.7%
-
############## 19.8%
############## 20.0%
############## 20.1%
############## 20.2%
############## 20.4%
############## 20.5%
############## 20.6%
############## 20.8%
############### 20.9%
############### 21.0%
-
############### 21.1%
############### 21.3%
############### 21.4%
############### 21.5%
############### 21.7%
############### 21.8%
############### 21.9%
############### 22.1%
-
############### 22.2%
################ 22.3%
################ 22.5%
################ 22.6%
################ 22.7%
################ 22.9%
################ 23.0%
################ 23.1%
################ 23.2%
################ 23.4%
################ 23.5%
-
################# 23.6%
################# 23.8%
################# 23.9%
################# 24.2%
################# 24.3%
################# 24.4%
################# 24.6%
################# 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.4%
-
################### 26.6%
################### 26.7%
################### 26.8%
################### 27.0%
################### 27.1%
################### 27.2%
################### 27.4%
################### 27.5%
################### 27.6%
################### 27.7%
-
#################### 27.9%
#################### 28.0%
#################### 28.1%
#################### 28.3%
#################### 28.4%
#################### 28.5%
#################### 28.7%
#################### 28.8%
#################### 28.9%
-
#################### 29.1%
##################### 29.2%
##################### 29.3%
##################### 29.5%
##################### 29.6%
##################### 29.7%
##################### 29.8%
##################### 30.0%
##################### 30.1%
##################### 30.2%
-
##################### 30.4%
##################### 30.5%
###################### 30.6%
###################### 30.8%
###################### 30.9%
###################### 31.0%
###################### 31.2%
###################### 31.3%
###################### 31.4%
-
###################### 31.6%
###################### 31.7%
###################### 31.8%
####################### 32.0%
####################### 32.1%
####################### 32.4%
####################### 32.5%
####################### 32.7%
####################### 32.9%
####################### 33.0%
-
####################### 33.3%
######################## 33.4%
######################## 33.5%
######################## 33.8%
######################## 33.9%
######################## 34.1%
######################## 34.3%
######################## 34.5%
######################## 34.6%
######################### 34.8%
-
######################### 35.0%
######################### 35.2%
######################### 35.4%
######################### 35.6%
######################### 35.7%
######################### 36.0%
######################### 36.1%
########################## 36.2%
########################## 36.5%
########################## 36.6%
-
########################## 36.8%
########################## 37.0%
########################## 37.2%
########################## 37.4%
########################### 37.6%
########################### 37.7%
########################### 38.0%
########################### 38.1%
########################### 38.4%
########################### 38.5%
-
########################### 38.6%
############################ 38.9%
############################ 39.0%
############################ 39.2%
############################ 39.4%
############################ 39.6%
############################ 39.8%
############################ 40.0%
############################ 40.2%
############################# 40.4%
-
############################# 40.7%
############################# 41.0%
############################# 41.1%
############################# 41.4%
############################# 41.5%
############################## 41.8%
############################## 42.0%
############################## 42.2%
############################## 42.4%
############################## 42.6%
############################## 42.8%
-
############################### 43.1%
############################### 43.2%
############################### 43.5%
############################### 43.8%
############################### 43.9%
############################### 44.1%
############################### 44.4%
################################ 44.5%
################################ 44.8%
################################ 44.9%
################################ 45.2%
-
################################ 45.5%
################################ 45.6%
################################# 45.9%
################################# 46.1%
################################# 46.3%
################################# 46.5%
################################# 46.7%
################################# 46.9%
################################# 47.2%
################################## 47.5%
-
################################## 47.6%
################################## 47.9%
################################## 48.1%
################################## 48.3%
################################## 48.5%
################################### 48.7%
################################### 48.9%
################################### 49.1%
################################### 49.4%
################################### 49.5%
-
################################### 49.8%
################################### 49.9%
#################################### 50.2%
#################################### 50.5%
#################################### 50.6%
#################################### 50.9%
#################################### 51.1%
#################################### 51.3%
##################################### 51.5%
##################################### 51.8%
-
##################################### 51.9%
##################################### 52.2%
##################################### 52.5%
##################################### 52.6%
###################################### 52.9%
###################################### 53.1%
###################################### 53.3%
###################################### 53.5%
###################################### 53.7%
###################################### 53.9%
####################################### 54.2%
-
####################################### 54.3%
####################################### 54.6%
####################################### 54.9%
####################################### 55.1%
####################################### 55.2%
####################################### 55.5%
######################################## 55.8%
######################################## 55.9%
######################################## 56.2%
######################################## 56.3%
-
######################################## 56.6%
######################################## 56.8%
######################################### 57.0%
######################################### 57.2%
######################################### 57.4%
######################################### 57.6%
######################################### 57.9%
######################################### 58.0%
######################################### 58.3%
########################################## 58.6%
########################################## 58.7%
-
########################################## 59.0%
########################################## 59.1%
########################################## 59.4%
########################################## 59.5%
########################################## 59.7%
########################################### 60.0%
########################################### 60.2%
########################################### 60.4%
########################################### 60.6%
########################################### 60.8%
########################################### 61.0%
-
############################################ 61.3%
############################################ 61.4%
############################################ 61.7%
############################################ 62.0%
############################################ 62.1%
############################################ 62.4%
############################################# 62.6%
############################################# 62.8%
############################################# 63.0%
############################################# 63.2%
############################################# 63.4%
-
############################################# 63.7%
############################################# 63.8%
############################################## 64.1%
############################################## 64.2%
############################################## 64.5%
############################################## 64.7%
############################################## 65.0%
############################################## 65.1%
############################################### 65.4%
############################################### 65.5%
############################################### 65.8%
-
############################################### 65.9%
############################################### 66.2%
############################################### 66.5%
############################################### 66.6%
################################################ 66.9%
################################################ 67.0%
################################################ 67.3%
################################################ 67.5%
################################################ 67.7%
################################################ 67.9%
-
################################################# 68.2%
################################################# 68.3%
################################################# 68.6%
################################################# 68.7%
################################################# 69.0%
################################################# 69.3%
################################################# 69.4%
################################################## 69.7%
################################################## 69.9%
################################################## 70.1%
################################################## 70.3%
-
################################################## 70.4%
################################################## 70.8%
################################################### 70.9%
################################################### 71.2%
################################################### 71.3%
################################################### 71.5%
################################################### 71.7%
################################################### 71.9%
################################################### 72.1%
-
#################################################### 72.3%
#################################################### 72.4%
#################################################### 72.7%
#################################################### 72.8%
#################################################### 72.9%
#################################################### 73.2%
#################################################### 73.3%
#################################################### 73.6%
##################################################### 73.7%
##################################################### 73.9%
##################################################### 74.1%
-
##################################################### 74.3%
##################################################### 74.4%
##################################################### 74.7%
##################################################### 74.8%
##################################################### 74.9%
###################################################### 75.2%
###################################################### 75.3%
###################################################### 75.5%
###################################################### 75.7%
###################################################### 75.8%
-
###################################################### 76.0%
###################################################### 76.2%
###################################################### 76.4%
####################################################### 76.5%
####################################################### 76.8%
####################################################### 76.9%
####################################################### 77.0%
####################################################### 77.3%
####################################################### 77.4%
####################################################### 77.6%
####################################################### 77.7%
-
######################################################## 78.0%
######################################################## 78.1%
######################################################## 78.2%
######################################################## 78.5%
######################################################## 78.6%
######################################################## 78.8%
######################################################## 79.0%
######################################################## 79.2%
######################################################### 79.3%
######################################################### 79.6%
######################################################### 79.7%
-
######################################################### 79.8%
######################################################### 80.1%
######################################################### 80.2%
######################################################### 80.4%
########################################################## 80.6%
########################################################## 80.7%
########################################################## 81.0%
########################################################## 81.1%
########################################################## 81.4%
########################################################## 81.5%
-
########################################################## 81.6%
########################################################## 81.8%
########################################################### 82.0%
########################################################### 82.2%
########################################################### 82.3%
########################################################### 82.6%
########################################################### 82.7%
########################################################### 83.0%
########################################################### 83.1%
########################################################### 83.2%
-
############################################################ 83.4%
############################################################ 83.6%
############################################################ 83.8%
############################################################ 83.9%
############################################################ 84.2%
############################################################ 84.3%
############################################################ 84.4%
############################################################ 84.7%
############################################################# 84.8%
############################################################# 85.1%
############################################################# 85.2%
-
############################################################# 85.3%
############################################################# 85.5%
############################################################# 85.7%
############################################################# 85.9%
############################################################# 86.0%
############################################################## 86.3%
############################################################## 86.4%
############################################################## 86.5%
############################################################## 86.8%
############################################################## 87.0%
############################################################## 87.1%
-
############################################################## 87.2%
############################################################## 87.5%
############################################################### 87.6%
############################################################### 87.8%
############################################################### 88.0%
############################################################### 88.2%
############################################################### 88.3%
############################################################### 88.6%
############################################################### 88.7%
############################################################### 88.8%
-
################################################################ 89.1%
################################################################ 89.2%
################################################################ 89.3%
################################################################ 89.6%
################################################################ 89.7%
################################################################ 89.9%
################################################################ 90.1%
################################################################# 90.3%
################################################################# 90.5%
################################################################# 90.7%
-
################################################################# 90.8%
################################################################# 90.9%
################################################################# 91.2%
################################################################# 91.3%
################################################################# 91.5%
################################################################## 91.7%
################################################################## 91.8%
################################################################## 92.1%
################################################################## 92.2%
################################################################## 92.4%
-
################################################################## 92.6%
################################################################## 92.8%
################################################################## 92.9%
################################################################## 93.0%
################################################################### 93.2%
################################################################### 93.3%
################################################################### 93.6%
################################################################### 93.7%
################################################################### 93.8%
################################################################### 94.0%
################################################################### 94.1%
-
################################################################### 94.2%
################################################################### 94.4%
#################################################################### 94.5%
#################################################################### 94.6%
#################################################################### 94.8%
#################################################################### 94.9%
#################################################################### 95.0%
#################################################################### 95.2%
#################################################################### 95.3%
#################################################################### 95.6%
#################################################################### 95.7%
-
#################################################################### 95.8%
##################################################################### 96.0%
##################################################################### 96.1%
##################################################################### 96.2%
##################################################################### 96.5%
##################################################################### 96.6%
##################################################################### 96.7%
##################################################################### 96.9%
##################################################################### 97.0%
##################################################################### 97.1%
-
###################################################################### 97.3%
###################################################################### 97.4%
###################################################################### 97.6%
###################################################################### 97.8%
###################################################################### 97.9%
###################################################################### 98.0%
###################################################################### 98.2%
###################################################################### 98.4%
###################################################################### 98.6%
####################################################################### 98.7%
####################################################################### 98.8%
-
####################################################################### 99.1%
####################################################################### 99.4%
####################################################################### 99.6%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.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-04-11 21:15.17 ---> saved as "ff6a02c4c84519b21ea71253c01f30293a7cc943541fd3f9d31d4c386a9e3a24"
/: (run (shell "opam pin add -k version -yn liquidsoap-js.2.4.3 2.4.3"))
liquidsoap-js is now pinned to version 2.4.3
2026-04-11 21:15.19 ---> saved as "6b86067edec0322b10e3995a31241a647e68bcac4f22dd8db8ae59531eaad022"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall liquidsoap-js.2.4.3;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'liquidsoap-js.2.4.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
liquidsoap-js.2.4.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 46 packages
- install base v0.17.3 [required by ppx_hash, ppx_string]
- install cmdliner 2.1.0 [required by js_of_ocaml-compiler]
- install csexp 1.5.2 [required by dune-private-libs]
- install domain_shims 0.1.0 [required by liquidsoap-lang]
- install dune 3.22.1 [required by liquidsoap-js]
- install dune-configurator 3.22.1 [required by base]
- install dune-private-libs 3.22.1 [required by dune-site]
- install dune-site 3.22.1 [required by liquidsoap-lang]
- install dyn 3.22.1 [required by dune-private-libs]
- install fileutils 0.6.6 [required by liquidsoap-lang]
- install fs-io 3.22.1 [required by stdune]
- install gen 1.1 [required by sedlex]
- install js_of_ocaml 6.3.2 [required by liquidsoap-js]
- install js_of_ocaml-compiler 6.3.2 [required by js_of_ocaml]
- install js_of_ocaml-ppx 6.3.2 [required by liquidsoap-js]
- install liquidsoap-js 2.4.3 (pinned)
- install liquidsoap-lang 2.4.3 [required by liquidsoap-js]
- install menhir 20260209 [required by liquidsoap-lang]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by js_of_ocaml-compiler]
- install menhirSdk 20260209 [required by js_of_ocaml-compiler]
- install ocaml-compiler-libs v0.17.0 [required by js_of_ocaml-compiler]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ordering 3.22.1 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_base v0.17.0 [required by ppx_string]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_hash]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by liquidsoap-lang]
- install ppx_sexp_conv v0.17.1 [required by ppx_hash]
- install ppx_string v0.17.0 [required by liquidsoap-lang]
- install ppxlib 0.38.0 [required by js_of_ocaml, js_of_ocaml-ppx]
- install ppxlib_jane v0.17.4 [required by ppx_hash]
- install re 1.14.0 [required by liquidsoap-lang]
- install sedlex 3.7 [required by liquidsoap-lang]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by base, ppxlib, ppx_sexp_conv]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.22.1 [required by dune-private-libs]
- install top-closure 3.22.1 [required by stdune]
- install xml-light 2.5 [required by liquidsoap-lang]
- install yojson 3.0.0 [required by js_of_ocaml-compiler]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (cached)
-> retrieved fileutils.0.6.6 (cached)
-> retrieved gen.1.1 (cached)
-> installed cmdliner.2.1.0
-> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2, js_of_ocaml-ppx.6.3.2 (cached)
-> retrieved liquidsoap-js.2.4.3, liquidsoap-lang.2.4.3 (https://github.com/savonet/liquidsoap/archive/refs/tags/v2.4.3.tar.gz)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppx_string.v0.17.0 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved xml-light.2.5 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed dune.3.22.1
-> installed domain_shims.0.1.0
-> installed fileutils.0.6.6
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhirSdk.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed pp.2.0.0
-> installed ordering.3.22.1
-> installed yojson.3.0.0
-> installed xml-light.2.5
-> installed top-closure.3.22.1
-> installed re.1.14.0
-> installed menhirCST.20260209
-> installed gen.1.1
-> installed fs-io.3.22.1
-> installed csexp.1.5.2
-> installed dyn.3.22.1
-> installed dune-configurator.3.22.1
-> installed menhir.20260209
-> installed stdune.3.22.1
-> installed base.v0.17.3
-> installed dune-private-libs.3.22.1
-> installed ppxlib.0.38.0
-> installed dune-site.3.22.1
-> installed ppx_cold.v0.17.0
-> installed ppxlib_jane.v0.17.4
-> installed sedlex.3.7
-> installed ppx_globalize.v0.17.2
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_string.v0.17.0
-> installed js_of_ocaml-compiler.6.3.2
-> installed liquidsoap-lang.2.4.3
-> installed js_of_ocaml.6.3.2
-> installed js_of_ocaml-ppx.6.3.2
-> installed liquidsoap-js.2.4.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 21:18.27 ---> saved as "57beda0bab7ae22b796375ffb80cfa2e97b9d3681d8e881564735220bdb4e18b"
Job succeeded
2026-04-11 21:18.39: Job succeeded