(for PR #28919)

2025-11-18 17:32.03: New job: build yocaml_omd.2.7.0, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28919/head (d4ca2c8996e7b80cf11028ad8c43876c747e0880)
                              on debian-13-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:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn yocaml_omd.2.7.0 2.7.0
RUN opam depext yocaml_omd.2.7.0 && opam reinstall yocaml_omd.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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'yocaml_omd.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.03: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c-yocaml_omd.2.7.0-d4ca2c8996e7b80cf11028ad8c43876c747e0880"
2025-11-18 17:32.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || true"))
 (run (shell "opam pin add -k version -yn yocaml_omd.2.7.0 2.7.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext yocaml_omd.2.7.0 && opam reinstall yocaml_omd.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 \"\\\"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\" != 'yocaml_omd.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.03: Waiting for resource in pool OCluster
2025-11-18 17:48.05: Waiting for worker…
2025-11-18 17:51.13: Got resource from pool OCluster
Building on doris.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:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c' locally
docker.io/ocaml/opam@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c: Pulling from ocaml/opam
13cc39f8244a: Already exists
9d7c1cac6af4: Already exists
979e6521bf84: Already exists
b129e961d700: Already exists
9288fc69cd29: Already exists
b232c90b1855: Pulling fs layer
658a78f60f44: Pulling fs layer
b3e6010fbc4c: Pulling fs layer
e75ac7b73fdb: Pulling fs layer
f1dbfc01d8b6: Pulling fs layer
42e8958c94a5: Pulling fs layer
1c77fd15fa4b: Pulling fs layer
b3e6010fbc4c: Download complete
f8ae0ec2765e: Pulling fs layer
87b5808a8709: Pulling fs layer
6551add7b2f4: Pulling fs layer
658a78f60f44: Download complete
a050a941214a: Pulling fs layer
da6cadefa7ea: Pulling fs layer
1c77fd15fa4b: Waiting
0a3e89137cf8: Pulling fs layer
cc34154fc322: Pulling fs layer
e75ac7b73fdb: Download complete
eb7661180f3a: Pulling fs layer
42e8958c94a5: Download complete
f1dbfc01d8b6: Download complete
a050a941214a: Waiting
0a3e89137cf8: Waiting
faad806bf7c5: Pulling fs layer
da6cadefa7ea: Waiting
f8ae0ec2765e: Waiting
4f4fb700ef54: Pulling fs layer
fe5692607199: Pulling fs layer
eb7661180f3a: Waiting
87b5808a8709: Waiting
cc34154fc322: Waiting
caa548e7f855: Pulling fs layer
6551add7b2f4: Waiting
faad806bf7c5: Waiting
8ad66e641b14: Pulling fs layer
4f4fb700ef54: Waiting
fe5692607199: Waiting
b9d5d27dc0b6: Pulling fs layer
caa548e7f855: Waiting
788961b65661: Pulling fs layer
8ad66e641b14: Waiting
b9d5d27dc0b6: Waiting
9ed95272e11f: Pulling fs layer
82c1497059a3: Pulling fs layer
788961b65661: Waiting
8abbeded2fb9: Pulling fs layer
9ed95272e11f: Waiting
1276181ef5dc: Pulling fs layer
82c1497059a3: Waiting
0bd63c9342a5: Pulling fs layer
8abbeded2fb9: Waiting
0294cf425d8c: Pulling fs layer
def43d8fc04c: Pulling fs layer
c87ed18f9ca6: Pulling fs layer
0bd63c9342a5: Waiting
056f995b50a2: Pulling fs layer
c9f03af6c585: Pulling fs layer
1276181ef5dc: Waiting
4e0df0b17574: Pulling fs layer
1fcd55c53252: Pulling fs layer
0294cf425d8c: Waiting
9fe15f147c9c: Pulling fs layer
c87ed18f9ca6: Waiting
ada2682c449c: Pulling fs layer
c9f03af6c585: Waiting
def43d8fc04c: Waiting
056f995b50a2: Waiting
9fe15f147c9c: Waiting
295973a65af5: Pulling fs layer
4e0df0b17574: Waiting
1fcd55c53252: Waiting
e7a455463b73: Pulling fs layer
98af01a2e2e5: Pulling fs layer
98af01a2e2e5: Waiting
295973a65af5: Waiting
e7a455463b73: Waiting
ada2682c449c: Waiting
1c77fd15fa4b: Download complete
87b5808a8709: Verifying Checksum
87b5808a8709: Download complete
f8ae0ec2765e: Download complete
6551add7b2f4: Download complete
da6cadefa7ea: Verifying Checksum
da6cadefa7ea: Download complete
a050a941214a: Verifying Checksum
a050a941214a: Download complete
0a3e89137cf8: Verifying Checksum
0a3e89137cf8: Download complete
cc34154fc322: Verifying Checksum
cc34154fc322: Download complete
eb7661180f3a: Download complete
faad806bf7c5: Verifying Checksum
faad806bf7c5: Download complete
4f4fb700ef54: Download complete
fe5692607199: Verifying Checksum
fe5692607199: Download complete
caa548e7f855: Verifying Checksum
caa548e7f855: Download complete
8ad66e641b14: Download complete
b9d5d27dc0b6: Verifying Checksum
b9d5d27dc0b6: Download complete
788961b65661: Download complete
82c1497059a3: Download complete
9ed95272e11f: Download complete
1276181ef5dc: Verifying Checksum
1276181ef5dc: Download complete
8abbeded2fb9: Verifying Checksum
0bd63c9342a5: Download complete
0294cf425d8c: Verifying Checksum
0294cf425d8c: Download complete
def43d8fc04c: Download complete
056f995b50a2: Download complete
c9f03af6c585: Verifying Checksum
c9f03af6c585: Download complete
4e0df0b17574: Verifying Checksum
4e0df0b17574: Download complete
1fcd55c53252: Download complete
9fe15f147c9c: Download complete
b232c90b1855: Download complete
295973a65af5: Verifying Checksum
295973a65af5: Download complete
e7a455463b73: Download complete
98af01a2e2e5: Download complete
c87ed18f9ca6: Verifying Checksum
c87ed18f9ca6: Download complete
b232c90b1855: Pull complete
658a78f60f44: Pull complete
b3e6010fbc4c: Pull complete
e75ac7b73fdb: Pull complete
f1dbfc01d8b6: Pull complete
42e8958c94a5: Pull complete
1c77fd15fa4b: Pull complete
f8ae0ec2765e: Pull complete
87b5808a8709: Pull complete
6551add7b2f4: Pull complete
a050a941214a: Pull complete
da6cadefa7ea: Pull complete
0a3e89137cf8: Pull complete
cc34154fc322: Pull complete
eb7661180f3a: Pull complete
faad806bf7c5: Pull complete
4f4fb700ef54: Pull complete
fe5692607199: Pull complete
caa548e7f855: Pull complete
8ad66e641b14: Pull complete
b9d5d27dc0b6: Pull complete
788961b65661: Pull complete
9ed95272e11f: Pull complete
82c1497059a3: Pull complete
8abbeded2fb9: Pull complete
1276181ef5dc: Pull complete
0bd63c9342a5: Pull complete
0294cf425d8c: Pull complete
def43d8fc04c: Pull complete
c87ed18f9ca6: Pull complete
056f995b50a2: Pull complete
ada2682c449c: Verifying Checksum
ada2682c449c: Download complete
c9f03af6c585: Pull complete
4e0df0b17574: Pull complete
1fcd55c53252: Pull complete
9fe15f147c9c: Pull complete
ada2682c449c: Pull complete
295973a65af5: Pull complete
e7a455463b73: Pull complete
98af01a2e2e5: Pull complete
Digest: sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c
Status: Downloaded newer image for ocaml/opam@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c
2025-11-18 18:04.50 ---> using "e1d8c7e6beb03face60eaf04e7070eb8fe39365c831388bb928a8a0dc291c14b" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-11-18 18:04.50 ---> using "daa5c27b303555eb08e063616d44973741a7df82bbb32474a57820e41765a274" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-11-18 18:04.50 ---> using "d880a3938fdc72a79b019ebd2eac9edd75752d6aad6907824e0c75a8f8f24f5c" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2025-11-18 18:04.50 ---> using "b39a6518b6397510c3ec25add8199a0600b01748d56dbf62e33c446913ee4dda" 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 18:04.50 ---> using "89ef2ffada4c2228b8f41fd0f0f76294214777eb5c05cd80349181ba79290445" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 18:04.51 ---> using "3518adb3e7f4e81518c36a574d817f95aca565ffa451e911808a4337ea26220a" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-11-18 18:04.51 ---> using "75123fe076d905c4885d09b0e914c319ddc9c5522a9f5a8d3f52fc6910a77104" from cache

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
    apt-get update
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
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 trixie/main amd64 Packages [9670 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB]
Fetched 9973 kB in 1s (9771 kB/s)
Reading package lists...
# OS package update successful
2025-11-18 18:04.51 ---> using "ba9c676dbb9ce13b949b01273f990250bc4ca6529cc139d29d09f0af749652de" from cache

/home/opam: (run (shell "opam pin add -k version -yn yocaml_omd.2.7.0 2.7.0"))
yocaml_omd is now pinned to version 2.7.0
2025-11-18 18:04.52 ---> saved as "ce7b8c59ed8f1b95c9a4ee4253c68ff774f7f6a452411355a3e368db4819b88b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext yocaml_omd.2.7.0 && opam reinstall yocaml_omd.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 \"\\\"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\" != 'yocaml_omd.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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for yocaml_omd.2.7.0: The following dependencies couldn't be met:
          - yocaml_omd -> ocaml >= 5.1.1
              base of this switch (use `--unlock-base' to force)


Command failed: opam list --readonly --external '--resolve=yocaml_omd.2.7.0' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext yocaml_omd.2.7.0 && opam reinstall yocaml_omd.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 "\"debian-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'yocaml_omd.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 18:05.02: Job failed: Failed: Build failed
2025-11-18 18:05.02: Log analysis:
2025-11-18 18:05.02: >>> 
[ERROR] No solution for yocaml_omd.2.7.0: The following dependencies couldn't be met:
 (score = 100)
2025-11-18 18:05.02: [SKIP] Package not available