Build:
- 0
2026-01-24 14:48.05: New job: build shakuhachi.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29275/head (34d492666d34169ccd17a3c6aa5a45fb62641a87)
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/29275/head" && git reset --hard 34d49266
git fetch origin master
git merge --no-edit 8e1b9a49e880d409b435a16017fd056e29befb09
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 shakuhachi.0.2.0 0.2.0
RUN opam reinstall shakuhachi.0.2.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'shakuhachi.0.2.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-24 14:48.05: Using cache hint "macos-homebrew-ocaml-5.4-shakuhachi.0.2.0-34d492666d34169ccd17a3c6aa5a45fb62641a87"
2026-01-24 14:48.05: 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 shakuhachi.0.2.0 0.2.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall shakuhachi.0.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'shakuhachi.0.2.0' && 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-24 14:48.05: Waiting for resource in pool OCluster
2026-01-24 14:48.05: Waiting for worker…
2026-01-24 14:48.05: Got resource from pool OCluster
Building on i7-worker-03
Updating files: 31% (6004/19265)
Updating files: 32% (6165/19265)
Updating files: 33% (6358/19265)
Updating files: 34% (6551/19265)
Updating files: 35% (6743/19265)
Updating files: 36% (6936/19265)
Updating files: 37% (7129/19265)
Updating files: 38% (7321/19265)
Updating files: 39% (7514/19265)
Updating files: 40% (7706/19265)
Updating files: 41% (7899/19265)
Updating files: 42% (8092/19265)
Updating files: 43% (8284/19265)
Updating files: 44% (8477/19265)
Updating files: 45% (8670/19265)
Updating files: 46% (8862/19265)
Updating files: 47% (9055/19265)
Updating files: 48% (9248/19265)
Updating files: 49% (9440/19265)
Updating files: 50% (9633/19265)
Updating files: 51% (9826/19265)
Updating files: 52% (10018/19265)
Updating files: 53% (10211/19265)
Updating files: 54% (10404/19265)
Updating files: 55% (10596/19265)
Updating files: 56% (10789/19265)
Updating files: 57% (10982/19265)
Updating files: 58% (11174/19265)
Updating files: 58% (11230/19265)
Updating files: 59% (11367/19265)
Updating files: 60% (11559/19265)
Updating files: 61% (11752/19265)
Updating files: 62% (11945/19265)
Updating files: 63% (12137/19265)
Updating files: 64% (12330/19265)
Updating files: 65% (12523/19265)
Updating files: 66% (12715/19265)
Updating files: 67% (12908/19265)
Updating files: 68% (13101/19265)
Updating files: 69% (13293/19265)
Updating files: 70% (13486/19265)
Updating files: 71% (13679/19265)
Updating files: 72% (13871/19265)
Updating files: 73% (14064/19265)
Updating files: 74% (14257/19265)
Updating files: 75% (14449/19265)
Updating files: 76% (14642/19265)
Updating files: 77% (14835/19265)
Updating files: 78% (15027/19265)
Updating files: 79% (15220/19265)
Updating files: 80% (15412/19265)
Updating files: 81% (15605/19265)
Updating files: 82% (15798/19265)
Updating files: 83% (15990/19265)
Updating files: 84% (16183/19265)
Updating files: 85% (16376/19265)
Updating files: 86% (16568/19265)
Updating files: 87% (16761/19265)
Updating files: 87% (16798/19265)
Updating files: 88% (16954/19265)
Updating files: 89% (17146/19265)
Updating files: 90% (17339/19265)
Updating files: 91% (17532/19265)
Updating files: 92% (17724/19265)
Updating files: 93% (17917/19265)
Updating files: 94% (18110/19265)
Updating files: 95% (18302/19265)
Updating files: 96% (18495/19265)
Updating files: 97% (18688/19265)
Updating files: 98% (18880/19265)
Updating files: 99% (19073/19265)
Updating files: 100% (19265/19265)
Updating files: 100% (19265/19265), done.
HEAD is now at 3d35d1069b Merge commit 'ce9edb1c1cf58297d22f74a2a1bca34eb4ebcff5'
HEAD is now at 8e1b9a49e8 Merge pull request #29269 from mseri/ocurl
Updating 8e1b9a49e8..34d492666d
Fast-forward
packages/shakuhachi/shakuhachi.0.2.0/opam | 54 +++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 packages/shakuhachi/shakuhachi.0.2.0/opam
(from macos-homebrew-ocaml-5.4)
2026-01-24 14:48.21 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-01-24 14:48.21 ---> 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-01-24 14:48.21 ---> 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-01-24 14:48.22 ---> 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-01-24 14:48.22 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-01-24 14:48.32 ---> saved as "e7c67ff83073233d8c2a9aa16a9cd9863219c4d205eed12266b55fd9088d24df"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-24 14:48.54 ---> saved as "208074ebb1e61df14875b2e40649c6f9a8dd008ea5c0448545f95c164da37361"
/: (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.1%
0.9%
-
1.3%
# 1.6%
# 2.1%
# 2.6%
## 3.0%
## 3.4%
## 3.8%
### 4.3%
### 4.8%
### 5.2%
#### 5.6%
-
#### 6.0%
#### 6.4%
#### 6.9%
##### 7.4%
##### 7.8%
##### 8.2%
###### 8.6%
###### 9.0%
###### 9.6%
####### 10.0%
####### 10.4%
-
####### 10.8%
######## 11.2%
######## 11.7%
######## 12.2%
######### 12.6%
######### 13.0%
######### 13.4%
########## 13.9%
########## 14.4%
########## 14.8%
########## 15.2%
-
########### 15.6%
########### 16.0%
########### 16.5%
############ 16.9%
############ 17.3%
############ 17.9%
############# 18.3%
############# 18.7%
############# 19.1%
############## 19.5%
############## 19.9%
-
############## 20.3%
############### 20.9%
############### 21.2%
############### 21.6%
############### 22.2%
################ 22.6%
################ 23.0%
################ 23.4%
################# 23.8%
################# 24.2%
################# 24.8%
-
################## 25.2%
################## 25.6%
################## 26.1%
################### 26.5%
################### 26.9%
################### 27.5%
#################### 27.9%
#################### 28.3%
#################### 28.7%
#################### 29.1%
##################### 29.5%
-
##################### 30.0%
##################### 30.4%
###################### 30.8%
###################### 31.1%
###################### 31.6%
####################### 32.0%
####################### 32.4%
####################### 32.8%
######################## 33.3%
######################## 33.8%
######################## 34.2%
-
######################## 34.6%
######################### 35.0%
######################### 35.5%
######################### 35.9%
########################## 36.4%
########################## 36.8%
########################## 37.2%
########################### 37.7%
########################### 38.1%
########################### 38.5%
-
############################ 38.9%
############################ 39.3%
############################ 39.7%
############################ 40.2%
############################# 40.7%
############################# 41.1%
############################# 41.5%
############################## 41.9%
############################## 42.4%
############################## 42.9%
############################### 43.4%
-
############################### 43.8%
############################### 44.2%
################################ 44.6%
################################ 45.1%
################################ 45.5%
################################# 46.0%
################################# 46.4%
################################# 46.8%
################################## 47.2%
################################## 47.8%
################################## 48.2%
-
################################## 48.6%
################################### 49.0%
################################### 49.4%
################################### 49.8%
#################################### 50.4%
#################################### 50.8%
#################################### 51.2%
##################################### 51.6%
##################################### 52.0%
##################################### 52.4%
###################################### 52.9%
-
###################################### 53.3%
###################################### 53.7%
####################################### 54.2%
####################################### 54.6%
####################################### 55.1%
######################################## 55.6%
######################################## 56.0%
######################################## 56.4%
######################################## 56.8%
######################################### 57.2%
-
######################################### 57.6%
######################################### 58.0%
########################################## 58.6%
########################################## 58.9%
########################################## 59.4%
########################################### 59.9%
########################################### 60.3%
########################################### 60.9%
############################################ 61.3%
############################################ 61.7%
############################################ 62.1%
-
############################################# 62.5%
############################################# 63.1%
############################################# 63.5%
############################################# 63.9%
############################################## 64.3%
############################################## 64.8%
############################################## 65.2%
############################################### 65.8%
############################################### 66.2%
############################################### 66.6%
################################################ 67.0%
-
################################################ 67.4%
################################################ 67.8%
################################################# 68.4%
################################################# 68.8%
################################################# 69.1%
################################################## 69.7%
################################################## 70.1%
################################################## 70.5%
################################################### 71.0%
################################################### 71.4%
################################################### 71.8%
-
################################################### 72.2%
#################################################### 72.7%
#################################################### 73.2%
#################################################### 73.6%
##################################################### 74.1%
##################################################### 74.5%
##################################################### 74.9%
###################################################### 75.4%
###################################################### 75.9%
###################################################### 76.3%
####################################################### 76.7%
-
####################################################### 77.1%
####################################################### 77.5%
######################################################## 77.9%
######################################################## 78.5%
######################################################## 78.9%
######################################################### 79.3%
######################################################### 79.8%
######################################################### 80.2%
########################################################## 80.6%
########################################################## 81.2%
-
########################################################## 81.6%
########################################################### 82.0%
########################################################### 82.4%
########################################################### 82.8%
########################################################### 83.2%
############################################################ 83.8%
############################################################ 84.2%
############################################################# 84.7%
############################################################# 85.1%
############################################################# 85.5%
############################################################# 85.9%
-
############################################################## 86.5%
############################################################## 86.9%
############################################################## 87.3%
############################################################### 87.7%
############################################################### 88.1%
############################################################### 88.5%
################################################################ 89.1%
################################################################ 89.5%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.7%
-
################################################################# 91.1%
################################################################## 91.7%
################################################################## 92.0%
################################################################## 92.5%
################################################################## 93.0%
################################################################### 93.4%
################################################################### 93.8%
################################################################### 94.2%
#################################################################### 94.8%
#################################################################### 95.2%
#################################################################### 95.6%
-
##################################################################### 96.0%
##################################################################### 96.6%
##################################################################### 96.9%
###################################################################### 97.4%
###################################################################### 97.8%
###################################################################### 98.0%
###################################################################### 98.3%
###################################################################### 98.6%
####################################################################### 98.9%
####################################################################### 99.3%
####################################################################### 99.5%
-
####################################################################### 99.8%
######################################################################## 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-24 14:49.59 ---> saved as "185e452dcafd3b5107416a048c0921ab0c12fde2076837d613dd833283f4944d"
/: (run (shell "opam pin add -k version -yn shakuhachi.0.2.0 0.2.0"))
shakuhachi is now pinned to version 0.2.0
2026-01-24 14:50.01 ---> saved as "0b54e2617f53e1ea02858cf0c2b26276611f546ffe9e015382c6227404c29f7b"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall shakuhachi.0.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'shakuhachi.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
shakuhachi.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 29 packages
- install angstrom 0.16.1 [required by shakuhachi]
- install bigstringaf 0.10.0 [required by angstrom]
- install cmdliner 2.1.0 [required by shakuhachi]
- install conf-pkg-config 4 [required by conf-taglib_c, conf-sqlite3]
- install conf-sqlite3 1 [required by sqlite3]
- install conf-taglib_c 2 [required by otaglibc]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.0 [required by shakuhachi]
- install dune-configurator 3.21.0 [required by otaglibc, sqlite3]
- install magic-mime 1.3.1 [required by shakuhachi]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by uunf]
- install ocamlfind 1.9.8 [required by uunf]
- install otaglibc 0.1.0 [required by shakuhachi]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson]
- install ppx_deriving_yojson 3.10.0 [required by shakuhachi]
- install ppxlib 0.37.0 [required by ppx_deriving_yojson]
- install re 1.14.0 [required by shakuhachi]
- install sexplib0 v0.17.0 [required by ppxlib]
- install shakuhachi 0.2.0 (pinned)
- install sqlite3 5.3.1 [required by shakuhachi]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by uunf]
- install uunf 17.0.0 [required by shakuhachi]
- install xdg 3.21.0 [required by shakuhachi]
- install yojson 3.0.0 [required by shakuhachi]
The following system packages will first need to be installed:
pkgconf sqlite taglib
<><> 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" "pkgconf" "sqlite" "taglib"
- ==> Fetching downloads for: pkgconf, sqlite and taglib
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest sqlite (3.51.2)
- ✔︎ Bottle Manifest taglib (2.1.1)
- ✔︎ Bottle Manifest taglib (2.1.1)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle sqlite (3.51.2)
- ✔︎ Bottle Manifest utf8cpp (4.0.9)
- ✔︎ Bottle taglib (2.1.1)
- ✔︎ Bottle utf8cpp (4.0.9)
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Installing sqlite dependency: readline
- ==> Pouring readline--8.3.3.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/readline/8.3.3: 56 files, 2.6MB
- ==> Pouring sqlite--3.51.2.sequoia.bottle.tar.gz
- ==> Caveats
- sqlite 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 sqlite first in your PATH, run:
- echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/usr/local/opt/sqlite/lib"
- export CPPFLAGS="-I/usr/local/opt/sqlite/include"
-
- For pkgconf to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
- ==> Summary
- 🍺 /usr/local/Cellar/sqlite/3.51.2: 13 files, 5.2MB
- ==> Running `brew cleanup sqlite`...
- ==> Installing taglib dependency: utf8cpp
- ==> Pouring utf8cpp--4.0.9.all.bottle.tar.gz
- 🍺 /usr/local/Cellar/utf8cpp/4.0.9: 15 files, 148.6KB
- ==> Pouring taglib--2.1.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/taglib/2.1.1: 138 files, 1.9MB
- ==> Running `brew cleanup taglib`...
- ==> Caveats
- ==> sqlite
- sqlite 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 sqlite first in your PATH, run:
- echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/usr/local/opt/sqlite/lib"
- export CPPFLAGS="-I/usr/local/opt/sqlite/include"
-
- For pkgconf to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-taglib_c.2
-> installed conf-sqlite3.1
-> retrieved dune.3.21.0, dune-configurator.3.21.0, xdg.3.21.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved otaglibc.0.1.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> installed cmdliner.2.1.0
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved shakuhachi.0.2.0 (https://codeberg.org/EruEri/shakuhachi/archive/0.2.0.tar.gz)
-> retrieved sqlite3.5.3.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uunf.17.0.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uunf.17.0.0
-> installed dune.3.21.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed magic-mime.1.3.1
-> installed csexp.1.5.2
-> installed xdg.3.21.0
-> installed yojson.3.0.0
-> installed re.1.14.0
-> installed cppo.1.8.0
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed otaglibc.0.1.0
-> installed sqlite3.5.3.1
-> installed angstrom.0.16.1
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed shakuhachi.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-24 14:52.11 ---> saved as "d4191ea7297472540b9a049c4bf330d6d114efc8a28dbd7a5706ecd64ba2e0c6"
Job succeeded
2026-01-24 14:52.25: Job succeeded