- github
- ocaml
- opam-repository
- 699c56
- macos,macos-homebrew-ocaml-5.4-amd64,caqti-driver-mariadb.2.3.1
(not at the head of any monitored branch or PR)
2026-05-24 22:43.56: New job: build caqti-driver-mariadb.2.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
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/29937/head" && git reset --hard 699c5684
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
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 caqti-driver-mariadb.2.3.1 2.3.1
RUN opam reinstall caqti-driver-mariadb.2.3.1; \
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" != 'caqti-driver-mariadb.2.3.1' && 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-05-24 22:43.56: Using cache hint "macos-homebrew-ocaml-5.4-caqti-driver-mariadb.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.56: 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 caqti-driver-mariadb.2.3.1 2.3.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall caqti-driver-mariadb.2.3.1;\
\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\" != 'caqti-driver-mariadb.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-24 22:43.56: Waiting for resource in pool OCluster
2026-05-24 22:44.01: Waiting for worker…
2026-05-24 22:56.35: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 40% (7224/17975)
Updating files: 41% (7370/17975)
Updating files: 42% (7550/17975)
Updating files: 43% (7730/17975)
Updating files: 44% (7909/17975)
Updating files: 45% (8089/17975)
Updating files: 46% (8269/17975)
Updating files: 47% (8449/17975)
Updating files: 48% (8628/17975)
Updating files: 49% (8808/17975)
Updating files: 50% (8988/17975)
Updating files: 51% (9168/17975)
Updating files: 52% (9347/17975)
Updating files: 53% (9527/17975)
Updating files: 54% (9707/17975)
Updating files: 55% (9887/17975)
Updating files: 56% (10066/17975)
Updating files: 57% (10246/17975)
Updating files: 58% (10426/17975)
Updating files: 59% (10606/17975)
Updating files: 60% (10785/17975)
Updating files: 61% (10965/17975)
Updating files: 62% (11145/17975)
Updating files: 63% (11325/17975)
Updating files: 64% (11504/17975)
Updating files: 65% (11684/17975)
Updating files: 66% (11864/17975)
Updating files: 67% (12044/17975)
Updating files: 68% (12223/17975)
Updating files: 69% (12403/17975)
Updating files: 70% (12583/17975)
Updating files: 70% (12639/17975)
Updating files: 71% (12763/17975)
Updating files: 72% (12942/17975)
Updating files: 73% (13122/17975)
Updating files: 74% (13302/17975)
Updating files: 75% (13482/17975)
Updating files: 76% (13661/17975)
Updating files: 77% (13841/17975)
Updating files: 78% (14021/17975)
Updating files: 79% (14201/17975)
Updating files: 80% (14380/17975)
Updating files: 81% (14560/17975)
Updating files: 82% (14740/17975)
Updating files: 83% (14920/17975)
Updating files: 84% (15099/17975)
Updating files: 85% (15279/17975)
Updating files: 86% (15459/17975)
Updating files: 87% (15639/17975)
Updating files: 88% (15818/17975)
Updating files: 89% (15998/17975)
Updating files: 90% (16178/17975)
Updating files: 91% (16358/17975)
Updating files: 92% (16537/17975)
Updating files: 93% (16717/17975)
Updating files: 94% (16897/17975)
Updating files: 95% (17077/17975)
Updating files: 96% (17256/17975)
Updating files: 97% (17436/17975)
Updating files: 98% (17616/17975)
Updating files: 99% (17796/17975)
Updating files: 100% (17975/17975)
Updating files: 100% (17975/17975), done.
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Merge made by the 'ort' strategy.
packages/caqti-async/caqti-async.2.3.1/opam | 41 +++++++++++++
.../caqti-driver-mariadb.2.3.1/opam | 34 +++++++++++
.../caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam | 33 +++++++++++
.../caqti-driver-postgresql.2.3.1/opam | 38 ++++++++++++
.../caqti-driver-sqlite3.2.3.1/opam | 33 +++++++++++
packages/caqti-dynload/caqti-dynload.2.3.1/opam | 41 +++++++++++++
packages/caqti-eio/caqti-eio.2.3.1/opam | 37 ++++++++++++
packages/caqti-lwt/caqti-lwt.2.3.1/opam | 39 ++++++++++++
packages/caqti-mirage/caqti-mirage.2.3.1/opam | 43 ++++++++++++++
.../caqti-tls-async/caqti-tls-async.2.3.1/opam | 36 +++++++++++
packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam | 34 +++++++++++
packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam | 35 +++++++++++
packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam | 34 +++++++++++
packages/caqti-tls/caqti-tls.2.3.1/opam | 40 +++++++++++++
.../caqti-type-calendar.2.3.1/opam | 31 ++++++++++
packages/caqti/caqti.2.3.1/opam | 69 ++++++++++++++++++++++
16 files changed, 618 insertions(+)
create mode 100644 packages/caqti-async/caqti-async.2.3.1/opam
create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.1/opam
create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam
create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.1/opam
create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.1/opam
create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.1/opam
create mode 100644 packages/caqti-eio/caqti-eio.2.3.1/opam
create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.1/opam
create mode 100644 packages/caqti-mirage/caqti-mirage.2.3.1/opam
create mode 100644 packages/caqti-tls-async/caqti-tls-async.2.3.1/opam
create mode 100644 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam
create mode 100644 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam
create mode 100644 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam
create mode 100644 packages/caqti-tls/caqti-tls.2.3.1/opam
create mode 100644 packages/caqti-type-calendar/caqti-type-calendar.2.3.1/opam
create mode 100644 packages/caqti/caqti.2.3.1/opam
(from macos-homebrew-ocaml-5.4)
2026-05-24 22:56.39 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-24 22:56.39 ---> 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-05-24 22:56.40 ---> 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-05-24 22:56.40 ---> 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-05-24 22:56.40 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-24 22:56.42 ---> using "bdaa603e83d997b2a2d627be915dd6838d647b51a3040b5337830f9316591aa1" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at file:///Users/mac1000/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-05-24 22:56.42 ---> using "70905007957777f2ee4f6656ffab3d789adc522f7f90b40397c0c42803067cb9" from cache
/: (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:9ceb962508dce8cc2468095292fbff2b69fd86e0b9ecca813bf8ead72d4effa1
- #=#=#
0.1%
0.4%
0.7%
0.9%
-
1.3%
# 1.7%
# 2.1%
# 2.5%
# 2.7%
## 2.9%
## 3.1%
## 3.4%
-
## 3.7%
## 3.8%
## 4.1%
### 4.3%
### 4.5%
### 4.7%
### 4.9%
### 5.1%
### 5.4%
### 5.5%
#### 5.8%
-
#### 5.9%
#### 6.2%
#### 6.3%
#### 6.6%
#### 6.8%
##### 7.1%
##### 7.2%
##### 7.5%
##### 7.6%
##### 7.9%
##### 8.2%
-
##### 8.3%
###### 8.6%
###### 8.8%
###### 9.0%
###### 9.2%
###### 9.5%
###### 9.6%
####### 9.9%
####### 10.0%
####### 10.3%
####### 10.6%
-
####### 10.7%
####### 11.0%
####### 11.1%
######## 11.4%
######## 11.6%
######## 11.7%
######## 12.0%
######## 12.2%
######## 12.4%
######### 12.6%
-
######### 12.8%
######### 13.0%
######### 13.3%
######### 13.4%
######### 13.7%
########## 14.0%
########## 14.1%
########## 14.4%
########## 14.5%
########## 14.8%
########## 14.9%
-
########## 15.2%
########### 15.4%
########### 15.6%
########### 15.8%
########### 16.0%
########### 16.2%
########### 16.5%
########### 16.6%
############ 16.9%
############ 17.1%
############ 17.4%
-
############ 17.5%
############ 17.8%
############ 17.9%
############# 18.2%
############# 18.4%
############# 18.6%
############# 18.9%
############# 19.0%
############# 19.3%
############## 19.6%
-
############## 19.7%
############## 20.0%
############## 20.2%
############## 20.3%
############## 20.6%
############## 20.7%
############### 21.0%
############### 21.1%
############### 21.4%
############### 21.7%
############### 21.8%
-
############### 22.1%
################ 22.3%
################ 22.5%
################ 22.7%
################ 23.0%
################ 23.1%
################ 23.4%
################# 23.6%
################# 23.8%
################# 24.0%
-
################# 24.3%
################# 24.4%
################# 24.7%
################# 24.8%
################## 25.1%
################## 25.4%
################## 25.5%
################## 25.8%
################## 25.9%
################## 26.2%
################## 26.3%
-
################### 26.6%
################### 26.8%
################### 27.1%
################### 27.2%
################### 27.5%
################### 27.7%
#################### 27.9%
#################### 28.1%
#################### 28.3%
#################### 28.5%
#################### 28.8%
-
#################### 28.9%
##################### 29.2%
##################### 29.4%
##################### 29.6%
##################### 29.8%
##################### 30.0%
##################### 30.2%
##################### 30.5%
###################### 30.6%
###################### 30.9%
###################### 31.2%
-
###################### 31.3%
###################### 31.6%
###################### 31.8%
####################### 32.0%
####################### 32.2%
####################### 32.5%
####################### 32.6%
####################### 32.9%
####################### 33.0%
####################### 33.3%
######################## 33.5%
-
######################## 33.7%
######################## 33.9%
######################## 34.1%
######################## 34.4%
######################## 34.5%
######################### 34.8%
######################### 35.0%
######################### 35.2%
######################### 35.4%
######################### 35.7%
-
######################### 35.8%
######################### 36.1%
########################## 36.4%
########################## 36.5%
########################## 36.8%
########################## 36.9%
########################## 37.2%
########################## 37.4%
########################### 37.6%
########################### 37.8%
########################### 38.1%
-
########################### 38.2%
########################### 38.5%
########################### 38.6%
########################### 38.9%
############################ 39.1%
############################ 39.4%
############################ 39.5%
############################ 39.8%
############################ 39.9%
############################ 40.2%
############################# 40.4%
-
############################# 40.6%
############################# 40.8%
############################# 41.1%
############################# 41.2%
############################# 41.5%
############################## 41.8%
############################## 41.9%
############################## 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%
################################ 45.1%
-
################################ 45.2%
################################ 45.5%
################################ 45.7%
################################# 45.9%
################################# 46.1%
################################# 46.4%
################################# 46.7%
################################# 46.8%
################################# 47.1%
################################# 47.2%
-
################################## 47.5%
################################## 47.7%
################################## 47.9%
################################## 48.1%
################################## 48.3%
################################## 48.5%
################################### 48.7%
################################### 49.0%
################################### 49.1%
################################### 49.4%
################################### 49.5%
-
################################### 49.8%
#################################### 50.1%
#################################### 50.2%
#################################### 50.5%
#################################### 50.7%
#################################### 50.9%
#################################### 51.1%
#################################### 51.3%
##################################### 51.5%
##################################### 51.8%
##################################### 51.9%
-
##################################### 52.2%
##################################### 52.5%
##################################### 52.6%
###################################### 52.9%
###################################### 53.0%
###################################### 53.3%
###################################### 53.5%
###################################### 53.7%
###################################### 53.9%
####################################### 54.2%
####################################### 54.3%
-
####################################### 54.6%
####################################### 54.7%
####################################### 55.0%
####################################### 55.2%
####################################### 55.4%
######################################## 55.6%
######################################## 55.9%
######################################## 56.0%
######################################## 56.3%
######################################## 56.6%
######################################## 56.7%
-
######################################### 57.0%
######################################### 57.1%
######################################### 57.4%
######################################### 57.6%
######################################### 57.8%
######################################### 58.0%
######################################### 58.3%
########################################## 58.4%
########################################## 58.7%
########################################## 58.9%
-
########################################## 59.1%
########################################## 59.3%
########################################## 59.6%
########################################## 59.7%
########################################### 60.0%
########################################### 60.2%
########################################### 60.5%
########################################### 60.6%
########################################### 60.9%
############################################ 61.2%
-
############################################ 61.3%
############################################ 61.6%
############################################ 61.8%
############################################ 62.0%
############################################ 62.2%
############################################ 62.4%
############################################# 62.6%
############################################# 62.9%
############################################# 63.0%
############################################# 63.3%
############################################# 63.4%
######
- ####################################
- ### 63.7%
############################################## 64.0%
############################################## 64.1%
############################################## 64.4%
############################################## 64.6%
############################################## 64.7%
############################################## 65.0%
############################################## 65.1%
############################################### 65.4%
############################################### 65.7%
############################################### 65.8%
-
############################################### 66.1%
############################################### 66.3%
############################################### 66.5%
################################################ 66.7%
################################################ 66.9%
################################################ 67.1%
################################################ 67.4%
################################################ 67.5%
################################################ 67.8%
################################################ 67.9%
################################################# 68.2%
-
################################################# 68.4%
################################################# 68.6%
################################################# 68.8%
################################################# 69.0%
################################################# 69.2%
################################################## 69.5%
################################################## 69.6%
################################################## 69.9%
################################################## 70.0%
################################################## 70.3%
################################################## 70.6%
-
################################################## 70.8%
################################################### 71.1%
################################################### 71.2%
################################################### 71.5%
################################################### 71.6%
################################################### 71.9%
################################################### 72.1%
#################################################### 72.3%
#################################################### 72.5%
#################################################### 72.7%
-
#################################################### 72.9%
#################################################### 73.2%
#################################################### 73.5%
##################################################### 73.7%
##################################################### 74.0%
##################################################### 74.3%
##################################################### 74.5%
##################################################### 74.8%
###################################################### 75.2%
###################################################### 75.5%
###################################################### 75.7%
-
###################################################### 76.0%
###################################################### 76.4%
####################################################### 76.6%
####################################################### 76.9%
####################################################### 77.1%
####################################################### 77.5%
######################################################## 77.8%
######################################################## 78.1%
######################################################## 78.3%
######################################################## 78.6%
######################################################## 78.9%
-
######################################################## 79.1%
######################################################### 79.4%
######################################################### 79.7%
######################################################### 80.1%
######################################################### 80.3%
########################################################## 80.6%
########################################################## 80.8%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.8%
########################################################### 82.0%
-
########################################################### 82.3%
########################################################### 82.6%
########################################################### 83.0%
########################################################### 83.2%
############################################################ 83.5%
############################################################ 83.8%
############################################################ 84.0%
############################################################ 84.3%
############################################################ 84.7%
############################################################# 85.0%
############################################################# 85.2%
-
############################################################# 85.4%
############################################################# 85.8%
############################################################## 86.1%
############################################################## 86.4%
############################################################## 86.6%
############################################################## 86.9%
############################################################## 87.2%
############################################################## 87.5%
############################################################### 87.7%
############################################################### 88.0%
############################################################### 88.4%
-
############################################################### 88.7%
################################################################ 88.9%
################################################################ 89.5%
################################################################ 89.9%
################################################################ 90.3%
################################################################# 90.9%
################################################################## 92.0%
################################################################## 92.8%
################################################################### 93.6%
#################################################################### 94.5%
#################################################################### 95.3%
-
##################################################################### 96.1%
##################################################################### 97.0%
###################################################################### 97.8%
###################################################################### 98.6%
####################################################################### 99.4%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.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-05-24 22:56.42 ---> using "c56962c564100922109bffccacc8c4d9900df06b364c470257ad5e3b12a9bcd2" from cache
/: (run (shell "opam pin add -k version -yn caqti-driver-mariadb.2.3.1 2.3.1"))
caqti-driver-mariadb is now pinned to version 2.3.1
2026-05-24 22:56.44 ---> saved as "89dbab3e7678163db322cc0b175c0220d3673a7eecc5db9378c7eb29720c0930"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall caqti-driver-mariadb.2.3.1;\
\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\" != 'caqti-driver-mariadb.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caqti-driver-mariadb.2.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 55 packages
- install angstrom 0.16.1 [required by caqti]
- install asn1-combinators 0.3.2 [required by x509]
- install base64 3.5.2 [required by x509]
- install bigstringaf 0.10.0 [required by caqti]
- install caqti 2.3.1 [required by caqti-driver-mariadb]
- install caqti-driver-mariadb 2.3.1 (pinned)
- install conf-gcc 1.0 [required by mariadb]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-mariadb 2 [required by mariadb]
- install conf-pkg-config 4 [required by conf-mariadb]
- install csexp 1.5.2 [required by dune-private-libs]
- install ctypes 0.24.0 [required by mariadb]
- install digestif 1.3.0 [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
- install domain-name 0.5.0 [required by caqti]
- install dune 3.23.1 [required by caqti-driver-mariadb]
- install dune-configurator 3.23.1 [required by mariadb]
- install dune-private-libs 3.23.1 [required by dune-site]
- install dune-site 3.23.1 [required by caqti]
- install duration 0.3.1 [required by mirage-crypto-rng]
- install dyn 3.23.1 [required by dune-private-libs]
- install eqaf 0.10 [required by mirage-crypto-ec, mirage-crypto-pk]
- install fmt 0.11.0 [required by logs, x509]
- install fs-io 3.23.1 [required by stdune]
- install gmap 0.3.0 [required by x509]
- install integers 0.8.0 [required by ctypes]
- install ipaddr 5.6.2 [required by caqti]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by caqti]
- install lru 0.3.1 [required by caqti]
- install lwt-dllist 1.1.0 [required by caqti]
- install macaddr 5.6.2 [required by ipaddr]
- install mariadb 1.3.0 [required by caqti-driver-mariadb]
- install mirage-crypto 2.1.0 [required by x509]
- install mirage-crypto-ec 2.1.0 [required by x509]
- install mirage-crypto-pk 2.1.0 [required by x509]
- install mirage-crypto-rng 2.1.0 [required by x509]
- install mtime 2.1.0 [required by caqti]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by mtime, logs, ptime]
- install ocamlfind 1.9.8 [required by mtime, logs, ptime]
- install ohex 0.2.0 [required by x509]
- install ordering 3.23.1 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install psq 0.2.1 [required by lru]
- install ptime 1.2.0 [required by caqti]
- install seq base [required by psq]
- install stdlib-shims 0.3.0 [required by integers]
- install stdune 3.23.1 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install top-closure 3.23.1 [required by stdune]
- install topkg 1.1.1 [required by mtime, logs, ptime]
- install uri 4.4.0 [required by caqti]
- install x509 1.0.6 [required by caqti]
- install zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
gcc gmp mariadb-connector-c pkgconf
<><> 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" "gcc" "gmp" "mariadb-connector-c" "pkgconf"
- Inspect the formula dependency plan before installing with `brew install --ask`.
- Enable ask mode by setting `HOMEBREW_ASK=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Fetching downloads for: gcc, gmp, mariadb-connector-c and pkgconf
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle isl (0.27)
- ✔︎ Bottle mpfr (4.2.2)
- ✔︎ Bottle libmpc (1.4.1)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle xz (5.8.3)
- ✔︎ Bottle zstd (1.5.7_1)
- ✔︎ Bottle ca-certificates (2026-05-14)
- ✔︎ Bottle mariadb-connector-c (3.4.8_1)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle openssl@3 (3.6.2)
- ✔︎ Bottle gcc (15.2.0_1)
- ==> Installing dependencies for gcc: gmp, isl, mpfr, libmpc, lz4, xz and zstd
- ==> Installing gcc dependency: gmp
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Installing gcc dependency: isl
- ==> Pouring isl--0.27.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/isl/0.27: 74 files, 8MB
- ==> Installing gcc dependency: mpfr
- ==> Pouring mpfr--4.2.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/mpfr/4.2.2: 31 files, 3.3MB
- ==> Installing gcc dependency: libmpc
- ==> Pouring libmpc--1.4.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/libmpc/1.4.1: 14 files, 511KB
- ==> Installing gcc dependency: lz4
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB
- ==> Installing gcc dependency: xz
- ==> Pouring xz--5.8.3.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.8.3: 96 files, 2.5MB
- ==> Installing gcc dependency: zstd
- ==> Pouring zstd--1.5.7_1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/zstd/1.5.7_1: 32 files, 2.5MB
- ==> Installing gcc
- ==> Pouring gcc--15.2.0_1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/gcc/15.2.0_1: 1,715 files, 513.7MB
- ==> Running `brew cleanup gcc`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Running `brew cleanup gmp`...
- ==> Installing dependencies for mariadb-connector-c: ca-certificates and openssl@3
- ==> Installing mariadb-connector-c dependency: ca-certificates
- ==> Pouring ca-certificates--2026-05-14.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2026-05-14: 4 files, 200.2KB
- ==> Installing mariadb-connector-c dependency: openssl@3
- ==> Pouring openssl@3--3.6.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/openssl@3/3.6.2: 7,627 files, 37.8MB
- ==> Installing mariadb-connector-c
- ==> Pouring mariadb-connector-c--3.4.8_1.sonoma.bottle.tar.gz
- ==> Caveats
- mariadb-connector-c is keg-only, which means it was not symlinked into /usr/local,
- because it conflicts with mariadb.
-
- If you need to have mariadb-connector-c first in your PATH, run:
- echo 'export PATH="/usr/local/opt/mariadb-connector-c/bin:$PATH"' >> ~/.profile
-
- For compilers to find mariadb-connector-c you may need to set:
- export LDFLAGS="-L/usr/local/opt/mariadb-connector-c/lib"
- export CPPFLAGS="-I/usr/local/opt/mariadb-connector-c/include"
- ==> Summary
- 🍺 /usr/local/Cellar/mariadb-connector-c/3.4.8_1: 164 files, 1.2MB
- ==> Running `brew cleanup mariadb-connector-c`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Caveats
- ==> mariadb-connector-c
- mariadb-connector-c is keg-only, which means it was not symlinked into /usr/local,
- because it conflicts with mariadb.
-
- If you need to have mariadb-connector-c first in your PATH, run:
- echo 'export PATH="/usr/local/opt/mariadb-connector-c/bin:$PATH"' >> ~/.profile
-
- For compilers to find mariadb-connector-c you may need to set:
- export LDFLAGS="-L/usr/local/opt/mariadb-connector-c/lib"
- export CPPFLAGS="-I/usr/local/opt/mariadb-connector-c/include"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved caqti.2.3.1, caqti-driver-mariadb.2.3.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-gcc.1.0
-> retrieved ctypes.0.24.0 (cached)
[ERROR] The compilation of conf-mariadb.2 failed at "sh -exc pkg-config --exists libmariadb || pkg-config --exists mariadb".
-> installed conf-gmp.5
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1, dune-private-libs.3.23.1, dune-site.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1 (cached)
-> retrieved duration.0.3.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved integers.0.8.0 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mariadb.1.3.0 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed logs.0.10.0
-> installed dune.3.23.1
-> installed eqaf.0.10
-> installed duration.0.3.1
-> installed domain-name.0.5.0
-> installed digestif.1.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed macaddr.5.6.2
-> installed lwt-dllist.1.1.0
-> installed gmap.0.3.0
-> installed ipaddr.5.6.2
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed psq.0.2.1
-> installed pp.2.0.0
-> installed ordering.3.23.1
-> installed lru.0.3.1
-> installed integers.0.8.0
-> installed top-closure.3.23.1
-> installed fs-io.3.23.1
-> installed csexp.1.5.2
-> installed dyn.3.23.1
-> installed dune-configurator.3.23.1
-> installed base64.3.5.2
-> installed asn1-combinators.0.3.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.1.0
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.1.0
-> installed uri.4.4.0
-> installed mirage-crypto-pk.2.1.0
-> installed stdune.3.23.1
-> installed mirage-crypto-ec.2.1.0
-> installed ctypes.0.24.0
-> installed dune-private-libs.3.23.1
-> installed x509.1.0.6
-> installed dune-site.3.23.1
-> installed caqti.2.3.1
#=== ERROR while compiling conf-mariadb.2 =====================================#
# context 2.5.0 | macos/x86_64 | ocaml-base-compiler.5.4.0 | file:///Users/mac1000/opam-repository
# path ~/.opam/5.4.0/.opam-switch/build/conf-mariadb.2
# command ~/.opam/opam-init/hooks/sandbox.sh build sh -exc pkg-config --exists libmariadb || pkg-config --exists mariadb
# exit-code 1
# env-file ~/.opam/log/conf-mariadb-74197-493a18.env
# output-file ~/.opam/log/conf-mariadb-74197-493a18.out
### output ###
# + pkg-config --exists libmariadb
# + pkg-config --exists mariadb
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-mariadb 2
+-
+- The following changes have been performed (the rest was aborted)
| - install angstrom 0.16.1
| - install asn1-combinators 0.3.2
| - install base64 3.5.2
| - install bigstringaf 0.10.0
| - install caqti 2.3.1
| - install conf-gcc 1.0
| - install conf-gmp 5
| - install conf-gmp-powm-sec 4
| - install conf-pkg-config 4
| - install csexp 1.5.2
| - install ctypes 0.24.0
| - install digestif 1.3.0
| - install domain-name 0.5.0
| - install dune 3.23.1
| - install dune-configurator 3.23.1
| - install dune-private-libs 3.23.1
| - install dune-site 3.23.1
| - install duration 0.3.1
| - install dyn 3.23.1
| - install eqaf 0.10
| - install fmt 0.11.0
| - install fs-io 3.23.1
| - install gmap 0.3.0
| - install integers 0.8.0
| - install ipaddr 5.6.2
| - install kdf 1.0.0
| - install logs 0.10.0
| - install lru 0.3.1
| - install lwt-dllist 1.1.0
| - install macaddr 5.6.2
| - install mirage-crypto 2.1.0
| - install mirage-crypto-ec 2.1.0
| - install mirage-crypto-pk 2.1.0
| - install mirage-crypto-rng 2.1.0
| - install mtime 2.1.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ohex 0.2.0
| - install ordering 3.23.1
| - install pp 2.0.0
| - install psq 0.2.1
| - install ptime 1.2.0
| - install seq base
| - install stdlib-shims 0.3.0
| - install stdune 3.23.1
| - install stringext 1.6.0
| - install top-closure 3.23.1
| - install topkg 1.1.1
| - install uri 4.4.0
| - install x509 1.0.6
| - install zarith 1.14
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/local/bin/opam switch import "/Users/mac1000/.opam/5.4.0/.opam-switch/backup/state-20260524225646.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.
opam-repo-ci detected dependencies failing: conf-mariadb.2
"/usr/bin/env" "bash" "-c" "opam reinstall caqti-driver-mariadb.2.3.1;
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" != 'caqti-driver-mariadb.2.3.1' && 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-05-24 22:59.41: Job failed: Failed: Build failed
2026-05-24 22:59.41: Log analysis:
2026-05-24 22:59.41: >>>
[ERROR] The compilation of conf-mariadb.2 failed at "sh -exc pkg-config --exists libmariadb || pkg-config --exists mariadb".
(score = 20)
2026-05-24 22:59.41: >>>
opam-repo-ci detected dependencies failing: conf-mariadb.2
(score = 75)
2026-05-24 22:59.41: conf-mariadb.2 failed to build