(not at the head of any monitored branch or PR)
2026-01-18 13:43.30: New job: build menhir.20260112, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29211/head (40f2d815046034974151fd6cb87d492d7533b91e)
                              on fedora-43-ocaml-4.14/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/29211/head" && git reset --hard 40f2d815
git fetch origin master
git merge --no-edit 5a5103c1c342a572f3174f77c2bf2a3883cd4a69
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3
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.20260112 20260112
RUN opam reinstall menhir.20260112; \
    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 "\"fedora-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'menhir.20260112' && 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-01-18 13:43.30: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3-menhir.20260112-40f2d815046034974151fd6cb87d492d7533b91e"
2026-01-18 13:43.30: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3)
 (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.20260112 20260112"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall menhir.20260112;\
             \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 \"\\\"fedora-43\\\"\"; 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.20260112' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-18 13:43.30: Waiting for resource in pool OCluster
2026-01-18 13:45.09: Waiting for worker…
2026-01-18 13:47.40: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 5a5103c1c3 Merge pull request #29240 from sanette/opam-publish-ufind.0.2.0
Updating 5a5103c1c3..40f2d81504
Fast-forward
 packages/menhir/menhir.20260112/opam       | 32 ++++++++++++++++++++++++++++++
 packages/menhirCST/menhirCST.20260112/opam | 30 ++++++++++++++++++++++++++++
 packages/menhirGLR/menhirGLR.20260112/opam | 30 ++++++++++++++++++++++++++++
 packages/menhirLib/menhirLib.20260112/opam | 31 +++++++++++++++++++++++++++++
 packages/menhirSdk/menhirSdk.20260112/opam | 31 +++++++++++++++++++++++++++++
 5 files changed, 154 insertions(+)
 create mode 100644 packages/menhir/menhir.20260112/opam
 create mode 100644 packages/menhirCST/menhirCST.20260112/opam
 create mode 100644 packages/menhirGLR/menhirGLR.20260112/opam
 create mode 100644 packages/menhirLib/menhirLib.20260112/opam
 create mode 100644 packages/menhirSdk/menhirSdk.20260112/opam

(from ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3' locally
docker.io/ocaml/opam@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3: Pulling from ocaml/opam
1216d224fefc: Already exists
d2b80d0f9692: Already exists
b44754d8bf82: Already exists
36abc5888bbf: Already exists
13ceeda275e3: Already exists
9d0a0e279caf: Already exists
40e2d63e6bc8: Already exists
75b3ac574ea6: Already exists
1049f777ea82: Already exists
03fc9df51c6a: Already exists
b047e90b13a5: Already exists
9e9b975180f0: Already exists
67d0d0d5c8c1: Already exists
89a5d6bde7a7: Already exists
1d93c1211989: Already exists
29eae7cc87b0: Already exists
29eae7cc87b0: Already exists
cbc0891b6ad5: Already exists
1dcdb5dba4d6: Already exists
cbbbe6830481: Already exists
21e1ea572da2: Already exists
4f4fb700ef54: Already exists
98b69470db28: Already exists
2dcdfd57803f: Already exists
379ef38822e9: Already exists
3bc4f9dcff1f: Already exists
d9698ccc8ea7: Already exists
5ed663178eca: Already exists
c8305c642087: Already exists
8f6d93fd556f: Already exists
921519ed1807: Already exists
c60d13ca69bb: Already exists
2aac9c9633a8: Already exists
c0e95d961175: Already exists
27ce8579a8e4: Already exists
fe5862feaa51: Already exists
e29132ca7758: Already exists
7f1e364d449b: Already exists
a8bd8d8144bc: Already exists
571a3efac70d: Already exists
f942bc51e7c8: Already exists
86a34da7fc52: Already exists
5ba9709e95a2: Already exists
ff68b912b98e: Already exists
Digest: sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3
Status: Downloaded newer image for ocaml/opam@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3
2026-01-18 13:47.50 ---> using "8b0adb6c2adc7fa4f4001b6b87da003491ed225d9bbd0f11a36381cd1af0a78a" 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-01-18 13:47.50 ---> using "8f0f19a02f8ca6978fcd5ef4b2095f93cc24a98d2d55ea8318b98da270fe0c8a" 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-01-18 13:47.50 ---> using "269930be3b54c7f676e8f11b299c9a6f218cab290f12dde1a3258a862d7328d3" 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=fedora os-version=43
# 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       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-01-18 13:47.50 ---> using "a3a9b3c2d70064f7a246b06e16c6d6ab8937ef5faa4c6c16c2e012fd3d2c809d" 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-01-18 13:47.50 ---> using "7586be709f82e76b730eb2a42f0ed48b94d0daa3f462bcbbd3e6c57d7f8d3a00" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-18 13:47.52 ---> saved as "e0269bf89fb3784dfcca3b65cf07b78b0f63ffef29e723573a33e99f96d821b5"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-18 13:48.15 ---> saved as "a50c58e6b564db9173bcc19f05b71af322720deb6c9d46928248dfbb5ee9d945"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64                     100% |  25.5 KiB/s |  21.5 KiB |  00m01s
-  Fedora 43 - x86_64 - Updates           100% |  33.0 KiB/s |  18.2 KiB |  00m01s
- Repositories loaded.
- Metadata cache created.
2026-01-18 13:48.20 ---> saved as "6fa0353fc5f2d97ca530b4c8a1dcf94d4eb699e3aaab12c77ad107b4a4257248"

/home/opam: (run (shell "opam pin add -k version -yn menhir.20260112 20260112"))
menhir is now pinned to version 20260112
2026-01-18 13:48.21 ---> saved as "f6d382fdffea59410ecd55b3f754d47bfbbc2a231bfd6d9d10688924ce5ebef3"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall menhir.20260112;\
                        \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 \"\\\"fedora-43\\\"\"; 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.20260112' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
menhir.20260112 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
  - install dune      3.21.0            [required by menhir]
  - install menhir    20260112 (pinned)
  - install menhirCST 20260112          [required by menhir]
  - install menhirGLR 20260112          [required by menhir]
  - install menhirLib 20260112          [required by menhir]
  - install menhirSdk 20260112          [required by menhir]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0  (cached)
-> retrieved menhir.20260112, menhirCST.20260112, menhirGLR.20260112, menhirLib.20260112, menhirSdk.20260112  (cached)
-> installed dune.3.21.0
-> installed menhirCST.20260112
-> installed menhirGLR.20260112
-> installed menhirLib.20260112
-> installed menhirSdk.20260112
-> installed menhir.20260112
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-18 13:49.07 ---> saved as "0e41a9ca73bc6fcfd6c3ceea457478a67a3ed30628aa5eaea2248bbcb79dc460"
Job succeeded
2026-01-18 13:49.15: Job succeeded