Build:
  1. 0
2025-12-06 06:37.10: New job: build server-reason-react.0.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29001/head (ade7febe151e347d55ec1a391c81a98bba528e26)
                              on debian-13-ocaml-4.14/i386

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@sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 server-reason-react.0.3.0 0.3.0
RUN opam reinstall server-reason-react.0.3.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" != 'server-reason-react.0.3.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.10: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d-server-reason-react.0.3.0-ade7febe151e347d55ec1a391c81a98bba528e26"
2025-12-06 06:37.10: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 server-reason-react.0.3.0 0.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall server-reason-react.0.3.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\" != 'server-reason-react.0.3.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.10: Waiting for resource in pool OCluster
2025-12-06 06:51.17: Waiting for worker…
2025-12-06 06:53.25: 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@sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d' locally
docker.io/ocaml/opam@sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d: Pulling from ocaml/opam
bf2a49c12274: Pulling fs layer
74b8ecf0ef64: Pulling fs layer
39ca44d1d36a: Pulling fs layer
4bfe03dcb391: Pulling fs layer
a81d103a4050: Pulling fs layer
112976d2bf1d: Pulling fs layer
7427b0e8f931: Pulling fs layer
ad89e5d10fb7: Pulling fs layer
1568994443f4: Pulling fs layer
5b56d19a0804: Pulling fs layer
e49033fa7a02: Pulling fs layer
a81d103a4050: Waiting
39ca44d1d36a: Waiting
7de2a420b325: Pulling fs layer
4bfe03dcb391: Waiting
03bfad389a6d: Pulling fs layer
112976d2bf1d: Waiting
ad89e5d10fb7: Waiting
1568994443f4: Waiting
5b56d19a0804: Waiting
634a24d2b884: Pulling fs layer
e49033fa7a02: Waiting
7427b0e8f931: Waiting
ff1780b50429: Pulling fs layer
634a24d2b884: Waiting
7de2a420b325: Waiting
d84797432fe8: Pulling fs layer
7729fee77cdf: Pulling fs layer
23fbbb422f24: Pulling fs layer
7729fee77cdf: Waiting
0e627a484377: Pulling fs layer
70f48c072306: Pulling fs layer
0e627a484377: Waiting
4f4fb700ef54: Pulling fs layer
22eabb8005bf: Pulling fs layer
abcb8aa05d31: Pulling fs layer
4f4fb700ef54: Waiting
22eabb8005bf: Waiting
e0f2b93bc53b: Pulling fs layer
abcb8aa05d31: Waiting
1d50d2383747: Pulling fs layer
d59072e1b58d: Pulling fs layer
230e646c5f88: Pulling fs layer
e0f2b93bc53b: Waiting
1d50d2383747: Waiting
d59072e1b58d: Waiting
c34281c9a99a: Pulling fs layer
cde5581bbd85: Pulling fs layer
ae090925e2ea: Pulling fs layer
85ad44ab7690: Pulling fs layer
c34281c9a99a: Waiting
64899d4e4a95: Pulling fs layer
9d5d59c9b159: Pulling fs layer
c84e847937c9: Pulling fs layer
9d5d59c9b159: Waiting
64899d4e4a95: Waiting
7debbf555807: Pulling fs layer
c84e847937c9: Waiting
7debbf555807: Waiting
8fa8a7c40ab0: Pulling fs layer
d7d3f02cc499: Pulling fs layer
4b644a625669: Pulling fs layer
8fa8a7c40ab0: Waiting
d7d3f02cc499: Waiting
037072a7ff33: Pulling fs layer
677378eddb0e: Pulling fs layer
c72f8bfe8636: Pulling fs layer
55096acc5a2a: Pulling fs layer
677378eddb0e: Waiting
037072a7ff33: Waiting
4938e73413d0: Pulling fs layer
c72f8bfe8636: Waiting
4938e73413d0: Waiting
74b8ecf0ef64: Verifying Checksum
74b8ecf0ef64: Download complete
39ca44d1d36a: Download complete
4bfe03dcb391: Verifying Checksum
4bfe03dcb391: Download complete
bf2a49c12274: Download complete
a81d103a4050: Verifying Checksum
a81d103a4050: Download complete
7427b0e8f931: Verifying Checksum
7427b0e8f931: Download complete
112976d2bf1d: Verifying Checksum
112976d2bf1d: Download complete
ad89e5d10fb7: Verifying Checksum
ad89e5d10fb7: Download complete
1568994443f4: Verifying Checksum
1568994443f4: Download complete
5b56d19a0804: Verifying Checksum
5b56d19a0804: Download complete
bf2a49c12274: Pull complete
e49033fa7a02: Verifying Checksum
e49033fa7a02: Download complete
74b8ecf0ef64: Pull complete
39ca44d1d36a: Pull complete
7de2a420b325: Verifying Checksum
7de2a420b325: Download complete
03bfad389a6d: Verifying Checksum
03bfad389a6d: Download complete
634a24d2b884: Verifying Checksum
634a24d2b884: Download complete
ff1780b50429: Verifying Checksum
ff1780b50429: Download complete
d84797432fe8: Verifying Checksum
d84797432fe8: Download complete
7729fee77cdf: Download complete
4bfe03dcb391: Pull complete
23fbbb422f24: Download complete
a81d103a4050: Pull complete
0e627a484377: Verifying Checksum
0e627a484377: Download complete
70f48c072306: Verifying Checksum
70f48c072306: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
abcb8aa05d31: Verifying Checksum
abcb8aa05d31: Download complete
22eabb8005bf: Verifying Checksum
22eabb8005bf: Download complete
e0f2b93bc53b: Verifying Checksum
e0f2b93bc53b: Download complete
1d50d2383747: Verifying Checksum
1d50d2383747: Download complete
d59072e1b58d: Verifying Checksum
d59072e1b58d: Download complete
230e646c5f88: Verifying Checksum
230e646c5f88: Download complete
c34281c9a99a: Download complete
cde5581bbd85: Download complete
ae090925e2ea: Verifying Checksum
ae090925e2ea: Download complete
85ad44ab7690: Verifying Checksum
85ad44ab7690: Download complete
64899d4e4a95: Verifying Checksum
64899d4e4a95: Download complete
9d5d59c9b159: Verifying Checksum
9d5d59c9b159: Download complete
7debbf555807: Download complete
8fa8a7c40ab0: Verifying Checksum
8fa8a7c40ab0: Download complete
c84e847937c9: Verifying Checksum
c84e847937c9: Download complete
d7d3f02cc499: Verifying Checksum
d7d3f02cc499: Download complete
4b644a625669: Verifying Checksum
037072a7ff33: Download complete
c72f8bfe8636: Verifying Checksum
c72f8bfe8636: Download complete
55096acc5a2a: Download complete
4938e73413d0: Verifying Checksum
4938e73413d0: Download complete
677378eddb0e: Verifying Checksum
677378eddb0e: Download complete
112976d2bf1d: Pull complete
7427b0e8f931: Pull complete
ad89e5d10fb7: Pull complete
1568994443f4: Pull complete
5b56d19a0804: Pull complete
e49033fa7a02: Pull complete
7de2a420b325: Pull complete
03bfad389a6d: Pull complete
634a24d2b884: Pull complete
ff1780b50429: Pull complete
d84797432fe8: Pull complete
7729fee77cdf: Pull complete
23fbbb422f24: Pull complete
0e627a484377: Pull complete
70f48c072306: Pull complete
4f4fb700ef54: Pull complete
22eabb8005bf: Pull complete
abcb8aa05d31: Pull complete
e0f2b93bc53b: Pull complete
1d50d2383747: Pull complete
d59072e1b58d: Pull complete
230e646c5f88: Pull complete
c34281c9a99a: Pull complete
cde5581bbd85: Pull complete
ae090925e2ea: Pull complete
85ad44ab7690: Pull complete
64899d4e4a95: Pull complete
9d5d59c9b159: Pull complete
c84e847937c9: Pull complete
7debbf555807: Pull complete
8fa8a7c40ab0: Pull complete
d7d3f02cc499: Pull complete
4b644a625669: Pull complete
037072a7ff33: Pull complete
677378eddb0e: Pull complete
c72f8bfe8636: Pull complete
55096acc5a2a: Pull complete
4938e73413d0: Pull complete
Digest: sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d
Status: Downloaded newer image for ocaml/opam@sha256:7d8dc37865c0b346aae134fd0e24161db875aefd2880b57f1236a9aa7b176b0d
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-12-06 06:55.16 ---> saved as "bdc8642ae8aaa0af8ca7e7df2d81a8638c1fadf257f8a5def5fd5139765e62f1"

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (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:55.16 ---> saved as "a53df2beda1934932df7faaba2e986da5b7adc81d43343416ecac8cdc6347927"

/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:55.53 ---> saved as "376e4665021facec2e6bb055b5a33478bfbd48dd9c504d63457c51c86e5a5867"

/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_32 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-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-12-06 06:55.54 ---> saved as "d726bdeffd2a5f8ea01f6157483fb35c178ef71e9fe646a41312367d9aef901b"

/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.03 ---> saved as "8e4766bad617163349caa43180f53e90185ecc34b9d228c0a5b8724c64c9ff00"

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

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

/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 i386 Packages [73.4 kB]
- Fetched 164 kB in 0s (1498 kB/s)
- Reading package lists...
- 
2025-12-06 06:56.46 ---> saved as "15094ab7a14591ddfad137b37cc817b05d1c33633a61d5bf2eeb3a7f5d9ce4e0"

/home/opam: (run (shell "opam pin add -k version -yn server-reason-react.0.3.0 0.3.0"))
server-reason-react is now pinned to version 0.3.0
2025-12-06 06:56.46 ---> saved as "32a137e7b73776f9d855d58000c1f8ce0ebe78a9d293af6467221b350a06ff00"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall server-reason-react.0.3.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\" != 'server-reason-react.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
server-reason-react.0.3.0 is not installed. Install it? [Y/n] y
  * Missing dependency:
    - server-reason-react = 0.3.0 -> melange >= 3.0.0
    unmet availability conditions, e.g. 'arch != "x86_32" & arch != "arm32"'

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