(for PR #25889)

2025-02-10 15:06.44: New job: build conf-libclang.13, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25889/head (93450bab6f4ccfda0b50177b39c9218bc8e47470)
                              on debian-12-ocaml-5.3/ppc64le

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/25889/head" && git reset --hard 93450bab
git fetch origin master
git merge --no-edit 36f4d2d5ceb882a79fd7d7f956b490201da67226
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05
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 conf-libclang.13 13
RUN opam reinstall conf-libclang.13; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-libclang.13' && 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-02-10 15:06.44: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05-conf-libclang.13-93450bab6f4ccfda0b50177b39c9218bc8e47470"
2025-02-10 15:06.44: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05)
 (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 conf-libclang.13 13"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-libclang.13;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-libclang.13' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-02-10 15:06.44: Waiting for resource in pool OCluster
2025-02-10 15:06.44: Waiting for worker…
2025-02-10 15:28.22: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
Updating files:  14% (3409/23306)
Updating files:  15% (3496/23306)
Updating files:  16% (3729/23306)
Updating files:  17% (3963/23306)
Updating files:  18% (4196/23306)
Updating files:  19% (4429/23306)
Updating files:  20% (4662/23306)
Updating files:  21% (4895/23306)
Updating files:  22% (5128/23306)
Updating files:  23% (5361/23306)
Updating files:  24% (5594/23306)
Updating files:  25% (5827/23306)
Updating files:  26% (6060/23306)
Updating files:  27% (6293/23306)
Updating files:  28% (6526/23306)
Updating files:  29% (6759/23306)
Updating files:  29% (6981/23306)
Updating files:  30% (6992/23306)
Updating files:  31% (7225/23306)
Updating files:  32% (7458/23306)
Updating files:  33% (7691/23306)
Updating files:  34% (7925/23306)
Updating files:  35% (8158/23306)
Updating files:  36% (8391/23306)
Updating files:  37% (8624/23306)
Updating files:  38% (8857/23306)
Updating files:  39% (9090/23306)
Updating files:  40% (9323/23306)
Updating files:  41% (9556/23306)
Updating files:  42% (9789/23306)
Updating files:  43% (10022/23306)
Updating files:  44% (10255/23306)
Updating files:  45% (10488/23306)
Updating files:  46% (10721/23306)
Updating files:  47% (10954/23306)
Updating files:  48% (11187/23306)
Updating files:  49% (11420/23306)
Updating files:  49% (11569/23306)
Updating files:  50% (11653/23306)
Updating files:  51% (11887/23306)
Updating files:  52% (12120/23306)
Updating files:  53% (12353/23306)
Updating files:  54% (12586/23306)
Updating files:  55% (12819/23306)
Updating files:  56% (13052/23306)
Updating files:  57% (13285/23306)
Updating files:  58% (13518/23306)
Updating files:  59% (13751/23306)
Updating files:  60% (13984/23306)
Updating files:  61% (14217/23306)
Updating files:  62% (14450/23306)
Updating files:  63% (14683/23306)
Updating files:  64% (14916/23306)
Updating files:  65% (15149/23306)
Updating files:  65% (15298/23306)
Updating files:  66% (15382/23306)
Updating files:  67% (15616/23306)
Updating files:  68% (15849/23306)
Updating files:  69% (16082/23306)
Updating files:  70% (16315/23306)
Updating files:  71% (16548/23306)
Updating files:  72% (16781/23306)
Updating files:  73% (17014/23306)
Updating files:  74% (17247/23306)
Updating files:  75% (17480/23306)
Updating files:  76% (17713/23306)
Updating files:  77% (17946/23306)
Updating files:  78% (18179/23306)
Updating files:  79% (18412/23306)
Updating files:  79% (18474/23306)
Updating files:  80% (18645/23306)
Updating files:  81% (18878/23306)
Updating files:  82% (19111/23306)
Updating files:  83% (19344/23306)
Updating files:  84% (19578/23306)
Updating files:  85% (19811/23306)
Updating files:  86% (20044/23306)
Updating files:  87% (20277/23306)
Updating files:  88% (20510/23306)
Updating files:  89% (20743/23306)
Updating files:  90% (20976/23306)
Updating files:  91% (21209/23306)
Updating files:  92% (21442/23306)
Updating files:  93% (21675/23306)
Updating files:  93% (21784/23306)
Updating files:  94% (21908/23306)
Updating files:  95% (22141/23306)
Updating files:  96% (22374/23306)
Updating files:  97% (22607/23306)
Updating files:  98% (22840/23306)
Updating files:  99% (23073/23306)
Updating files: 100% (23306/23306)
Updating files: 100% (23306/23306), done.
HEAD is now at 36f4d2d5ce Merge pull request #27169 from Frigory33/release-allegro5-0.1
Auto-merging packages/conf-libclang/conf-libclang.15/opam
Merge made by the 'ort' strategy.
 packages/conf-libclang/conf-libclang.10/opam | 52 +++++++++++++-----
 packages/conf-libclang/conf-libclang.11/opam | 54 ++++++++++++++-----
 packages/conf-libclang/conf-libclang.12/opam | 52 ++++++++++++------
 packages/conf-libclang/conf-libclang.13/opam | 60 ++++++++++++---------
 packages/conf-libclang/conf-libclang.14/opam | 61 +++++++++++++--------
 packages/conf-libclang/conf-libclang.15/opam | 62 +++++++++++++--------
 packages/conf-libclang/conf-libclang.16/opam | 76 ++++++++++++++++++++++++++
 packages/conf-libclang/conf-libclang.17/opam | 78 +++++++++++++++++++++++++++
 packages/conf-libclang/conf-libclang.18/opam | 80 ++++++++++++++++++++++++++++
 9 files changed, 461 insertions(+), 114 deletions(-)
 create mode 100644 packages/conf-libclang/conf-libclang.16/opam
 create mode 100644 packages/conf-libclang/conf-libclang.17/opam
 create mode 100644 packages/conf-libclang/conf-libclang.18/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05' locally
docker.io/ocaml/opam@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05: Pulling from ocaml/opam
Digest: sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05
Status: Downloaded newer image for ocaml/opam@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05
2025-02-10 15:33.19 ---> using "06aee59eddcb53b5f9f1f888ec49c36256a79daa6d548cf6de118aaee933404f" 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-02-10 15:33.19 ---> using "ab4da06d44382120ec5fafafe49b860c56b00a8862b1800d169c87fdd30a0712" 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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-10 15:33.19 ---> using "f94697361521e60e4ff1cb9b6313cbab95171d4915a7d96057bfac83b1a51362" 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.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087)
# self-upgrade         no
# system               arch=ppc64 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 175
# repositories         1 (local), 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-02-10 15:33.19 ---> using "aae8c047165be7fec581ebc05f9c76f5d69fe84fc88abf0663d8bd8c98a7b70a" 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-02-10 15:33.19 ---> using "bb3be6f22fe7c812c77e9e5610ce2b29811f57c679d1c15c09843d1fe3b4b4d3" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-02-10 15:33.21 ---> using "b9c6f3716d13683524150105a52402cc10c75a6fd273add4bb9e9aa5467ea283" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-10 15:33.28 ---> saved as "157ce59b390a3712ef8135da078ab32e5149008e60c18f610bc5d27b5d104b11"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (259 kB/s)
- Reading package lists...
- 
2025-02-10 15:33.38 ---> saved as "8aebc7c7c8681526ae9e3cd63f06e9d703622002b53089ee654dc01bd4143ab5"

/home/opam: (run (shell "opam pin add -k version -yn conf-libclang.13 13"))
conf-libclang is now pinned to version 13
2025-02-10 15:33.45 ---> saved as "0c452cce8e8120e2324ae4a9a74060e6f6781698f67bdded8995724faf072381"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-libclang.13;\
                        \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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'conf-libclang.13' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-libclang.13 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler >= 5.3.0
    - conf-libclang = 13 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-variants
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - conf-libclang = 13 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.3.0
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.3.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - conf-libclang = 13 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - conf-libclang = 13 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

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