(not at the head of any monitored branch or PR)
2026-04-03 15:45.12: New job: build ocsigen-start.8.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              on debian-13-ocaml-5.4/arm32v7

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29643/head" && git reset --hard 9e1a0839
git fetch origin master
git merge --no-edit 2a4b43904149bbedec7e93cb8c589392dcdb483a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475
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 ocsigen-start.8.0.0 8.0.0
RUN opam reinstall ocsigen-start.8.0.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" != 'ocsigen-start.8.0.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 .

2026-04-03 15:45.12: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475-ocsigen-start.8.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.12: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475)
 (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 ocsigen-start.8.0.0 8.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocsigen-start.8.0.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\" != 'ocsigen-start.8.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-03 15:45.12: Waiting for resource in pool OCluster
2026-04-03 15:45.15: Waiting for worker…
2026-04-03 15:46.14: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
Updating files:  75% (13962/18611)
Updating files:  76% (14145/18611)
Updating files:  77% (14331/18611)
Updating files:  78% (14517/18611)
Updating files:  79% (14703/18611)
Updating files:  80% (14889/18611)
Updating files:  81% (15075/18611)
Updating files:  82% (15262/18611)
Updating files:  83% (15448/18611)
Updating files:  84% (15634/18611)
Updating files:  85% (15820/18611)
Updating files:  86% (16006/18611)
Updating files:  87% (16192/18611)
Updating files:  88% (16378/18611)
Updating files:  89% (16564/18611)
Updating files:  90% (16750/18611)
Updating files:  91% (16937/18611)
Updating files:  92% (17123/18611)
Updating files:  93% (17309/18611)
Updating files:  94% (17495/18611)
Updating files:  95% (17681/18611)
Updating files:  96% (17867/18611)
Updating files:  97% (18053/18611)
Updating files:  98% (18239/18611)
Updating files:  99% (18425/18611)
Updating files: 100% (18611/18611)
Updating files: 100% (18611/18611), done.
HEAD is now at 2a4b439041 Merge pull request #29641 from daysv/release-sm-0.1.0
Updating 2a4b439041..9e1a0839a8
Fast-forward
 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam    | 28 ++++++++++++++++++++++++
 packages/ocsigen-start/ocsigen-start.2.21.1/opam |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.1/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.1.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.3.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.4.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.5.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.6.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.7.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.5.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.0.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.2/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.2.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.3.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.8.0.0/opam  |  3 +--
 20 files changed, 42 insertions(+), 33 deletions(-)
 create mode 100644 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475' locally
docker.io/ocaml/opam@sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475: Pulling from ocaml/opam
83d3fd32d825: Already exists
3df0dfd72ad0: Already exists
2a316f9c9b76: Already exists
efa82de2efff: Already exists
d71a99aebdea: Already exists
11c6a6b2d179: Already exists
ed37d593561b: Already exists
36ec5d086018: Already exists
b3744c7b02b9: Already exists
74a5417f91d9: Already exists
25f5bcf4379e: Already exists
9fa3c3859f66: Already exists
64cce05bcb6f: Already exists
746dc10c1c44: Already exists
96edbf3011df: Already exists
8038df952c10: Already exists
0c7a1007dfab: Already exists
bd4929421a2f: Already exists
c55ab25930c0: Already exists
41f370f53dae: Already exists
812b8365e613: Already exists
e7a8058b1ead: Already exists
4f4fb700ef54: Already exists
ec70781f5b22: Already exists
544b56d15f50: Already exists
ddcdb0c2c6bf: Already exists
16273490fd8a: Already exists
9c2e00e3bda1: Already exists
0c464e135915: Already exists
4be044fda122: Already exists
622b3eaf7ae3: Already exists
0018e3a3eb78: Already exists
da0dbef084c2: Already exists
d52300c63e78: Already exists
8883434d731b: Already exists
14e2e50159f2: Already exists
6212d2e873d3: Already exists
cf49bf648a3f: Already exists
4d911134730f: Already exists
044bfd55dc65: Already exists
1bb6ab8c5e7a: Already exists
32348162e876: Pulling fs layer
ddd1a6de9afd: Pulling fs layer
f9e3b24dc425: Pulling fs layer
8f3e43732373: Pulling fs layer
ffc6511b340e: Pulling fs layer
9014f9862221: Pulling fs layer
4bae68904738: Pulling fs layer
f9e3b24dc425: Waiting
8f3e43732373: Waiting
ffc6511b340e: Waiting
9014f9862221: Waiting
4bae68904738: Waiting
ddd1a6de9afd: Download complete
32348162e876: Download complete
32348162e876: Pull complete
ddd1a6de9afd: Pull complete
f9e3b24dc425: Download complete
f9e3b24dc425: Pull complete
ffc6511b340e: Verifying Checksum
ffc6511b340e: Download complete
9014f9862221: Verifying Checksum
9014f9862221: Download complete
4bae68904738: Download complete
8f3e43732373: Verifying Checksum
8f3e43732373: Download complete
8f3e43732373: Pull complete
ffc6511b340e: Pull complete
9014f9862221: Pull complete
4bae68904738: Pull complete
Digest: sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475
Status: Downloaded newer image for ocaml/opam@sha256:e0811f721d2d256051f140f3dc293f2fbfaf01392e418937f7be85ff1ddbc475
2026-04-03 15:46.24 ---> using "7790b44111fe11ee8295f6494e28d8442a8abbf5c96fd91a9b153ad39c50eb86" 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"))
2026-04-03 15:46.24 ---> using "8f8f0dbb91920b4ed5b94cd983ee63252a5e62451e5ab215f3d6331a6a8148f8" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 15:46.24 ---> using "e253747d40feedfb6701694a015799b62ee0b3494ce7f422cef09d0ce370c859" 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=arm32 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                 79
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native         false
# ocaml:native-tools   false
# ocaml:native-dynlink false
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1+bytecode-only
2026-04-03 15:46.24 ---> using "f07ad276db8a38d735c4873e14e53baf62fa0c1afc0d4626760111e7ea428794" 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/"))
2026-04-03 15:46.24 ---> using "bafa100b253dfbeb201c792954eda42bbd44429ae078ab4557f6db25a78fe672" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 15:46.34 ---> saved as "b80c6bcb5a0ba124d01749c3c09c4746a4e212c0a5110931b39d6e201cac4bbb"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-03 15:47.07 ---> saved as "f7f0d6e41865b8a1b22c1be5c55c31f2fc33c6d4e5e17fa172cfe6b655ff8d15"

/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 armhf Packages [114 kB]
- Fetched 204 kB in 0s (1233 kB/s)
- Reading package lists...
- 
2026-04-03 15:47.09 ---> saved as "db20f3d26d1b686012d64e1397465f69d592a7246a9a52048cb7102ee90a9c06"

/home/opam: (run (shell "opam pin add -k version -yn ocsigen-start.8.0.0 8.0.0"))
ocsigen-start is now pinned to version 8.0.0
2026-04-03 15:47.09 ---> saved as "1d523bfa601dfefaca4961c868b303a45302729ad34d0c0252290d7f46c75693"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocsigen-start.8.0.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\" != 'ocsigen-start.8.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocsigen-start.8.0.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - ocsigen-start >= 8.0.0 -> pgocaml_ppx -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - ocsigen-start >= 8.0.0 -> pgocaml_ppx -> ppx_optcomp -> base < v0.13 -> ocaml < 4.10.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.4.1
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - ocsigen-start >= 8.0.0 -> pgocaml_ppx -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - ocsigen-start >= 8.0.0 -> pgocaml_ppx -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall ocsigen-start.8.0.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" != 'ocsigen-start.8.0.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
2026-04-03 15:47.33: Job failed: Failed: Build failed
2026-04-03 15:47.33: Log analysis:
2026-04-03 15:47.33: >>> 
No solution found, exiting
 (score = 100)
2026-04-03 15:47.33: [SKIP] Package not available