2026-01-20 04:26.11: New job: test lmdb.1.1.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29212/head (0f7587219dc2cfad8e2788fa7f83722726569ece)
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/29212/head" && git reset --hard 0f758721
git fetch origin master
git merge --no-edit 1c997ec9e6ebc6ea699547000cb8dfa44e52efaa
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 lmdb.1.1.1 1.1.1
RUN opam reinstall lmdb.1.1.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" != 'lmdb.1.1.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test lmdb.1.1.1) || true
RUN opam reinstall --with-test --verbose lmdb.1.1.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" != 'lmdb.1.1.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-01-20 04:26.11: Using cache hint "macos-homebrew-ocaml-4.14-lmdb.1.1.1-0f7587219dc2cfad8e2788fa7f83722726569ece"
2026-01-20 04:26.11: 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 lmdb.1.1.1 1.1.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lmdb.1.1.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\" != 'lmdb.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test lmdb.1.1.1) || true"))
(run (shell "opam reinstall --with-test --verbose lmdb.1.1.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\" != 'lmdb.1.1.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-01-20 04:26.11: Waiting for resource in pool OCluster
2026-01-20 04:26.12: Waiting for worker…
2026-01-20 04:26.12: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Updating files: 64% (12354/19233)
Updating files: 65% (12502/19233)
Updating files: 66% (12694/19233)
Updating files: 67% (12887/19233)
Updating files: 68% (13079/19233)
Updating files: 69% (13271/19233)
Updating files: 70% (13464/19233)
Updating files: 71% (13656/19233)
Updating files: 72% (13848/19233)
Updating files: 73% (14041/19233)
Updating files: 74% (14233/19233)
Updating files: 75% (14425/19233)
Updating files: 76% (14618/19233)
Updating files: 77% (14810/19233)
Updating files: 78% (15002/19233)
Updating files: 79% (15195/19233)
Updating files: 80% (15387/19233)
Updating files: 81% (15579/19233)
Updating files: 82% (15772/19233)
Updating files: 83% (15964/19233)
Updating files: 84% (16156/19233)
Updating files: 85% (16349/19233)
Updating files: 86% (16541/19233)
Updating files: 87% (16733/19233)
Updating files: 88% (16926/19233)
Updating files: 89% (17118/19233)
Updating files: 90% (17310/19233)
Updating files: 91% (17503/19233)
Updating files: 92% (17695/19233)
Updating files: 93% (17887/19233)
Updating files: 94% (18080/19233)
Updating files: 95% (18272/19233)
Updating files: 96% (18464/19233)
Updating files: 97% (18657/19233)
Updating files: 98% (18849/19233)
Updating files: 99% (19041/19233)
Updating files: 100% (19233/19233)
Updating files: 100% (19233/19233), done.
HEAD is now at 1c997ec9e6 Merge pull request #29241 from polytypic/release-multicore-magic-2.3.2
Merge made by the 'ort' strategy.
packages/lmdb/lmdb.1.1.1/opam | 50 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 packages/lmdb/lmdb.1.1.1/opam
(from macos-homebrew-ocaml-4.14)
2026-01-20 04:26.14 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-01-20 04:26.14 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-01-20 04:26.14 ---> 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-01-20 04:26.14 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-01-20 04:26.15 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-01-20 04:26.16 ---> using "87dda5ddf372cc5f113ea5e7da8f3ff409182684fbab01696319c88fb1063e67" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-20 04:26.16 ---> using "c930abb3a192c780a28388b6b9665bdd35fe0edf7c6129ff077c5258fd1d66bd" from cache
/: (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.8%
# 2.0%
## 2.8%
## 3.6%
### 4.4%
-
### 5.4%
#### 6.2%
##### 7.0%
##### 7.8%
###### 8.8%
###### 9.6%
####### 10.4%
######## 11.2%
######## 12.1%
######### 12.9%
######### 13.7%
-
########## 14.5%
########### 15.5%
########### 16.3%
############ 17.1%
############ 18.0%
############# 18.9%
############## 19.8%
############## 20.6%
############### 21.4%
################ 22.4%
################ 23.2%
-
################# 24.1%
################# 24.9%
################## 25.9%
################### 26.7%
################### 27.5%
#################### 28.3%
##################### 29.2%
##################### 30.0%
###################### 31.0%
###################### 31.8%
####################### 32.6%
-
######################## 33.4%
######################## 34.3%
######################### 35.2%
######################### 36.0%
########################## 36.9%
########################### 37.7%
########################### 38.5%
############################ 39.5%
############################ 40.3%
############################# 41.1%
############################## 41.9%
############################## 42.8%
-
############################### 43.6%
################################ 44.4%
################################ 45.3%
################################# 46.1%
################################# 47.0%
################################## 47.8%
################################### 48.6%
################################### 49.6%
#################################### 50.4%
#################################### 51.2%
##################################### 52.1%
-
###################################### 52.9%
###################################### 53.7%
####################################### 54.6%
####################################### 55.4%
######################################## 56.3%
######################################### 57.1%
######################################### 58.1%
########################################## 58.9%
########################################## 59.7%
########################################### 60.6%
############################################ 61.4%
-
############################################ 62.2%
############################################# 63.0%
############################################## 64.0%
############################################## 64.8%
############################################### 65.7%
############################################### 66.5%
################################################ 67.3%
################################################# 68.3%
################################################# 69.1%
################################################## 70.0%
################################################### 70.9%
-
################################################### 71.7%
#################################################### 72.5%
#################################################### 73.4%
##################################################### 74.2%
###################################################### 75.0%
###################################################### 75.8%
####################################################### 76.8%
####################################################### 77.6%
######################################################## 78.4%
######################################################### 79.2%
######################################################### 80.1%
-
########################################################## 81.0%
########################################################## 81.8%
########################################################### 82.7%
############################################################ 83.5%
############################################################ 84.5%
############################################################# 85.3%
############################################################# 86.1%
############################################################## 86.9%
############################################################### 87.7%
############################################################### 88.6%
################################################################ 89.4%
-
################################################################ 90.2%
################################################################# 91.1%
################################################################## 92.0%
################################################################## 92.8%
################################################################### 93.6%
################################################################### 94.4%
#################################################################### 95.4%
##################################################################### 96.2%
##################################################################### 97.0%
###################################################################### 97.8%
####################################################################### 98.7%
-
####################################################################### 99.5%
######################################################################## 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-01-20 04:26.16 ---> using "2fa5c826695c0286842ca38c34177e843e9ec21d2b6694871ead1d6417359653" from cache
/: (run (shell "opam pin add -k version -yn lmdb.1.1.1 1.1.1"))
lmdb is now pinned to version 1.1.1
2026-01-20 04:26.16 ---> using "90fd603f6f66a2fcd712597cef5ada2b04ad2ddbae3b7fcda39f645ef3583349" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lmdb.1.1.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\" != 'lmdb.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lmdb.1.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install bigstringaf 0.10.0 [required by lmdb]
- install conf-pkg-config 4 [required by lmdb]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.0 [required by lmdb]
- install dune-configurator 3.21.0 [required by lmdb]
- install lmdb 1.1.1 (pinned)
The following system packages will first need to be installed:
lmdb 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
+ /opt/homebrew/bin/brew "install" "lmdb" "pkgconf"
- ==> Fetching downloads for: lmdb and pkgconf
- ✔︎ Bottle Manifest lmdb (0.9.33)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest lmdb (0.9.33)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle lmdb (0.9.33)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring lmdb--0.9.33.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/lmdb/0.9.33: 16 files, 698.5KB
- ==> Running `brew cleanup lmdb`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved lmdb.1.1.1 (cached)
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed lmdb.1.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-20 04:26.16 ---> using "231d9901b8abd3c26af45f731a44cbd5eadb85082979edaa67d0e8abbda86306" from cache
/: (run (network host)
(shell "(opam reinstall --with-test lmdb.1.1.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile lmdb 1.1.1 (pinned)
=== install 12 packages
- install alcotest 1.9.1 [required by lmdb]
- install astring 0.8.5 [required by alcotest]
- install benchmark 1.7 [required by lmdb]
- install cmdliner 2.1.0 [required by alcotest]
- install fmt 0.11.0 [required by alcotest]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install ocamlfind 1.9.8 [required by fmt, astring, uutf]
- install re 1.14.0 [required by alcotest]
- install stdlib-shims 0.3.0 [required by alcotest]
- install topkg 1.1.1 [required by fmt, astring, uutf]
- install uutf 1.0.4 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved benchmark.1.7 (https://github.com/Chris00/ocaml-benchmark/releases/download/v1.7/benchmark-1.7.tbz)
-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> installed benchmark.1.7
-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved lmdb.1.1.1 (https://github.com/Drup/ocaml-lmdb/archive/refs/tags/1.1.1.tar.gz)
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> installed cmdliner.2.1.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed ocamlbuild.0.16.1
-> removed lmdb.1.1.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed alcotest.1.9.1
[ERROR] The compilation of lmdb.1.1.1 failed at "dune runtest -p lmdb -j 7".
#=== ERROR while compiling lmdb.1.1.1 =========================================#
# context 2.5.0 | macos/arm64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/Drup/ocaml-lmdb/archive/refs/tags/1.1.1.tar.gz)
# path ~/.opam/4.14.2/.opam-switch/build/lmdb.1.1.1
# command ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p lmdb -j 7
# exit-code 1
# env-file ~/.opam/log/lmdb-31364-42ea4c.env
# output-file ~/.opam/log/lmdb-31364-42ea4c.out
### output ###
# File "tests/dune", lines 20-27, characters 0-142:
# 20 | (rule
# 21 | (alias runtest)
# 22 | (action
# 23 | (setenv MALLOC_CHECK_ 3
# 24 | (setenv MALLOC_PERTURB_ 195
# 25 | (run %{dep:test.exe} --color=always -q)))
# 26 | )
# 27 | )
# (cd _build/default/tests && ./test.exe --color=always -q)
# Version: LMDB 0.9.33: (May 21, 2024)
# Or: (0,9,33)
# OCaml Version: 4.14.2
# Testing `Lmdb'.
# This run has ID `FG1F3QPZ'.
#
# [OK] capabilities 0 capabilities.
# [OK] types 0 value restriction.
# [OK] types 1 can read from writable.
# [OK] types 2 ro txn on rw env.
# [OK] map 0 add uni.
# [OK] map 1 add dup.
# [OK] map 2 set uni.
# [OK] map 3 set dup.
# [OK] map 4 get uni.
# [OK] map 5 get dup.
# [OK] map 6 dispenser uni.
# [OK] map 7 dispenser_rev uni.
# [OK] map 8 dispenser dup.
# [OK] map 9 dispenser_rev dup.
# [OK] map 10 dispenser_all.
# [OK] map 11 dispenser_rev_all.
# [OK] map 12 remove.
# [OK] map 13 close.
# [OK] cursor 0 fold_left uni.
# [OK] cursor 1 fold_right uni.
# [OK] cursor 2 iter uni.
# [OK] cursor 3 fold_left dup.
# [OK] cursor 4 fold_right dup.
# [OK] cursor 5 iter dup.
# [OK] cursor 6 fold_left_all.
# [OK] cursor 7 fold_right_all.
# [OK] cursor 8 iter_all.
# [OK] cursor 9 add uni.
# [OK] cursor 10 add dup.
# [OK] cursor 11 set uni.
# [OK] cursor 12 set dup.
# [OK] cursor 13 get uni.
# [OK] cursor 14 get dup.
# [OK] cursor 15 remove.
# [OK] cursor 16 walk uni.
# [OK] cursor 17 walk dup.
# [OK] cursor 18 first/last get first/last val...
# [OK] cursor 19 *_all.
# [OK] cursor 20 get_multiple.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build lmdb 1.1.1
+-
+- The following changes have been performed
| - remove lmdb 1.1.1
| - install alcotest 1.9.1
| - install astring 0.8.5
| - install benchmark 1.7
| - install cmdliner 2.1.0
| - install fmt 0.11.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install re 1.14.0
| - install stdlib-shims 0.3.0
| - install topkg 1.1.1
| - install uutf 1.0.4
+-
# 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-20260119230825.export"
Or you can retry to install your package selection with:
/opt/homebrew/bin/opam install --restore
2026-01-20 04:26.16 ---> using "29da4c4519f1c842a364937ba397effeaef67894a652f737b306524b5aa5aa8f" from cache
/: (run (shell "opam reinstall --with-test --verbose lmdb.1.1.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\" != 'lmdb.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lmdb.1.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install lmdb 1.1.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3: [lmdb.1.1.1: extract]
-> retrieved lmdb.1.1.1 (cached)
Processing 2/3: [lmdb: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lmdb" "-j" "7" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/lmdb.1.1.1)
- (cd _build/default/config && ../discover.exe)
- Using system lmdb (pkgconf)
Processing 2/3: [lmdb: dune runtest]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "lmdb" "-j" "7" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/lmdb.1.1.1)
- File "tests/dune", lines 20-27, characters 0-142:
- 20 | (rule
- 21 | (alias runtest)
- 22 | (action
- 23 | (setenv MALLOC_CHECK_ 3
- 24 | (setenv MALLOC_PERTURB_ 195
- 25 | (run %{dep:test.exe} --color=always -q)))
- 26 | )
- 27 | )
- (cd _build/default/tests && ./test.exe --color=always -q)
- Version: LMDB 0.9.33: (May 21, 2024)
- Or: (0,9,33)
- OCaml Version: 4.14.2
- Testing `Lmdb'.
- This run has ID `KW4EU8MN'.
-
- [OK] capabilities 0 capabilities.
- [OK] types 0 value restriction.
- [OK] types 1 can read from writable.
- [OK] types 2 ro txn on rw env.
- [OK] map 0 add uni.
- [OK] map 1 add dup.
- [OK] map 2 set uni.
- [OK] map 3 set dup.
- [OK] map 4 get uni.
- [OK] map 5 get dup.
- [OK] map 6 dispenser uni.
- [OK] map 7 dispenser_rev uni.
- [OK] map 8 dispenser dup.
- [OK] map 9 dispenser_rev dup.
- [OK] map 10 dispenser_all.
- [OK] map 11 dispenser_rev_all.
- [OK] map 12 remove.
- [OK] map 13 close.
- [OK] cursor 0 fold_left uni.
- [OK] cursor 1 fold_right uni.
- [OK] cursor 2 iter uni.
- [OK] cursor 3 fold_left dup.
- [OK] cursor 4 fold_right dup.
- [OK] cursor 5 iter dup.
- [OK] cursor 6 fold_left_all.
- [OK] cursor 7 fold_right_all.
- [OK] cursor 8 iter_all.
- [OK] cursor 9 add uni.
- [OK] cursor 10 add dup.
- [OK] cursor 11 set uni.
- [OK] cursor 12 set dup.
- [OK] cursor 13 get uni.
- [OK] cursor 14 get dup.
- [OK] cursor 15 remove.
- [OK] cursor 16 walk uni.
- [OK] cursor 17 walk dup.
- [OK] cursor 18 first/last get first/last val...
- [OK] cursor 19 *_all.
- [OK] cursor 20 get_multiple.
[ERROR] The compilation of lmdb.1.1.1 failed at "dune runtest -p lmdb -j 7".
#=== ERROR while compiling lmdb.1.1.1 =========================================#
# context 2.5.0 | macos/arm64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/Drup/ocaml-lmdb/archive/refs/tags/1.1.1.tar.gz)
# path ~/.opam/4.14.2/.opam-switch/build/lmdb.1.1.1
# command ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p lmdb -j 7
# exit-code 1
# env-file ~/.opam/log/lmdb-61114-f667ab.env
# output-file ~/.opam/log/lmdb-61114-f667ab.out
### output ###
# File "tests/dune", lines 20-27, characters 0-142:
# 20 | (rule
# 21 | (alias runtest)
# 22 | (action
# 23 | (setenv MALLOC_CHECK_ 3
# 24 | (setenv MALLOC_PERTURB_ 195
# 25 | (run %{dep:test.exe} --color=always -q)))
# 26 | )
# 27 | )
# (cd _build/default/tests && ./test.exe --color=always -q)
# Version: LMDB 0.9.33: (May 21, 2024)
# Or: (0,9,33)
# OCaml Version: 4.14.2
# Testing `Lmdb'.
# This run has ID `KW4EU8MN'.
#
# [OK] capabilities 0 capabilities.
# [OK] types 0 value restriction.
# [OK] types 1 can read from writable.
# [OK] types 2 ro txn on rw env.
# [OK] map 0 add uni.
# [OK] map 1 add dup.
# [OK] map 2 set uni.
# [OK] map 3 set dup.
# [OK] map 4 get uni.
# [OK] map 5 get dup.
# [OK] map 6 dispenser uni.
# [OK] map 7 dispenser_rev uni.
# [OK] map 8 dispenser dup.
# [OK] map 9 dispenser_rev dup.
# [OK] map 10 dispenser_all.
# [OK] map 11 dispenser_rev_all.
# [OK] map 12 remove.
# [OK] map 13 close.
# [OK] cursor 0 fold_left uni.
# [OK] cursor 1 fold_right uni.
# [OK] cursor 2 iter uni.
# [OK] cursor 3 fold_left dup.
# [OK] cursor 4 fold_right dup.
# [OK] cursor 5 iter dup.
# [OK] cursor 6 fold_left_all.
# [OK] cursor 7 fold_right_all.
# [OK] cursor 8 iter_all.
# [OK] cursor 9 add uni.
# [OK] cursor 10 add dup.
# [OK] cursor 11 set uni.
# [OK] cursor 12 set dup.
# [OK] cursor 13 get uni.
# [OK] cursor 14 get dup.
# [OK] cursor 15 remove.
# [OK] cursor 16 walk uni.
# [OK] cursor 17 walk dup.
# [OK] cursor 18 first/last get first/last val...
# [OK] cursor 19 *_all.
# [OK] cursor 20 get_multiple.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build lmdb 1.1.1
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose lmdb.1.1.1' failed.
[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 --with-test --verbose lmdb.1.1.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" != 'lmdb.1.1.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-01-20 04:26.27: Job failed: Failed: Build failed
2026-01-20 04:26.27: Log analysis:
2026-01-20 04:26.27: >>>
[ERROR] The compilation of lmdb.1.1.1 failed at "dune runtest -p lmdb -j 7".
(score = 20)
2026-01-20 04:26.27: >>>
[ERROR] The compilation of lmdb.1.1.1 failed at "dune runtest -p lmdb -j 7".
(score = 20)
2026-01-20 04:26.27: The compilation of lmdb.1.1.1 failed at "dune runtest -p lmdb -j 7".