(not at the head of any monitored branch or PR)
2025-11-22 12:50.34: New job: build mazeppa.0.7.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28949/head (82718aa4d0314edf474f766eab06cd08356de60a)
                              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/28949/head" && git reset --hard 82718aa4
git fetch origin master
git merge --no-edit ee3428377a13c3c9716b6f791c33441cfb542498
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8
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 mazeppa.0.7.0 0.7.0
RUN opam reinstall mazeppa.0.7.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" != 'mazeppa.0.7.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-11-22 12:50.34: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8-mazeppa.0.7.0-82718aa4d0314edf474f766eab06cd08356de60a"
2025-11-22 12:50.34: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8)
 (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 mazeppa.0.7.0 0.7.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall mazeppa.0.7.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\" != 'mazeppa.0.7.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-11-22 12:50.34: Waiting for resource in pool OCluster
2025-11-22 12:50.34: Waiting for worker…
2025-11-22 12:50.36: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at ee3428377a Merge pull request #28925 from edwintorok/rocky
Updating ee3428377a..82718aa4d0
Fast-forward
 packages/mazeppa/mazeppa.0.7.0/opam | 48 +++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 packages/mazeppa/mazeppa.0.7.0/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8' locally
docker.io/ocaml/opam@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8: Pulling from ocaml/opam
933c2eb03a49: Pulling fs layer
86672c4593be: Pulling fs layer
cbfb78482fb1: Pulling fs layer
d191ad10b954: Pulling fs layer
9cca44d3a7df: Pulling fs layer
7cc52ab7c3e5: Pulling fs layer
ebfc3ac330ff: Pulling fs layer
c80d78538bf2: Pulling fs layer
08a925821553: Pulling fs layer
4cf4234f6a2b: Pulling fs layer
350e8fd56fd0: Pulling fs layer
933c2eb03a49: Waiting
d5f9399e2ec7: Pulling fs layer
9937e8664a12: Pulling fs layer
b98816c272e1: Pulling fs layer
cbfb78482fb1: Waiting
c80d78538bf2: Waiting
d191ad10b954: Waiting
4a9f61eccae0: Pulling fs layer
08a925821553: Waiting
4cf4234f6a2b: Waiting
82b1f1567c70: Pulling fs layer
ebfc3ac330ff: Waiting
9cca44d3a7df: Waiting
86672c4593be: Waiting
7cc52ab7c3e5: Waiting
f58d511449a0: Pulling fs layer
b98816c272e1: Waiting
bb55dac11419: Pulling fs layer
4a9f61eccae0: Waiting
350e8fd56fd0: Waiting
82b1f1567c70: Waiting
d5f9399e2ec7: Waiting
47818b88de39: Pulling fs layer
9937e8664a12: Waiting
ae0b0e451447: Pulling fs layer
f58d511449a0: Waiting
bb55dac11419: Waiting
47818b88de39: Waiting
faad806bf7c5: Pulling fs layer
ae0b0e451447: Waiting
4f4fb700ef54: Pulling fs layer
fe5692607199: Pulling fs layer
caa548e7f855: Pulling fs layer
faad806bf7c5: Waiting
4f4fb700ef54: Waiting
8ad66e641b14: Pulling fs layer
b9d5d27dc0b6: Pulling fs layer
788961b65661: Pulling fs layer
8ad66e641b14: Waiting
9ed95272e11f: Pulling fs layer
82c1497059a3: Pulling fs layer
8abbeded2fb9: Pulling fs layer
1276181ef5dc: Pulling fs layer
82c1497059a3: Waiting
0bd63c9342a5: Pulling fs layer
0294cf425d8c: Pulling fs layer
1276181ef5dc: Waiting
def43d8fc04c: Pulling fs layer
3f6201254054: Pulling fs layer
0294cf425d8c: Waiting
056f995b50a2: Pulling fs layer
7a8edee64971: Pulling fs layer
056f995b50a2: Waiting
01546fd1eaee: Pulling fs layer
7a8edee64971: Waiting
9bada3c02775: Pulling fs layer
4f4f6a7844ab: Pulling fs layer
a311096fe946: Pulling fs layer
3c54c9688585: Pulling fs layer
32ab999bf7ac: Pulling fs layer
89b40e73d524: Pulling fs layer
3c54c9688585: Waiting
32ab999bf7ac: Waiting
933c2eb03a49: Download complete
86672c4593be: Download complete
cbfb78482fb1: Verifying Checksum
cbfb78482fb1: Download complete
d191ad10b954: Verifying Checksum
d191ad10b954: Download complete
9cca44d3a7df: Download complete
ebfc3ac330ff: Verifying Checksum
ebfc3ac330ff: Download complete
c80d78538bf2: Verifying Checksum
c80d78538bf2: Download complete
08a925821553: Verifying Checksum
08a925821553: Download complete
4cf4234f6a2b: Verifying Checksum
4cf4234f6a2b: Download complete
933c2eb03a49: Pull complete
86672c4593be: Pull complete
cbfb78482fb1: Pull complete
7cc52ab7c3e5: Verifying Checksum
7cc52ab7c3e5: Download complete
350e8fd56fd0: Verifying Checksum
350e8fd56fd0: Download complete
d5f9399e2ec7: Verifying Checksum
d5f9399e2ec7: Download complete
9937e8664a12: Verifying Checksum
9937e8664a12: Download complete
b98816c272e1: Download complete
4a9f61eccae0: Download complete
82b1f1567c70: Download complete
d191ad10b954: Pull complete
f58d511449a0: Verifying Checksum
f58d511449a0: Download complete
9cca44d3a7df: Pull complete
bb55dac11419: Verifying Checksum
bb55dac11419: Download complete
47818b88de39: Download complete
ae0b0e451447: Verifying Checksum
ae0b0e451447: Download complete
faad806bf7c5: Verifying Checksum
faad806bf7c5: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
fe5692607199: Download complete
caa548e7f855: Verifying Checksum
caa548e7f855: Download complete
8ad66e641b14: Verifying Checksum
8ad66e641b14: Download complete
b9d5d27dc0b6: Verifying Checksum
b9d5d27dc0b6: Download complete
788961b65661: Download complete
9ed95272e11f: Verifying Checksum
9ed95272e11f: Download complete
82c1497059a3: Verifying Checksum
82c1497059a3: Download complete
8abbeded2fb9: Verifying Checksum
8abbeded2fb9: Download complete
1276181ef5dc: Download complete
0bd63c9342a5: Download complete
0294cf425d8c: Download complete
def43d8fc04c: Download complete
056f995b50a2: Verifying Checksum
056f995b50a2: Download complete
01546fd1eaee: Download complete
9bada3c02775: Verifying Checksum
9bada3c02775: Download complete
4f4f6a7844ab: Download complete
a311096fe946: Verifying Checksum
a311096fe946: Download complete
3c54c9688585: Verifying Checksum
3c54c9688585: Download complete
32ab999bf7ac: Verifying Checksum
32ab999bf7ac: Download complete
89b40e73d524: Download complete
7a8edee64971: Verifying Checksum
7a8edee64971: Download complete
3f6201254054: Verifying Checksum
3f6201254054: Download complete
7cc52ab7c3e5: Pull complete
ebfc3ac330ff: Pull complete
c80d78538bf2: Pull complete
08a925821553: Pull complete
4cf4234f6a2b: Pull complete
350e8fd56fd0: Pull complete
d5f9399e2ec7: Pull complete
9937e8664a12: Pull complete
b98816c272e1: Pull complete
4a9f61eccae0: Pull complete
82b1f1567c70: Pull complete
f58d511449a0: Pull complete
bb55dac11419: Pull complete
47818b88de39: Pull complete
ae0b0e451447: Pull complete
faad806bf7c5: Pull complete
4f4fb700ef54: Pull complete
fe5692607199: Pull complete
caa548e7f855: Pull complete
8ad66e641b14: Pull complete
b9d5d27dc0b6: Pull complete
788961b65661: Pull complete
9ed95272e11f: Pull complete
82c1497059a3: Pull complete
8abbeded2fb9: Pull complete
1276181ef5dc: Pull complete
0bd63c9342a5: Pull complete
0294cf425d8c: Pull complete
def43d8fc04c: Pull complete
3f6201254054: Pull complete
056f995b50a2: Pull complete
7a8edee64971: Pull complete
01546fd1eaee: Pull complete
9bada3c02775: Pull complete
4f4f6a7844ab: Pull complete
a311096fe946: Pull complete
3c54c9688585: Pull complete
32ab999bf7ac: Pull complete
89b40e73d524: Pull complete
Digest: sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8
Status: Downloaded newer image for ocaml/opam@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8
2025-11-22 12:51.37 ---> using "eb30fc95815ce3000329a80201f9e58a0f31a666f949251c45a6d7e80ca011f1" from cache

/: (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-11-22 12:51.37 ---> using "86fa9fe0f9bc126a105d3c47c007b6679697c79d280c948948efbedbe549a110" 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-11-22 12:51.37 ---> using "2ee428b60a670ae3ddf72f63857d24542d9fd225e4845cf423af1c86334573cc" 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~beta1
# 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-11-22 12:51.37 ---> using "e0ce6c8b3dcfdfe16e2dcc8ad9874c7b1e28fb4e4b69d7bb11354b382066b67b" 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-11-22 12:51.37 ---> using "3ae62db5e00b8c5e2bd8feffa6bb1f9361604c4dfd43a906369c7d05a4d0c6b4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-22 12:51.46 ---> saved as "af94cf14a32f3f675ac14fe3990009226fbba0f86636f9eaa739b28aba0b259f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-22 12:52.14 ---> saved as "12835f3e80f9a781fbdfde13c5736fc3add39833cc11dfdf6a15a6ae567f249a"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main i386 Packages [9430 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [66.8 kB]
- Fetched 9728 kB in 4s (2358 kB/s)
- Reading package lists...
- 
2025-11-22 12:52.19 ---> saved as "088fa0e91a73466a8fbaaef900ae063d7160f091657872f386025c894d1ce00c"

/home/opam: (run (shell "opam pin add -k version -yn mazeppa.0.7.0 0.7.0"))
mazeppa is now pinned to version 0.7.0
2025-11-22 12:52.20 ---> saved as "5eb3238c06a5a848794727fee81098c8534f39fb6346e3a4c5587373162f8922"

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

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall mazeppa.0.7.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" != 'mazeppa.0.7.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-11-22 12:52.32: Job failed: Failed: Build failed
2025-11-22 12:52.32: Log analysis:
2025-11-22 12:52.32: >>> 
No solution found, exiting
 (score = 100)
2025-11-22 12:52.32: [SKIP] Package not available