(not at the head of any monitored branch or PR)
2026-02-03 16:14.59: New job: build menhirLib.20260203, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29331/head (0e6673ac97ae0f63da331269732670199dbab85e)
                              on centos-10-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/29331/head" && git reset --hard 0e6673ac
git fetch origin master
git merge --no-edit 01e12bc089eafb9e81d496cb6a8286b7a4d19aa2
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96
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 menhirLib.20260203 20260203
RUN opam reinstall menhirLib.20260203; \
    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 "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'menhirLib.20260203' && 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-03 16:14.59: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96-menhirLib.20260203-0e6673ac97ae0f63da331269732670199dbab85e"
2026-02-03 16:14.59: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96)
 (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 menhirLib.20260203 20260203"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall menhirLib.20260203;\
             \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 \"\\\"centos-10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'menhirLib.20260203' && 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-03 16:14.59: Waiting for resource in pool OCluster
2026-02-03 16:16.54: Waiting for worker…
2026-02-03 16:19.28: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files:  98% (18992/19338)
Updating files:  99% (19145/19338)
Updating files: 100% (19338/19338)
Updating files: 100% (19338/19338), done.
HEAD is now at 01e12bc089 Merge pull request #29329 from vincent-botbol/catala-lsp.1.1.1
Updating 01e12bc089..0e6673ac97
Fast-forward
 packages/menhir/menhir.20260203/opam       | 32 ++++++++++++++++++++++++++++++
 packages/menhirCST/menhirCST.20260203/opam | 30 ++++++++++++++++++++++++++++
 packages/menhirGLR/menhirGLR.20260203/opam | 30 ++++++++++++++++++++++++++++
 packages/menhirLib/menhirLib.20260203/opam | 31 +++++++++++++++++++++++++++++
 packages/menhirSdk/menhirSdk.20260203/opam | 31 +++++++++++++++++++++++++++++
 5 files changed, 154 insertions(+)
 create mode 100644 packages/menhir/menhir.20260203/opam
 create mode 100644 packages/menhirCST/menhirCST.20260203/opam
 create mode 100644 packages/menhirGLR/menhirGLR.20260203/opam
 create mode 100644 packages/menhirLib/menhirLib.20260203/opam
 create mode 100644 packages/menhirSdk/menhirSdk.20260203/opam

(from ocaml/opam:centos-10-ocaml-5.4@sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96)
Unable to find image 'ocaml/opam:centos-10-ocaml-5.4@sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96' locally
docker.io/ocaml/opam@sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96: Pulling from ocaml/opam
6454204f7d64: Already exists
affd6ea077af: Already exists
fa5bf1bfc7d5: Already exists
fcf92f720baf: Already exists
9bdee18e39be: Already exists
4918a5b669fa: Already exists
Digest: sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96
Status: Downloaded newer image for ocaml/opam@sha256:23f0caa16084a4778021b31ba00421da517c6ccbe5f1d823ba5a32d0c2f9bb96
2026-02-03 16:20.02 ---> saved as "bb6b601a7906fe1762805dc301359aee79c21909e344e31cfe9ddced04b24a2d"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-03 16:20.03 ---> saved as "6ca825a954912ec1c3811bdbd76f825b0a0b5d942b39c9f25124654f3798e3fa"

/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-02-03 16:20.33 ---> saved as "76e91b2c146ef9a25d4875503bd7ea8bd8c39891762d6ad0b13e1332611044a9"

/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=centos os-version=10
# 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-02-03 16:20.34 ---> saved as "280b92ecce4d456866ab397f6b6a7be6ac1e113384ea063627573a16af7349b9"

/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-03 16:20.44 ---> saved as "eb1aa57b1f5cbe6d8fa9749e664f2b0db4f959496729d1c0b58bf3534fa214a8"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-03 16:20.56 ---> saved as "66bdef428123b204e6ec9d2ad8c81780d8b5e9e6a9046c53404cac2e9c2807c6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-03 16:21.20 ---> saved as "e61285ac4f45434efd5a1987990113ec6c99ad3eb11e42128015c20de971ef72"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        62 kB/s |  14 kB     00:00    
- CentOS Stream 10 - BaseOS                       8.8 MB/s | 6.9 MB     00:00    
- CentOS Stream 10 - AppStream                    107 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    6.4 MB/s | 3.5 MB     00:00    
- CentOS Stream 10 - CRB                           99 kB/s |  14 kB     00:00    
- CentOS Stream 10 - CRB                          3.1 MB/s | 798 kB     00:00    
- CentOS Stream 10 - Extras packages              133 kB/s |  16 kB     00:00    
- CentOS Stream 10 - Extras packages               59 kB/s | 9.5 kB     00:00    
- Metadata cache created.
2026-02-03 16:21.27 ---> saved as "0c404e177e9a5a884b1628d79725e0e3d8a68b47037ae631b328b15319769ace"

/home/opam: (run (shell "opam pin add -k version -yn menhirLib.20260203 20260203"))
menhirLib is now pinned to version 20260203
2026-02-03 16:21.28 ---> saved as "50e15a55d718d34a9e6fb758b3c4633f81b69ed3c0ad1142918679ac8e5028fb"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0  (cached)
-> retrieved menhirLib.20260203  (cached)
-> installed dune.3.21.0
-> installed menhirLib.20260203
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-03 16:22.07 ---> saved as "c158ea86169f0952f4812b6ad43597ad1acc5c7ac7af3ec48d7ed5a945ceeddd"
Job succeeded
2026-02-03 16:22.15: Job succeeded