(for PR #29212)

2026-01-19 13:42.28: New job: build lmdb.1.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29212/head (0f7587219dc2cfad8e2788fa7f83722726569ece)
                              on ubuntu-24.04-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/29212/head" && git reset --hard 0f758721
git fetch origin master
git merge --no-edit 39960ffbaf3e5b50a1e354d4c99bfecc01e358ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/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 --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 "\"ubuntu-24.04\""; 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-19 13:42.28: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b-lmdb.1.1.1-0f7587219dc2cfad8e2788fa7f83722726569ece"
2026-01-19 13:42.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -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 --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 /home/opam/.opam/download-cache)))
      (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 \"\\\"ubuntu-24.04\\\"\"; 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-19 13:42.28: Waiting for resource in pool OCluster
2026-01-19 13:42.29: Waiting for worker…
2026-01-19 13:42.30: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 39960ffbaf Merge pull request #29193 from recoules/release-binsec-0.11.0
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 ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b' locally
docker.io/ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b: Pulling from ocaml/opam
20043066d3d5: Already exists
5467265bd921: Already exists
edb31a422705: Already exists
5871740a5551: Already exists
38bc7caf8f9c: Already exists
c625f3473964: Already exists
1a34bb0dada4: Already exists
1a5a443cf2a3: Already exists
b5749e9114e3: Already exists
c79eee4ce657: Already exists
e294f5c94f43: Already exists
519065222b0e: Already exists
53e225602c61: Already exists
f27179a77cc9: Already exists
fc8d5c40eea5: Already exists
0c46c8b70095: Already exists
670e7b7fa473: Already exists
670e7b7fa473: Already exists
bc96aeddd4f1: Already exists
666bbc820ee2: Already exists
e5a0630151ad: Already exists
8d0a5f8f8d36: Already exists
4f4fb700ef54: Already exists
8c4ef5fdf98f: Already exists
a0482b015367: Already exists
69a3c76acc65: Already exists
e674de8e3648: Already exists
dde76a4b1455: Already exists
5e296eb395ff: Already exists
d4b4b831ca9f: Already exists
4b0fa928094e: Already exists
53ec83378c53: Already exists
c3f66a41494d: Already exists
49b09e63ded4: Already exists
b73b30ff67cc: Already exists
4e112c6e0a8d: Already exists
60dc853ed7b2: Already exists
884ff7dd46f5: Already exists
63cf2740d5f9: Already exists
8901dbd586e6: Already exists
cd5e0ad57e67: Already exists
03524d0af6ce: Already exists
556bdb4974d9: Already exists
e5cd43e64240: Already exists
6afbdf9f6cba: Already exists
30044ab5c757: Already exists
4f1c547c77c4: Already exists
95170e728423: Already exists
Digest: sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
Status: Downloaded newer image for ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
2026-01-19 13:43.00 ---> using "ee7775e2a289b73b66d139e9a7c7338ead1dd548303e89413e28034c19dc69ea" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-19 13:43.00 ---> using "289118826faf1d8a5a532f549d5034c38c8c172d64202fc7428669db65fe3e4d" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from 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 /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-19 13:43.00 ---> using "d53430e72663f04f8a17dc7158d44a9ed5440ddc1ececec515b33b09b701c1ed" from cache

/home/opam: (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=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "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       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-01-19 13:43.00 ---> using "5b34bd2d4272452eae243d608190f44423c55790cdb76b082575c188617a7022" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-19 13:43.00 ---> using "101af24b1feb71d63e5ebbc0c0fc1edf8f595765a0d43905e7e5ccd9871f32c5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 13:43.08 ---> saved as "51332125ea010cf2264f35bb8dcfdcd8187aaa9b1ef78ff8ee339b3676e5bf15"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 13:43.28 ---> saved as "42197f5d111dd4b74b7237b3c14ec84fb8975bfa0e54733b12d73ad017489c45"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1769 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1191 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2919 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1959 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2142 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3077 kB]
- Fetched 13.4 MB in 3s (4016 kB/s)
- Reading package lists...
- 
2026-01-19 13:43.34 ---> saved as "07d5db8ddd82280ff3b1b0f854b6efe427697b699496a8e3e8d31743915275f7"

/home/opam: (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-19 13:43.35 ---> saved as "28d98b45abf3dc4c1f9d2093560da5f6d5235235a35e69cd206435ea57acd2f4"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (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 \"\\\"ubuntu-24.04\\\"\"; 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:
    liblmdb-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "liblmdb-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package liblmdb0:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16365 files and directories currently installed.)
- Preparing to unpack .../0-liblmdb0_0.9.31-1build1_amd64.deb ...
- Unpacking liblmdb0:amd64 (0.9.31-1build1) ...
- Selecting previously unselected package liblmdb-dev:amd64.
- Preparing to unpack .../1-liblmdb-dev_0.9.31-1build1_amd64.deb ...
- Unpacking liblmdb-dev:amd64 (0.9.31-1build1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-2build1) ...
- Selecting previously unselected package lmdb-doc.
- Preparing to unpack .../3-lmdb-doc_0.9.31-1build1_all.deb ...
- Unpacking lmdb-doc (0.9.31-1build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-2build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-2build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-2build1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-2build1) ...
- Setting up liblmdb0:amd64 (0.9.31-1build1) ...
- Setting up lmdb-doc (0.9.31-1build1) ...
- Setting up libpkgconf3:amd64 (1.8.1-2build1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up liblmdb-dev:amd64 (0.9.31-1build1) ...
- Setting up pkgconf:amd64 (1.8.1-2build1) ...
- Setting up pkg-config:amd64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.6) ...

<><> 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  (https://github.com/Drup/ocaml-lmdb/archive/refs/tags/1.1.1.tar.gz)
-> 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-19 13:44.24 ---> saved as "d371335425f15702064e49b8a673b92ee5ec616239f02d5129cb244bf14a2b89"
Job succeeded
2026-01-19 13:44.35: Job succeeded