Build:
  1. 0
2025-12-06 06:37.09: New job: build reason-react-ppx.0.13.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29001/head (ade7febe151e347d55ec1a391c81a98bba528e26)
                              on debian-13-ocaml-4.14-no-flat-float-array/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/29001/head" && git reset --hard ade7febe
git fetch origin master
git merge --no-edit 3e41859015888fe8240e84dfc5f31bfa12a557e8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7
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 reason-react-ppx.0.13.0 0.13.0
RUN opam reinstall reason-react-ppx.0.13.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" != 'reason-react-ppx.0.13.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-12-06 06:37.09: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7-reason-react-ppx.0.13.0-ade7febe151e347d55ec1a391c81a98bba528e26"
2025-12-06 06:37.09: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7)
 (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 reason-react-ppx.0.13.0 0.13.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall reason-react-ppx.0.13.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\" != 'reason-react-ppx.0.13.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-12-06 06:37.09: Waiting for resource in pool OCluster
2025-12-06 06:50.41: Waiting for worker…
2025-12-06 06:52.55: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 3e41859015 Merge pull request #28903 from jim-portegies/opam-publish-coq-waterproof.3.1.0-9.1
Updating 3e41859015..ade7febe15
Fast-forward
 packages/melange-webapi/melange-webapi.0.21.0/opam |  2 +-
 packages/melange/melange.6.0.1-414/opam            | 42 ++++++++++++++++++++++
 packages/melange/melange.6.0.1-51/opam             | 42 ++++++++++++++++++++++
 packages/melange/melange.6.0.1-52/opam             | 42 ++++++++++++++++++++++
 packages/melange/melange.6.0.1-53/opam             | 42 ++++++++++++++++++++++
 packages/melange/melange.6.0.1-54/opam             | 42 ++++++++++++++++++++++
 .../reason-react-ppx/reason-react-ppx.0.13.0/opam  |  2 +-
 .../server-reason-react.0.2.0/opam                 |  2 +-
 .../server-reason-react.0.3.0/opam                 |  2 +-
 .../server-reason-react.0.3.1/opam                 |  2 +-
 10 files changed, 215 insertions(+), 5 deletions(-)
 create mode 100644 packages/melange/melange.6.0.1-414/opam
 create mode 100644 packages/melange/melange.6.0.1-51/opam
 create mode 100644 packages/melange/melange.6.0.1-52/opam
 create mode 100644 packages/melange/melange.6.0.1-53/opam
 create mode 100644 packages/melange/melange.6.0.1-54/opam

(from ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7' locally
docker.io/ocaml/opam@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7: Pulling from ocaml/opam
53c88f1dfeb7: Already exists
f40653bbd569: Already exists
7810c66e401b: Already exists
d941667067ac: Already exists
6e099de50dbd: Already exists
45940f4cdce1: Already exists
cbbdea3b6efd: Already exists
4c34326b882a: Already exists
d8a1b7be7128: Already exists
b30719ba72c1: Already exists
eb031d51ba4a: Already exists
a59529ec7b26: Already exists
1049e4f3b9e4: Already exists
e2ab32c77566: Already exists
f6ef7bc31988: Already exists
28c3b5beaa3f: Already exists
83ebb7ec29e3: Already exists
186714418599: Already exists
5045c0de4fc9: Already exists
3312ff3bfd69: Already exists
335847f13b00: Already exists
4f4fb700ef54: Already exists
b7958021acdb: Already exists
d92ce1afae3a: Already exists
7842835bd039: Already exists
3a60e5befc90: Already exists
7efeca794a8f: Already exists
efc7f994cef1: Already exists
ba91afca1a0a: Already exists
8216b6db35fa: Already exists
229184d6690a: Already exists
40e4db8e45e7: Already exists
12fb3f269d42: Already exists
c0196b69a0ef: Already exists
b731bd241e4b: Already exists
53512a47261a: Already exists
b1be3290ddde: Already exists
fe5803a9f63d: Already exists
5cf61ec03f01: Already exists
d44c5e23965f: Already exists
ab3c23248bf1: Pulling fs layer
aa0a8df075a4: Pulling fs layer
0cd38b78c75e: Pulling fs layer
62c0153826cf: Pulling fs layer
0cd38b78c75e: Waiting
62c0153826cf: Waiting
aa0a8df075a4: Verifying Checksum
aa0a8df075a4: Download complete
0cd38b78c75e: Download complete
62c0153826cf: Verifying Checksum
62c0153826cf: Download complete
ab3c23248bf1: Verifying Checksum
ab3c23248bf1: Download complete
ab3c23248bf1: Pull complete
aa0a8df075a4: Pull complete
0cd38b78c75e: Pull complete
62c0153826cf: Pull complete
Digest: sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7
Status: Downloaded newer image for ocaml/opam@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7
2025-12-06 06:56.07 ---> saved as "28e1e729397f8e13689441b2305f2f6f7fb6f711774796f107568f213c653be0"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-06 06:56.07 ---> saved as "49d175224d5dab248552413e2803fce045d731109c4cbd65fc68243b4ec782f9"

/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-06 06:56.33 ---> saved as "7f8e052d2b6074421e2c9b876716dd82da4fdf6aaec15f46b6d6f7e41752bbbb"

/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=debian os-version=13
# 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       4.14
# invariant            ["ocaml-options-only-no-flat-float-array"]
# compiler-packages    ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.4.14.2+options
# 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+options+no-flat-float-array
2025-12-06 06:56.33 ---> saved as "1ab090ba7412aa1477ef22abb2eb51b04c494e3edd9f485e2ea2e030d923b066"

/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-06 06:56.40 ---> saved as "bf844409a06bd97b865a9d035a03f828a6cec17dad0307d2a058f123832dfc60"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-06 06:56.48 ---> saved as "a93d842dbcb5dc67437f5047ea2261c0984d8563fdb3e17d41e70c72aafd8dca"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-06 06:57.08 ---> saved as "498685aa528c8e7f90c9f440342b141a1ee7d1e2d1f9c2e4f5176b0b1b631840"

/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 amd64 Packages [81.6 kB]
- Fetched 172 kB in 0s (2198 kB/s)
- Reading package lists...
2025-12-06 06:57.09 ---> saved as "93535628ef358b6a2df2a7613cfbe47b5d5f5b291fbd626b442170e2701c2697"

/home/opam: (run (shell "opam pin add -k version -yn reason-react-ppx.0.13.0 0.13.0"))
reason-react-ppx is now pinned to version 0.13.0
2025-12-06 06:57.10 ---> saved as "eecd83fc577b08fe457e22b774e8765b9828655e9725c4bc18669cd0b76557e0"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall reason-react-ppx.0.13.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\" != 'reason-react-ppx.0.13.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
reason-react-ppx.0.13.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-options-only-no-flat-float-array -> ocaml-option-no-flat-float-array
    - reason-react-ppx = 0.13.0 -> ocaml >= 5.1.0 -> ocaml-base-compiler >= 5.1.0~ -> ocaml-options-vanilla
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - reason-react-ppx = 0.13.0 -> ocaml >= 5.1.0 -> dkml-base-compiler >= 5.4.1~ | ocaml-base-compiler >= 5.4.1~ | ocaml-system >= 5.4.1~ | ocaml-variants >= 5.4.1~
    no matching version
    no matching version
    no matching version
    not available because the package is pinned to version 4.14.2+options

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall reason-react-ppx.0.13.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" != 'reason-react-ppx.0.13.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-12-06 06:57.21: Job failed: Failed: Build failed
2025-12-06 06:57.21: Log analysis:
2025-12-06 06:57.21: >>> 
No solution found, exiting
 (score = 100)
2025-12-06 06:57.21: [SKIP] Package not available