(not at the head of any monitored branch or PR)
2025-06-20 15:51.58: New job: build ppxlib_jane.v0.17.4, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28055/head (f0799223262c4ef986467fbf254d449d6d1382be)
                              on debian-12-ocaml-4.14/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/28055/head" && git reset --hard f0799223
git fetch origin master
git merge --no-edit 2c7fa9dbb65d0f6a3ff5378154183146e08fd36d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 ppxlib_jane.v0.17.4 v0.17.4
RUN opam reinstall ppxlib_jane.v0.17.4; \
    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" != 'ppxlib_jane.v0.17.4' && 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-06-20 15:51.58: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2-ppxlib_jane.v0.17.4-f0799223262c4ef986467fbf254d449d6d1382be"
2025-06-20 15:51.58: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 ppxlib_jane.v0.17.4 v0.17.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppxlib_jane.v0.17.4;\
             \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\" != 'ppxlib_jane.v0.17.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-20 15:51.58: Waiting for resource in pool OCluster
2025-06-20 15:51.58: Waiting for worker…
2025-06-20 15:51.58: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
HEAD is now at 9a8fff446f Package crs.0.0.20250620
HEAD is now at 2c7fa9dbb6 Merge pull request #27977 from hannesm/maintenance-intent
Updating 2c7fa9dbb6..f079922326
Fast-forward
 packages/ppxlib_jane/ppxlib_jane.v0.17.4/opam | 29 +++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 packages/ppxlib_jane/ppxlib_jane.v0.17.4/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2' locally
docker.io/ocaml/opam@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2: Pulling from ocaml/opam
65d348c3abfb: Already exists
deedcd54200e: Already exists
07f7e443a3bd: Already exists
0111e65f0847: Already exists
a8ad06d271f3: Already exists
96b25cbcc4a3: Already exists
08234616b706: Already exists
3dd3a7b4e370: Already exists
25fbd4260824: Already exists
164c40a94dc2: Already exists
4f8e0b817022: Already exists
922f0be99302: Already exists
59bfef4e33de: Already exists
73ba29f87e8d: Already exists
025a79c3c441: Already exists
ee433e83068c: Already exists
ed54117e69be: Already exists
6c7c9904215b: Already exists
7a28ffbcadc0: Already exists
85197eeed740: Already exists
4f4fb700ef54: Already exists
9d160f186137: Already exists
91ad559d4e94: Already exists
c01dd5480ad1: Already exists
a90f54b7c22f: Already exists
3b6dc232f7a1: Already exists
beb8792bed3a: Already exists
107640ab09c0: Already exists
4c62795b8a9e: Already exists
14709272be1e: Already exists
f02f490fb831: Already exists
ded8b64fcb22: Already exists
b7c8e1e52965: Already exists
1c76a9ad20b0: Already exists
463cdce9bc7c: Already exists
53639db81755: Already exists
ec8d7e09e85f: Already exists
ce7ddd2c0b63: Already exists
3ab5426f59dd: Already exists
61033c49c2bb: Pulling fs layer
a9e925e8e5e2: Pulling fs layer
1bdcef67e998: Pulling fs layer
f41098025d35: Pulling fs layer
f41098025d35: Waiting
a9e925e8e5e2: Verifying Checksum
a9e925e8e5e2: Download complete
1bdcef67e998: Download complete
f41098025d35: Verifying Checksum
f41098025d35: Download complete
61033c49c2bb: Verifying Checksum
61033c49c2bb: Download complete
61033c49c2bb: Pull complete
a9e925e8e5e2: Pull complete
1bdcef67e998: Pull complete
f41098025d35: Pull complete
Digest: sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2
Status: Downloaded newer image for ocaml/opam@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2
2025-06-20 15:52.04 ---> using "96c6b6d785153ed0cdbfb40596b44c3fa766b0ae593b80dbde0338b44a5d4dcc" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-20 15:52.04 ---> using "ad829d58d405f387287eb4a74d9f307370f82ad3192a1931eaa1e31808c4e5a8" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-20 15:52.04 ---> using "0d5fcfb2f812b56193b2428f5d7b25c6ffd9a840096dabcec1d4d5f85b07b110" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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 (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-06-20 15:52.04 ---> using "79615f9f14b405b88fbfc844b30881c97c2be8d730c7517bbcb74acb2f56d86e" 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-06-20 15:52.04 ---> using "420c39537fff1dbafc29d0f079cff17ce1956c30aede4433cd697d6a36ee22af" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-20 15:54.37 ---> saved as "260d09a08744677dd72b4b616534f679ff3b8aa8955e930d429d30c8860b1d3c"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-20 15:54.56 ---> saved as "11a46fbee0ef5970595967b9631fe10eecd6dd2376c082e02c60f6f07c883271"

/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]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [256 kB]
- Fetched 359 kB in 0s (908 kB/s)
- Reading package lists...
- 
2025-06-20 15:54.57 ---> saved as "b284b3f102c46db922275e4c90af3a5788429d0a00967c7c7cd35577bc880f4b"

/home/opam: (run (shell "opam pin add -k version -yn ppxlib_jane.v0.17.4 v0.17.4"))
ppxlib_jane is now pinned to version v0.17.4
2025-06-20 15:54.58 ---> saved as "a734b4ac2a0bdf388cee85d68131c27885f96700bbc9c028d7214ea8870f7872"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppxlib_jane.v0.17.4;\
                        \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\" != 'ppxlib_jane.v0.17.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppxlib_jane.v0.17.4 is not installed. Install it? [y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ppxlib_jane >= v0.17.4 -> ocaml >= 5.3.0 -> ocaml-variants >= 5.3.0~
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ppxlib_jane.v0.17.4;
        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" != 'ppxlib_jane.v0.17.4' && 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-06-20 15:55.08: Job failed: Failed: Build failed
2025-06-20 15:55.08: Log analysis:
2025-06-20 15:55.08: >>> 
No solution found, exiting
 (score = 100)
2025-06-20 15:55.08: [SKIP] Package not available