Build:
- 0
2026-03-08 04:21.53: New job: build dune-ai-context.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29517/head (e50e91599a631f1c251a0c6bd1acf9174cc68d06)
on macos-homebrew-ocaml-4.14/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29517/head" && git reset --hard e50e9159
git fetch origin master
git merge --no-edit 6c723fb169d315af6d1b07ba18f3ab659c649cc9
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 dune-ai-context.0.1.0 0.1.0
RUN opam reinstall dune-ai-context.0.1.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" != 'dune-ai-context.0.1.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-03-08 04:21.53: Using cache hint "macos-homebrew-ocaml-4.14-dune-ai-context.0.1.0-e50e91599a631f1c251a0c6bd1acf9174cc68d06"
2026-03-08 04:21.53: 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 dune-ai-context.0.1.0 0.1.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall dune-ai-context.0.1.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\" != 'dune-ai-context.0.1.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-03-08 04:21.53: Waiting for resource in pool OCluster
2026-03-08 04:21.54: Waiting for worker…
2026-03-08 04:21.54: Got resource from pool OCluster
Building on m1-worker-04
Updating files: 66% (12145/18392)
Updating files: 67% (12323/18392)
Updating files: 68% (12507/18392)
Updating files: 69% (12691/18392)
Updating files: 70% (12875/18392)
Updating files: 71% (13059/18392)
Updating files: 72% (13243/18392)
Updating files: 73% (13427/18392)
Updating files: 74% (13611/18392)
Updating files: 75% (13794/18392)
Updating files: 76% (13978/18392)
Updating files: 77% (14162/18392)
Updating files: 78% (14346/18392)
Updating files: 79% (14530/18392)
Updating files: 80% (14714/18392)
Updating files: 81% (14898/18392)
Updating files: 82% (15082/18392)
Updating files: 83% (15266/18392)
Updating files: 84% (15450/18392)
Updating files: 85% (15634/18392)
Updating files: 86% (15818/18392)
Updating files: 87% (16002/18392)
Updating files: 88% (16185/18392)
Updating files: 89% (16369/18392)
Updating files: 90% (16553/18392)
Updating files: 91% (16737/18392)
Updating files: 92% (16921/18392)
Updating files: 93% (17105/18392)
Updating files: 94% (17289/18392)
Updating files: 95% (17473/18392)
Updating files: 96% (17657/18392)
Updating files: 97% (17841/18392)
Updating files: 98% (18025/18392)
Updating files: 99% (18209/18392)
Updating files: 100% (18392/18392)
Updating files: 100% (18392/18392), done.
HEAD is now at 6d6fa3cff7 Package dune-ai-context.0.1.0
HEAD is now at 6c723fb169 Merge pull request #29519 from mbarbin/opam-publish-crs.0.0.20260307
Updating 6c723fb169..e50e91599a
Fast-forward
.../dune-ai-context/dune-ai-context.0.1.0/opam | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 packages/dune-ai-context/dune-ai-context.0.1.0/opam
(from macos-homebrew-ocaml-4.14)
2026-03-08 04:22.04 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-08 04:22.04 ---> 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-03-08 04:22.05 ---> 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=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 7
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-08 04:22.05 ---> 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-03-08 04:22.05 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-08 04:22.10 ---> saved as "85380b86183f079ceea1b089828f4586f0ef98dc86dd15376d05cba26ed731e8"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-08 04:22.19 ---> saved as "cbd866bf2a52642aa7b277aece2d846cede2a975b783550ef38dee2985f32c39"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167
- #=#=#
0.1%
0.5%
# 1.6%
# 2.2%
-
# 2.7%
## 3.7%
### 4.5%
### 5.0%
### 5.3%
#### 5.9%
#### 6.3%
#### 6.7%
##### 7.1%
-
##### 7.5%
##### 8.0%
###### 8.4%
###### 8.8%
###### 9.3%
###### 9.5%
####### 9.9%
####### 10.3%
####### 10.7%
####### 11.0%
######## 11.4%
-
######## 11.8%
######## 12.2%
######### 12.6%
######### 12.8%
######### 13.1%
######### 13.4%
######### 13.7%
######### 13.8%
########## 14.1%
########## 14.3%
-
########## 14.5%
########## 14.7%
########## 15.0%
########## 15.1%
########### 15.4%
########### 15.6%
########### 15.8%
########### 16.0%
########### 16.2%
########### 16.4%
############ 16.7%
############ 16.8%
-
############ 17.1%
############ 17.2%
############ 17.5%
############ 17.8%
############ 17.9%
############# 18.2%
############# 18.3%
############# 18.6%
############# 18.9%
############# 19.0%
############# 19.3%
-
############## 19.5%
############## 19.7%
############## 19.9%
############## 20.2%
############## 20.3%
############## 20.6%
############## 20.7%
############### 21.0%
############### 21.3%
############### 21.4%
-
############### 21.7%
############### 21.8%
############### 22.1%
################ 22.4%
################ 22.5%
################ 22.8%
################ 23.0%
################ 23.2%
################ 23.4%
################# 23.7%
################# 23.8%
-
################# 24.1%
################# 24.4%
################# 24.5%
################# 24.8%
################# 24.9%
################## 25.2%
################## 25.5%
################## 25.6%
################## 25.9%
################## 26.1%
################## 26.2%
-
################### 26.5%
################### 26.8%
################### 26.9%
################### 27.2%
################### 27.3%
################### 27.6%
#################### 27.8%
#################### 28.0%
#################### 28.2%
#################### 28.4%
#################### 28.6%
-
#################### 28.8%
#################### 29.1%
##################### 29.3%
##################### 29.5%
##################### 29.7%
##################### 30.0%
##################### 30.1%
##################### 30.4%
###################### 30.7%
###################### 30.8%
-
###################### 31.0%
###################### 31.3%
###################### 31.4%
###################### 31.7%
####################### 32.0%
####################### 32.2%
####################### 32.4%
####################### 32.6%
####################### 32.8%
####################### 33.1%
-
####################### 33.3%
######################## 33.5%
######################## 33.7%
######################## 34.0%
######################## 34.1%
######################## 34.4%
######################## 34.5%
######################### 34.8%
######################### 35.1%
######################### 35.2%
######################### 35.5%
-
######################### 35.6%
######################### 35.9%
########################## 36.1%
########################## 36.3%
########################## 36.6%
########################## 36.7%
########################## 37.0%
########################## 37.2%
########################## 37.5%
########################### 37.6%
########################### 37.9%
-
########################### 38.1%
########################### 38.4%
########################### 38.5%
########################### 38.8%
############################ 38.9%
############################ 39.2%
############################ 39.5%
############################ 39.6%
############################ 39.9%
############################ 40.0%
############################# 40.3%
-
############################# 40.6%
############################# 40.7%
############################# 41.0%
############################# 41.1%
############################# 41.4%
############################# 41.6%
############################## 41.9%
############################## 42.3%
############################## 42.5%
############################## 42.9%
############################### 43.3%
-
############################### 43.7%
############################### 44.3%
################################ 44.7%
################################ 45.1%
################################ 45.5%
################################# 45.9%
################################# 46.2%
################################# 46.4%
################################# 46.7%
################################# 46.9%
################################# 47.2%
-
################################## 47.3%
################################## 47.6%
################################## 47.7%
################################## 48.0%
################################## 48.3%
################################## 48.4%
################################### 48.7%
################################### 48.8%
################################### 49.1%
################################### 49.4%
################################### 49.5%
-
################################### 49.8%
################################### 49.9%
#################################### 50.2%
#################################### 50.4%
#################################### 50.6%
#################################### 50.8%
#################################### 51.1%
#################################### 51.4%
##################################### 51.6%
##################################### 51.7%
-
##################################### 52.0%
##################################### 52.3%
##################################### 52.4%
##################################### 52.7%
###################################### 53.0%
###################################### 53.1%
###################################### 53.4%
###################################### 53.5%
###################################### 53.8%
###################################### 54.1%
####################################### 54.2%
-
####################################### 54.5%
####################################### 54.6%
####################################### 54.9%
####################################### 55.0%
####################################### 55.3%
####################################### 55.5%
######################################## 55.7%
######################################## 56.0%
######################################## 56.1%
######################################## 56.4%
-
######################################## 56.6%
######################################## 56.9%
######################################### 57.0%
######################################### 57.3%
######################################### 57.6%
######################################### 57.7%
######################################### 58.0%
######################################### 58.2%
########################################## 58.5%
########################################## 58.6%
########################################## 58.9%
-
########################################## 59.1%
########################################## 59.3%
########################################## 59.5%
########################################## 59.7%
########################################### 59.9%
########################################### 60.2%
########################################### 60.4%
########################################### 60.6%
########################################### 60.8%
########################################### 61.0%
############################################ 61.3%
-
############################################ 61.4%
############################################ 61.7%
############################################ 61.8%
############################################ 62.1%
############################################ 62.4%
############################################# 62.5%
############################################# 62.8%
############################################# 63.0%
############################################# 63.3%
############################################# 63.4%
############################################# 63.7%
-
############################################# 63.8%
############################################## 64.1%
############################################## 64.4%
############################################## 64.5%
############################################## 64.8%
############################################## 64.9%
############################################## 65.2%
############################################### 65.4%
############################################### 65.6%
############################################### 65.8%
############################################### 66.0%
-
############################################### 66.2%
############################################### 66.5%
################################################ 66.8%
################################################ 66.9%
################################################ 67.2%
################################################ 67.5%
################################################ 67.6%
################################################ 67.9%
################################################# 68.1%
################################################# 68.4%
-
################################################# 68.5%
################################################# 68.8%
################################################# 69.0%
################################################# 69.2%
################################################# 69.4%
################################################## 69.7%
################################################## 69.9%
################################################## 70.1%
################################################## 70.3%
################################################## 70.5%
################################################## 70.7%
-
################################################### 70.9%
################################################### 71.2%
################################################### 71.3%
################################################### 71.6%
################################################### 71.8%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.6%
#################################################### 72.7%
#################################################### 73.0%
-
#################################################### 73.2%
#################################################### 73.5%
##################################################### 73.6%
##################################################### 73.9%
##################################################### 74.0%
##################################################### 74.3%
##################################################### 74.6%
##################################################### 74.8%
##################################################### 74.9%
###################################################### 75.2%
###################################################### 75.5%
-
###################################################### 75.6%
###################################################### 75.9%
###################################################### 76.2%
###################################################### 76.3%
####################################################### 76.6%
####################################################### 76.8%
####################################################### 77.0%
####################################################### 77.2%
####################################################### 77.5%
####################################################### 77.6%
######################################################## 77.9%
-
######################################################## 78.2%
######################################################## 78.3%
######################################################## 78.6%
######################################################## 78.7%
######################################################## 79.0%
######################################################### 79.3%
######################################################### 79.5%
######################################################### 79.6%
######################################################### 79.9%
######################################################### 80.0%
######################################################### 80.3%
-
########################################################## 80.6%
########################################################## 80.8%
########################################################## 81.0%
########################################################## 81.2%
########################################################## 81.4%
########################################################## 81.6%
########################################################## 81.8%
########################################################### 82.0%
########################################################### 82.3%
########################################################### 82.4%
########################################################### 82.7%
-
########################################################### 83.0%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.5%
############################################################ 83.8%
############################################################ 84.1%
############################################################ 84.3%
############################################################ 84.4%
############################################################ 84.7%
############################################################# 85.0%
############################################################# 85.2%
-
############################################################# 85.5%
############################################################# 85.8%
############################################################# 85.9%
############################################################## 86.2%
############################################################## 86.4%
############################################################## 86.7%
############################################################## 86.8%
############################################################## 87.1%
############################################################## 87.2%
############################################################### 87.5%
-
############################################################### 87.8%
############################################################### 88.1%
############################################################### 88.2%
############################################################### 88.5%
############################################################### 88.6%
############################################################### 88.9%
################################################################ 89.1%
################################################################ 89.4%
################################################################ 89.5%
################################################################ 89.8%
################################################################ 89.9%
-
################################################################ 90.2%
################################################################# 90.5%
################################################################# 90.7%
################################################################# 90.8%
################################################################# 91.1%
################################################################# 91.4%
################################################################# 91.5%
################################################################## 91.8%
################################################################## 92.1%
################################################################## 92.2%
################################################################## 92.5%
-
################################################################## 92.6%
################################################################## 92.9%
################################################################### 93.1%
################################################################### 93.4%
################################################################### 93.5%
################################################################### 93.8%
################################################################### 93.9%
################################################################### 94.2%
#################################################################### 94.5%
#################################################################### 94.6%
#################################################################### 94.9%
-
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.5%
#################################################################### 95.8%
##################################################################### 95.9%
##################################################################### 96.2%
##################################################################### 96.3%
##################################################################### 96.6%
##################################################################### 96.9%
##################################################################### 97.0%
###################################################################### 97.3%
-
###################################################################### 97.5%
###################################################################### 97.7%
###################################################################### 97.9%
###################################################################### 98.1%
###################################################################### 98.3%
####################################################################### 98.6%
####################################################################### 98.8%
####################################################################### 99.0%
####################################################################### 99.3%
####################################################################### 99.4%
####################################################################### 99.7%
-
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-03-08 04:23.27 ---> saved as "7509e5c96176685d69b20cec8ffc7d35d56dcda6bc03fc8ec535de1a674d8ab0"
/: (run (shell "opam pin add -k version -yn dune-ai-context.0.1.0 0.1.0"))
dune-ai-context is now pinned to version 0.1.0
2026-03-08 04:23.28 ---> saved as "4ba601dad0b77dedc83aa00b24f2c0e390b0b665797c3fd0ec27a610c046dd52"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall dune-ai-context.0.1.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\" != 'dune-ai-context.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune-ai-context.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install dune 3.21.1 [required by dune-ai-context]
- install dune-ai-context 0.1.0 (pinned)
- install num 1.6 [required by sexplib]
- install parsexp v0.16.0 [required by sexplib]
- install sexplib v0.16.0 [required by dune-ai-context]
- install sexplib0 v0.16.0 [required by sexplib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1 (cached)
-> retrieved dune-ai-context.0.1.0 (https://github.com/zenfey/dune-ai-context/archive/refs/tags/v0.1.0.tar.gz)
-> retrieved num.1.6 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> installed num.1.6
-> installed dune.3.21.1
-> installed sexplib0.v0.16.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
[ERROR] The compilation of dune-ai-context.0.1.0 failed at "dune build -p dune-ai-context -j 7 @install".
#=== ERROR while compiling dune-ai-context.0.1.0 ==============================#
# context 2.5.0 | macos/arm64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/zenfey/dune-ai-context/archive/refs/tags/v0.1.0.tar.gz)
# path ~/.opam/4.14.2/.opam-switch/build/dune-ai-context.0.1.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p dune-ai-context -j 7 @install
# exit-code 1
# env-file ~/.opam/log/dune-ai-context-98187-7e3e8e.env
# output-file ~/.opam/log/dune-ai-context-98187-7e3e8e.out
### output ###
# File "lib/dune", line 5, characters 18-33:
# 5 | (preprocess (pps ppx_inline_test))
# ^^^^^^^^^^^^^^^
# Error: Library "ppx_inline_test" not found.
# -> required by library "dune_ai_context" in _build/default/lib
# -> required by executable dune_ai_context in bin/dune:3
# -> required by _build/default/bin/dune_ai_context.exe
# -> required by _build/install/default/bin/dune-ai-context
# -> required by _build/default/dune-ai-context.install
# -> required by alias install
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build dune-ai-context 0.1.0
+-
+- The following changes have been performed
| - install dune 3.21.1
| - install num 1.6
| - install parsexp v0.16.0
| - install sexplib v0.16.0
| - install sexplib0 v0.16.0
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20260308042330.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall dune-ai-context.0.1.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" != 'dune-ai-context.0.1.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-03-08 04:24.11: Job failed: Failed: Build failed
2026-03-08 04:24.11: Log analysis:
2026-03-08 04:24.11: >>>
[ERROR] The compilation of dune-ai-context.0.1.0 failed at "dune build -p dune-ai-context -j 7 @install".
(score = 20)
2026-03-08 04:24.11: >>>
# Error: Library "ppx_inline_test" not found.
(score = 48)
2026-03-08 04:24.11: Library "ppx_inline_test" not found.