(not at the head of any monitored branch or PR)
2025-12-08 15:16.54: New job: build lwt_ppx.1.2.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
                              on centos-10-ocaml-5.4/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/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99
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 lwt_ppx.1.2.4 1.2.4
RUN opam reinstall lwt_ppx.1.2.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 "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lwt_ppx.1.2.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-12-08 15:16.54: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99-lwt_ppx.1.2.4-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.54: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99)
 (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 lwt_ppx.1.2.4 1.2.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lwt_ppx.1.2.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 \"\\\"centos-10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lwt_ppx.1.2.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-12-08 15:16.54: Waiting for resource in pool OCluster
2025-12-08 15:34.00: Waiting for worker…
2025-12-08 15:37.09: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 24866eca47 Merge pull request #29034 from hannesm/fixes
Updating 24866eca47..3f8e3ae182
Fast-forward
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 2 +-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 2 +-
 packages/tezt/tezt.2.0.0/opam                | 2 +-
 packages/tezt/tezt.3.0.0/opam                | 2 +-
 packages/tezt/tezt.4.3.0/opam                | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

(from ocaml/opam:centos-10-ocaml-5.4@sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99)
Unable to find image 'ocaml/opam:centos-10-ocaml-5.4@sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99' locally
docker.io/ocaml/opam@sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99: Pulling from ocaml/opam
e1bb457855d6: Pulling fs layer
37a4a77f7906: Pulling fs layer
57313abb0083: Pulling fs layer
591766381568: Pulling fs layer
b7fa900db16c: Pulling fs layer
e1bb457855d6: Waiting
7feb75515588: Pulling fs layer
37a4a77f7906: Waiting
9503655134bc: Pulling fs layer
57313abb0083: Waiting
f00c5e28dfae: Pulling fs layer
591766381568: Waiting
7feb75515588: Waiting
39aa5dbf55f3: Pulling fs layer
b7fa900db16c: Waiting
9503655134bc: Waiting
6c7ae407d7f5: Pulling fs layer
0d391e087c8c: Pulling fs layer
f00c5e28dfae: Waiting
ab56121c523b: Pulling fs layer
39aa5dbf55f3: Waiting
73f2d5aa17c4: Pulling fs layer
3bed29eb40de: Pulling fs layer
0d391e087c8c: Waiting
922bd987eaa5: Pulling fs layer
73f2d5aa17c4: Waiting
3bed29eb40de: Waiting
0daafe35f2b2: Pulling fs layer
9dc720128cd1: Pulling fs layer
922bd987eaa5: Waiting
38dd752c7ef2: Pulling fs layer
9dc720128cd1: Waiting
7cdc2195ba8b: Pulling fs layer
dce703fca8f9: Pulling fs layer
27ab30fcf2dd: Pulling fs layer
7cdc2195ba8b: Waiting
890c4f07154a: Pulling fs layer
4f4fb700ef54: Pulling fs layer
27ab30fcf2dd: Waiting
890c4f07154a: Waiting
a318dc7e10ac: Pulling fs layer
4f4fb700ef54: Waiting
7e1bc2ec78fe: Pulling fs layer
347c0c01d4ff: Pulling fs layer
d82bcd1eb104: Pulling fs layer
7e1bc2ec78fe: Waiting
c1a61cbfcbe5: Pulling fs layer
347c0c01d4ff: Waiting
d82bcd1eb104: Waiting
903ebff7829c: Pulling fs layer
5ac715f615c0: Pulling fs layer
c1a61cbfcbe5: Waiting
01c68a7fa26b: Pulling fs layer
903ebff7829c: Waiting
a42c7ff6a9d2: Pulling fs layer
5ac715f615c0: Waiting
e286e8102243: Pulling fs layer
260919f750e2: Pulling fs layer
283e51cb0888: Pulling fs layer
e286e8102243: Waiting
260919f750e2: Waiting
a93165cea129: Pulling fs layer
283e51cb0888: Waiting
6786ac758851: Pulling fs layer
b4e79a0ede7c: Pulling fs layer
a93165cea129: Waiting
b08a0ed94141: Pulling fs layer
f9104e7394e2: Pulling fs layer
b08a0ed94141: Waiting
c956f9904e07: Pulling fs layer
b4b80d50f803: Pulling fs layer
c956f9904e07: Waiting
6e10c78008a3: Pulling fs layer
b4b80d50f803: Waiting
6e10bca963a9: Pulling fs layer
a8dfeb28a384: Pulling fs layer
e2f346f01a86: Pulling fs layer
a8dfeb28a384: Waiting
e2f346f01a86: Waiting
e1bb457855d6: Verifying Checksum
e1bb457855d6: Download complete
37a4a77f7906: Verifying Checksum
37a4a77f7906: Download complete
57313abb0083: Verifying Checksum
57313abb0083: Download complete
e1bb457855d6: Pull complete
37a4a77f7906: Pull complete
57313abb0083: Pull complete
591766381568: Verifying Checksum
591766381568: Download complete
b7fa900db16c: Verifying Checksum
b7fa900db16c: Download complete
7feb75515588: Verifying Checksum
7feb75515588: Download complete
9503655134bc: Verifying Checksum
9503655134bc: Download complete
f00c5e28dfae: Verifying Checksum
f00c5e28dfae: Download complete
39aa5dbf55f3: Verifying Checksum
39aa5dbf55f3: Download complete
6c7ae407d7f5: Verifying Checksum
6c7ae407d7f5: Download complete
0d391e087c8c: Verifying Checksum
0d391e087c8c: Download complete
ab56121c523b: Verifying Checksum
ab56121c523b: Download complete
73f2d5aa17c4: Verifying Checksum
73f2d5aa17c4: Download complete
3bed29eb40de: Download complete
922bd987eaa5: Verifying Checksum
922bd987eaa5: Download complete
0daafe35f2b2: Download complete
38dd752c7ef2: Download complete
7cdc2195ba8b: Verifying Checksum
7cdc2195ba8b: Download complete
dce703fca8f9: Download complete
27ab30fcf2dd: Verifying Checksum
27ab30fcf2dd: Download complete
890c4f07154a: Verifying Checksum
890c4f07154a: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a318dc7e10ac: Download complete
7e1bc2ec78fe: Download complete
347c0c01d4ff: Verifying Checksum
347c0c01d4ff: Download complete
d82bcd1eb104: Download complete
c1a61cbfcbe5: Verifying Checksum
c1a61cbfcbe5: Download complete
903ebff7829c: Verifying Checksum
903ebff7829c: Download complete
5ac715f615c0: Verifying Checksum
5ac715f615c0: Download complete
01c68a7fa26b: Download complete
a42c7ff6a9d2: Verifying Checksum
a42c7ff6a9d2: Download complete
e286e8102243: Download complete
260919f750e2: Verifying Checksum
260919f750e2: Download complete
283e51cb0888: Verifying Checksum
283e51cb0888: Download complete
6786ac758851: Verifying Checksum
6786ac758851: Download complete
591766381568: Pull complete
b7fa900db16c: Pull complete
7feb75515588: Pull complete
9503655134bc: Pull complete
f00c5e28dfae: Pull complete
39aa5dbf55f3: Pull complete
6c7ae407d7f5: Pull complete
0d391e087c8c: Pull complete
ab56121c523b: Pull complete
73f2d5aa17c4: Pull complete
3bed29eb40de: Pull complete
922bd987eaa5: Pull complete
0daafe35f2b2: Pull complete
9dc720128cd1: Pull complete
b4e79a0ede7c: Verifying Checksum
b4e79a0ede7c: Download complete
38dd752c7ef2: Pull complete
b08a0ed94141: Download complete
7cdc2195ba8b: Pull complete
dce703fca8f9: Pull complete
27ab30fcf2dd: Pull complete
890c4f07154a: Pull complete
4f4fb700ef54: Pull complete
a318dc7e10ac: Pull complete
7e1bc2ec78fe: Pull complete
f9104e7394e2: Verifying Checksum
f9104e7394e2: Download complete
347c0c01d4ff: Pull complete
d82bcd1eb104: Pull complete
c1a61cbfcbe5: Pull complete
903ebff7829c: Pull complete
5ac715f615c0: Pull complete
01c68a7fa26b: Pull complete
a93165cea129: Verifying Checksum
a93165cea129: Download complete
c956f9904e07: Download complete
a42c7ff6a9d2: Pull complete
e286e8102243: Pull complete
260919f750e2: Pull complete
283e51cb0888: Pull complete
b4b80d50f803: Verifying Checksum
b4b80d50f803: Download complete
6e10bca963a9: Download complete
a8dfeb28a384: Verifying Checksum
a8dfeb28a384: Download complete
e2f346f01a86: Download complete
a93165cea129: Pull complete
6786ac758851: Pull complete
b4e79a0ede7c: Pull complete
b08a0ed94141: Pull complete
f9104e7394e2: Pull complete
c956f9904e07: Pull complete
b4b80d50f803: Pull complete
6e10c78008a3: Verifying Checksum
6e10c78008a3: Download complete
6e10c78008a3: Pull complete
6e10bca963a9: Pull complete
a8dfeb28a384: Pull complete
e2f346f01a86: Pull complete
Digest: sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99
Status: Downloaded newer image for ocaml/opam@sha256:7243a4642175aeabd19bf5427e37df29cd2f81e7406966a632d4363191b32c99
2025-12-08 15:38.07 ---> using "585d31324eba99552d5ca80f85a48e7e587f9391a47cecb2ad15336f5e2b2ea6" 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-12-08 15:38.07 ---> using "06f5e1785665d6a8b734eeb6687bc43b944254312939b57474eb61968aae8413" 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-12-08 15:38.07 ---> using "2f55d7d41ecbcc95fa9baf4c23c15a9633f57a8975ea753556d57bff639600e0" 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
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=10
# 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       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-12-08 15:38.07 ---> using "c0218fb713d1f66c3b2b82409b9b27b710863f7b2ad2b099aa86e7ebd1a21243" 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-12-08 15:38.07 ---> using "b10f3e05dedc83bf1263bbe8618765e626d7c07f169adbee092de8c8660663b3" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 15:38.08 ---> using "e0d7bf71ec7ca0e1207eaeaaa6b852619721b3f2394ee53b00ae8c913ebddbc7" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 15:38.08 ---> using "82826b1a69a725eecf254a27e0e79bf1a19aab8d788c862aeef04a69bc418572" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        19 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                     83 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                           23 kB/s |  14 kB     00:00    
- CentOS Stream 10 - Extras packages               27 kB/s |  17 kB     00:00    
- CentOS Stream 10 - Extras packages              2.2 kB/s | 8.1 kB     00:03    
- Metadata cache created.
2025-12-08 15:38.14 ---> saved as "01824245c3351c8ab1f33efd1b20e7cae818084163d9402ccf9d764d46d10bd7"

/home/opam: (run (shell "opam pin add -k version -yn lwt_ppx.1.2.4 1.2.4"))
lwt_ppx is now pinned to version 1.2.4
2025-12-08 15:38.15 ---> saved as "d7ceef705b226ddbf07d108b6c5da0d1ad39fa551edb17e1bd23ebd8661ad8b0"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lwt_ppx.1.2.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 \"\\\"centos-10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lwt_ppx.1.2.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
lwt_ppx.1.2.4 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler >= 5.4.0 -> ocaml-compiler = 5.4.0 -> base-effects
    - lwt_ppx = 1.2.4 -> ocaml-migrate-parsetree >= 1.4.0
    You can temporarily relax the switch invariant with `--update-invariant'

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