(not at the head of any monitored branch or PR)
2026-04-03 15:45.11: New job: build ocsigen-start.6.2.0, 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.6.2.0 6.2.0
RUN opam reinstall ocsigen-start.6.2.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" != 'ocsigen-start.6.2.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.11: Using cache hint "macos-homebrew-ocaml-4.14-ocsigen-start.6.2.0-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.6.2.0 6.2.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall ocsigen-start.6.2.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\" != 'ocsigen-start.6.2.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.11: Waiting for resource in pool OCluster
2026-04-03 15:45.15: Waiting for worker…
2026-04-03 16:03.15: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  33% (6227/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:  59% (10981/18611)
Updating files:  60% (11167/18611)
Updating files:  61% (11353/18611)
Updating files:  62% (11539/18611)
Updating files:  62% (11691/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:  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:  93% (17387/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:03.20 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-03 16:03.21 ---> 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:03.21 ---> 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:03.21 ---> 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:03.22 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

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

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-03 16:03.25 ---> 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:03.25 ---> using "2739f2a845ef00ab6c62d406817a4aba12ec15aadc8323ce5dc381ee6801ff5c" from cache

/: (run (shell "opam pin add -k version -yn ocsigen-start.6.2.0 6.2.0"))
ocsigen-start is now pinned to version 6.2.0
2026-04-03 16:03.27 ---> saved as "5aea369ad82ab9b23b07f739182b680603bf699b102014cc571e964648231ad8"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall ocsigen-start.6.2.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\" != 'ocsigen-start.6.2.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
ocsigen-start.6.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 117 packages
  - install angstrom                      0.16.1         [required by uri]
  - install asn1-combinators              0.3.2          [required by x509]
  - install astring                       0.8.5          [required by conduit]
  - install base                          v0.16.4        [required by ppx_optcomp]
  - install base-bytes                    base           [required by eliom]
  - install base64                        3.5.2          [required by cohttp]
  - install bigstringaf                   0.10.0         [required by angstrom]
  - install bos                           0.2.1          [required by ca-certs]
  - install ca-certs                      1.0.1          [required by conduit-lwt-unix]
  - install calendar                      3.0.0          [required by ocsigen-toolkit, pgocaml]
  - install camlp-streams                 5.0.1          [required by pgocaml]
  - install camlzip                       1.14           [required by ocsigenserver]
  - install cmdliner                      1.3.0          [required by cohttp-lwt-unix]
  - install cohttp                        5.3.1          [required by cohttp-lwt]
  - install cohttp-lwt                    5.3.0          [required by cohttp-lwt-unix]
  - install cohttp-lwt-unix               5.3.0          [required by ocsigen-start]
  - install conduit                       7.0.0          [required by conduit-lwt]
  - install conduit-lwt                   7.0.0          [required by cohttp-lwt-unix]
  - install conduit-lwt-unix              7.0.0          [required by cohttp-lwt-unix]
  - install conf-gmp                      5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec             4              [required by cryptokit]
  - install conf-libssl                   4              [required by ssl]
  - install conf-npm                      1              [required by ocsigen-start]
  - install conf-pkg-config               4              [required by conf-zlib]
  - install conf-zlib                     1              [required by camlzip, cryptokit]
  - install cppo                          1.8.0          [required by ppx_deriving]
  - install cryptokit                     1.21.1         [required by ocsigenserver]
  - install csexp                         1.5.2          [required by dune-configurator]
  - install cstruct                       6.2.0          [required by hex]
  - install csv                           2.4            [required by pgocaml]
  - install digestif                      1.3.0          [required by ca-certs]
  - install domain-name                   0.5.0          [required by ipaddr, x509]
  - install dune                          3.22.1         [required by resource-pooling, pgocaml, ocsigen-i18n, etc.]
  - install dune-configurator             3.22.1         [required by cryptokit]
  - install duration                      0.2.1          [required by mirage-crypto-rng]
  - install eliom                         10.3.1         [required by ocsigen-start]
  - install eqaf                          0.10           [required by digestif, mirage-crypto]
  - install fmt                           0.11.0         [required by cohttp-lwt-unix]
  - install fpath                         0.7.3          [required by ca-certs]
  - install gen                           1.1            [required by sedlex]
  - install gmap                          0.3.0          [required by x509]
  - install hex                           1.5.0          [required by pgocaml]
  - install hmap                          0.8.1          [required by ocsigenserver]
  - install ipaddr                        5.6.2          [required by eliom]
  - install ipaddr-sexp                   5.6.2          [required by conduit-lwt-unix]
  - install js_of_ocaml                   5.7.0          [required by eliom, ocsigen-toolkit]
  - install js_of_ocaml-compiler          5.7.0          [required by eliom]
  - install js_of_ocaml-lwt               5.7.0          [required by eliom]
  - install js_of_ocaml-ocamlbuild        5.0            [required by eliom]
  - install js_of_ocaml-ppx               5.7.0          [required by eliom]
  - install js_of_ocaml-ppx_deriving_json 5.7.0          [required by eliom]
  - install js_of_ocaml-tyxml             5.7.0          [required by eliom]
  - install jsonm                         1.0.2          [required by cohttp]
  - install kdf                           1.0.0          [required by x509]
  - install logs                          0.10.0         [required by cohttp-lwt-unix]
  - install lwt                           5.9.2          [required by cohttp-lwt-unix, resource-pooling]
  - install lwt_log                       1.1.2          [required by eliom, resource-pooling]
  - install lwt_ppx                       5.9.1          [required by eliom]
  - install lwt_react                     1.2.0          [required by ocsigenserver]
  - install lwt_ssl                       1.2.0          [required by conduit-lwt-unix, ocsigenserver]
  - install macaddr                       5.6.2          [required by ipaddr]
  - install magic-mime                    1.3.1          [required by cohttp-lwt-unix]
  - install menhir                        20260209       [required by js_of_ocaml-compiler]
  - install menhirCST                     20260209       [required by menhir]
  - install menhirGLR                     20260209       [required by menhir]
  - install menhirLib                     20260209       [required by js_of_ocaml-compiler]
  - install menhirSdk                     20260209       [required by js_of_ocaml-compiler]
  - install mirage-crypto                 2.1.0          [required by ca-certs]
  - install mirage-crypto-ec              2.1.0          [required by x509]
  - install mirage-crypto-pk              2.1.0          [required by x509]
  - install mirage-crypto-rng             2.1.0          [required by x509]
  - install num                           1.6            [required by sexplib]
  - install ocaml-compiler-libs           v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims            1.0.0          [required by angstrom]
  - install ocamlbuild                    0.16.1         [required by js_of_ocaml-ocamlbuild]
  - install ocamlfind                     1.9.8          [required by eliom]
  - install ocplib-endian                 1.2            [required by lwt]
  - install ocsigen-i18n                  4.0.0          [required by ocsigen-start]
  - install ocsigen-ppx-rpc               1.0            [required by ocsigen-start]
  - install ocsigen-start                 6.2.0 (pinned)
  - install ocsigen-toolkit               3.3.4          [required by ocsigen-start]
  - install ocsigenserver                 5.1.2          [required by eliom]
  - install ocsipersist                   1.1.0          [required by eliom]
  - install ocsipersist-lib               1.1.0          [required by ocsipersist]
  - install ohex                          0.2.0          [required by ca-certs]
  - install parsexp                       v0.16.0        [required by sexplib]
  - install pgocaml                       4.4.0          [required by ocsigen-start]
  - install pgocaml_ppx                   4.4.0          [required by ocsigen-start]
  - install ppx_derivers                  1.2.1          [required by ppx_deriving]
  - install ppx_deriving                  6.0.3          [required by eliom, pgocaml]
  - install ppx_optcomp                   v0.16.0        [required by eliom, pgocaml_ppx]
  - install ppx_sexp_conv                 v0.16.0        [required by cohttp-lwt-unix, pgocaml]
  - install ppxlib                        0.35.0         [required by ocsigen-ppx-rpc, eliom, ocsigen-i18n, pgocaml_ppx]
  - install ptime                         1.2.0          [required by ca-certs]
  - install re                            1.14.0         [required by ocsigen-start]
  - install react                         1.2.2          [required by js_of_ocaml-tyxml, ocsigenserver]
  - install reactiveData                  0.3.1          [required by eliom]
  - install resource-pooling              1.2            [required by ocsigen-start]
  - install rresult                       0.7.0          [required by pgocaml]
  - install safepass                      3.1            [required by ocsigen-start]
  - install sedlex                        3.7            [required by js_of_ocaml-compiler]
  - install seq                           base           [required by tyxml]
  - install sexplib                       v0.16.0        [required by pgocaml]
  - install sexplib0                      v0.16.0        [required by conduit-lwt, cohttp-lwt, sexplib]
  - install ssl                           0.7.0          [required by ocsigenserver]
  - install stdio                         v0.16.0        [required by ppx_optcomp]
  - install stdlib-shims                  0.3.0          [required by ppxlib]
  - install stringext                     1.6.0          [required by cohttp]
  - install topkg                         1.1.1          [required by react, logs, hmap]
  - install tyxml                         4.4.0          [required by eliom]
  - install uri                           4.4.0          [required by cohttp-lwt, conduit-lwt-unix]
  - install uri-sexp                      4.4.0          [required by cohttp]
  - install uutf                          1.0.4          [required by tyxml]
  - install x509                          1.0.6          [required by ca-certs]
  - install xml-light                     2.5            [required by ocsigenserver]
  - install yojson                        3.0.0          [required by ocsigen-start]
  - install zarith                        1.14           [required by cryptokit]

The following system packages will first need to be installed:
    gmp md5sha1sum node openssl pkgconf postgresql sassc zlib

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/brew "install" "gmp" "md5sha1sum" "node" "openssl" "pkgconf" "postgresql" "sassc" "zlib"
- ==> Fetching downloads for: gmp, md5sha1sum, node, openssl@3, pkgconf, postgresql@18, sassc and zlib
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest md5sha1sum (0.9.5_1)
- ✔︎ Bottle Manifest node (25.9.0_1)
- ✔︎ Bottle Manifest openssl@3 (3.6.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest sassc (3.6.2)
- ✔︎ Bottle Manifest zlib (1.3.2)
- ✔︎ Bottle Manifest zlib (1.3.2)
- ✔︎ Bottle Manifest postgresql@18 (18.3)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle Manifest ca-certificates (2026-03-19)
- ✔︎ Bottle ca-certificates (2026-03-19)
- ✔︎ Bottle Manifest openssl@3 (3.6.1)
- ✔︎ Bottle md5sha1sum (0.9.5_1)
- ✔︎ Bottle Manifest fmt (12.1.0)
- ✔︎ Bottle fmt (12.1.0)
- ✔︎ Bottle Manifest ada-url (3.4.4)
- ✔︎ Bottle ada-url (3.4.4)
- ✔︎ Bottle Manifest brotli (1.2.0)
- ✔︎ Bottle brotli (1.2.0)
- ✔︎ Bottle Manifest c-ares (1.34.6)
- ✔︎ Bottle c-ares (1.34.6)
- ✔︎ Bottle Manifest hdrhistogram_c (0.11.9)
- ✔︎ Bottle hdrhistogram_c (0.11.9)
- ✔︎ Bottle Manifest icu4c@78 (78.3)
- ✔︎ Bottle icu4c@78 (78.3)
- ✔︎ Bottle Manifest libnghttp2 (1.68.1)
- ✔︎ Bottle libnghttp2 (1.68.1)
- ✔︎ Bottle Manifest libnghttp3 (1.15.0)
- ✔︎ Bottle libnghttp3 (1.15.0)
- ✔︎ Bottle Manifest libngtcp2 (1.22.0)
- ✔︎ Bottle libngtcp2 (1.22.0)
- ✔︎ Bottle Manifest libuv (1.52.1)
- ✔︎ Bottle libuv (1.52.1)
- ✔︎ Bottle Manifest llhttp (9.3.1)
- ✔︎ Bottle llhttp (9.3.1)
- ✔︎ Bottle Manifest simdjson (4.6.0)
- ✔︎ Bottle simdjson (4.6.0)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle Manifest sqlite (3.51.3)
- ✔︎ Bottle sqlite (3.51.3)
- ✔︎ Bottle Manifest uvwasi (0.0.23)
- ✔︎ Bottle uvwasi (0.0.23)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest xz (5.8.3)
- ✔︎ Bottle xz (5.8.3)
- ✔︎ Bottle Manifest zstd (1.5.7_1)
- ✔︎ Bottle zstd (1.5.7_1)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle Manifest krb5 (1.22.2)
- ✔︎ Bottle Manifest libunistring (1.4.2)
- ✔︎ Bottle Manifest gettext (1.0)
- ✔︎ Bottle Manifest libsass (3.6.6)
- ✔︎ Bottle libunistring (1.4.2)
- ✔︎ Bottle sassc (3.6.2)
- ✔︎ Bottle krb5 (1.22.2)
- ✔︎ Bottle libsass (3.6.6)
- ✔︎ Bottle zlib (1.3.2)
- ✔︎ Bottle node (25.9.0_1)
- ✔︎ Bottle gettext (1.0)
- ✔︎ Bottle openssl@3 (3.6.1)
- ✔︎ Bottle postgresql@18 (18.3)
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Installing dependencies for md5sha1sum: ca-certificates and openssl@3
- ==> Installing md5sha1sum dependency: ca-certificates
- ==> Pouring ca-certificates--2026-03-19.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺  /usr/local/Cellar/ca-certificates/2026-03-19: 4 files, 237KB
- ==> Installing md5sha1sum dependency: openssl@3
- ==> Pouring openssl@3--3.6.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/openssl@3/3.6.1: 7,624 files, 37.8MB
- ==> Installing md5sha1sum
- ==> Pouring md5sha1sum--0.9.5_1.sonoma.bottle.1.tar.gz
- ==> Caveats
- md5sha1sum is keg-only, which means it was not symlinked into /usr/local,
- because macOS provides FreeBSD md5sum and sha1sum.
- 
- If you need to have md5sha1sum first in your PATH, run:
-   echo 'export PATH="/usr/local/opt/md5sha1sum/bin:$PATH"' >> ~/.profile
- ==> Summary
- 🍺  /usr/local/Cellar/md5sha1sum/0.9.5_1: 9 files, 63.6KB
- ==> Running `brew cleanup md5sha1sum`...
- ==> Installing dependencies for node: fmt, ada-url, brotli, c-ares, hdrhistogram_c, icu4c@78, libnghttp2, libnghttp3, libngtcp2, libuv, llhttp, simdjson, readline, sqlite, uvwasi, lz4, xz and zstd
- ==> Installing node dependency: fmt
- ==> Pouring fmt--12.1.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/fmt/12.1.0: 29 files, 1MB
- ==> Installing node dependency: ada-url
- ==> Pouring ada-url--3.4.4.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/ada-url/3.4.4: 55 files, 1.2MB
- ==> Installing node dependency: brotli
- ==> Pouring brotli--1.2.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/brotli/1.2.0: 33 files, 1.8MB
- ==> Installing node dependency: c-ares
- ==> Pouring c-ares--1.34.6.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/c-ares/1.34.6: 176 files, 962.9KB
- ==> Installing node dependency: hdrhistogram_c
- ==> Pouring hdrhistogram_c--0.11.9.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/hdrhistogram_c/0.11.9: 22 files, 130.9KB
- ==> Installing node dependency: icu4c@78
- ==> Pouring icu4c@78--78.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/icu4c@78/78.3: 279 files, 86.7MB
- ==> Installing node dependency: libnghttp2
- ==> Pouring libnghttp2--1.68.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnghttp2/1.68.1: 14 files, 721.7KB
- ==> Installing node dependency: libnghttp3
- ==> Pouring libnghttp3--1.15.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnghttp3/1.15.0: 20 files, 564.9KB
- ==> Installing node dependency: libngtcp2
- ==> Pouring libngtcp2--1.22.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libngtcp2/1.22.0: 21 files, 1.3MB
- ==> Installing node dependency: libuv
- ==> Pouring libuv--1.52.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libuv/1.52.1: 35 files, 1.2MB
- ==> Installing node dependency: llhttp
- ==> Pouring llhttp--9.3.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/llhttp/9.3.1: 13 files, 119.4KB
- ==> Installing node dependency: simdjson
- ==> Pouring simdjson--4.6.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/simdjson/4.6.0: 19 files, 8MB
- ==> Installing node dependency: readline
- ==> Pouring readline--8.3.3.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/readline/8.3.3: 56 files, 2.6MB
- ==> Installing node dependency: sqlite
- ==> Pouring sqlite--3.51.3.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/sqlite/3.51.3: 13 files, 5.2MB
- ==> Installing node dependency: uvwasi
- ==> Pouring uvwasi--0.0.23.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/uvwasi/0.0.23: 15 files, 262.1KB
- ==> Installing node dependency: lz4
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB
- ==> Installing node dependency: xz
- ==> Pouring xz--5.8.3.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/xz/5.8.3: 96 files, 2.5MB
- ==> Installing node dependency: zstd
- ==> Pouring zstd--1.5.7_1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/zstd/1.5.7_1: 32 files, 2.5MB
- ==> Installing node
- ==> Pouring node--25.9.0_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/node/25.9.0_1: 1,889 files, 79.9MB
- ==> Running `brew cleanup node`...
- ==> Running `brew cleanup openssl@3`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing dependencies for postgresql@18: krb5, libunistring and gettext
- ==> Installing postgresql@18 dependency: krb5
- ==> Pouring krb5--1.22.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/krb5/1.22.2: 163 files, 4.1MB
- ==> Installing postgresql@18 dependency: libunistring
- ==> Pouring libunistring--1.4.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libunistring/1.4.2: 59 files, 5.8MB
- ==> Installing postgresql@18 dependency: gettext
- ==> Pouring gettext--1.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gettext/1.0: 2,499 files, 33.9MB
- ==> Installing postgresql@18
- ==> Pouring postgresql@18--18.3.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/postgresql@18/18.3/bin/initdb --locale=en_US.UTF-8 -E UTF-8 /usr/local/var/postgresql@18
- ==> Caveats
- This formula has created a default database cluster with:
-   initdb --locale=en_US.UTF-8 -E UTF-8 /usr/local/var/postgresql@18
- 
- When uninstalling, some dead symlinks are left behind so you may want to run:
-   brew cleanup --prune-prefix
- 
- To start postgresql@18 now and restart at login:
-   brew services start postgresql@18
- Or, if you don't want/need a background service you can just run:
-   LC_ALL="en_US.UTF-8" /usr/local/opt/postgresql@18/bin/postgres -D /usr/local/var/postgresql@18
- ==> Summary
- 🍺  /usr/local/Cellar/postgresql@18/18.3: 3,868 files, 73.9MB
- ==> Running `brew cleanup postgresql@18`...
- ==> Installing sassc dependency: libsass
- ==> Pouring libsass--3.6.6.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libsass/3.6.6: 17 files, 7.8MB
- ==> Pouring sassc--3.6.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/sassc/3.6.2: 6 files, 61.5KB
- ==> Running `brew cleanup sassc`...
- ==> Pouring zlib--1.3.2.sonoma.bottle.tar.gz
- ==> Caveats
- zlib is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/usr/local/opt/zlib/lib"
-   export CPPFLAGS="-I/usr/local/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺  /usr/local/Cellar/zlib/1.3.2: 14 files, 412KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- ==> md5sha1sum
- md5sha1sum is keg-only, which means it was not symlinked into /usr/local,
- because macOS provides FreeBSD md5sum and sha1sum.
- 
- If you need to have md5sha1sum first in your PATH, run:
-   echo 'export PATH="/usr/local/opt/md5sha1sum/bin:$PATH"' >> ~/.profile
- ==> postgresql@18
- This formula has created a default database cluster with:
-   initdb --locale=en_US.UTF-8 -E UTF-8 /usr/local/var/postgresql@18
- 
- When uninstalling, some dead symlinks are left behind so you may want to run:
-   brew cleanup --prune-prefix
- 
- To start postgresql@18 now and restart at login:
-   brew services start postgresql@18
- Or, if you don't want/need a background service you can just run:
-   LC_ALL="en_US.UTF-8" /usr/local/opt/postgresql@18/bin/postgres -D /usr/local/var/postgresql@18
- ==> zlib
- zlib is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/usr/local/opt/zlib/lib"
-   export CPPFLAGS="-I/usr/local/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved calendar.3.0.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camlzip.1.14  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (cached)
-> retrieved conduit.7.0.0, conduit-lwt.7.0.0, conduit-lwt-unix.7.0.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved conf-libssl.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved cryptokit.1.21.1  (cached)
-> installed conf-zlib.1
-> installed conf-gmp.5
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0  (cached)
-> retrieved csv.2.4  (cached)
-> installed conf-libssl.4
-> installed conf-npm.1
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eliom.10.3.1  (https://github.com/ocsigen/eliom/archive/refs/tags/10.3.1.tar.gz)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> retrieved js_of_ocaml.5.7.0, js_of_ocaml-compiler.5.7.0, js_of_ocaml-lwt.5.7.0, js_of_ocaml-ppx.5.7.0, js_of_ocaml-ppx_deriving_json.5.7.0, js_of_ocaml-tyxml.5.7.0  (https://github.com/ocsigen/js_of_ocaml/releases/download/5.7.0/js_of_ocaml-5.7.0.tbz)
-> retrieved js_of_ocaml-ocamlbuild.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt_log.1.1.2  (cached)
-> retrieved lwt_ppx.5.9.1  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved lwt_ssl.1.2.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocsigen-i18n.4.0.0  (cached)
-> retrieved ocsigen-ppx-rpc.1.0  (cached)
-> retrieved ocsigen-start.6.2.0  (https://github.com/ocsigen/ocsigen-start/archive/refs/tags/6.2.0.tar.gz)
-> retrieved ocsigen-toolkit.3.3.4  (https://github.com/ocsigen/ocsigen-toolkit/archive/refs/tags/3.3.4.tar.gz)
-> retrieved ocsigenserver.5.1.2  (https://github.com/ocsigen/ocsigenserver/archive/refs/tags/5.1.2.tar.gz)
-> installed num.1.6
-> retrieved ocsipersist.1.1.0, ocsipersist-lib.1.1.0  (https://github.com/ocsigen/ocsipersist/archive/1.1.0.tar.gz)
-> retrieved ohex.0.2.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pgocaml.4.4.0, pgocaml_ppx.4.4.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved reactiveData.0.3.1  (cached)
-> retrieved resource-pooling.1.2  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved safepass.3.1  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved ssl.0.7.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tyxml.4.4.0  (https://github.com/ocsigen/tyxml/releases/download/4.4.0/tyxml-4.4.0.tbz)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved xml-light.2.5  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed camlzip.1.14
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed dune.3.22.1
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed csexp.1.5.2
-> installed domain-name.0.5.0
-> installed magic-mime.1.3.1
-> installed macaddr.5.6.2
-> installed gen.1.1
-> installed eqaf.0.10
-> installed js_of_ocaml-ocamlbuild.5.0
-> installed csv.2.4
-> installed menhirCST.20260209
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed base64.3.5.2
-> installed ipaddr.5.6.2
-> installed ohex.0.2.0
-> installed menhirLib.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed menhirSdk.20260209
-> installed menhirGLR.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed topkg.1.1.1
-> installed stdlib-shims.0.3.0
-> installed safepass.3.1
-> installed stringext.1.6.0
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.1
-> installed xml-light.2.5
-> installed hmap.0.8.1
-> installed sexplib0.v0.16.0
-> installed rresult.0.7.0
-> installed bigstringaf.0.10.0
-> installed yojson.3.0.0
-> installed fmt.0.11.0
-> installed re.1.14.0
-> installed react.1.2.2
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed cryptokit.1.21.1
-> installed angstrom.0.16.1
-> installed cstruct.6.2.0
-> installed reactiveData.0.3.1
-> installed asn1-combinators.0.3.2
-> installed fpath.0.7.3
-> installed calendar.3.0.0
-> installed hex.1.5.0
-> installed mirage-crypto.2.1.0
-> installed parsexp.v0.16.0
-> installed ssl.0.7.0
-> installed kdf.1.0.0
-> installed uutf.1.0.4
-> installed lwt.5.9.2
-> installed sexplib.v0.16.0
-> installed jsonm.1.0.2
-> installed lwt_ssl.1.2.0
-> installed uri.4.4.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed resource-pooling.1.2
-> installed base.v0.16.4
-> installed tyxml.4.4.0
-> installed stdio.v0.16.0
-> installed menhir.20260209
-> installed ppxlib.0.35.0
-> installed ocsigen-i18n.4.0.0
-> installed ocsigen-ppx-rpc.1.0
-> installed ppx_optcomp.v0.16.0
-> installed lwt_ppx.5.9.1
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.7
-> installed ocsipersist-lib.1.1.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed pgocaml.4.4.0
-> installed cohttp.5.3.1
-> installed pgocaml_ppx.4.4.0
-> installed js_of_ocaml-compiler.5.7.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed conduit.7.0.0
-> installed cohttp-lwt.5.3.0
-> installed mirage-crypto-pk.2.1.0
-> installed conduit-lwt.7.0.0
-> installed bos.0.2.1
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed conduit-lwt-unix.7.0.0
-> installed js_of_ocaml.5.7.0
-> installed js_of_ocaml-ppx.5.7.0
-> installed js_of_ocaml-ppx_deriving_json.5.7.0
-> installed cohttp-lwt-unix.5.3.0
-> installed js_of_ocaml-lwt.5.7.0
-> installed ocsigenserver.5.1.2
-> installed js_of_ocaml-tyxml.5.7.0
-> installed ocsipersist.1.1.0
-> installed eliom.10.3.1
-> installed ocsigen-toolkit.3.3.4
-> installed ocsigen-start.6.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 16:11.21 ---> saved as "7c3565e4bc7c3b64c73185f1ceb05401a09e1dc12e3a9ea4ab329d3582c1eda8"
Job succeeded
2026-04-03 16:11.42: Job succeeded