(not at the head of any monitored branch or PR)
2025-09-22 13:10.56: New job: build dokeysto_camltc.4.0.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28567/head (4b271a226d755f4f54f1d5d31deb3d22da1ebc54)
                              on debian-13-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/28567/head" && git reset --hard 4b271a22
git fetch origin master
git merge --no-edit 3f21ebe342ce440d9c9142ffe1185d8e5a326085
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c
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 dokeysto_camltc.4.0.2 4.0.2
RUN opam reinstall dokeysto_camltc.4.0.2; \
    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" != 'dokeysto_camltc.4.0.2' && 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-22 13:10.56: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c-dokeysto_camltc.4.0.2-4b271a226d755f4f54f1d5d31deb3d22da1ebc54"
2025-09-22 13:10.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c)
 (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 dokeysto_camltc.4.0.2 4.0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dokeysto_camltc.4.0.2;\
             \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\" != 'dokeysto_camltc.4.0.2' && 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-22 13:10.56: Waiting for resource in pool OCluster
2025-09-22 13:10.56: Waiting for worker…
2025-09-22 13:11.05: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
Updating files:  58% (10717/18312)
Updating files:  59% (10805/18312)
Updating files:  60% (10988/18312)
Updating files:  61% (11171/18312)
Updating files:  62% (11354/18312)
Updating files:  63% (11537/18312)
Updating files:  64% (11720/18312)
Updating files:  65% (11903/18312)
Updating files:  66% (12086/18312)
Updating files:  67% (12270/18312)
Updating files:  68% (12453/18312)
Updating files:  69% (12636/18312)
Updating files:  70% (12819/18312)
Updating files:  71% (13002/18312)
Updating files:  72% (13185/18312)
Updating files:  73% (13368/18312)
Updating files:  74% (13551/18312)
Updating files:  75% (13734/18312)
Updating files:  76% (13918/18312)
Updating files:  77% (14101/18312)
Updating files:  78% (14284/18312)
Updating files:  79% (14467/18312)
Updating files:  80% (14650/18312)
Updating files:  81% (14833/18312)
Updating files:  82% (15016/18312)
Updating files:  83% (15199/18312)
Updating files:  84% (15383/18312)
Updating files:  85% (15566/18312)
Updating files:  86% (15749/18312)
Updating files:  87% (15932/18312)
Updating files:  88% (16115/18312)
Updating files:  89% (16298/18312)
Updating files:  90% (16481/18312)
Updating files:  91% (16664/18312)
Updating files:  92% (16848/18312)
Updating files:  93% (17031/18312)
Updating files:  94% (17214/18312)
Updating files:  95% (17397/18312)
Updating files:  96% (17580/18312)
Updating files:  97% (17763/18312)
Updating files:  98% (17946/18312)
Updating files:  99% (18129/18312)
Updating files: 100% (18312/18312)
Updating files: 100% (18312/18312), done.
HEAD is now at 0c545b8aa0 Package monolith.20250922
HEAD is now at 3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0
Updating 3f21ebe342..4b271a226d
Fast-forward
 packages/dokeysto/dokeysto.4.0.2/opam              | 27 +++++++++++++++++++++
 .../dokeysto_camltc/dokeysto_camltc.4.0.2/opam     | 26 ++++++++++++++++++++
 packages/dokeysto_lz4/dokeysto_lz4.4.0.2/opam      | 28 ++++++++++++++++++++++
 3 files changed, 81 insertions(+)
 create mode 100644 packages/dokeysto/dokeysto.4.0.2/opam
 create mode 100644 packages/dokeysto_camltc/dokeysto_camltc.4.0.2/opam
 create mode 100644 packages/dokeysto_lz4/dokeysto_lz4.4.0.2/opam

(from ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c' locally
docker.io/ocaml/opam@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c: Pulling from ocaml/opam
Digest: sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c
Status: Downloaded newer image for ocaml/opam@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c
2025-09-22 13:11.14 ---> using "17959b867b6c7631c4b6c59bf49ee27af892fb57728c754bd0ab33125151034e" 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-09-22 13:11.14 ---> saved as "243f23fa3306d5584e404f484fa19c8c8faa57c4fa29fc4526b139e4eacb8414"

/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-09-22 13:12.14 ---> saved as "8aa3473bfeededd7b9174849ac166db37c3ecadec5dafdca033e606efd8baa55"

/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=ppc64 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                 175
# 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-22 13:12.16 ---> saved as "3d1725c7a779456704053cba0f2dcf34b37eb3cc588a6f92bf1e263845a61c44"

/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-22 13:12.30 ---> saved as "1ab43781cb372ec6f2225fdb1245764334c0c3f207a8d2b57d3e3417c60de38b"

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-22 13:12.47 ---> saved as "bf27134227ae11e4470b729be1e5581a2ce8d71b7e39ca93e03ae1377fd24c9c"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-22 13:13.29 ---> saved as "81a9d82fca3775441e41ef0cc63efdc856d7e5cb26decee4dcef2f93fc5c7c7e"

/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 ppc64el Packages [42.4 kB]
- Fetched 133 kB in 0s (970 kB/s)
- Reading package lists...
- 
2025-09-22 13:13.31 ---> saved as "0eaa733aa55e7fe8f1309a0a8038de964c33472ab1ff21ea44f20da28bb21479"

/home/opam: (run (shell "opam pin add -k version -yn dokeysto_camltc.4.0.2 4.0.2"))
dokeysto_camltc is now pinned to version 4.0.2
2025-09-22 13:13.32 ---> saved as "b0f78d917bb31c570a741cacea76e0f686406cfe145053a4d976aa0b24420e66"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dokeysto_camltc.4.0.2;\
                        \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\" != 'dokeysto_camltc.4.0.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dokeysto_camltc.4.0.2 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.3.0
    - dokeysto_camltc >= 4.0.2 -> camltc >= 0.9.8 -> ocaml < 5.0 -> ocaml-variants
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - dokeysto_camltc >= 4.0.2 -> camltc >= 0.9.8 -> ocaml < 5.0 -> 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:
    - dokeysto_camltc >= 4.0.2 -> camltc >= 0.9.8 -> ocaml < 5.0 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - dokeysto_camltc >= 4.0.2 -> camltc >= 0.9.8 -> ocaml < 5.0 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall dokeysto_camltc.4.0.2;
        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" != 'dokeysto_camltc.4.0.2' && 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-09-22 13:14.04: Job failed: Failed: Build failed
2025-09-22 13:14.04: Log analysis:
2025-09-22 13:14.04: >>> 
No solution found, exiting
 (score = 100)
2025-09-22 13:14.04: [SKIP] Package not available