(not at the head of any monitored branch or PR)
2026-04-03 15:45.11: New job: build ocsigen-start.2.21.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              on macos-homebrew-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 macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ocsigen-start.2.21.1 2.21.1
RUN opam reinstall ocsigen-start.2.21.1; \
    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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocsigen-start.2.21.1' && 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.11: Using cache hint "macos-homebrew-ocaml-4.14-ocsigen-start.2.21.1-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.11: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn ocsigen-start.2.21.1 2.21.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall ocsigen-start.2.21.1;\
             \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 \"\\\"macos-homebrew\\\"\"; 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.2.21.1' && 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.11: Waiting for resource in pool OCluster
2026-04-03 15:45.15: Waiting for worker…
2026-04-03 16:38.47: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  30% (5696/18611)
Updating files:  31% (5770/18611)
Updating files:  32% (5956/18611)
Updating files:  33% (6142/18611)
Updating files:  34% (6328/18611)
Updating files:  35% (6514/18611)
Updating files:  36% (6700/18611)
Updating files:  37% (6887/18611)
Updating files:  38% (7073/18611)
Updating files:  39% (7259/18611)
Updating files:  40% (7445/18611)
Updating files:  41% (7631/18611)
Updating files:  42% (7817/18611)
Updating files:  43% (8003/18611)
Updating files:  44% (8189/18611)
Updating files:  45% (8375/18611)
Updating files:  46% (8562/18611)
Updating files:  47% (8748/18611)
Updating files:  48% (8934/18611)
Updating files:  49% (9120/18611)
Updating files:  50% (9306/18611)
Updating files:  51% (9492/18611)
Updating files:  52% (9678/18611)
Updating files:  53% (9864/18611)
Updating files:  54% (10050/18611)
Updating files:  55% (10237/18611)
Updating files:  56% (10423/18611)
Updating files:  57% (10609/18611)
Updating files:  58% (10795/18611)
Updating files:  58% (10937/18611)
Updating files:  59% (10981/18611)
Updating files:  60% (11167/18611)
Updating files:  61% (11353/18611)
Updating files:  62% (11539/18611)
Updating files:  63% (11725/18611)
Updating files:  64% (11912/18611)
Updating files:  65% (12098/18611)
Updating files:  66% (12284/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:  88% (16551/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 macos-homebrew-ocaml-4.14)
2026-04-03 16:38.53 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-03 16:38.53 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-04-03 16:38.53 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (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=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 11
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "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       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-04-03 16:38.54 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-04-03 16:38.54 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-03 16:38.56 ---> using "d476874d29d3dee7619a5f1563b5bfc8cd7f414bcddb57434ac62b0864c0fa16" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-03 16:38.57 ---> using "bc76932300670f192ec4a21fa36c44be37f61b54d6f7c730f679802f2abd0658" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#                                                                          

                                                                           0.0%
                                                                           0.7%
                                                                           1.3%
#                                                                          2.0%
#                                                                          2.4%
##                                                                         3.0%
- 
##                                                                         4.0%
###                                                                        4.9%
####                                                                       5.7%
####                                                                       6.5%
#####                                                                      7.3%
#####                                                                      8.1%
######                                                                     8.6%
######                                                                     9.0%
#######                                                                    9.8%
#######                                                                   10.8%
- 
########                                                                  11.6%
########                                                                  12.2%
#########                                                                 12.6%
#########                                                                 13.0%
#########                                                                 13.4%
#########                                                                 13.8%
##########                                                                14.4%
##########                                                                14.8%
##########                                                                15.2%
###########                                                               15.7%
###########                                                               16.1%
- 
###########                                                               16.5%
############                                                              16.9%
############                                                              17.3%
############                                                              17.8%
#############                                                             18.2%
#############                                                             18.6%
#############                                                             19.0%
##############                                                            19.6%
##############                                                            20.0%
##############                                                            20.4%
##############                                                            20.7%
- 
###############                                                           21.1%
###############                                                           21.7%
###############                                                           22.1%
################                                                          22.5%
################                                                          22.9%
################                                                          23.3%
#################                                                         23.7%
#################                                                         24.1%
#################                                                         24.3%
#################                                                         24.7%
##################                                                        25.3%
- 
##################                                                        25.7%
##################                                                        26.1%
###################                                                       26.5%
###################                                                       26.7%
###################                                                       27.0%
###################                                                       27.3%
###################                                                       27.7%
####################                                                      27.9%
####################                                                      28.2%
####################                                                      28.5%
- 
####################                                                      28.7%
####################                                                      29.0%
#####################                                                     29.3%
#####################                                                     29.5%
#####################                                                     29.9%
#####################                                                     30.2%
#####################                                                     30.5%
######################                                                    30.7%
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.7%
- 
######################                                                    31.9%
#######################                                                   32.2%
#######################                                                   32.5%
#######################                                                   32.9%
#######################                                                   33.1%
########################                                                  33.4%
########################                                                  33.7%
########################                                                  33.9%
########################                                                  34.2%
########################                                                  34.6%
- 
#########################                                                 34.9%
#########################                                                 35.1%
#########################                                                 35.4%
#########################                                                 35.7%
#########################                                                 35.9%
##########################                                                36.2%
##########################                                                36.6%
##########################                                                36.9%
##########################                                                37.1%
##########################                                                37.4%
###########################                                               37.7%
- 
###########################                                               37.9%
###########################                                               38.3%
###########################                                               38.6%
###########################                                               38.8%
############################                                              39.1%
############################                                              39.4%
############################                                              39.6%
############################                                              39.9%
#############################                                             40.3%
#############################                                             40.6%
#############################                                             40.8%
- 
#############################                                             41.1%
#############################                                             41.4%
#############################                                             41.6%
##############################                                            41.9%
##############################                                            42.3%
##############################                                            42.6%
##############################                                            42.8%
###############################                                           43.1%
###############################                                           43.4%
###############################                                           43.8%
###############################                                           44.0%
- 
###############################                                           44.3%
################################                                          44.6%
################################                                          44.8%
################################                                          45.1%
################################                                          45.4%
################################                                          45.6%
#################################                                         46.0%
#################################                                         46.3%
#################################                                         46.6%
#################################                                         46.8%
- 
#################################                                         47.1%
##################################                                        47.5%
##################################                                        47.8%
##################################                                        48.0%
##################################                                        48.3%
##################################                                        48.6%
###################################                                       48.8%
###################################                                       49.1%
###################################                                       49.4%
###################################                                       49.8%
####################################                                      50.0%
- 
####################################                                      50.3%
####################################                                      50.6%
####################################                                      50.8%
####################################                                      51.1%
#####################################                                     51.5%
#####################################                                     51.8%
#####################################                                     52.0%
#####################################                                     52.3%
#####################################                                     52.6%
######################################                                    52.8%
- 
######################################                                    53.1%
######################################                                    53.4%
######################################                                    53.8%
######################################                                    54.0%
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   54.7%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.4%
########################################                                  55.6%
- 
########################################                                  55.7%
########################################                                  56.0%
########################################                                  56.3%
########################################                                  56.5%
########################################                                  56.8%
#########################################                                 57.1%
#########################################                                 57.3%
#########################################                                 57.6%
#########################################                                 57.9%
#########################################                                 58.0%
- 
#########################################                                 58.3%
##########################################                                58.5%
##########################################                                58.7%
##########################################                                58.9%
##########################################                                59.2%
##########################################                                59.5%
##########################################                                59.6%
###########################################                               59.9%
###########################################                               60.1%
###########################################                               60.3%
###########################################                               60.5%
- 
###########################################                               60.8%
###########################################                               61.1%
############################################                              61.3%
############################################                              61.6%
############################################                              61.9%
############################################                              62.0%
############################################                              62.3%
#############################################                             62.5%
#############################################                             62.8%
#############################################                             63.1%
#############################################                             63.3%
- 
#############################################                             63.6%
#############################################                             63.9%
##############################################                            64.0%
##############################################                            64.3%
##############################################                            64.5%
##############################################                            64.8%
##############################################                            65.1%
###############################################                           65.3%
###############################################                           65.6%
###############################################                           65.9%
###############################################                           66.1%
###############################################                           66.4%
- 
################################################                          66.8%
################################################                          67.1%
################################################                          67.3%
################################################                          67.6%
################################################                          67.9%
#################################################                         68.3%
#################################################                         68.5%
#################################################                         68.9%
#################################################                         69.3%
##################################################                        69.7%
- 
##################################################                        70.3%
##################################################                        70.7%
###################################################                       71.1%
###################################################                       71.6%
###################################################                       72.0%
####################################################                      72.5%
####################################################                      72.9%
####################################################                      73.4%
#####################################################                     73.8%
#####################################################                     74.2%
#####################################################                     74.8%
- 
######################################################                    75.0%
######################################################                    75.3%
######################################################                    75.6%
######################################################                    75.8%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.8%
#######################################################                   77.0%
#######################################################                   77.3%
#######################################################                   77.6%
########################################################                  77.8%
- 
########################################################                  78.2%
########################################################                  78.5%
########################################################                  78.8%
########################################################                  79.0%
#########################################################                 79.3%
#########################################################                 79.6%
#########################################################                 80.0%
#########################################################                 80.2%
#########################################################                 80.5%
##########################################################                80.8%
- 
##########################################################                81.0%
##########################################################                81.3%
##########################################################                81.6%
###########################################################               82.0%
###########################################################               82.2%
###########################################################               82.5%
###########################################################               82.8%
###########################################################               83.0%
############################################################              83.4%
############################################################              83.7%
############################################################              84.0%
- 
############################################################              84.2%
############################################################              84.5%
#############################################################             84.8%
#############################################################             85.0%
#############################################################             85.3%
#############################################################             85.7%
#############################################################             86.0%
##############################################################            86.2%
##############################################################            86.5%
##############################################################            86.8%
##############################################################            87.0%
- 
##############################################################            87.4%
###############################################################           87.7%
###############################################################           88.0%
###############################################################           88.2%
###############################################################           88.5%
###############################################################           88.8%
################################################################          89.0%
################################################################          89.3%
################################################################          89.7%
################################################################          90.0%
################################################################          90.2%
- 
#################################################################         90.5%
#################################################################         90.9%
#################################################################         91.1%
#################################################################         91.4%
##################################################################        91.7%
##################################################################        91.9%
##################################################################        92.2%
##################################################################        92.5%
##################################################################        92.7%
##################################################################        93.0%
###################################################################       93.4%
- 
###################################################################       93.7%
###################################################################       93.9%
###################################################################       94.2%
####################################################################      94.5%
####################################################################      94.9%
####################################################################      95.1%
####################################################################      95.4%
####################################################################      95.7%
#####################################################################     95.9%
#####################################################################     96.2%
#####################################################################     96.6%
- 
#####################################################################     96.9%
#####################################################################     97.1%
######################################################################    97.4%
######################################################################    97.7%
######################################################################    97.9%
######################################################################    98.2%
######################################################################    98.6%
#######################################################################   98.9%
#######################################################################   99.1%
#######################################################################   99.4%
#######################################################################   99.7%
- 
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-04-03 16:38.57 ---> using "2739f2a845ef00ab6c62d406817a4aba12ec15aadc8323ce5dc381ee6801ff5c" from cache

/: (run (shell "opam pin add -k version -yn ocsigen-start.2.21.1 2.21.1"))
ocsigen-start is now pinned to version 2.21.1
2026-04-03 16:38.59 ---> saved as "63be1eae398d02448e5f8036bce50b160c714eb0c8c1d563889fa9db02500334"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall ocsigen-start.2.21.1;\
               \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 \"\\\"macos-homebrew\\\"\"; 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.2.21.1' && 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.2.21.1 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> ocaml < 4.11
    You can temporarily relax the switch invariant with `--update-invariant'
  * No agreement on the version of ocaml-base-compiler:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> ocaml < 4.11 -> ocaml-base-compiler (= 4.09.0 | = 4.09.1 | = 4.10.0 | = 4.10.1)
  * No agreement on the version of ocaml-base-compiler:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> js_of_ocaml-ppx < 3.5.0 -> ocaml < 4.09.0 -> ocaml-base-compiler (= 3.07+2 | = 3.08.4 | = 3.09.0 | = 3.10.0 | = 3.11.0 | = 3.11.1 | = 3.12.1 | = 4.02.0 | = 4.02.3 | = 4.05.0 | = 4.08.0 | = 4.08.1)
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> js_of_ocaml < 3.9.0 -> js_of_ocaml-compiler = 3.8.0 -> ocaml < 4.12.0
  * No agreement on the version of ocaml-base-compiler:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> js_of_ocaml < 3.9.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13 -> ocaml-base-compiler < 4.12.2~
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> js_of_ocaml-ppx < 3.5.0 -> ocaml < 4.09.0 -> ocaml-variants >= 3.10.0
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> js_of_ocaml < 3.9.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13 -> dkml-base-compiler
  * Missing dependency:
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> js_of_ocaml-ppx < 3.5.0 -> ocaml < 4.09.0 -> ocaml-variants >= 3.10.0 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - ocsigen-start = 2.21.1 -> eliom < 7.0.0 -> js_of_ocaml-ppx < 3.5.0 -> ocaml < 4.09.0 -> ocaml-variants >= 3.10.0 -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocsigen-start.2.21.1;
        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 "\"macos-homebrew\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'ocsigen-start.2.21.1' && 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 16:39.28: Job failed: Failed: Build failed
2026-04-03 16:39.28: Log analysis:
2026-04-03 16:39.28: >>> 
No solution found, exiting
 (score = 100)
2026-04-03 16:39.28: [SKIP] Package not available