(not at the head of any monitored branch or PR)
2026-02-09 20:03.09: New job: build menhirSdk.20260209, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29364/head (096f491e244fae28f85c266a19657b915fde496e)
                              on debian-13-ocaml-4.14/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29364/head" && git reset --hard 096f491e
git fetch origin master
git merge --no-edit 4413cea89dc2809c85f68c88c6e28c410f664d95
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 menhirSdk.20260209 20260209
RUN opam reinstall menhirSdk.20260209; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'menhirSdk.20260209' && 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-02-09 20:03.09: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc-menhirSdk.20260209-096f491e244fae28f85c266a19657b915fde496e"
2026-02-09 20:03.09: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 menhirSdk.20260209 20260209"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall menhirSdk.20260209;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'menhirSdk.20260209' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-09 20:03.09: Waiting for resource in pool OCluster
2026-02-09 20:08.13: Waiting for worker…
2026-02-09 20:10.55: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 4413cea89d Merge pull request #29349 from let-def/release-grenier-v0.16
Updating 4413cea89d..096f491e24
Fast-forward
 packages/menhir/menhir.20260209/opam       | 32 ++++++++++++++++++++++++++++++
 packages/menhirCST/menhirCST.20260209/opam | 30 ++++++++++++++++++++++++++++
 packages/menhirGLR/menhirGLR.20260209/opam | 30 ++++++++++++++++++++++++++++
 packages/menhirLib/menhirLib.20260209/opam | 31 +++++++++++++++++++++++++++++
 packages/menhirSdk/menhirSdk.20260209/opam | 31 +++++++++++++++++++++++++++++
 5 files changed, 154 insertions(+)
 create mode 100644 packages/menhir/menhir.20260209/opam
 create mode 100644 packages/menhirCST/menhirCST.20260209/opam
 create mode 100644 packages/menhirGLR/menhirGLR.20260209/opam
 create mode 100644 packages/menhirLib/menhirLib.20260209/opam
 create mode 100644 packages/menhirSdk/menhirSdk.20260209/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc' locally
docker.io/ocaml/opam@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc: Pulling from ocaml/opam
b536877d3c0a: Already exists
bccea9e34407: Already exists
16a19f8f73ac: Already exists
24b068660eba: Already exists
0d733f3d73ff: Already exists
9e24ce741f51: Already exists
8f72c68d553f: Already exists
f54f6fc8bfc4: Already exists
d06a9f3b5a73: Already exists
d42229ae6b83: Already exists
d41dddb298da: Already exists
e9711f882917: Already exists
07cbb93c10a3: Already exists
2b3607a942e5: Already exists
d5893ae3accb: Already exists
c3146a632652: Already exists
3d57776a1d42: Already exists
3d57776a1d42: Already exists
839cefcf2b8e: Already exists
026aaf3511fa: Already exists
0a2654a36ae9: Already exists
b23dc160efe7: Already exists
4f4fb700ef54: Already exists
c84b92e17807: Already exists
e6680f6f46b9: Already exists
69486b6cae87: Already exists
9909fe838d3d: Already exists
3b1fbc03b573: Already exists
1d2df1685cc4: Already exists
9bb166b2b0ea: Already exists
9585c6d51dc3: Already exists
ddd1a568c795: Already exists
64338fd8dd2d: Already exists
9be4283ff733: Already exists
783fb857d3f0: Already exists
699fb07ac9eb: Already exists
dfd2f30ac354: Already exists
0957629b6db6: Already exists
50b35bb0a587: Already exists
e4e361267282: Already exists
d8d67cfb2698: Already exists
860ee3f7fa2b: Pulling fs layer
a9a3a2c112d5: Pulling fs layer
860ee3f7fa2b: Waiting
2086e5f38978: Pulling fs layer
a9a3a2c112d5: Waiting
200a6ac464bc: Pulling fs layer
2086e5f38978: Waiting
200a6ac464bc: Waiting
a9a3a2c112d5: Verifying Checksum
a9a3a2c112d5: Download complete
2086e5f38978: Download complete
200a6ac464bc: Verifying Checksum
200a6ac464bc: Download complete
860ee3f7fa2b: Verifying Checksum
860ee3f7fa2b: Download complete
860ee3f7fa2b: Pull complete
a9a3a2c112d5: Pull complete
2086e5f38978: Pull complete
200a6ac464bc: Pull complete
Digest: sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc
Status: Downloaded newer image for ocaml/opam@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc
2026-02-09 20:10.59 ---> using "d4243bf71762df68829cfcf06d3c5f0155a054414d91130c35c4e9760ac37387" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-09 20:10.59 ---> using "b89f6eb2a369b5a7e2deb0ff9d70e3b616dfb8e70258d637aea598f8ab21ccc0" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-09 20:10.59 ---> using "6c2350904d1a70bb94947d262ff61dc94d9e23d8e79d4a0d1baa101414cf49a6" 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_32 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "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       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-02-09 20:10.59 ---> using "5bd36ca7c265101b617fda06fbc2ad8f46c466051b731b522ffb1fafb860aae1" 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-02-09 20:10.59 ---> using "b7f4fd7d6b1bfcddb1362181ed7fd73b792ae28ad5f86407541ed142f4bfc0ef" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-09 20:11.45 ---> saved as "fb59ddcfc8fe9138b167b6f74843c5bd4db44f3cfdf7606f2f228af986e0f3ab"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-09 20:12.16 ---> saved as "bd7399bc18f96b59b56b30f6c50319b2158bde2fce540f7aaf7929728d1681fd"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [94.9 kB]
- Fetched 186 kB in 0s (1069 kB/s)
- Reading package lists...
- 
2026-02-09 20:12.18 ---> saved as "d10bcd17a44406d70a44d994dfbfb759e2a9764e6e74699a707bbf765687671e"

/home/opam: (run (shell "opam pin add -k version -yn menhirSdk.20260209 20260209"))
menhirSdk is now pinned to version 20260209
2026-02-09 20:12.20 ---> saved as "dba15d5103b637a3bc306bf96511bd4084a742f8d96c965f97a874fafd9a596c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall menhirSdk.20260209;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'menhirSdk.20260209' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
menhirSdk.20260209 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install dune      3.21.0            [required by menhirSdk]
  - install menhirSdk 20260209 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0  (cached)
-> retrieved menhirSdk.20260209  (cached)
-> installed dune.3.21.0
-> installed menhirSdk.20260209
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-09 20:13.03 ---> saved as "9bb66415cf2c297b72c5bd11977e1ba5dcfe8cb5144127363cc8858d85b9b804"
Job succeeded
2026-02-09 20:13.19: Job succeeded