(not at the head of any monitored branch or PR)
2025-12-30 16:32.12: New job: build menhir-lsp.0.1.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29151/head (11253598d4391929107e110170b4761718be6070)
                              on debian-13-ocaml-4.12/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/29151/head" && git reset --hard 11253598
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.12@sha256:55107f733f771093cbd1ac860d9e187cc002bf5a5968bc79fb27673476605a3f
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 menhir-lsp.0.1.2 0.1.2
RUN opam reinstall menhir-lsp.0.1.2; \
    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" != 'menhir-lsp.0.1.2' && 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 .

2025-12-30 16:32.12: Using cache hint "ocaml/opam:debian-13-ocaml-4.12@sha256:55107f733f771093cbd1ac860d9e187cc002bf5a5968bc79fb27673476605a3f-menhir-lsp.0.1.2-11253598d4391929107e110170b4761718be6070"
2025-12-30 16:32.12: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.12@sha256:55107f733f771093cbd1ac860d9e187cc002bf5a5968bc79fb27673476605a3f)
 (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 menhir-lsp.0.1.2 0.1.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall menhir-lsp.0.1.2;\
             \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\" != 'menhir-lsp.0.1.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-30 16:32.12: Waiting for resource in pool OCluster
2025-12-30 16:45.07: Waiting for worker…
2025-12-30 16:48.46: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
HEAD is now at 84d3ef2722 Merge commit 'a9c2dfa8be3eba34b7f4bd01fa139b8e6d829c91'
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Updating f2d102f951..11253598d4
Fast-forward
 packages/menhir-lsp/menhir-lsp.0.1.2/opam | 48 +++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 packages/menhir-lsp/menhir-lsp.0.1.2/opam

(from ocaml/opam:debian-13-ocaml-4.12@sha256:55107f733f771093cbd1ac860d9e187cc002bf5a5968bc79fb27673476605a3f)
2025-12-30 16:49.27 ---> saved as "4a0dcf7a054ec0ca4ed0022705ad76e2181ee15d7d97ded78717289bd1a73d87"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-30 16:49.28 ---> saved as "18ea7161cf2b1177ec47523483848b7ea105693d4de6968ba5ffde6cc6b8a31b"

/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
2025-12-30 16:49.48 ---> saved as "a100450cc6882b7224168828d2b4ddf8f8bf33ddf37ce6f2f3f6ef5227759941"

/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=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.12
# invariant            ["ocaml-base-compiler" {= "4.12.1"}]
# compiler-packages    ocaml-base-compiler.4.12.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.12/lib/ocaml/stublibs:/home/opam/.opam/4.12/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.12.1
2025-12-30 16:49.48 ---> saved as "20269f5110a5b23e2b1d24d604bf7d1a3fecf3c78784585c0042803132a92cbb"

/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/"))
2025-12-30 16:50.00 ---> saved as "1b66b3e860e9a6f8d6ded482d5a63bf67b266f28b636ebaebce72c967788fcc5"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 16:50.06 ---> saved as "d43896023f200336627cdf2912dc76e13ab381666496eb845a5a841b412ad661"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 16:50.27 ---> saved as "d36f704f42374bb8f7beb99f570a3c6147030368c0c04ce3b4d3c833adececcc"

/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]
- Fetched 90.7 kB in 0s (1664 kB/s)
- Reading package lists...
2025-12-30 16:50.30 ---> saved as "03fda1ac8a3129bc9ebf79b0901cd85ac389ee92d20b7ce776e436a33a059f37"

/home/opam: (run (shell "opam pin add -k version -yn menhir-lsp.0.1.2 0.1.2"))
menhir-lsp is now pinned to version 0.1.2
2025-12-30 16:50.31 ---> saved as "6c622143291b48830d78bf288f82af7040c5f6345aace9592a810366d8d99360"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall menhir-lsp.0.1.2;\
                        \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\" != 'menhir-lsp.0.1.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
menhir-lsp.0.1.2 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.12.1
    - menhir-lsp >= 0.1.2 -> ocaml >= 4.14 -> ocaml-variants < 5.5.1~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - menhir-lsp >= 0.1.2 -> ocaml >= 4.14 -> ocaml-variants < 4.14.1~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - menhir-lsp >= 0.1.2 -> ocaml >= 4.14 -> ocaml-variants < 5.2.1~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall menhir-lsp.0.1.2;
        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" != 'menhir-lsp.0.1.2' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2025-12-30 16:50.41: Job failed: Failed: Build failed
2025-12-30 16:50.41: Log analysis:
2025-12-30 16:50.41: >>> 
No solution found, exiting
 (score = 100)
2025-12-30 16:50.41: [SKIP] Package not available