(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 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              on debian-13-ocaml-4.14/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-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn ocsigen-start.8.0.0 8.0.0
RUN opam depext ocsigen-start.8.0.0 && 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-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4-ocsigen-start.8.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.12: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || 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 depext ocsigen-start.8.0.0 && 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 17:26.16: Waiting for worker…
2026-04-03 17:28.00: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  66% (12396/18611)
Updating files:  67% (12470/18611)
Updating files:  68% (12656/18611)
Updating files:  69% (12842/18611)
Updating files:  70% (13028/18611)
Updating files:  71% (13214/18611)
Updating files:  72% (13400/18611)
Updating files:  73% (13587/18611)
Updating files:  74% (13773/18611)
Updating files:  75% (13959/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-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
2026-04-03 17:28.39 ---> using "e7349b5faa6e8ea47e3f73a0784842b9d8524e468ce596e92633dbea53bd1c16" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-04-03 17:28.39 ---> using "c10282e0dbd394c173c8629599c0cf8ef48b99364becd04fb81c193278a0e3cf" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-03 17:28.39 ---> using "61002cb1496beab5433c4322c54f65efb70dca8afbb20314e2699af4a83c5228" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2026-04-03 17:28.39 ---> using "3aad554ebb8c056a22b107991820ba4faef0f0455b19dbb5c71b258cdee811a7" 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 17:28.39 ---> using "07e3bc0230d74032e5f3dff15fb95968d47b1e35511d36218822ddd36839b6bd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 17:28.48 ---> saved as "93610054e28b56a163917262d7737f97950d04993655519c390250130c80a03e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-03 17:29.08 ---> saved as "75b8d1097f386e8ef62578dd65c8dc63b6057dd7dc41c8cd6619556e526071d5"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 (1015 kB/s)
Reading package lists...
# OS package update successful
2026-04-03 17:29.11 ---> saved as "e0a1a9603f910f9e595f4ec7bb64e67f71eae295e1bce97189f981b75b8a1d26"

/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 17:29.12 ---> saved as "17737d970b979152133c980935e81bd27d0833d4ef4adf7c41cbd974876b1712"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext ocsigen-start.8.0.0 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for ocsigen-start.8.0.0: The following dependencies couldn't be met:
          - ocsigen-start -> js_of_ocaml >= 6.3.2 -> js_of_ocaml-compiler >= 6.3.2 -> ppxlib >= 0.35
          - ocsigen-start -> ocsigen-ppx-rpc >= 1.1 -> ppxlib >= 0.37.0
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> js_of_ocaml-lwt < 4.1.0 -> js_of_ocaml (>= 3.5.0 & < 4.1.0) -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> js_of_ocaml-lwt < 4.1.0 -> js_of_ocaml (>= 3.5.0 & < 4.1.0) -> js_of_ocaml-compiler < 4.0.0 -> ocaml < 4.14
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> js_of_ocaml-lwt < 4.1.0 -> lwt < 5.0.0 -> ocaml < 4.12
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> js_of_ocaml < 6.0.0 -> js_of_ocaml-compiler < 4.0.0 -> ocaml < 4.14
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> js_of_ocaml < 6.0.0 -> ocaml < 4.09.0
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> js_of_ocaml < 6.0.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> js_of_ocaml < 6.0.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> js_of_ocaml < 6.0.0 -> ocaml < 4.09.0
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> js_of_ocaml < 6.0.0 -> js_of_ocaml-compiler < 4.0.0 -> ocaml < 4.14
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> conduit-lwt-unix >= 7.1.0 -> conduit-lwt >= 8.0.0 -> ppx_sexp_conv >= v0.13.0 -> ppxlib < 0.36.0 -> ocaml < 4.14
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> conduit-lwt-unix >= 7.1.0 -> conduit-lwt >= 8.0.0 -> ppx_sexp_conv >= v0.13.0 -> ppxlib < 0.36.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> conduit-lwt-unix >= 7.1.0 -> conduit-lwt >= 8.0.0 -> ppx_sexp_conv >= v0.13.0 -> ocaml >= 5.1.0
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> conduit-lwt-unix >= 7.1.0 -> conduit-lwt >= 8.0.0 -> ppx_sexp_conv >= v0.13.0 -> base < v0.14 -> ocaml < 4.12
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> ppxlib < 0.36.0 -> ocaml < 4.14
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> ppxlib < 0.36.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> ocaml >= 5.1.0
              base of this switch (use `--unlock-base' to force)
          - ocsigen-start -> ocsigen-toolkit >= 2.7.0 -> eliom >= 11.0.0 -> ocsigenserver >= 7.0 -> cohttp-lwt-unix >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> base < v0.14 -> ocaml < 4.12
              base of this switch (use `--unlock-base' to force)
        Your request can't be satisfied:
          - No available version of js_of_ocaml satisfies the constraints
          - No available version of ppxlib satisfies the constraints


Command failed: opam list --readonly --external '--resolve=ocsigen-start.8.0.0' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext ocsigen-start.8.0.0 && 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 17:29.46: Job failed: Failed: Build failed
2026-04-03 17:29.46: Log analysis:
2026-04-03 17:29.46: >>> 
[ERROR] No solution for ocsigen-start.8.0.0: The following dependencies couldn't be met:
 (score = 100)
2026-04-03 17:29.46: [SKIP] Package not available