(not at the head of any monitored branch or PR)
2025-09-17 10:23.47: New job: build ocaml-variants.4.14.1+BER, using opam 2.4
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27887/head (433941096ba89ee82e098993795b9cda9a1179d6)
                              on debian-13-ocaml-5.3/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/27887/head" && git reset --hard 43394109
git fetch origin master
git merge --no-edit 7949ff40d8af6dff67bf2361db44574e21c6d076
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.4 /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 ocaml-variants.4.14.1+BER 4.14.1+BER
RUN opam reinstall --update-invariant ocaml-variants.4.14.1+BER; \
    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" != 'ocaml-variants.4.14.1+BER' && 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-09-17 10:23.47: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f-ocaml-variants.4.14.1+BER-433941096ba89ee82e098993795b9cda9a1179d6"
2025-09-17 10:23.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 ocaml-variants.4.14.1+BER 4.14.1+BER"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-variants.4.14.1+BER;\
             \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\" != 'ocaml-variants.4.14.1+BER' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-09-17 10:23.47: Waiting for resource in pool OCluster
2025-09-17 10:35.36: Waiting for worker…
2025-09-17 10:37.26: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 7949ff40d8 Merge pull request #28501 from vscoqbot/opam-publish-vsrocq-language-server.2.3.0
Merge made by the 'ort' strategy.
 .../ocaml-variants/ocaml-variants.4.14.1+BER/opam  |  6 +++-
 .../ocaml-variants/ocaml-variants.5.3.0+BER/opam   | 41 +++++++++++++---------
 2 files changed, 30 insertions(+), 17 deletions(-)

(from ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f' locally
docker.io/ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f: Pulling from ocaml/opam
15b1d8a5ff03: Already exists
4d5eb3ed0208: Already exists
b44e00377829: Already exists
93018e586176: Already exists
587e432a29e2: Already exists
cdf304204754: Already exists
a444cfe202e3: Already exists
964991c828c0: Already exists
a94458d90f79: Already exists
e972c69afbc9: Already exists
3997d62e9de2: Already exists
d78ea61f72f9: Already exists
c68a1176424c: Already exists
63495b383f1a: Already exists
aa1a6204320d: Already exists
187b2023e0b3: Already exists
4787e66ddf43: Already exists
973a552bac2d: Already exists
8ad831d15267: Already exists
a8377bc33a29: Already exists
84a002321686: Already exists
4f4fb700ef54: Already exists
5d52c4f201d6: Already exists
68ef19bc296a: Already exists
1cda2aa0af1b: Already exists
769f31bcfe07: Already exists
b1d715eb0b34: Already exists
6b92d559de80: Already exists
1552f16d9075: Already exists
7a69328970da: Already exists
e66b1fc86e6f: Already exists
b14737f10b30: Already exists
4b7cf33f8dea: Already exists
0499d18bfcaa: Already exists
fb0e4a52e51b: Already exists
af1ea896d29c: Already exists
cff41317f198: Already exists
fbb90a49a8ca: Already exists
2f7f155032eb: Already exists
02f68e1ce660: Already exists
9142b776626e: Pulling fs layer
cebfcf7d6f76: Pulling fs layer
39abf9ca585d: Pulling fs layer
9486417a4529: Pulling fs layer
719d491db6c6: Pulling fs layer
7463fddf1e2e: Pulling fs layer
d82e9fb7179d: Pulling fs layer
cebfcf7d6f76: Waiting
9142b776626e: Waiting
9486417a4529: Waiting
7463fddf1e2e: Waiting
d82e9fb7179d: Waiting
9142b776626e: Verifying Checksum
9142b776626e: Download complete
9142b776626e: Pull complete
cebfcf7d6f76: Download complete
cebfcf7d6f76: Pull complete
39abf9ca585d: Verifying Checksum
39abf9ca585d: Pull complete
9486417a4529: Verifying Checksum
9486417a4529: Download complete
719d491db6c6: Verifying Checksum
719d491db6c6: Download complete
7463fddf1e2e: Verifying Checksum
7463fddf1e2e: Download complete
d82e9fb7179d: Verifying Checksum
d82e9fb7179d: Download complete
9486417a4529: Pull complete
719d491db6c6: Pull complete
7463fddf1e2e: Pull complete
d82e9fb7179d: Pull complete
Digest: sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f
Status: Downloaded newer image for ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f
2025-09-17 10:38.47 ---> using "e5ce46144b4e25b3e363c3d09bd5c434fad1097e903303a843a6f78001c9b5bd" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-17 10:38.47 ---> using "364b03dd5aeb0d15bf1e66451781b77b48966f045fbce5433ec61e5d817bff2b" 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 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-09-17 10:38.47 ---> using "9fb646c8378ff9cc809ee20bab3e5327c70546504d799f0d253e7da943c2efd6" 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.4.1
# 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       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-09-17 10:38.47 ---> using "76071e20e4d7dfa3b40204004089d788f980b4a0b785c5871d0e8ee26a59e3ad" 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/"))
2025-09-17 10:38.47 ---> using "d079bc63716efcd6494f61c6f942468406be4205452776603a026abc1a128945" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-17 10:39.08 ---> saved as "2d6575f506927cb20da701511b419af03f8bebd7d7b7907596a050eb1854cb2b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-17 10:39.27 ---> saved as "d7afd1b6dcb889e9630ba25e936431eee5ac2c57759ff846e5cbe51938f40927"

/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 [40.4 kB]
- Fetched 131 kB in 0s (1507 kB/s)
- Reading package lists...
2025-09-17 10:39.29 ---> saved as "7b9c1fa7f9d4a101baec3e091840f767a949bfd69f24e74ecb0a717e03463d51"

/home/opam: (run (shell "opam pin add -k version -yn ocaml-variants.4.14.1+BER 4.14.1+BER"))
ocaml-variants is now pinned to version 4.14.1+BER
2025-09-17 10:39.30 ---> saved as "2eeb5ef3911017b5e4d17a6b200e2039b4b7d253cb98b97940e44e14f91178ce"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-variants.4.14.1+BER;\
                        \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\" != 'ocaml-variants.4.14.1+BER' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml-variants.4.14.1+BER is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 5 packages
  - remove    base-domains             base                [conflicts with ocaml]
  - remove    base-effects             base                [conflicts with ocaml]
  - remove    ocaml-base-compiler      5.3.0 (pinned)      [conflicts with ocaml-variants]
  - remove    ocaml-compiler           5.3.0
  - remove    ocaml-options-vanilla    1                   [conflicts with ocaml-option-nnp]
=== downgrade 2 packages
  - downgrade ocaml                    5.3.0 to 4.14.1     [uses ocaml-variants]
  - downgrade ocaml-config             3 to 2              [uses ocaml-variants]
=== recompile 2 packages
  - recompile base-nnp                 base                [uses base-domains]
  - recompile opam-depext              1.2.3               [uses ocaml]
=== install 3 packages
  - install   base-metaocaml-ocamlfind base
  - install   ocaml-option-nnp         1                   [required by ocaml-variants]
  - install   ocaml-variants           4.14.1+BER (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   base-effects.base
-> removed   ocaml-options-vanilla.1
-> retrieved base-metaocaml-ocamlfind.base  (cached)
-> retrieved ocaml-config.2  (2 extra sources)
-> retrieved ocaml-config.2  (2 extra sources)
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed ocaml-option-nnp.1
-> installed base-nnp.base
-> retrieved ocaml-variants.4.14.1+BER  (https://opam.ocaml.org/cache)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.3.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.3.0
-> removed   ocaml-compiler.5.3.0
-> installed ocaml-variants.4.14.1+BER
-> installed ocaml-config.2
-> installed ocaml.4.14.1
-> installed base-metaocaml-ocamlfind.base
-> installed opam-depext.1.2.3
[NOTE] Switch invariant was updated to ["ocaml-variants" {= "4.14.1+BER"}]
       Use `opam switch set-invariant' to change it.
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2025-09-17 10:41.10 ---> saved as "66a6159867137fcfa5a141a3be796c1653d2c578e069954422c1d459f5619d7b"
Job succeeded
2025-09-17 10:41.19: Job succeeded