(not at the head of any monitored branch or PR)
2026-02-03 16:14.59: New job: build menhirSdk.20260203, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29331/head (0e6673ac97ae0f63da331269732670199dbab85e)
                              on opensuse-15.6-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:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1
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.20260203 20260203
RUN opam reinstall menhirSdk.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 "\"opensuse-15.6\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'menhirSdk.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:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1-menhirSdk.20260203-0e6673ac97ae0f63da331269732670199dbab85e"
2026-02-03 16:14.59: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1)
 (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.20260203 20260203"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall menhirSdk.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 \"\\\"opensuse-15.6\\\"\"; 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.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:15.06: Waiting for worker…
2026-02-03 16:18.36: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
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:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1' locally
docker.io/ocaml/opam@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1: Pulling from ocaml/opam
f4db0cbd6f95: Pulling fs layer
02cd4082ad48: Pulling fs layer
1100f076d406: Pulling fs layer
8606882b1a88: Pulling fs layer
f9a52bf6e6bb: Pulling fs layer
1100f076d406: Waiting
f63e0dca46c3: Pulling fs layer
ea368c16a085: Pulling fs layer
8606882b1a88: Waiting
6fc2064064a4: Pulling fs layer
f63e0dca46c3: Waiting
f9a52bf6e6bb: Waiting
ea368c16a085: Waiting
f8fcfc5b81cd: Pulling fs layer
6fc2064064a4: Waiting
f8fcfc5b81cd: Waiting
924a9bda3469: Pulling fs layer
3784063ca28b: Pulling fs layer
924a9bda3469: Waiting
59fbe9e16b03: Pulling fs layer
3784063ca28b: Waiting
8ce8b77b238d: Pulling fs layer
59fbe9e16b03: Waiting
8ce8b77b238d: Waiting
c6c4e57a4c81: Pulling fs layer
c6c4e57a4c81: Waiting
a6d2e97b1554: Pulling fs layer
5f484f36e5a2: Pulling fs layer
a6d2e97b1554: Waiting
0f1e5516d3ad: Pulling fs layer
4822907daa68: Pulling fs layer
0f1e5516d3ad: Waiting
10dbc447c992: Pulling fs layer
4822907daa68: Waiting
4f4fb700ef54: Pulling fs layer
10dbc447c992: Waiting
5150aec31d9b: Pulling fs layer
4f4fb700ef54: Waiting
409e2101a246: Pulling fs layer
5150aec31d9b: Waiting
9e2ab57a758f: Pulling fs layer
409e2101a246: Waiting
c9f6628cf70d: Pulling fs layer
9e2ab57a758f: Waiting
c9f6628cf70d: Waiting
64501aa3f7f8: Pulling fs layer
49e89710eef7: Pulling fs layer
551776d6e7c3: Pulling fs layer
49e89710eef7: Waiting
3941397d1883: Pulling fs layer
551776d6e7c3: Waiting
1b90cfabea40: Pulling fs layer
690624604033: Pulling fs layer
3941397d1883: Waiting
1b90cfabea40: Waiting
4585046f2b9c: Pulling fs layer
690624604033: Waiting
d347e1bcbd7f: Pulling fs layer
4585046f2b9c: Waiting
8a8051757f60: Pulling fs layer
d347e1bcbd7f: Waiting
88c1a6a950b4: Pulling fs layer
8a8051757f60: Waiting
07a9e5fdb994: Pulling fs layer
80d399ca8a83: Pulling fs layer
07a9e5fdb994: Waiting
88c1a6a950b4: Waiting
b09d5b383189: Pulling fs layer
80d399ca8a83: Waiting
b09d5b383189: Waiting
7a50c3ac9448: Pulling fs layer
a241e1c89dcc: Pulling fs layer
7a50c3ac9448: Waiting
06a21ff02078: Pulling fs layer
a241e1c89dcc: Waiting
6a6be1c8e33f: Pulling fs layer
06a21ff02078: Waiting
069c541bd52c: Pulling fs layer
6a6be1c8e33f: Waiting
7091d6c74572: Pulling fs layer
7091d6c74572: Waiting
34fd8199409d: Pulling fs layer
34fd8199409d: Waiting
ad2d360838c0: Pulling fs layer
ad2d360838c0: Waiting
02cd4082ad48: Download complete
f4db0cbd6f95: Verifying Checksum
f4db0cbd6f95: Download complete
f4db0cbd6f95: Pull complete
02cd4082ad48: Pull complete
8606882b1a88: Verifying Checksum
8606882b1a88: Download complete
1100f076d406: Download complete
f63e0dca46c3: Verifying Checksum
f63e0dca46c3: Download complete
f9a52bf6e6bb: Verifying Checksum
f9a52bf6e6bb: Download complete
6fc2064064a4: Verifying Checksum
6fc2064064a4: Download complete
f8fcfc5b81cd: Verifying Checksum
f8fcfc5b81cd: Download complete
1100f076d406: Pull complete
ea368c16a085: Verifying Checksum
ea368c16a085: Download complete
3784063ca28b: Verifying Checksum
3784063ca28b: Download complete
924a9bda3469: Verifying Checksum
924a9bda3469: Download complete
59fbe9e16b03: Verifying Checksum
59fbe9e16b03: Download complete
8ce8b77b238d: Verifying Checksum
8ce8b77b238d: Download complete
c6c4e57a4c81: Verifying Checksum
c6c4e57a4c81: Download complete
a6d2e97b1554: Verifying Checksum
a6d2e97b1554: Download complete
5f484f36e5a2: Verifying Checksum
5f484f36e5a2: Download complete
0f1e5516d3ad: Download complete
4822907daa68: Download complete
10dbc447c992: Verifying Checksum
10dbc447c992: Download complete
4f4fb700ef54: Download complete
5150aec31d9b: Download complete
409e2101a246: Download complete
9e2ab57a758f: Download complete
c9f6628cf70d: Download complete
64501aa3f7f8: Verifying Checksum
64501aa3f7f8: Download complete
49e89710eef7: Verifying Checksum
49e89710eef7: Download complete
551776d6e7c3: Download complete
3941397d1883: Download complete
1b90cfabea40: Verifying Checksum
1b90cfabea40: Download complete
690624604033: Verifying Checksum
690624604033: Download complete
4585046f2b9c: Verifying Checksum
4585046f2b9c: Download complete
d347e1bcbd7f: Verifying Checksum
d347e1bcbd7f: Download complete
88c1a6a950b4: Verifying Checksum
88c1a6a950b4: Download complete
07a9e5fdb994: Verifying Checksum
07a9e5fdb994: Download complete
80d399ca8a83: Download complete
b09d5b383189: Verifying Checksum
b09d5b383189: Download complete
7a50c3ac9448: Download complete
8606882b1a88: Pull complete
f9a52bf6e6bb: Pull complete
f63e0dca46c3: Pull complete
a241e1c89dcc: Verifying Checksum
a241e1c89dcc: Download complete
06a21ff02078: Verifying Checksum
06a21ff02078: Download complete
6a6be1c8e33f: Verifying Checksum
6a6be1c8e33f: Download complete
ea368c16a085: Pull complete
6fc2064064a4: Pull complete
f8fcfc5b81cd: Pull complete
924a9bda3469: Pull complete
3784063ca28b: Pull complete
069c541bd52c: Verifying Checksum
069c541bd52c: Download complete
59fbe9e16b03: Pull complete
7091d6c74572: Download complete
34fd8199409d: Verifying Checksum
34fd8199409d: Download complete
8ce8b77b238d: Pull complete
ad2d360838c0: Verifying Checksum
ad2d360838c0: Download complete
c6c4e57a4c81: Pull complete
a6d2e97b1554: Pull complete
5f484f36e5a2: Pull complete
0f1e5516d3ad: Pull complete
4822907daa68: Pull complete
10dbc447c992: Pull complete
4f4fb700ef54: Pull complete
5150aec31d9b: Pull complete
409e2101a246: Pull complete
9e2ab57a758f: Pull complete
c9f6628cf70d: Pull complete
64501aa3f7f8: Pull complete
49e89710eef7: Pull complete
551776d6e7c3: Pull complete
3941397d1883: Pull complete
1b90cfabea40: Pull complete
690624604033: Pull complete
4585046f2b9c: Pull complete
d347e1bcbd7f: Pull complete
8a8051757f60: Verifying Checksum
8a8051757f60: Download complete
8a8051757f60: Pull complete
88c1a6a950b4: Pull complete
07a9e5fdb994: Pull complete
80d399ca8a83: Pull complete
b09d5b383189: Pull complete
7a50c3ac9448: Pull complete
a241e1c89dcc: Pull complete
06a21ff02078: Pull complete
6a6be1c8e33f: Pull complete
069c541bd52c: Pull complete
7091d6c74572: Pull complete
34fd8199409d: Pull complete
ad2d360838c0: Pull complete
Digest: sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1
Status: Downloaded newer image for ocaml/opam@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1
2026-02-03 16:18.44 ---> using "dac1bba0d29e09bd6bdeae8e3020e0a604572cec9ab1220b1320d44011c50cab" 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:18.44 ---> using "d5a0c21a8985cda5898095c0548dddb7173b7395f089f92949a896e6ad892fe2" 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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-03 16:18.44 ---> using "a9c9647e10c5fc99c87f8e37e0cf30ec16b349a7e88c313e2f5b7ac21faaa26f" 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=opensuse-leap os-version=15.6
# 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:18.44 ---> using "aae302afdc3528c195a3cdcc35331075ee1b70051f2ec0b80f82b17d01351df9" 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:18.44 ---> using "42f65ff60d97a99a2e1c918e881d230f5f785431131e060205cf7404b533e3e4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-03 16:19.01 ---> saved as "8b20a57d3878829512bbbac69fb04da936fc2c3f1fd766098c4e5ce99948de4d"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- .....
- ....
- ....
- ....
- ....
- ....
- .......
- ............done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- .........
- .............
- ..........
- .........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ........
- ........
- ........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- ........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .....
- ......
- .........
- ......
- .......
- ....
- .......
- .......
- .........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ...........
- .........
- .........
- .......
- .........
- .........
- ........
- ...done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-02-03 16:21.00 ---> saved as "4845782307caa7ee9877a903e3ad0234f4bd6e4058b666284b2516ea3d9c840b"

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

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

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