(not at the head of any monitored branch or PR)
2026-02-03 16:14.59: New job: build menhirCST.20260203, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29331/head (0e6673ac97ae0f63da331269732670199dbab85e)
                              on debian-13-ocaml-5.4-flambda/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:debian-13-ocaml-5.4-flambda@sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb
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 menhirCST.20260203 20260203
RUN opam reinstall menhirCST.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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'menhirCST.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:debian-13-ocaml-5.4-flambda@sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb-menhirCST.20260203-0e6673ac97ae0f63da331269732670199dbab85e"
2026-02-03 16:14.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb)
 (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 menhirCST.20260203 20260203"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall menhirCST.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 \"\\\"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\" != 'menhirCST.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:20.21: Waiting for worker…
2026-02-03 16:22.14: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  89% (17327/19338)
Updating files:  90% (17405/19338)
Updating files:  91% (17598/19338)
Updating files:  92% (17791/19338)
Updating files:  93% (17985/19338)
Updating files:  94% (18178/19338)
Updating files:  95% (18372/19338)
Updating files:  96% (18565/19338)
Updating files:  97% (18758/19338)
Updating files:  98% (18952/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:debian-13-ocaml-5.4-flambda@sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb' locally
docker.io/ocaml/opam@sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb: Pulling from ocaml/opam
2ca1bfae7ba8: Already exists
3baeae2ed4cf: Pulling fs layer
b254ca288623: Pulling fs layer
745976a04e35: Pulling fs layer
a516242b2337: Pulling fs layer
9bb526cd9631: Pulling fs layer
b254ca288623: Waiting
3baeae2ed4cf: Waiting
3737e8f76884: Pulling fs layer
745976a04e35: Waiting
a516242b2337: Waiting
9bb526cd9631: Waiting
6a8811ebcb2c: Pulling fs layer
3737e8f76884: Waiting
386dffb80382: Pulling fs layer
6a8811ebcb2c: Waiting
e04d691eea35: Pulling fs layer
386dffb80382: Waiting
bb72c0d1c3f0: Pulling fs layer
e04d691eea35: Waiting
3a56fcb872cd: Pulling fs layer
bb72c0d1c3f0: Waiting
5abffa2313de: Pulling fs layer
7ed80bc2b055: Pulling fs layer
3a56fcb872cd: Waiting
5abffa2313de: Waiting
87c92835260d: Pulling fs layer
5624e0ee5ca5: Pulling fs layer
87c92835260d: Waiting
96e54dc9b357: Pulling fs layer
5624e0ee5ca5: Waiting
7c484d393436: Pulling fs layer
96e54dc9b357: Waiting
16b8d7610542: Pulling fs layer
7c484d393436: Waiting
c5ac47ffe6ef: Pulling fs layer
16b8d7610542: Waiting
00cfb259c8ac: Pulling fs layer
c5ac47ffe6ef: Waiting
4f4fb700ef54: Pulling fs layer
00cfb259c8ac: Waiting
4658a16b5264: Pulling fs layer
4f4fb700ef54: Waiting
7c82a6a00032: Pulling fs layer
4658a16b5264: Waiting
b76e2612fc73: Pulling fs layer
7c82a6a00032: Waiting
da0741a07551: Pulling fs layer
b76e2612fc73: Waiting
102a21125d73: Pulling fs layer
da0741a07551: Waiting
d244b294335f: Pulling fs layer
102a21125d73: Waiting
e47a432b94fb: Pulling fs layer
d244b294335f: Waiting
6ee7cce1e23d: Pulling fs layer
e47a432b94fb: Waiting
2475e9cbd3e5: Pulling fs layer
6ee7cce1e23d: Waiting
4f8aac8ae1e5: Pulling fs layer
2475e9cbd3e5: Waiting
3e59226f7823: Pulling fs layer
4f8aac8ae1e5: Waiting
6d429b9a6ce7: Pulling fs layer
3e59226f7823: Waiting
dc8bbbd9edf9: Pulling fs layer
6d429b9a6ce7: Waiting
66ec5629681d: Pulling fs layer
dc8bbbd9edf9: Waiting
74661ee64965: Pulling fs layer
66ec5629681d: Waiting
b3088c441ac7: Pulling fs layer
74661ee64965: Waiting
11be3e645e01: Pulling fs layer
b3088c441ac7: Waiting
e9a0ff031006: Pulling fs layer
11be3e645e01: Waiting
f5348f798ff9: Pulling fs layer
9734f7b838a8: Pulling fs layer
f5348f798ff9: Waiting
f02fd7302bab: Pulling fs layer
9734f7b838a8: Waiting
2ab17b6e08fb: Pulling fs layer
f02fd7302bab: Waiting
918b846d52d1: Pulling fs layer
2ab17b6e08fb: Waiting
625e29c9f599: Pulling fs layer
918b846d52d1: Waiting
6a841ce87cb0: Pulling fs layer
625e29c9f599: Waiting
6a841ce87cb0: Waiting
3baeae2ed4cf: Download complete
3baeae2ed4cf: Pull complete
b254ca288623: Download complete
b254ca288623: Pull complete
745976a04e35: Verifying Checksum
a516242b2337: Download complete
745976a04e35: Pull complete
a516242b2337: Pull complete
9bb526cd9631: Verifying Checksum
9bb526cd9631: Download complete
3737e8f76884: Verifying Checksum
3737e8f76884: Download complete
6a8811ebcb2c: Verifying Checksum
6a8811ebcb2c: Download complete
386dffb80382: Verifying Checksum
386dffb80382: Download complete
e04d691eea35: Verifying Checksum
e04d691eea35: Download complete
bb72c0d1c3f0: Verifying Checksum
bb72c0d1c3f0: Download complete
3a56fcb872cd: Verifying Checksum
3a56fcb872cd: Download complete
5abffa2313de: Verifying Checksum
5abffa2313de: Download complete
7ed80bc2b055: Verifying Checksum
7ed80bc2b055: Download complete
5624e0ee5ca5: Verifying Checksum
5624e0ee5ca5: Download complete
87c92835260d: Verifying Checksum
87c92835260d: Download complete
96e54dc9b357: Verifying Checksum
96e54dc9b357: Download complete
16b8d7610542: Download complete
c5ac47ffe6ef: Verifying Checksum
c5ac47ffe6ef: Download complete
7c484d393436: Verifying Checksum
7c484d393436: Download complete
00cfb259c8ac: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7c82a6a00032: Download complete
b76e2612fc73: Verifying Checksum
b76e2612fc73: Download complete
4658a16b5264: Download complete
da0741a07551: Verifying Checksum
da0741a07551: Download complete
102a21125d73: Verifying Checksum
102a21125d73: Download complete
e47a432b94fb: Download complete
d244b294335f: Verifying Checksum
d244b294335f: Download complete
6ee7cce1e23d: Verifying Checksum
6ee7cce1e23d: Download complete
2475e9cbd3e5: Verifying Checksum
2475e9cbd3e5: Download complete
4f8aac8ae1e5: Verifying Checksum
4f8aac8ae1e5: Download complete
3e59226f7823: Verifying Checksum
3e59226f7823: Download complete
6d429b9a6ce7: Download complete
66ec5629681d: Verifying Checksum
66ec5629681d: Download complete
b3088c441ac7: Download complete
11be3e645e01: Verifying Checksum
11be3e645e01: Download complete
e9a0ff031006: Verifying Checksum
e9a0ff031006: Download complete
f5348f798ff9: Verifying Checksum
f5348f798ff9: Download complete
9734f7b838a8: Verifying Checksum
9734f7b838a8: Download complete
74661ee64965: Verifying Checksum
74661ee64965: Download complete
f02fd7302bab: Verifying Checksum
f02fd7302bab: Download complete
918b846d52d1: Download complete
625e29c9f599: Verifying Checksum
6a841ce87cb0: Download complete
2ab17b6e08fb: Verifying Checksum
2ab17b6e08fb: Download complete
9bb526cd9631: Pull complete
3737e8f76884: Pull complete
6a8811ebcb2c: Pull complete
386dffb80382: Pull complete
e04d691eea35: Pull complete
bb72c0d1c3f0: Pull complete
dc8bbbd9edf9: Verifying Checksum
dc8bbbd9edf9: Download complete
3a56fcb872cd: Pull complete
5abffa2313de: Pull complete
7ed80bc2b055: Pull complete
87c92835260d: Pull complete
5624e0ee5ca5: Pull complete
96e54dc9b357: Pull complete
7c484d393436: Pull complete
16b8d7610542: Pull complete
c5ac47ffe6ef: Pull complete
00cfb259c8ac: Pull complete
4f4fb700ef54: Pull complete
4658a16b5264: Pull complete
7c82a6a00032: Pull complete
b76e2612fc73: Pull complete
da0741a07551: Pull complete
102a21125d73: Pull complete
d244b294335f: Pull complete
e47a432b94fb: Pull complete
6ee7cce1e23d: Pull complete
2475e9cbd3e5: Pull complete
4f8aac8ae1e5: Pull complete
3e59226f7823: Pull complete
6d429b9a6ce7: Pull complete
dc8bbbd9edf9: Pull complete
66ec5629681d: Pull complete
74661ee64965: Pull complete
b3088c441ac7: Pull complete
11be3e645e01: Pull complete
e9a0ff031006: Pull complete
f5348f798ff9: Pull complete
9734f7b838a8: Pull complete
f02fd7302bab: Pull complete
2ab17b6e08fb: Pull complete
918b846d52d1: Pull complete
625e29c9f599: Pull complete
6a841ce87cb0: Pull complete
Digest: sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb
Status: Downloaded newer image for ocaml/opam@sha256:e0517046487c98f2052ea36902b3af2820a77be74510d3822e6df437ca1ebdbb
2026-02-03 16:22.24 ---> using "322cddba7614c4b1b6c738b0441d45bd18051b3cca05af4141944b76aa064d51" 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-02-03 16:22.24 ---> using "9df7d0e2bd3c0676ceb8c678aec7a8cc27e78706fdf9d6b9e3bbcb8417cf66dc" 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-02-03 16:22.24 ---> using "ae0094d8e7d44581b77b140a5acab774279d99ab1be9b029724e2206fa6ded3c" 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=debian os-version=13
# 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-variants" {= "5.4.0+options"}]
# compiler-packages    ocaml-compiler.5.4.0, ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.5.4.0+options
# 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+options+flambda
2026-02-03 16:22.24 ---> using "c58dd576f22082b636db7bb6dc9aa0569813a3b5d1b916d72d24299625b26489" 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-03 16:22.24 ---> using "3fedc3bdfa60ff44859ab34e7ab80b6930d2e1c40221ffab7f1991c51d48ee1c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-03 16:22.31 ---> saved as "47061b7bee1f44c728224bbb92938ea2e3daa42ac81306cffbd33c9da04f8293"

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

/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 amd64 Packages [98.7 kB]
- Fetched 189 kB in 0s (1823 kB/s)
- Reading package lists...
2026-02-03 16:22.53 ---> saved as "5215ae0b131b00a9ff8988def8cab1d94607530c61225ba7f541d515dc8663fc"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall menhirCST.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 \"\\\"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\" != 'menhirCST.20260203' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
menhirCST.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 menhirCST]
  - install menhirCST 20260203 (pinned)

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