Build:
  1. 0
2025-12-27 18:29.59: New job: build polymarket.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29133/head (6a5cb918f648bb66f42d72f1726e93704a5ed56d)
                              on macos-homebrew-ocaml-5.4/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/29133/head" && git reset --hard 6a5cb918
git fetch origin master
git merge --no-edit 235b964523a3fb438c9ad050e86b03e07685c4c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
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 polymarket.0.1.0 0.1.0
RUN opam reinstall polymarket.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" != 'polymarket.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 .

2025-12-27 18:29.59: Using cache hint "macos-homebrew-ocaml-5.4-polymarket.0.1.0-6a5cb918f648bb66f42d72f1726e93704a5ed56d"
2025-12-27 18:29.59: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (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 polymarket.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 polymarket.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\" != 'polymarket.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"))
)

2025-12-27 18:29.59: Waiting for resource in pool OCluster
2025-12-27 18:29.59: Waiting for worker…
2025-12-27 18:29.59: Got resource from pool OCluster
Building on i7-worker-02
Updating files:  29% (5542/19101)
Updating files:  30% (5731/19101)
Updating files:  31% (5922/19101)
Updating files:  32% (6113/19101)
Updating files:  33% (6304/19101)
Updating files:  34% (6495/19101)
Updating files:  35% (6686/19101)
Updating files:  36% (6877/19101)
Updating files:  37% (7068/19101)
Updating files:  38% (7259/19101)
Updating files:  39% (7450/19101)
Updating files:  40% (7641/19101)
Updating files:  41% (7832/19101)
Updating files:  42% (8023/19101)
Updating files:  43% (8214/19101)
Updating files:  44% (8405/19101)
Updating files:  45% (8596/19101)
Updating files:  46% (8787/19101)
Updating files:  47% (8978/19101)
Updating files:  48% (9169/19101)
Updating files:  49% (9360/19101)
Updating files:  50% (9551/19101)
Updating files:  51% (9742/19101)
Updating files:  52% (9933/19101)
Updating files:  53% (10124/19101)
Updating files:  54% (10315/19101)
Updating files:  54% (10478/19101)
Updating files:  55% (10506/19101)
Updating files:  56% (10697/19101)
Updating files:  57% (10888/19101)
Updating files:  58% (11079/19101)
Updating files:  59% (11270/19101)
Updating files:  60% (11461/19101)
Updating files:  61% (11652/19101)
Updating files:  62% (11843/19101)
Updating files:  63% (12034/19101)
Updating files:  64% (12225/19101)
Updating files:  65% (12416/19101)
Updating files:  66% (12607/19101)
Updating files:  67% (12798/19101)
Updating files:  68% (12989/19101)
Updating files:  69% (13180/19101)
Updating files:  70% (13371/19101)
Updating files:  71% (13562/19101)
Updating files:  72% (13753/19101)
Updating files:  73% (13944/19101)
Updating files:  74% (14135/19101)
Updating files:  75% (14326/19101)
Updating files:  76% (14517/19101)
Updating files:  77% (14708/19101)
Updating files:  78% (14899/19101)
Updating files:  79% (15090/19101)
Updating files:  80% (15281/19101)
Updating files:  81% (15472/19101)
Updating files:  82% (15663/19101)
Updating files:  83% (15854/19101)
Updating files:  84% (16045/19101)
Updating files:  85% (16236/19101)
Updating files:  85% (16416/19101)
Updating files:  86% (16427/19101)
Updating files:  87% (16618/19101)
Updating files:  88% (16809/19101)
Updating files:  89% (17000/19101)
Updating files:  90% (17191/19101)
Updating files:  91% (17382/19101)
Updating files:  92% (17573/19101)
Updating files:  93% (17764/19101)
Updating files:  94% (17955/19101)
Updating files:  95% (18146/19101)
Updating files:  96% (18337/19101)
Updating files:  97% (18528/19101)
Updating files:  98% (18719/19101)
Updating files:  99% (18910/19101)
Updating files: 100% (19101/19101)
Updating files: 100% (19101/19101), done.
HEAD is now at 0540a61599 Package polymarket.0.1.0
HEAD is now at 235b964523 Merge pull request #29129 from dx3mod/master
Updating 235b964523..6a5cb918f6
Fast-forward
 packages/polymarket/polymarket.0.1.0/opam | 63 +++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)
 create mode 100644 packages/polymarket/polymarket.0.1.0/opam

(from macos-homebrew-ocaml-5.4)
2025-12-27 18:30.26 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-27 18:30.26 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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
2025-12-27 18:30.26 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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       5.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-12-27 18:30.26 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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/"))
2025-12-27 18:30.27 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2025-12-27 18:30.42 ---> saved as "1477fcc682d46b20639f7c73f4b06f73f2ccf1a48ca3af90f6bff809cfc16730"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-27 18:31.04 ---> saved as "4c5d6967d341cb26121631698a0e442f661485a4d983e93ec862ac8c4a20ca09"

/: (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:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#                                                                          

                                                                           0.3%
                                                                           0.7%
                                                                           1.3%
#                                                                          1.8%
#                                                                          2.2%
#                                                                          2.6%
##                                                                         3.0%
- 
##                                                                         3.4%
##                                                                         3.9%
###                                                                        4.4%
###                                                                        4.8%
###                                                                        5.2%
####                                                                       5.6%
####                                                                       6.1%
####                                                                       6.5%
####                                                                       6.9%
#####                                                                      7.4%
#####                                                                      7.8%
- 
#####                                                                      8.2%
######                                                                     8.8%
######                                                                     9.2%
######                                                                     9.6%
#######                                                                   10.0%
#######                                                                   10.5%
#######                                                                   11.0%
########                                                                  11.4%
########                                                                  11.8%
########                                                                  12.3%
#########                                                                 12.7%
- 
#########                                                                 13.1%
#########                                                                 13.5%
##########                                                                14.1%
##########                                                                14.5%
##########                                                                14.9%
###########                                                               15.3%
###########                                                               15.7%
###########                                                               16.1%
############                                                              16.7%
############                                                              17.1%
############                                                              17.5%
- 
############                                                              17.9%
#############                                                             18.3%
#############                                                             18.9%
#############                                                             19.3%
##############                                                            19.7%
##############                                                            20.1%
##############                                                            20.5%
###############                                                           20.9%
###############                                                           21.5%
###############                                                           21.7%
- 
###############                                                           22.0%
################                                                          22.4%
################                                                          23.0%
################                                                          23.3%
#################                                                         23.7%
#################                                                         24.2%
#################                                                         24.7%
##################                                                        25.1%
##################                                                        25.5%
##################                                                        25.9%
##################                                                        26.4%
###################                                                       26.9%
- 
###################                                                       27.3%
###################                                                       27.7%
####################                                                      28.1%
####################                                                      28.5%
####################                                                      29.1%
#####################                                                     29.5%
#####################                                                     30.0%
#####################                                                     30.4%
######################                                                    31.0%
######################                                                    31.4%
- 
######################                                                    31.8%
#######################                                                   32.2%
#######################                                                   32.6%
#######################                                                   33.1%
########################                                                  33.5%
########################                                                  33.9%
########################                                                  34.4%
#########################                                                 34.8%
#########################                                                 35.2%
#########################                                                 35.7%
##########################                                                36.1%
- 
##########################                                                36.5%
##########################                                                37.0%
###########################                                               37.5%
###########################                                               37.9%
###########################                                               38.3%
###########################                                               38.9%
############################                                              39.3%
############################                                              39.7%
############################                                              40.2%
#############################                                             40.6%
- 
#############################                                             41.0%
#############################                                             41.4%
##############################                                            42.0%
##############################                                            42.4%
##############################                                            42.8%
###############################                                           43.2%
###############################                                           43.6%
###############################                                           44.1%
################################                                          44.6%
################################                                          45.0%
################################                                          45.4%
- 
################################                                          45.8%
#################################                                         46.3%
#################################                                         46.8%
#################################                                         47.2%
##################################                                        47.6%
##################################                                        48.0%
##################################                                        48.4%
###################################                                       48.9%
###################################                                       49.3%
###################################                                       49.7%
####################################                                      50.1%
- 
####################################                                      50.5%
####################################                                      51.0%
#####################################                                     51.5%
#####################################                                     51.9%
#####################################                                     52.3%
#####################################                                     52.7%
######################################                                    53.3%
######################################                                    53.7%
######################################                                    54.1%
#######################################                                   54.5%
#######################################                                   54.9%
- 
#######################################                                   55.5%
########################################                                  55.9%
########################################                                  56.3%
########################################                                  56.7%
#########################################                                 57.2%
#########################################                                 57.6%
#########################################                                 58.0%
##########################################                                58.5%
##########################################                                58.9%
##########################################                                59.3%
###########################################                               59.8%
- 
###########################################                               60.2%
###########################################                               60.6%
###########################################                               61.0%
############################################                              61.4%
############################################                              62.0%
############################################                              62.4%
#############################################                             62.9%
#############################################                             63.4%
#############################################                             63.8%
##############################################                            64.2%
- 
##############################################                            64.6%
##############################################                            65.1%
###############################################                           65.5%
###############################################                           65.9%
###############################################                           66.3%
################################################                          66.9%
################################################                          67.3%
################################################                          67.8%
#################################################                         68.8%
##################################################                        69.6%
##################################################                        70.4%
###################################################                       71.4%
- 
###################################################                       72.2%
####################################################                      73.0%
#####################################################                     74.0%
#####################################################                     74.8%
######################################################                    75.6%
#######################################################                   76.4%
#######################################################                   77.4%
########################################################                  78.2%
########################################################                  79.1%
#########################################################                 80.0%
##########################################################                80.8%
- 
##########################################################                81.6%
###########################################################               82.5%
############################################################              83.3%
############################################################              84.2%
#############################################################             85.1%
#############################################################             86.0%
##############################################################            86.7%
###############################################################           87.6%
###############################################################           88.5%
################################################################          89.4%
################################################################          90.2%
- 
#################################################################         91.0%
##################################################################        91.8%
##################################################################        92.7%
###################################################################       93.6%
###################################################################       94.4%
####################################################################      95.2%
#####################################################################     96.2%
#####################################################################     97.0%
######################################################################    97.8%
#######################################################################   98.7%
#######################################################################   99.6%
- 
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.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.
2025-12-27 18:31.53 ---> saved as "0ea00bb32e3deb5f9a02998a5742063aec2be9513891539ca2ba7cd424340892"

/: (run (shell "opam pin add -k version -yn polymarket.0.1.0 0.1.0"))
polymarket is now pinned to version 0.1.0
2025-12-27 18:31.55 ---> saved as "b5107f20b37df6273595891ae14f64d4166d751d2f84c38e9d078168a6decf84"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall polymarket.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\" != 'polymarket.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"))
polymarket.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 80 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 bos]
  - install base                    v0.17.3        [required by ppx_yojson_conv]
  - install base-bytes              base           [required by bigstring]
  - install base64                  3.5.2          [required by polymarket]
  - install bigstring               0.3            [required by secp256k1-internal]
  - install bigstringaf             0.10.0         [required by eio]
  - install bos                     0.2.1          [required by ca-certs]
  - install ca-certs                1.0.1          [required by polymarket]
  - install cohttp                  6.2.1          [required by cohttp-eio]
  - install cohttp-eio              6.2.1          [required by polymarket]
  - install conf-gmp                5              [required by secp256k1-internal]
  - install conf-gmp-powm-sec       4              [required by mirage-crypto-pk]
  - install conf-pkg-config         4              [required by secp256k1-internal]
  - install cppo                    1.8.0          [required by ppx_deriving]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install cstruct                 6.2.0          [required by hex, secp256k1-internal]
  - install digestif                1.3.0          [required by polymarket]
  - install domain-local-await      1.0.1          [required by eio]
  - install domain-name             0.5.0          [required by x509, tls]
  - install dune                    3.20.2         [required by polymarket]
  - install dune-configurator       3.20.2         [required by secp256k1-internal]
  - install duration                0.2.1          [required by mirage-crypto-rng]
  - install eio                     1.3            [required by cohttp-eio, tls-eio]
  - install eio_main                1.3            [required by polymarket]
  - install eio_posix               1.3            [required by eio_main]
  - install eqaf                    0.10           [required by digestif, mirage-crypto]
  - install fmt                     0.11.0         [required by polymarket]
  - install fpath                   0.7.3          [required by ca-certs]
  - install gmap                    0.3.0          [required by x509]
  - install hex                     1.5.0          [required by polymarket]
  - install hmap                    0.8.1          [required by eio]
  - install http                    6.2.1          [required by cohttp-eio]
  - install iomux                   0.4            [required by eio_posix]
  - install ipaddr                  5.6.1          [required by cohttp-eio]
  - install kdf                     1.0.0          [required by x509, tls]
  - install logs                    0.10.0         [required by polymarket]
  - install lwt-dllist              1.1.0          [required by eio]
  - install macaddr                 5.6.1          [required by ipaddr]
  - install mirage-crypto           2.0.2          [required by ca-certs]
  - install mirage-crypto-ec        2.0.2          [required by x509, tls]
  - install mirage-crypto-pk        2.0.2          [required by x509, tls]
  - install mirage-crypto-rng       2.0.2          [required by polymarket]
  - install mtime                   2.1.0          [required by eio]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims      1.0.0          [required by angstrom]
  - install ocaml_intrinsics_kernel v0.17.1        [required by base]
  - install ocamlbuild              0.16.1         [required by bos, ptime]
  - install ocamlfind               1.9.8          [required by ppx_deriving]
  - install octavius                1.2.2          [required by ppx_js_style]
  - install ohex                    0.2.0          [required by ca-certs]
  - install optint                  0.3.0          [required by eio]
  - install polymarket              0.1.0 (pinned)
  - install ppx_derivers            1.2.1          [required by ppx_deriving]
  - install ppx_deriving            6.1.1          [required by polymarket]
  - install ppx_js_style            v0.17.1        [required by ppx_yojson_conv]
  - install ppx_sexp_conv           v0.17.1        [required by cohttp]
  - install ppx_yojson_conv         v0.17.1        [required by polymarket]
  - install ppx_yojson_conv_lib     v0.17.0        [required by ppx_yojson_conv]
  - install ppxlib                  0.37.0         [required by ppx_deriving, ppx_yojson_conv]
  - install ppxlib_jane             v0.17.4        [required by ppx_sexp_conv]
  - install psq                     0.2.1          [required by eio]
  - install ptime                   1.2.0          [required by polymarket]
  - install re                      1.14.0         [required by cohttp]
  - install rresult                 0.7.0          [required by bos]
  - install secp256k1-internal      0.4.0          [required by polymarket]
  - install seq                     base           [required by psq]
  - install sexplib0                v0.17.0        [required by cohttp]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install stringext               1.6.0          [required by cohttp]
  - install thread-table            1.0.0          [required by domain-local-await]
  - install tls                     2.0.3          [required by tls-eio]
  - install tls-eio                 2.0.3          [required by polymarket]
  - install topkg                   1.1.1          [required by bos, ptime]
  - install uri                     4.4.0          [required by polymarket]
  - install uri-sexp                4.4.0          [required by cohttp]
  - install x509                    1.0.6          [required by ca-certs]
  - install yojson                  3.0.0          [required by polymarket]
  - install zarith                  1.14           [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    gmp pkgconf

<><> 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" "pkgconf"
- ==> Fetching downloads for: gmp and pkgconf
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> 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`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstring.0.3  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved cohttp.6.2.1, cohttp-eio.6.2.1, http.6.2.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.5
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.4  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved polymarket.0.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_js_style.v0.17.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_yojson_conv.v0.17.1  (cached)
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved secp256k1-internal.0.4.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tls.2.0.3, tls-eio.2.0.3  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed bigstring.0.3
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed macaddr.5.6.1
-> installed lwt-dllist.1.1.0
-> installed http.6.2.1
-> installed gmap.0.3.0
-> installed eqaf.0.10
-> installed duration.0.2.1
-> installed domain-name.0.5.0
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed asn1-combinators.0.3.2
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed hex.1.5.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed optint.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed psq.0.2.1
-> installed ipaddr.5.6.1
-> installed octavius.1.2.2
-> installed thread-table.1.0.0
-> installed digestif.1.3.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.20.2
-> installed domain-local-await.1.0.1
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed bigstringaf.0.10.0
-> installed iomux.0.4
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.0.2
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.0.2
-> installed eio.1.3
-> installed mirage-crypto-pk.2.0.2
-> installed secp256k1-internal.0.4.0
-> installed uri.4.4.0
-> installed eio_posix.1.3
-> installed eio_main.1.3
-> installed mirage-crypto-ec.2.0.2
-> installed base.v0.17.3
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed tls.2.0.3
-> installed tls-eio.2.0.3
-> installed ppxlib.0.37.0
-> installed ppx_js_style.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.1
-> installed ppx_yojson_conv.v0.17.1
-> installed ppx_sexp_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed cohttp.6.2.1
-> installed cohttp-eio.6.2.1
-> installed polymarket.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-27 18:34.21 ---> saved as "4ded91d7667660e9a6d674851fffa1a9f7f7b116249893033ec9dd749b160020"
Job succeeded
2025-12-27 18:34.40: Job succeeded