(not at the head of any monitored branch or PR)
2026-04-03 15:45.12: New job: build ocsigen-start.7.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              on debian-13-ocaml-5.4/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/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:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435
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.7.0.0 7.0.0
RUN opam reinstall ocsigen-start.7.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.7.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:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435-ocsigen-start.7.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.12: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435)
 (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.7.0.0 7.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocsigen-start.7.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.7.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 17:25.44: Waiting for worker…
2026-04-03 17:27.23: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
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:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435' locally
docker.io/ocaml/opam@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435: Pulling from ocaml/opam
a59dab062b6e: Pulling fs layer
88fec73bbe45: Pulling fs layer
4a02869fc52b: Pulling fs layer
62b7062a40db: Pulling fs layer
09a560317896: Pulling fs layer
4c34f4233ac2: Pulling fs layer
62b7062a40db: Waiting
3267940f890d: Pulling fs layer
f1fe60319024: Pulling fs layer
68acda7f81b2: Pulling fs layer
09a560317896: Waiting
4c34f4233ac2: Waiting
b08911c862cf: Pulling fs layer
3267940f890d: Waiting
003f4f19be40: Pulling fs layer
68acda7f81b2: Waiting
e76edc78b26b: Pulling fs layer
b08911c862cf: Waiting
c0ce0773a80e: Pulling fs layer
f1fe60319024: Waiting
c60725cc0490: Pulling fs layer
003f4f19be40: Waiting
fb2cfe59ac48: Pulling fs layer
e922356368f4: Pulling fs layer
e76edc78b26b: Waiting
c0ce0773a80e: Waiting
965b9323bbaa: Pulling fs layer
c60725cc0490: Waiting
fb2cfe59ac48: Waiting
e922356368f4: Waiting
965b9323bbaa: Waiting
5e9bd6e4b257: Pulling fs layer
4b4293e44705: Pulling fs layer
5e9bd6e4b257: Waiting
8efc7e9931b9: Pulling fs layer
4b4293e44705: Waiting
0cd67905b0e4: Pulling fs layer
8efc7e9931b9: Waiting
4f4fb700ef54: Pulling fs layer
38abc7224a21: Pulling fs layer
0cd67905b0e4: Waiting
4f4fb700ef54: Waiting
9c8d050c43ad: Pulling fs layer
38abc7224a21: Waiting
58fd6b93c689: Pulling fs layer
9c8d050c43ad: Waiting
b77d854e8b81: Pulling fs layer
63ac2195c370: Pulling fs layer
28ea21fef9ba: Pulling fs layer
01e7e2342dfb: Pulling fs layer
478b6ea8b815: Pulling fs layer
b18ba5a19830: Pulling fs layer
4531184a4881: Pulling fs layer
e87596cf8e87: Pulling fs layer
f69cf96a701e: Pulling fs layer
413701f274d1: Pulling fs layer
1ebb80ff3768: Pulling fs layer
96d0be8ee720: Pulling fs layer
0eb90217254e: Pulling fs layer
d5b99a0ac0af: Pulling fs layer
eed7546f6540: Pulling fs layer
fd8df843609d: Pulling fs layer
07b9da4be433: Pulling fs layer
3d27940708c5: Pulling fs layer
312a50e204e2: Pulling fs layer
1c9e7c4a5b88: Pulling fs layer
77c0b557a45f: Pulling fs layer
1f5937fa6056: Pulling fs layer
58fd6b93c689: Waiting
96d0be8ee720: Waiting
0eb90217254e: Waiting
fd8df843609d: Waiting
d5b99a0ac0af: Waiting
07b9da4be433: Waiting
3d27940708c5: Waiting
312a50e204e2: Waiting
eed7546f6540: Waiting
77c0b557a45f: Waiting
1c9e7c4a5b88: Waiting
b77d854e8b81: Waiting
01e7e2342dfb: Waiting
63ac2195c370: Waiting
478b6ea8b815: Waiting
28ea21fef9ba: Waiting
1f5937fa6056: Waiting
b18ba5a19830: Waiting
4531184a4881: Waiting
e87596cf8e87: Waiting
f69cf96a701e: Waiting
413701f274d1: Waiting
1ebb80ff3768: Waiting
88fec73bbe45: Download complete
4a02869fc52b: Verifying Checksum
4a02869fc52b: Download complete
09a560317896: Verifying Checksum
09a560317896: Download complete
a59dab062b6e: Verifying Checksum
a59dab062b6e: Download complete
62b7062a40db: Verifying Checksum
62b7062a40db: Download complete
3267940f890d: Verifying Checksum
3267940f890d: Download complete
f1fe60319024: Verifying Checksum
f1fe60319024: Download complete
68acda7f81b2: Verifying Checksum
68acda7f81b2: Download complete
b08911c862cf: Verifying Checksum
b08911c862cf: Download complete
003f4f19be40: Verifying Checksum
003f4f19be40: Download complete
e76edc78b26b: Verifying Checksum
e76edc78b26b: Download complete
c0ce0773a80e: Verifying Checksum
c0ce0773a80e: Download complete
fb2cfe59ac48: Verifying Checksum
fb2cfe59ac48: Download complete
c60725cc0490: Verifying Checksum
c60725cc0490: Download complete
e922356368f4: Download complete
5e9bd6e4b257: Download complete
4b4293e44705: Verifying Checksum
4b4293e44705: Download complete
8efc7e9931b9: Verifying Checksum
8efc7e9931b9: Download complete
0cd67905b0e4: Verifying Checksum
0cd67905b0e4: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4c34f4233ac2: Verifying Checksum
38abc7224a21: Verifying Checksum
38abc7224a21: Download complete
9c8d050c43ad: Verifying Checksum
9c8d050c43ad: Download complete
58fd6b93c689: Verifying Checksum
58fd6b93c689: Download complete
b77d854e8b81: Verifying Checksum
b77d854e8b81: Download complete
63ac2195c370: Verifying Checksum
63ac2195c370: Download complete
a59dab062b6e: Pull complete
88fec73bbe45: Pull complete
4a02869fc52b: Pull complete
01e7e2342dfb: Verifying Checksum
01e7e2342dfb: Download complete
28ea21fef9ba: Verifying Checksum
28ea21fef9ba: Download complete
478b6ea8b815: Verifying Checksum
478b6ea8b815: Download complete
b18ba5a19830: Verifying Checksum
b18ba5a19830: Download complete
4531184a4881: Verifying Checksum
4531184a4881: Download complete
e87596cf8e87: Verifying Checksum
e87596cf8e87: Download complete
f69cf96a701e: Verifying Checksum
f69cf96a701e: Download complete
62b7062a40db: Pull complete
09a560317896: Pull complete
1ebb80ff3768: Verifying Checksum
1ebb80ff3768: Download complete
0eb90217254e: Download complete
d5b99a0ac0af: Verifying Checksum
d5b99a0ac0af: Download complete
eed7546f6540: Verifying Checksum
eed7546f6540: Download complete
fd8df843609d: Download complete
07b9da4be433: Download complete
96d0be8ee720: Verifying Checksum
3d27940708c5: Verifying Checksum
3d27940708c5: Download complete
413701f274d1: Verifying Checksum
413701f274d1: Download complete
1c9e7c4a5b88: Verifying Checksum
1c9e7c4a5b88: Download complete
1f5937fa6056: Verifying Checksum
1f5937fa6056: Download complete
77c0b557a45f: Verifying Checksum
77c0b557a45f: Download complete
312a50e204e2: Verifying Checksum
312a50e204e2: Download complete
4c34f4233ac2: Pull complete
3267940f890d: Pull complete
f1fe60319024: Pull complete
68acda7f81b2: Pull complete
b08911c862cf: Pull complete
003f4f19be40: Pull complete
e76edc78b26b: Pull complete
c0ce0773a80e: Pull complete
c60725cc0490: Pull complete
fb2cfe59ac48: Pull complete
e922356368f4: Pull complete
965b9323bbaa: Pull complete
5e9bd6e4b257: Pull complete
4b4293e44705: Pull complete
8efc7e9931b9: Pull complete
0cd67905b0e4: Pull complete
4f4fb700ef54: Pull complete
38abc7224a21: Pull complete
9c8d050c43ad: Pull complete
58fd6b93c689: Pull complete
b77d854e8b81: Pull complete
63ac2195c370: Pull complete
28ea21fef9ba: Pull complete
01e7e2342dfb: Pull complete
478b6ea8b815: Pull complete
b18ba5a19830: Pull complete
4531184a4881: Pull complete
e87596cf8e87: Pull complete
f69cf96a701e: Pull complete
413701f274d1: Pull complete
1ebb80ff3768: Pull complete
96d0be8ee720: Pull complete
0eb90217254e: Pull complete
d5b99a0ac0af: Pull complete
eed7546f6540: Pull complete
fd8df843609d: Pull complete
07b9da4be433: Pull complete
3d27940708c5: Pull complete
312a50e204e2: Pull complete
1c9e7c4a5b88: Pull complete
77c0b557a45f: Pull complete
1f5937fa6056: Pull complete
Digest: sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435
Status: Downloaded newer image for ocaml/opam@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435
2026-04-03 17:29.38 ---> saved as "d649bb0478d07c88f1dcd8630cb405dd80d3d943b050bb636e0420935893fcc9"

/: (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 17:29.38 ---> saved as "3e1c5a996a3e0be777d2737d924e5b2757faa94757e68702d6c79d4a766d7dad"

/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
2026-04-03 17:30.11 ---> saved as "35dde772c9a963320083604f07fce32f11a7cb5eb0ca20f7cab40aabbb29fea8"

/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       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 17:30.12 ---> saved as "a4a3afd8ce06e7766c2d44340ffe1c8e36c59b8349d6d52c0b2fee8217f72b46"

/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 17:30.25 ---> saved as "b17897f0ed7945ded83ceb2981e24903a94377407b49ec7959477c1244ec0218"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 17:30.33 ---> saved as "15889cc8ac7ee0244790080364c9a98f37ba77e1fa903ca0dae5bc8188848c16"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-03 17:31.11 ---> saved as "78be26c9e168596647817fb6bcb11273d4fe5dd7eb4042f289714a6a86e33ea7"

/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 [112 kB]
- Fetched 203 kB in 0s (478 kB/s)
- Reading package lists...
- 
2026-04-03 17:31.13 ---> saved as "060f6df0cf1587e8dbd6dc18857dbb5947ad8dd8a4712028082966c6144a47bb"

/home/opam: (run (shell "opam pin add -k version -yn ocsigen-start.7.0.0 7.0.0"))
ocsigen-start is now pinned to version 7.0.0
2026-04-03 17:31.14 ---> saved as "d9a5de3d32af777bcf883ef4748281fd6fd638ff227d168c5374369f2b55b5d5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocsigen-start.7.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.7.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"))
[ERROR] ocsigen-start = 7.0.0: unmet availability conditions: 'arch != "x86_32" & arch != "arm32"'
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall ocsigen-start.7.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.7.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 5
2026-04-03 17:31.21: Job failed: Failed: Build failed
2026-04-03 17:31.21: Log analysis:
2026-04-03 17:31.21: >>> 
[ERROR] ocsigen-start = 7.0.0: unmet availability conditions: 'arch != "x86_32" & arch != "arm32"'
 (score = 100)
2026-04-03 17:31.21: [SKIP] Package not available