(for PR #28919)

2025-11-18 17:32.01: New job: build yocaml_cmarkit.2.7.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28919/head (d4ca2c8996e7b80cf11028ad8c43876c747e0880)
                              on centos-9-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/28919/head" && git reset --hard d4ca2c89
git fetch origin master
git merge --no-edit 5b6623e1a6044ddcc5808644cab9ba88dfd5e8c3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33
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 yocaml_cmarkit.2.7.0 2.7.0
RUN opam reinstall yocaml_cmarkit.2.7.0; \
    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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'yocaml_cmarkit.2.7.0' && 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-11-18 17:32.01: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33-yocaml_cmarkit.2.7.0-d4ca2c8996e7b80cf11028ad8c43876c747e0880"
2025-11-18 17:32.01: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33)
 (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 yocaml_cmarkit.2.7.0 2.7.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall yocaml_cmarkit.2.7.0;\
             \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 \"\\\"centos-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'yocaml_cmarkit.2.7.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-18 17:32.01: Waiting for resource in pool OCluster
2025-11-18 17:45.21: Waiting for worker…
2025-11-18 17:46.59: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 5b6623e1a6 Merge pull request #28905 from lindig/expr
Updating 5b6623e1a6..d4ca2c8996
Fast-forward
 packages/yocaml/yocaml.2.7.0/opam                  | 50 ++++++++++++++++++++++
 packages/yocaml_cmarkit/yocaml_cmarkit.2.7.0/opam  | 42 ++++++++++++++++++
 packages/yocaml_eio/yocaml_eio.2.7.0/opam          | 44 +++++++++++++++++++
 packages/yocaml_git/yocaml_git.2.7.0/opam          | 49 +++++++++++++++++++++
 packages/yocaml_jingoo/yocaml_jingoo.2.7.0/opam    | 41 ++++++++++++++++++
 packages/yocaml_liquid/yocaml_liquid.2.7.0/opam    | 41 ++++++++++++++++++
 .../yocaml_markdown/yocaml_markdown.2.7.0/opam     | 44 +++++++++++++++++++
 .../yocaml_mustache/yocaml_mustache.2.7.0/opam     | 41 ++++++++++++++++++
 packages/yocaml_omd/yocaml_omd.2.7.0/opam          | 42 ++++++++++++++++++
 packages/yocaml_otoml/yocaml_otoml.2.7.0/opam      | 41 ++++++++++++++++++
 packages/yocaml_runtime/yocaml_runtime.2.7.0/opam  | 45 +++++++++++++++++++
 .../yocaml_syndication.2.7.0/opam                  | 44 +++++++++++++++++++
 packages/yocaml_unix/yocaml_unix.2.7.0/opam        | 42 ++++++++++++++++++
 packages/yocaml_yaml/yocaml_yaml.2.7.0/opam        | 41 ++++++++++++++++++
 14 files changed, 607 insertions(+)
 create mode 100644 packages/yocaml/yocaml.2.7.0/opam
 create mode 100644 packages/yocaml_cmarkit/yocaml_cmarkit.2.7.0/opam
 create mode 100644 packages/yocaml_eio/yocaml_eio.2.7.0/opam
 create mode 100644 packages/yocaml_git/yocaml_git.2.7.0/opam
 create mode 100644 packages/yocaml_jingoo/yocaml_jingoo.2.7.0/opam
 create mode 100644 packages/yocaml_liquid/yocaml_liquid.2.7.0/opam
 create mode 100644 packages/yocaml_markdown/yocaml_markdown.2.7.0/opam
 create mode 100644 packages/yocaml_mustache/yocaml_mustache.2.7.0/opam
 create mode 100644 packages/yocaml_omd/yocaml_omd.2.7.0/opam
 create mode 100644 packages/yocaml_otoml/yocaml_otoml.2.7.0/opam
 create mode 100644 packages/yocaml_runtime/yocaml_runtime.2.7.0/opam
 create mode 100644 packages/yocaml_syndication/yocaml_syndication.2.7.0/opam
 create mode 100644 packages/yocaml_unix/yocaml_unix.2.7.0/opam
 create mode 100644 packages/yocaml_yaml/yocaml_yaml.2.7.0/opam

(from ocaml/opam:centos-9-ocaml-4.14@sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33' locally
docker.io/ocaml/opam@sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33: Pulling from ocaml/opam
247a6b15b5d8: Already exists
9f493d5bd077: Already exists
6d2b8c1cc2ff: Already exists
a564b60bec4a: Already exists
11bf96889518: Already exists
05278c681803: Already exists
110a037163d1: Already exists
040e3b126d45: Already exists
162dd5f2cb00: Already exists
1698fd2b7a14: Already exists
45b0fd5b8c95: Already exists
50e24396fcf3: Already exists
64032f8f9f6f: Already exists
5a35a811e7d3: Already exists
d5bca816b72b: Already exists
3b6c6f95d679: Already exists
929ee4d59563: Already exists
929ee4d59563: Already exists
a0be26cff34c: Already exists
e392599df318: Already exists
bb91302143f3: Already exists
13b8545500f0: Already exists
4f4fb700ef54: Already exists
706757b4b0ef: Already exists
00f226e3a795: Already exists
6222cf80017d: Already exists
0843a55c4d6d: Already exists
bee912f4e9a2: Already exists
fe8568b1b5ff: Already exists
751688d14d44: Already exists
45cfea2628ea: Already exists
edef95a89997: Already exists
8ecd11584997: Already exists
3198238d3851: Already exists
8085ac68bf68: Already exists
d045ed3c2102: Already exists
2e5bef03d1f5: Already exists
0b25f485baa0: Already exists
aae92ad75e78: Already exists
be65684e16bd: Already exists
09b36507cb70: Already exists
67c73230fda2: Pulling fs layer
e60fc636ad6d: Pulling fs layer
de1076280f6f: Pulling fs layer
7e260cbe564c: Pulling fs layer
7e260cbe564c: Waiting
e60fc636ad6d: Download complete
7e260cbe564c: Verifying Checksum
7e260cbe564c: Download complete
67c73230fda2: Verifying Checksum
67c73230fda2: Download complete
67c73230fda2: Pull complete
e60fc636ad6d: Pull complete
de1076280f6f: Pull complete
7e260cbe564c: Pull complete
Digest: sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33
Status: Downloaded newer image for ocaml/opam@sha256:479e666a7c1b16f1c2b8e0539fca2e9285d86a7572a59c58e11db0fdd74bab33
2025-11-18 17:47.07 ---> using "ae1d9cdccf666d5cfb53fce95a946878062b9efabe17ebf8d5fe3b4278d45fb8" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-18 17:47.07 ---> using "04ad6ce306060061486b545afafebd4b0e62733441c826764676d1fc1410295b" 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
2025-11-18 17:47.07 ---> using "3f185d3afe5eb27a041b47ce8da30805838a88971b6bfea3d1a7315f901a4e4e" 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~beta1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=9
# 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
2025-11-18 17:47.07 ---> using "019f3714a5490386f3e63ffcac24edbcbc26b3d901ae601327c6d834c4d2a1e1" 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-11-18 17:47.07 ---> using "4d69454b71ded74e4f16591a00d01ac341f14b07edff7fec491b03f5d9139528" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 17:47.14 ---> saved as "fb995a42a187acf4efdcd46fb8ce178bbc3e355cb87e7feb6e9cd391cebfb2bd"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 17:47.35 ---> saved as "d0767cf6435a2dd7ad99f150d1c13165a4e34b37d1f04db66ebdf3b04fd7d0f2"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                         95 kB/s |  14 kB     00:00    
- CentOS Stream 9 - BaseOS                         13 MB/s | 8.8 MB     00:00    
- CentOS Stream 9 - AppStream                     102 kB/s |  14 kB     00:00    
- CentOS Stream 9 - AppStream                      12 MB/s |  25 MB     00:02    
- CentOS Stream 9 - CRB                           126 kB/s |  13 kB     00:00    
- CentOS Stream 9 - CRB                            10 MB/s | 7.3 MB     00:00    
- CentOS Stream 9 - Extras packages               144 kB/s |  16 kB     00:00    
- Metadata cache created.
2025-11-18 17:47.53 ---> saved as "288c8b28ea4e2a824dadb09696c41574fa80d9ab6f0e5f9faa05c8374df45540"

/home/opam: (run (shell "opam pin add -k version -yn yocaml_cmarkit.2.7.0 2.7.0"))
yocaml_cmarkit is now pinned to version 2.7.0
2025-11-18 17:47.54 ---> saved as "800824bc75e691ba784d7ff96ac396f41d1eb241e918a0f938e5474b14ba7c67"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall yocaml_cmarkit.2.7.0;\
                        \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 \"\\\"centos-9\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'yocaml_cmarkit.2.7.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
yocaml_cmarkit.2.7.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - yocaml_cmarkit >= 2.7.0 -> ocaml >= 5.1.1 -> ocaml-variants >= 5.1.1~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - yocaml_cmarkit >= 2.7.0 -> ocaml >= 5.1.1 -> ocaml-variants >= 5.1.1~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall yocaml_cmarkit.2.7.0;
        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 "\"centos-9\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'yocaml_cmarkit.2.7.0' && 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-11-18 17:48.07: Job failed: Failed: Build failed
2025-11-18 17:48.07: Log analysis:
2025-11-18 17:48.07: >>> 
No solution found, exiting
 (score = 100)
2025-11-18 17:48.07: [SKIP] Package not available