(not at the head of any monitored branch or PR)
2026-05-23 03:18.30: New job: build openrouter_api.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29914/head (181bd7f2c014be2e4549088cb3037af97dd41645)
                              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/29914/head" && git reset --hard 181bd7f2
git fetch origin master
git merge --no-edit cd48593a8c5ed365fd47b7d4835f6b4ad523fb37
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 openrouter_api.0.1.0 0.1.0
RUN opam reinstall openrouter_api.0.1.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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'openrouter_api.0.1.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-05-23 03:18.30: Using cache hint "macos-homebrew-ocaml-4.14-openrouter_api.0.1.0-181bd7f2c014be2e4549088cb3037af97dd41645"
2026-05-23 03:18.30: 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 openrouter_api.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall openrouter_api.0.1.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 \"\\\"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\" != 'openrouter_api.0.1.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-05-23 03:18.30: Waiting for resource in pool OCluster
2026-05-23 03:18.31: Waiting for worker…
2026-05-23 06:22.33: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files:  37% (6792/17947)
Updating files:  38% (6820/17947)
Updating files:  39% (7000/17947)
Updating files:  40% (7179/17947)
Updating files:  41% (7359/17947)
Updating files:  42% (7538/17947)
Updating files:  43% (7718/17947)
Updating files:  44% (7897/17947)
Updating files:  45% (8077/17947)
Updating files:  46% (8256/17947)
Updating files:  47% (8436/17947)
Updating files:  48% (8615/17947)
Updating files:  49% (8795/17947)
Updating files:  50% (8974/17947)
Updating files:  51% (9153/17947)
Updating files:  52% (9333/17947)
Updating files:  53% (9512/17947)
Updating files:  54% (9692/17947)
Updating files:  55% (9871/17947)
Updating files:  56% (10051/17947)
Updating files:  57% (10230/17947)
Updating files:  58% (10410/17947)
Updating files:  59% (10589/17947)
Updating files:  60% (10769/17947)
Updating files:  61% (10948/17947)
Updating files:  62% (11128/17947)
Updating files:  63% (11307/17947)
Updating files:  64% (11487/17947)
Updating files:  65% (11666/17947)
Updating files:  66% (11846/17947)
Updating files:  67% (12025/17947)
Updating files:  68% (12204/17947)
Updating files:  68% (12262/17947)
Updating files:  69% (12384/17947)
Updating files:  70% (12563/17947)
Updating files:  71% (12743/17947)
Updating files:  72% (12922/17947)
Updating files:  73% (13102/17947)
Updating files:  74% (13281/17947)
Updating files:  75% (13461/17947)
Updating files:  76% (13640/17947)
Updating files:  77% (13820/17947)
Updating files:  78% (13999/17947)
Updating files:  79% (14179/17947)
Updating files:  80% (14358/17947)
Updating files:  81% (14538/17947)
Updating files:  82% (14717/17947)
Updating files:  83% (14897/17947)
Updating files:  84% (15076/17947)
Updating files:  85% (15255/17947)
Updating files:  86% (15435/17947)
Updating files:  87% (15614/17947)
Updating files:  88% (15794/17947)
Updating files:  89% (15973/17947)
Updating files:  90% (16153/17947)
Updating files:  91% (16332/17947)
Updating files:  92% (16512/17947)
Updating files:  93% (16691/17947)
Updating files:  94% (16871/17947)
Updating files:  95% (17050/17947)
Updating files:  96% (17230/17947)
Updating files:  97% (17409/17947)
Updating files:  98% (17589/17947)
Updating files:  99% (17768/17947)
Updating files: 100% (17947/17947)
Updating files: 100% (17947/17947), done.
HEAD is now at cd48593a8c Merge pull request #29940 from hannesm/release-tar-v3.5.0
Updating cd48593a8c..181bd7f2c0
Fast-forward
 packages/openrouter_api/openrouter_api.0.1.0/opam | 51 +++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 packages/openrouter_api/openrouter_api.0.1.0/opam

(from macos-homebrew-ocaml-4.14)
2026-05-23 06:22.37 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-23 06:22.37 ---> 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-05-23 06:22.37 ---> 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-05-23 06:22.38 ---> 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-05-23 06:22.38 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-23 06:22.46 ---> saved as "487b646ce2d6b73da2f99b03b587b6644fe4cb1c1c28380ecd90db13b834f987"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///Users/mac1000/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-05-23 06:23.04 ---> saved as "272130963240ed6e07dd60fe4b19a7375ac3bef1acdf4de36c312b69f0370ed2"

/: (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:9ceb962508dce8cc2468095292fbff2b69fd86e0b9ecca813bf8ead72d4effa1
- #=#=#                                                                          

                                                                           0.0%
                                                                           0.7%
                                                                           1.3%
#                                                                          1.7%
#                                                                          2.4%
#                                                                          2.8%
- 
##                                                                         3.3%
##                                                                         3.8%
###                                                                        4.4%
###                                                                        4.9%
###                                                                        5.3%
####                                                                       5.7%
####                                                                       6.1%
####                                                                       6.5%
#####                                                                      7.0%
#####                                                                      7.4%
#####                                                                      7.8%
- 
#####                                                                      8.2%
######                                                                     8.8%
######                                                                     9.2%
######                                                                     9.6%
#######                                                                   10.1%
#######                                                                   10.5%
#######                                                                   10.9%
########                                                                  11.3%
########                                                                  11.7%
########                                                                  12.1%
########                                                                  12.5%
- 
#########                                                                 13.0%
#########                                                                 13.4%
#########                                                                 13.8%
##########                                                                14.2%
##########                                                                14.6%
##########                                                                15.0%
###########                                                               15.5%
###########                                                               15.9%
###########                                                               16.3%
############                                                              16.7%
############                                                              17.1%
- 
############                                                              17.5%
#############                                                             18.1%
#############                                                             18.5%
#############                                                             19.0%
#############                                                             19.4%
##############                                                            19.9%
##############                                                            20.3%
##############                                                            20.7%
###############                                                           21.1%
###############                                                           21.7%
- 
###############                                                           22.1%
################                                                          22.5%
################                                                          22.9%
################                                                          23.3%
#################                                                         23.7%
#################                                                         24.1%
#################                                                         24.5%
#################                                                         25.0%
##################                                                        25.4%
##################                                                        25.9%
##################                                                        26.3%
- 
###################                                                       26.7%
###################                                                       27.1%
###################                                                       27.5%
####################                                                      27.9%
####################                                                      28.5%
####################                                                      28.9%
#####################                                                     29.3%
#####################                                                     29.7%
#####################                                                     30.1%
######################                                                    30.6%
######################                                                    31.0%
- 
######################                                                    31.4%
######################                                                    31.8%
#######################                                                   32.2%
#######################                                                   32.7%
#######################                                                   33.1%
########################                                                  33.5%
########################                                                  33.9%
########################                                                  34.4%
#########################                                                 34.8%
#########################                                                 35.4%
#########################                                                 35.8%
- 
##########################                                                36.2%
##########################                                                36.6%
##########################                                                37.1%
###########################                                               37.5%
###########################                                               37.9%
###########################                                               38.4%
###########################                                               38.8%
############################                                              39.2%
############################                                              39.6%
############################                                              40.0%
#############################                                             40.4%
- 
#############################                                             40.8%
#############################                                             41.4%
##############################                                            41.8%
##############################                                            42.2%
##############################                                            42.6%
##############################                                            43.0%
###############################                                           43.4%
###############################                                           43.8%
###############################                                           44.3%
################################                                          44.7%
################################                                          45.1%
- 
################################                                          45.5%
#################################                                         45.9%
#################################                                         46.3%
#################################                                         46.7%
#################################                                         47.2%
##################################                                        47.6%
##################################                                        48.0%
##################################                                        48.5%
###################################                                       48.9%
###################################                                       49.1%
###################################                                       49.3%
- 
###################################                                       49.6%
###################################                                       49.7%
####################################                                      50.0%
####################################                                      50.1%
####################################                                      50.4%
####################################                                      50.7%
####################################                                      50.8%
####################################                                      51.1%
####################################                                      51.3%
#####################################                                     51.5%
- 
#####################################                                     51.7%
#####################################                                     52.0%
#####################################                                     52.1%
#####################################                                     52.4%
#####################################                                     52.7%
######################################                                    52.8%
######################################                                    53.1%
######################################                                    53.3%
######################################                                    53.6%
######################################                                    53.7%
######################################                                    54.0%
- 
#######################################                                   54.3%
#######################################                                   54.4%
#######################################                                   54.7%
#######################################                                   54.8%
#######################################                                   55.1%
#######################################                                   55.3%
########################################                                  55.6%
########################################                                  55.7%
########################################                                  56.0%
########################################                                  56.1%
- 
########################################                                  56.4%
########################################                                  56.7%
########################################                                  56.8%
#########################################                                 57.1%
#########################################                                 57.3%
#########################################                                 57.5%
#########################################                                 57.7%
#########################################                                 58.0%
#########################################                                 58.1%
##########################################                                58.4%
##########################################                                58.7%
- 
##########################################                                58.8%
##########################################                                59.1%
##########################################                                59.3%
##########################################                                59.5%
###########################################                               59.7%
###########################################                               59.9%
###########################################                               60.1%
###########################################                               60.4%
###########################################                               60.5%
###########################################                               60.8%
###########################################                               61.1%
- 
############################################                              61.2%
############################################                              61.5%
############################################                              61.7%
############################################                              61.9%
############################################                              62.1%
############################################                              62.3%
#############################################                             62.5%
#############################################                             62.8%
#############################################                             63.1%
#############################################                             63.2%
- 
#############################################                             63.5%
#############################################                             63.6%
#############################################                             63.9%
##############################################                            64.2%
##############################################                            64.5%
##############################################                            64.8%
##############################################                            65.0%
###############################################                           65.3%
###############################################                           65.6%
###############################################                           66.0%
###############################################                           66.2%
- 
###############################################                           66.5%
################################################                          66.8%
################################################                          67.0%
################################################                          67.3%
################################################                          67.6%
################################################                          68.0%
#################################################                         68.2%
#################################################                         68.5%
#################################################                         68.8%
#################################################                         69.0%
#################################################                         69.3%
- 
##################################################                        69.7%
##################################################                        70.0%
##################################################                        70.2%
##################################################                        70.5%
##################################################                        70.8%
###################################################                       71.0%
###################################################                       71.4%
###################################################                       71.7%
###################################################                       72.0%
####################################################                      72.2%
####################################################                      72.5%
- 
####################################################                      72.8%
####################################################                      73.0%
####################################################                      73.3%
#####################################################                     73.7%
#####################################################                     74.0%
#####################################################                     74.2%
#####################################################                     74.5%
#####################################################                     74.8%
######################################################                    75.2%
######################################################                    75.4%
- 
######################################################                    75.7%
######################################################                    76.0%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.8%
#######################################################                   77.2%
#######################################################                   77.4%
#######################################################                   77.7%
########################################################                  78.0%
########################################################                  78.2%
########################################################                  78.5%
- 
########################################################                  78.8%
########################################################                  79.2%
#########################################################                 79.4%
#########################################################                 79.7%
#########################################################                 80.0%
#########################################################                 80.4%
##########################################################                80.6%
##########################################################                80.9%
##########################################################                81.1%
##########################################################                81.5%
- 
##########################################################                81.8%
###########################################################               81.9%
###########################################################               82.1%
###########################################################               82.3%
###########################################################               82.5%
###########################################################               82.6%
###########################################################               82.9%
###########################################################               83.0%
###########################################################               83.1%
############################################################              83.4%
- 
############################################################              83.5%
############################################################              83.8%
############################################################              83.9%
############################################################              84.2%
############################################################              84.3%
############################################################              84.6%
#############################################################             84.7%
#############################################################             85.0%
#############################################################             85.1%
#############################################################             85.3%
- 
#############################################################             85.5%
#############################################################             85.7%
#############################################################             85.9%
#############################################################             86.1%
##############################################################            86.3%
##############################################################            86.5%
##############################################################            86.7%
##############################################################            86.9%
##############################################################            87.0%
##############################################################            87.3%
- 
##############################################################            87.4%
###############################################################           87.7%
###############################################################           87.8%
###############################################################           88.1%
###############################################################           88.2%
###############################################################           88.3%
###############################################################           88.6%
###############################################################           88.7%
################################################################          89.0%
- 
################################################################          89.3%
################################################################          89.4%
################################################################          89.7%
################################################################          89.8%
################################################################          90.1%
#################################################################         90.3%
#################################################################         90.5%
#################################################################         90.7%
#################################################################         91.0%
#################################################################         91.1%
#################################################################         91.4%
- 
#################################################################         91.5%
##################################################################        91.8%
##################################################################        92.1%
##################################################################        92.2%
##################################################################        92.5%
##################################################################        92.7%
##################################################################        92.9%
###################################################################       93.1%
###################################################################       93.3%
###################################################################       93.5%
#############################
- ######################################       93.7%
###################################################################       93.9%
###################################################################       94.2%
###################################################################       94.3%
####################################################################      94.6%
####################################################################      94.9%
####################################################################      95.0%
####################################################################      95.3%
####################################################################      95.5%
####################################################################      95.7%
#####################################################################     95.9%
- 
#####################################################################     96.1%
#####################################################################     96.3%
#####################################################################     96.6%
#####################################################################     96.9%
#####################################################################     97.1%
######################################################################    97.4%
######################################################################    97.7%
######################################################################    97.9%
######################################################################    98.2%
######################################################################    98.6%
#######################################################################   98.8%
- 
#######################################################################   99.1%
#######################################################################   99.4%
#######################################################################   99.6%
#######################################################################   99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.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-05-23 06:24.29 ---> saved as "73dc9d1880643c321d26e0dd567d5a393ed037ee57786dbd1367ba10730e1a5f"

/: (run (shell "opam pin add -k version -yn openrouter_api.0.1.0 0.1.0"))
openrouter_api is now pinned to version 0.1.0
2026-05-23 06:24.31 ---> saved as "c8d114711f8a1f780db316784d91a7e122f02384d56aa0279d0d1d577b16440d"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall openrouter_api.0.1.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 \"\\\"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\" != 'openrouter_api.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
openrouter_api.0.1.0 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
    - openrouter_api >= 0.1.0 -> ocaml >= 5.2.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - openrouter_api >= 0.1.0 -> ocaml >= 5.2.0 -> ocaml-variants >= 5.6.0~

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