(not at the head of any monitored branch or PR)
2026-04-03 15:45.07: New job: build ocsigen-i18n.5.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              on debian-13-ocaml-5.3/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/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.3@sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607
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-i18n.5.0.0 5.0.0
RUN opam reinstall ocsigen-i18n.5.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-i18n.5.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.07: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607-ocsigen-i18n.5.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.07: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607)
 (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-i18n.5.0.0 5.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocsigen-i18n.5.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-i18n.5.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.07: Waiting for resource in pool OCluster
2026-04-03 17:05.17: Waiting for worker…
2026-04-03 17:07.22: Got resource from pool OCluster
Building on doris.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.3@sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607' locally
docker.io/ocaml/opam@sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
69e44424a5e2: Already exists
afd8aac863c4: Already exists
8e947a2e98f4: Already exists
1497695495be: Already exists
dd8dde667620: Already exists
6c8e24e09389: Already exists
82df42eb8f87: Already exists
417be57df8b6: Already exists
93469ace0d3c: Already exists
690b7fb3c88e: Already exists
5e945797c48b: Already exists
f89359597c07: Already exists
3d24804be6e1: Already exists
6223b4e8927d: Already exists
e5255e6ad093: Already exists
4b8862d5191b: Already exists
a97ae6909f09: Already exists
9272e1b13a44: Already exists
4c4ae8dea517: Already exists
58f4c74b02ad: Already exists
d7f5bb85343b: Already exists
4f4fb700ef54: Already exists
5686dd9b80db: Already exists
d6655929e91b: Already exists
202821e2f84c: Already exists
dbfe37502a36: Already exists
03d1d76306ab: Already exists
0cb61df4dd2b: Already exists
9de51b48aa3e: Already exists
7a569ae42189: Already exists
9f66e60fc7d0: Already exists
9c0e93e6cde6: Already exists
52a878b8deac: Already exists
7d5c1811ebd2: Already exists
08ac39eb016e: Already exists
fa3d624a019d: Already exists
bcdad67ff203: Already exists
5535de7c8bad: Already exists
1ffb933c7297: Already exists
01124907da27: Already exists
16683f1c5378: Pulling fs layer
403666464a4c: Pulling fs layer
c321fe8fd0f0: Pulling fs layer
11c61d105079: Pulling fs layer
b4a0fee9c810: Pulling fs layer
a41bf0ad901c: Pulling fs layer
16683f1c5378: Waiting
e6bc1a60ed75: Pulling fs layer
11c61d105079: Waiting
c321fe8fd0f0: Waiting
403666464a4c: Waiting
e6bc1a60ed75: Waiting
a41bf0ad901c: Waiting
b4a0fee9c810: Waiting
16683f1c5378: Verifying Checksum
16683f1c5378: Download complete
16683f1c5378: Pull complete
403666464a4c: Download complete
403666464a4c: Pull complete
c321fe8fd0f0: Verifying Checksum
c321fe8fd0f0: Download complete
c321fe8fd0f0: Pull complete
11c61d105079: Verifying Checksum
11c61d105079: Download complete
b4a0fee9c810: Verifying Checksum
b4a0fee9c810: Download complete
a41bf0ad901c: Verifying Checksum
a41bf0ad901c: Download complete
e6bc1a60ed75: Download complete
11c61d105079: Pull complete
b4a0fee9c810: Pull complete
a41bf0ad901c: Pull complete
e6bc1a60ed75: Pull complete
Digest: sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607
Status: Downloaded newer image for ocaml/opam@sha256:2b7e78f92a5b975412650a12787bdc45eaa38c85812ae98a23cb5168a2a70607
2026-04-03 17:09.39 ---> saved as "edabef32ad8d4f2b2a8a81ea2f0f1238dae337eb08b35a0e7021143958fbc5bd"

/: (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:09.39 ---> saved as "e3b15b1ad606c9224eb0eafb003738bb53bcc3c619e0bfa3c682a4b4dc4ae058"

/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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 17:10.03 ---> saved as "249a6e6a409c977287666151c5b94fcfd9e8fdaac492425e04ee614de690e1b7"

/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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2026-04-03 17:10.03 ---> saved as "c331d76314bccecb1970a11e43920707b081f22f2caf619f6e7a8c7480d50a3c"

/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:10.19 ---> saved as "67b1413f31b99b146edae3f9e6f99c02580112664e86ac639a3387e56485417e"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 17:10.27 ---> saved as "37fa67d0cc5e11f88be36345bb591b09615e521838d7da3ce1b21c0e2b2a6c5d"

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

/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 [119 kB]
- Fetched 210 kB in 0s (821 kB/s)
- Reading package lists...
2026-04-03 17:10.48 ---> saved as "bffd83aea991506c9a3235fab6141293800e115e3eab3beed600ca1d54379555"

/home/opam: (run (shell "opam pin add -k version -yn ocsigen-i18n.5.0.0 5.0.0"))
ocsigen-i18n is now pinned to version 5.0.0
2026-04-03 17:10.49 ---> saved as "cb4e8d8b840db09a0be8fcaca0f596bdada3aa2caebfb8d4015cbedd1d928dcb"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocsigen-i18n.5.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-i18n.5.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-i18n.5.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  - install dune                3.22.1         [required by ocsigen-i18n]
  - install ocaml-compiler-libs v0.17.0        [required by ppxlib]
  - install ocsigen-i18n        5.0.0 (pinned)
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.38.0         [required by ocsigen-i18n]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocsigen-i18n.5.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppxlib.0.38.0
-> installed ocsigen-i18n.5.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 17:11.33 ---> saved as "6fd2de68104f907947cb9881d1704af257bbf8909499f603da36e25913ca2eca"
Job succeeded
2026-04-03 17:11.40: Job succeeded