(not at the head of any monitored branch or PR)
2026-04-08 03:59.26: New job: test stdcompat.18, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29667/head (3ff349ae2cd8702ef7a5124f6b5cdbaaf3350d51)
                              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/29667/head" && git reset --hard 3ff349ae
git fetch origin master
git merge --no-edit 67472cd54293d750a62d6d4423024d55f77268b0
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 stdcompat.18 18
RUN opam reinstall stdcompat.18; \
    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" != 'stdcompat.18' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test stdcompat.18) || true
RUN opam reinstall --with-test --verbose stdcompat.18; \
    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" != 'stdcompat.18' && 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-08 03:59.26: Using cache hint "macos-homebrew-ocaml-4.14-stdcompat.18-3ff349ae2cd8702ef7a5124f6b5cdbaaf3350d51"
2026-04-08 03:59.26: 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 stdcompat.18 18"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall stdcompat.18;\
             \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\" != 'stdcompat.18' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test stdcompat.18) || true"))
 (run (shell  "opam reinstall --with-test --verbose stdcompat.18;\
             \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\" != 'stdcompat.18' && 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-08 03:59.26: Waiting for resource in pool OCluster
2026-04-08 03:59.30: Waiting for worker…
2026-04-08 04:36.56: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  34% (6482/18636)
Updating files:  35% (6523/18636)
Updating files:  36% (6709/18636)
Updating files:  37% (6896/18636)
Updating files:  38% (7082/18636)
Updating files:  39% (7269/18636)
Updating files:  40% (7455/18636)
Updating files:  41% (7641/18636)
Updating files:  42% (7828/18636)
Updating files:  43% (8014/18636)
Updating files:  44% (8200/18636)
Updating files:  45% (8387/18636)
Updating files:  46% (8573/18636)
Updating files:  47% (8759/18636)
Updating files:  48% (8946/18636)
Updating files:  49% (9132/18636)
Updating files:  50% (9318/18636)
Updating files:  51% (9505/18636)
Updating files:  52% (9691/18636)
Updating files:  53% (9878/18636)
Updating files:  54% (10064/18636)
Updating files:  55% (10250/18636)
Updating files:  56% (10437/18636)
Updating files:  57% (10623/18636)
Updating files:  58% (10809/18636)
Updating files:  59% (10996/18636)
Updating files:  60% (11182/18636)
Updating files:  60% (11355/18636)
Updating files:  61% (11368/18636)
Updating files:  62% (11555/18636)
Updating files:  63% (11741/18636)
Updating files:  64% (11928/18636)
Updating files:  65% (12114/18636)
Updating files:  66% (12300/18636)
Updating files:  67% (12487/18636)
Updating files:  68% (12673/18636)
Updating files:  69% (12859/18636)
Updating files:  70% (13046/18636)
Updating files:  71% (13232/18636)
Updating files:  72% (13418/18636)
Updating files:  73% (13605/18636)
Updating files:  74% (13791/18636)
Updating files:  75% (13977/18636)
Updating files:  76% (14164/18636)
Updating files:  77% (14350/18636)
Updating files:  78% (14537/18636)
Updating files:  79% (14723/18636)
Updating files:  80% (14909/18636)
Updating files:  81% (15096/18636)
Updating files:  82% (15282/18636)
Updating files:  83% (15468/18636)
Updating files:  84% (15655/18636)
Updating files:  85% (15841/18636)
Updating files:  86% (16027/18636)
Updating files:  87% (16214/18636)
Updating files:  88% (16400/18636)
Updating files:  89% (16587/18636)
Updating files:  90% (16773/18636)
Updating files:  90% (16776/18636)
Updating files:  91% (16959/18636)
Updating files:  92% (17146/18636)
Updating files:  93% (17332/18636)
Updating files:  94% (17518/18636)
Updating files:  95% (17705/18636)
Updating files:  96% (17891/18636)
Updating files:  97% (18077/18636)
Updating files:  98% (18264/18636)
Updating files:  99% (18450/18636)
Updating files: 100% (18636/18636)
Updating files: 100% (18636/18636), done.
HEAD is now at 67472cd542 Merge pull request #29652 from RyanGibb/master
Updating 67472cd542..3ff349ae2c
Fast-forward
 packages/stdcompat/stdcompat.0/opam    | 2 +-
 packages/stdcompat/stdcompat.1/opam    | 2 +-
 packages/stdcompat/stdcompat.15/opam   | 2 +-
 packages/stdcompat/stdcompat.16/opam   | 2 +-
 packages/stdcompat/stdcompat.17/opam   | 2 +-
 packages/stdcompat/stdcompat.18/opam   | 2 +-
 packages/stdcompat/stdcompat.19/opam   | 2 +-
 packages/stdcompat/stdcompat.20.0/opam | 2 +-
 packages/stdcompat/stdcompat.20.1/opam | 2 +-
 packages/stdcompat/stdcompat.21.0/opam | 2 +-
 packages/stdcompat/stdcompat.21.1/opam | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

(from macos-homebrew-ocaml-4.14)
2026-04-08 04:37.02 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

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

/: (copy (src .) (dst opam-repository/))
2026-04-08 04:37.06 ---> using "21448fd7f7faf1468b2ae2f23d1a9f2a293e4c34cadda0a70b02f58a90f7aa49" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-08 04:37.06 ---> using "9817d5be13ba85b5f55370c956a9480eff6c614fc7fd4f60b3474eaa8c884ff3" 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.1%
                                                                           0.4%
                                                                           0.8%
                                                                           1.1%
#                                                                          1.5%
- 
#                                                                          1.7%
#                                                                          2.1%
#                                                                          2.5%
#                                                                          2.6%
##                                                                         2.9%
##                                                                         3.1%
##                                                                         3.3%
##                                                                         3.5%
##                                                                         3.7%
##                                                                         3.9%
###                                                                        4.2%
- 
###                                                                        4.3%
###                                                                        4.6%
###                                                                        4.7%
###                                                                        5.0%
###                                                                        5.3%
###                                                                        5.4%
####                                                                       5.7%
####                                                                       5.8%
####                                                                       6.1%
####                                                                       6.3%
####                                                                       6.6%
- 
#####                                                                      7.1%
#####                                                                      7.5%
#####                                                                      7.9%
#####                                                                      8.3%
######                                                                     8.7%
######                                                                     9.2%
######                                                                     9.6%
#######                                                                   10.0%
#######                                                                   10.4%
#######                                                                   10.8%
########                                                                  11.2%
- 
########                                                                  11.7%
########                                                                  12.0%
########                                                                  12.2%
#########                                                                 12.5%
#########                                                                 12.6%
#########                                                                 12.9%
#########                                                                 13.0%
#########                                                                 13.3%
#########                                                                 13.4%
#########                                                                 13.7%
##########                                                                14.0%
- 
##########                                                                14.1%
##########                                                                14.4%
##########                                                                14.6%
##########                                                                14.9%
##########                                                                15.0%
###########                                                               15.3%
###########                                                               15.4%
###########                                                               15.7%
###########                                                               16.0%
###########                                                               16.1%
###########                                                               16.3%
- 
###########                                                               16.6%
############                                                              16.9%
############                                                              17.0%
############                                                              17.3%
############                                                              17.4%
############                                                              17.7%
############                                                              17.8%
#############                                                             18.1%
#############                                                             18.2%
#############                                                             18.5%
#############                                                             18.8%
- 
#############                                                             18.9%
#############                                                             19.2%
#############                                                             19.4%
##############                                                            19.6%
##############                                                            19.8%
##############                                                            20.1%
##############                                                            20.2%
##############                                                            20.5%
##############                                                            20.6%
###############                                                           20.9%
- 
###############                                                           21.1%
###############                                                           21.3%
###############                                                           21.5%
###############                                                           21.8%
###############                                                           21.9%
###############                                                           22.2%
################                                                          22.3%
################                                                          22.6%
################                                                          22.9%
################                                                          23.0%
################                                                          23.2%
- 
################                                                          23.5%
#################                                                         23.6%
#################                                                         23.9%
#################                                                         24.2%
#################                                                         24.3%
#################                                                         24.6%
#################                                                         24.8%
#################                                                         25.0%
##################                                                        25.2%
##################                                                        25.5%
- 
##################                                                        25.6%
##################                                                        25.9%
##################                                                        26.0%
##################                                                        26.3%
###################                                                       26.6%
###################                                                       26.7%
###################                                                       27.0%
###################                                                       27.2%
###################                                                       27.4%
###################                                                       27.6%
####################                                                      27.9%
- 
####################                                                      28.1%
####################                                                      28.3%
####################                                                      28.5%
####################                                                      28.7%
####################                                                      28.9%
####################                                                      29.1%
#####################                                                     29.3%
#####################                                                     29.6%
#####################                                                     29.7%
#####################                                                     30.0%
#####################                                                     30.2%
- 
#####################                                                     30.4%
######################                                                    30.6%
######################                                                    30.8%
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.4%
######################                                                    31.7%
######################                                                    31.8%
#######################                                                   32.1%
#######################                                                   32.4%
#######################                                                   32.6%
- 
#######################                                                   32.7%
#######################                                                   33.0%
#######################                                                   33.3%
########################                                                  33.4%
########################                                                  33.7%
########################                                                  33.8%
########################                                                  34.1%
########################                                                  34.3%
########################                                                  34.5%
#########################                                                 34.8%
#########################                                                 34.9%
- 
#########################                                                 35.2%
#########################                                                 35.3%
#########################                                                 35.6%
#########################                                                 35.8%
#########################                                                 36.0%
##########################                                                36.2%
##########################                                                36.5%
##########################                                                36.6%
##########################                                                36.9%
##########################                                                37.0%
##########################                                                37.3%
- 
###########################                                               37.6%
###########################                                               37.7%
###########################                                               38.0%
###########################                                               38.2%
###########################                                               38.4%
###########################                                               38.6%
###########################                                               38.8%
############################                                              39.0%
############################                                              39.2%
############################                                              39.5%
- 
############################                                              39.6%
############################                                              39.9%
############################                                              40.0%
#############################                                             40.3%
#############################                                             40.6%
#############################                                             40.7%
#############################                                             41.0%
#############################                                             41.1%
#############################                                             41.4%
#############################                                             41.6%
##############################                                            41.8%
- 
##############################                                            42.0%
##############################                                            42.3%
##############################                                            42.4%
##############################                                            42.7%
##############################                                            43.0%
###############################                                           43.2%
###############################                                           43.5%
###############################                                           43.8%
###############################                                           44.0%
###############################                                           44.4%
- 
################################                                          44.7%
################################                                          44.9%
################################                                          45.2%
################################                                          45.5%
#################################                                         45.9%
#################################                                         46.1%
#################################                                         46.4%
#################################                                         46.7%
#################################                                         46.9%
#################################                                         47.2%
##################################                                        47.6%
- 
##################################                                        47.9%
##################################                                        48.1%
##################################                                        48.4%
###################################                                       48.7%
###################################                                       49.0%
###################################                                       49.3%
###################################                                       49.5%
###################################                                       49.8%
####################################                                      50.2%
####################################                                      50.5%
####################################                                      50.9%
- 
####################################                                      51.3%
#####################################                                     51.5%
#####################################                                     51.8%
#####################################                                     52.1%
#####################################                                     52.3%
#####################################                                     52.6%
######################################                                    53.0%
######################################                                    53.3%
######################################                                    53.5%
######################################                                    53.8%
######################################                                    54.1%
- 
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.5%
########################################                                  55.8%
########################################                                  56.2%
########################################                                  56.4%
########################################                                  56.7%
#########################################                                 57.0%
- 
#########################################                                 57.2%
#########################################                                 57.5%
#########################################                                 57.8%
#########################################                                 58.0%
#########################################                                 58.3%
##########################################                                58.7%
##########################################                                59.0%
##########################################                                59.2%
##########################################                                59.5%
###########################################                               59.8%
###########################################                               60.1%
- 
###########################################                               60.4%
###########################################                               60.6%
###########################################                               60.9%
############################################                              61.3%
############################################                              61.6%
############################################                              61.8%
############################################                              62.1%
############################################                              62.4%
#############################################                             62.6%
#############################################                             62.9%
#############################################                             63.3%
- 
#############################################                             63.6%
#############################################                             63.8%
##############################################                            64.1%
##############################################                            64.4%
##############################################                            64.7%
##############################################                            65.0%
###############################################                           65.7%
###############################################                           66.5%
################################################                          67.3%
#################################################                         68.2%
#################################################                         69.0%
- 
##################################################                        69.8%
##################################################                        70.8%
###################################################                       71.6%
####################################################                      72.4%
####################################################                      73.2%
#####################################################                     73.9%
#####################################################                     74.3%
#####################################################                     74.5%
#####################################################                     74.8%
######################################################                    75.1%
######################################################                    75.3%
- 
######################################################                    75.7%
######################################################                    76.0%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.8%
#######################################################                   77.2%
#######################################################                   77.4%
#######################################################                   77.7%
########################################################                  78.0%
########################################################                  78.2%
- 
########################################################                  78.5%
########################################################                  78.8%
########################################################                  79.0%
#########################################################                 79.4%
#########################################################                 79.7%
#########################################################                 80.0%
#########################################################                 80.2%
##########################################################                80.6%
##########################################################                80.8%
##########################################################                81.1%
##########################################################                81.4%
- 
##########################################################                81.6%
##########################################################                81.9%
###########################################################               82.2%
###########################################################               82.6%
###########################################################               82.8%
###########################################################               83.1%
############################################################              83.4%
############################################################              83.6%
############################################################              83.9%
############################################################              84.3%
############################################################              84.6%
- 
#############################################################             84.8%
#############################################################             85.1%
#############################################################             85.3%
#############################################################             85.6%
#############################################################             86.0%
##############################################################            86.3%
##############################################################            86.5%
##############################################################            86.8%
##############################################################            87.1%
##############################################################            87.4%
- 
###############################################################           87.6%
###############################################################           88.0%
###############################################################           88.3%
###############################################################           88.6%
###############################################################           88.8%
################################################################          89.1%
################################################################          89.3%
################################################################          89.7%
################################################################          90.0%
#################################################################         90.3%
#################################################################         90.5%
- 
#################################################################         90.8%
#################################################################         91.1%
#################################################################         91.5%
##################################################################        91.7%
##################################################################        92.0%
##################################################################        92.2%
##################################################################        92.6%
##################################################################        92.9%
###################################################################       93.2%
###################################################################       93.4%
###################################################################       93.7%
- 
###################################################################       94.1%
###################################################################       94.4%
####################################################################      94.6%
####################################################################      94.9%
####################################################################      95.2%
####################################################################      95.4%
####################################################################      95.7%
#####################################################################     96.0%
#####################################################################     96.4%
#####################################################################     96.6%
#####################################################################     96.9%
- 
#####################################################################     97.1%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    98.0%
######################################################################    98.3%
######################################################################    98.6%
#######################################################################   98.8%
#######################################################################   99.1%
#######################################################################   99.5%
#######################################################################   99.8%
######################################################################## 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-08 04:37.06 ---> using "ab756abaaa5fd2aec988218a2084666c619b3fd4a880cd126a9123817b6e6bbe" from cache

/: (run (shell "opam pin add -k version -yn stdcompat.18 18"))
stdcompat is now pinned to version 18
2026-04-08 04:37.07 ---> using "3cdfbd2830d7b5548842e6e905c999810d2edf6540f8dfc19225afac136f44e9" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall stdcompat.18;\
               \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\" != 'stdcompat.18' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
stdcompat.18 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
  - install conf-autoconf 0.2         [required by stdcompat]
  - install conf-automake 1           [required by stdcompat]
  - install stdcompat     18 (pinned)

The following system packages will first need to be installed:
    autoconf automake

<><> 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" "autoconf" "automake"
- ==> Fetching downloads for: autoconf and automake
- ✔︎ Bottle Manifest automake (1.18.1)
- ✔︎ Bottle Manifest automake (1.18.1)
- ✔︎ Bottle Manifest autoconf (2.73)
- ✔︎ Bottle Manifest m4 (1.4.21)
- ✔︎ Bottle m4 (1.4.21)
- ✔︎ Bottle automake (1.18.1)
- ✔︎ Bottle autoconf (2.73)
- ==> Installing autoconf dependency: m4
- ==> Pouring m4--1.4.21.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/m4/1.4.21: 14 files, 787.2KB
- ==> Pouring autoconf--2.73.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/autoconf/2.73: 73 files, 3.8MB
- ==> Running `brew cleanup autoconf`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- Removing: /Users/mac1000/Library/Caches/Homebrew/autoconf_bottle_manifest--2.72-1... (19.7KB)
- Removing: /Users/mac1000/Library/Caches/Homebrew/autoconf--2.72... (1MB)
- ==> Pouring automake--1.18.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/automake/1.18.1: 134 files, 3.9MB
- ==> Running `brew cleanup automake`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-autoconf.0.2
-> installed conf-automake.1
-> retrieved stdcompat.18  (https://github.com/thierry-martinez/stdcompat/releases/download/v18/stdcompat-18.tar.gz)
-> installed stdcompat.18
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 04:37.07 ---> using "0ac0831fc20db08aebb44076a2f28c1cf55ecf1c275add594ad85f8c6298ca9d" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test stdcompat.18) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile stdcompat 18 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   stdcompat.18
-> installed stdcompat.18
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 04:37.40 ---> saved as "8dd15cd75871cb472d51b235dbf84eabdea48f205f07176429c49018eb6c8d40"

/: (run (shell  "opam reinstall --with-test --verbose stdcompat.18;\
               \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\" != 'stdcompat.18' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile stdcompat 18 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [stdcompat: ./configure]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix=/Users/mac1000/.opam/4.14.2" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/stdcompat.18)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... ./install-sh -c -d
- checking for gawk... no
- checking for mawk... no
- checking for nawk... no
- checking for awk... awk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for ocaml... ocaml
- checking for ocamlc.opt... ocamlc.opt
- checking OCaml version... 4.14.2
- checking for ocamlfind... no
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmklib.opt... ocamlmklib.opt
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... none
- checking how to run the C preprocessor... 
- gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... 
- yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking OCaml target OS type... Unix
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating META
- config.status: creating Makefile
- config.status: creating stdcompat__hashtbl_ext.mli
- config.status: creating stdcompat__hashtbl_ext.ml
- config.status: creating stdcompat__init.mli
- config.status: creating stdcompat__init.ml
- config.status: creating stdcompat__root.mli
- config.status: creating stdcompat__root.ml
- config.status: creating stdcompat__tools.mli
- config.status: creating stdcompat__tools.ml
- config.status: creating stdcompat__native.ml_byte
- config.status: creating stdcompat__native.ml_native
- config.status: creating stdcompat_tests.ml
- config.status: creating stdcompat.h
- config.status: creating stdcompat__stubs.c
- config.status: creating stdcompat__pervasives_s.mli
- config.status: creating stdcompat__arg_s.mli
- config.status: creating stdcompat__array_s.mli
- config.status: creating stdcompat__arrayLabels_s.mli
- config.status: creating stdcompat__atomic_s.mli
- config.status: creating stdcompat__bool_s.mli
- config.status: creating stdcompat__buffer_s.mli
- config.status: creating stdcompat__bytes_s.mli
- config.status: creating stdcompat__bytesLabels_s.mli
- config.status: creating stdcompat__char_s.mli
- config.status: creating stdcompat__digest_s.mli
- config.status: creating stdcompat__either_s.mli
- config.status: creating stdcompat__ephemeron_s.mli
- config.status: creating stdcompat__filename_s.mli
- config.status: creating stdcompat__float_s.mli
- config.status: creating stdcompat__format_s.mli
- config.status: creating stdcompat__fun_s.mli
- config.status: creating stdcompat__hashtbl_s.mli
- config.status: creating stdcompat__in_channel_s.mli
- config.status: creating stdcompat__int_s.mli
- config.status: creating stdcompat__int32_s.mli
- config.status: creating stdcompat__int64_s.mli
- config.status: creating stdcompat__lazy_s.mli
- config.status: creating stdcompat__lexing_s.mli
- config.status: creating stdcompat__list_s.mli
- config.status: creating stdcompat__listLabels_s.mli
- config.status: creating stdcompat__map_s.mli
- config.status: creating stdcompat__moreLabels_s.mli
- config.status: creating stdcompat__nativeint_s.mli
- config.status: creating stdcompat__option_s.mli
- config.status: creating stdcompat__out_channel_s.mli
- config.status: creating stdcompat__printexc_s.mli
- config.status: creating stdcompat__printf_s.mli
- config.status: creating stdcompat__queue_s.mli
- config.status: creating stdcompat__random_s.mli
- config.status: creating stdcompat__result_s.mli
- config.status: creating stdcompat__seq_s.mli
- config.status: creating stdcompat__set_s.mli
- config.status: creating stdcompat__stack_s.mli
- config.status: creating stdcompat__stream_s.mli
- config.status: creating stdcompat__string_s.mli
- config.status: creating stdcompat__stringLabels_s.mli
- config.status: creating stdcompat__sys_s.mli
- config.status: creating stdcompat__uchar_s.mli
- config.status: creating stdcompat__weak_s.mli
- config.status: creating stdcompat__unit_s.mli
- config.status: creating stdcompat__stdlib_s.mli
- config.status: creating stdcompat__pervasives_s.ml
- config.status: creating stdcompat__arg_s.ml
- config.status: creating stdcompat__array_s.ml
- config.status: creating stdcompat__arrayLabels_s.ml
- config.status: creating stdcompat__atomic_s.ml
- config.status: creating stdcompat__bool_s.ml
- config.status: creating stdcompat__buffer_s.ml
- config.status: creating stdcompat__bytes_s.ml
- config.status: creating stdcompat__bytesLabels_s.ml
- config.status: creating stdcompat__char_s.ml
- config.status: creating stdcompat__digest_s.ml
- config.status: creating stdcompat__either_s.ml
- config.status: creating stdcompat__ephemeron_s.ml
- config.status: creating stdcompat__filename_s.ml
- config.status: creating stdcompat__float_s.ml
- config.status: creating stdcompat__format_s.ml
- config.status: creating stdcompat__fun_s.ml
- config.status: creating stdcompat__hashtbl_s.ml
- config.status: creating stdcompat__int_s.ml
- config.status: creating stdcompat__int32_s.ml
- config.status: creating stdcompat__int64_s.ml
- config.status: creating stdcompat__lazy_s.ml
- config.status: creating stdcompat__lexing_s.ml
- config.status: creating stdcompat__list_s.ml
- config.status: creating stdcompat__listLabels_s.ml
- config.status: creating stdcompat__map_s.ml
- config.status: creating stdcompat__moreLabels_s.ml
- config.status: creating stdcompat__nativeint_s.ml
- config.status: creating stdcompat__option_s.ml
- config.status: creating stdcompat__printexc_s.ml
- config.status: creating stdcompat__printf_s.ml
- config.status: creating stdcompat__queue_s.ml
- config.status: creating stdcompat__random_s.ml
- config.status: creating stdcompat__result_s.ml
- config.status: creating stdcompat__seq_s.ml
- config.status: creating stdcompat__set_s.ml
- config.status: creating stdcompat__stack_s.ml
- config.status: creating stdcompat__stdlib_s.ml
- config.status: creating stdcompat__stream_s.ml
- config.status: creating stdcompat__string_s.ml
- config.status: creating stdcompat__stringLabels_s.ml
- config.status: creating stdcompat__sys_s.ml
- config.status: creating stdcompat__uchar_s.ml
- config.status: creating stdcompat__weak_s.ml
- config.status: creating stdcompat__in_channel_s.ml
- config.status: creating stdcompat__out_channel_s.ml
- config.status: creating stdcompat__unit_s.ml
- config.status: creating stdcompat__pervasives.ml
- config.status: creating stdcompat__arg.ml
- config.status: creating stdcompat__array.ml
- config.status: creating stdcompat__arrayLabels.ml
- config.status: creating stdcompat__atomic.ml
- config.status: creating stdcompat__bool.ml
- config.status: creating stdcompat__buffer.ml
- config.status: creating stdcompat__bytes.ml
- config.status: creating stdcompat__bytesLabels.ml
- config.status: creating stdcompat__char.ml
- config.status: creating stdcompat__digest.ml
- config.status: creating stdcompat__either.ml
- config.status: creating stdcompat__ephemeron.ml
- config.status: creating stdcompat__filename.ml
- config.status: creating stdcompat__float.ml
- config.status: creating stdcompat__format.ml
- config.status: creating stdcompat__fun.ml
- config.status: creating stdcompat__hashtbl.ml
- config.status: creating stdcompat__int.ml
- config.status: creating stdcompat__int32.ml
- config.status: creating stdcompat__int64.ml
- config.status: creating stdcompat__lazy.ml
- config.status: creating stdcompat__lexing.ml
- config.status: creating stdcompat__list.ml
- config.status: creating stdcompat__listLabels.ml
- config.status: creating stdcompat__map.ml
- config.status: creating stdcompat__moreLabels.ml
- config.status: creating stdcompat__nativeint.ml
- config.status: creating stdcompat__option.ml
- config.status: creating stdcompat__printexc.ml
- config.status: creating stdcompat__printf.ml
- config.status: creating stdcompat__queue.ml
- config.status: creating stdcompat__random.ml
- config.status: creating stdcompat__result.ml
- config.status: creating stdcompat__seq.ml
- config.status: creating stdcompat__set.ml
- config.status: creating stdcompat__stack.ml
- config.status: creating stdcompat__stdlib.ml
- config.status: creating stdcompat__stream.ml
- config.status: creating stdcompat__string.ml
- config.status: creating stdcompat__stringLabels.ml
- config.status: creating stdcompat__sys.ml
- config.status: creating stdcompat__uchar.ml
- config.status: creating stdcompat__weak.ml
- config.status: creating stdcompat__in_channel.ml
- config.status: creating stdcompat__out_channel.ml
- config.status: creating stdcompat__unit.ml
- config.status: creating stdcompat__pervasives.mli
- config.status: creating stdcompat__arg.mli
- config.status: creating stdcompat__array.mli
- config.status: creating stdcompat__arrayLabels.mli
- config.status: creating stdcompat__atomic.mli
- config.status: creating stdcompat__bool.mli
- config.status: creating stdcompat__buffer.mli
- config.status: creating stdcompat__bytes.mli
- config.status: creating stdcompat__bytesLabels.mli
- config.status: creating stdcompat__char.mli
- config.status: creating stdcompat__digest.mli
- config.status: creating stdcompat__either.mli
- config.status: creating stdcompat__ephemeron.mli
- config.status: creating stdcompat__filename.mli
- config.status: creating stdcompat__float.mli
- config.status: creating stdcompat__format.mli
- config.status: creating stdcompat__fun.mli
- config.status: creating stdcompat__hashtbl.mli
- config.status: creating stdcompat__int.mli
- config.status: creating stdcompat__int32.mli
- config.status: creating stdcompat__int64.mli
- config.status: creating stdcompat__lazy.mli
- config.status: creating stdcompat__lexing.mli
- config.status: creating stdcompat__list.mli
- config.status: creating stdcompat__listLabels.mli
- config.status: creating stdcompat__map.mli
- config.status: creating stdcompat__moreLabels.mli
- config.status: creating stdcompat__nativeint.mli
- config.status: creating stdcompat__option.mli
- config.status: creating stdcompat__printexc.mli
- config.status: creating stdcompat__printf.mli
- config.status: creating stdcompat__queue.mli
- config.status: creating stdcompat__random.mli
- config.status: creating stdcompat__result.mli
- config.status: creating stdcompat__seq.mli
- config.status: creating stdcompat__set.mli
- config.status: creating stdcompat__stack.mli
- config.status: creating stdcompat__stdlib.mli
- config.status: creating stdcompat__stream.mli
- config.status: creating stdcompat__string.mli
- config.status: creating stdcompat__stringLabels.mli
- config.status: creating stdcompat__sys.mli
- config.status: creating stdcompat__uchar.mli
- config.status: creating stdcompat__weak.mli
- config.status: creating stdcompat__in_channel.mli
- config.status: creating stdcompat__out_channel.mli
- config.status: creating stdcompat__unit.mli
- config.status: creating stdcompat.mli
- config.status: creating stdcompat.ml
- config.status: creating config.h
- config.status: executing depfiles commands
- configure: OCaml version is 4.14.2
- configure: Obj.magic will be used in redefinition when possible
-     (add --disable-magic for pure redefinitions).
Processing  2/4: [stdcompat: make all]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "test" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/stdcompat.18)
- Makefile:695: .depend: No such file or directory
- Makefile:1792: .depend: No such file or directory
- cp stdcompat__native.ml_byte stdcompat__native.ml
- ocamldep.opt stdcompat__init.ml stdcompat__root.ml stdcompat__either_s.ml stdcompat__either.ml stdcompat__seq_s.ml stdcompat__seq.ml stdcompat__tools.ml stdcompat__pervasives_s.ml stdcompat__arg_s.ml stdcompat__lazy_s.ml stdcompat__char_s.ml stdcompat__uchar_s.ml stdcompat__uchar.ml stdcompat__buffer_s.ml stdcompat__string_s.ml stdcompat__stringLabels_s.ml stdcompat__bytes_s.ml stdcompat__bytesLabels_s.ml stdcompat__list_s.ml stdcompat__listLabels_s.ml stdcompat__stack_s.ml stdcompat__list.ml stdcompat__hashtbl_ext.ml stdcompat__hashtbl_s.ml stdcompat__set_s.ml stdcompat__map_s.ml stdcompat__weak_s.ml stdcompat__sys_s.ml stdcompat__stream_s.ml stdcompat__digest_s.ml stdcompat__nativeint_s.ml stdcompat__int_s.ml stdcompat__int64_s.ml stdcompat__int32_s.ml stdcompat__filename_s.ml stdcompat__array_s.ml stdcompat__arrayLabels_s.ml stdcompat__float_s.ml stdcompat__queue_s.ml stdcompat__hashtbl.ml stdcompat__ephemeron_s.ml stdcompat__moreLabels_s.ml stdcompat__lexing_s.ml stdcompat__pervasives.ml stdcompat__option_s.ml stdcompat__result_s.ml stdcompat__bool_s.ml stdcompat__fun_s.ml stdcompat__printf_s.ml stdcompat__printexc_s.ml stdcompat__format_s.ml stdcompat__atomic_s.ml stdcompat__in_channel_s.ml stdcompat__out_channel_s.ml stdcompat__random_s.ml stdcompat__unit_s.ml stdcompat__stdlib_s.ml stdcompat__arg.ml stdcompat__lazy.ml stdcompat__char.ml stdcompat__option.ml stdcompat__buffer.ml stdcompat__sys.ml stdcompat__bytes.ml stdcompat__bytesLabels.ml stdcompat__string.ml stdcompat__stringLabels.ml stdcompat__filename.ml stdcompat__listLabels.ml stdcompat__stack.ml stdcompat__set.ml stdcompat__map.ml stdcompat__weak.ml stdcompat__random.ml stdcompat__stream.ml stdcompat__digest.ml stdcompat__nativeint.ml stdcompat__int.ml stdcompat__int64.ml stdcompat__int32.ml stdcompat__array.ml stdcompat__arrayLabels.ml stdcompat__float.ml stdcompat__queue.ml stdcompat__ephemeron.ml stdcompat__moreLabels.ml stdcompat__lexing.ml stdcompat__printexc.ml stdcompat__result.ml stdcompat__bool.ml stdcompat__fun.ml stdcompat__format.ml stdcompat__printf.ml stdcompat__atomic.ml stdcompat__in_channel.ml stdcompat__out_channel.ml stdcompat__unit.ml stdcompat__stdlib.ml stdcompat.ml stdcompat__native.mli stdcompat__init.mli stdcompat__root.mli stdcompat__either_s.mli stdcompat__either.mli stdcompat__seq_s.mli stdcompat__seq.mli stdcompat__tools.mli stdcompat__pervasives_s.mli stdcompat__arg_s.mli stdcompat__lazy_s.mli stdcompat__char_s.mli stdcompat__uchar_s.mli stdcompat__uchar.mli stdcompat__buffer_s.mli stdcompat__string_s.mli stdcompat__stringLabels_s.mli stdcompat__bytes_s.mli stdcompat__bytesLabels_s.mli stdcompat__list_s.mli stdcompat__listLabels_s.mli stdcompat__stack_s.mli stdcompat__list.mli stdcompat__hashtbl_ext.mli stdcompat__hashtbl_s.mli stdcompat__set_s.mli stdcompat__map_s.mli stdcompat__weak_s.mli stdcompat__sys_s.mli stdcompat__stream_s.mli stdcompat__digest_s.mli stdcompat__nativeint_s.mli stdcompat__int_s.mli stdcompat__int64_s.mli stdcompat__int32_s.mli stdcompat__filename_s.mli stdcompat__array_s.mli stdcompat__arrayLabels_s.mli stdcompat__float_s.mli stdcompat__queue_s.mli stdcompat__hashtbl.mli stdcompat__ephemeron_s.mli stdcompat__moreLabels_s.mli stdcompat__lexing_s.mli stdcompat__pervasives.mli stdcompat__option_s.mli stdcompat__result_s.mli stdcompat__bool_s.mli stdcompat__fun_s.mli stdcompat__printf_s.mli stdcompat__printexc_s.mli stdcompat__format_s.mli stdcompat__atomic_s.mli stdcompat__in_channel_s.mli stdcompat__out_channel_s.mli stdcompat__random_s.mli stdcompat__unit_s.mli stdcompat__stdlib_s.mli stdcompat__arg.mli stdcompat__lazy.mli stdcompat__char.mli stdcompat__option.mli stdcompat__buffer.mli stdcompat__sys.mli stdcompat__bytes.mli stdcompat__bytesLabels.mli stdcompat__string.mli stdcompat__stringLabels.mli stdcompat__filename.mli stdcompat__listLabels.mli stdcompat__stack.mli stdcompat__set.mli stdcompat__map.mli stdcompat__weak.mli stdcompat__random.mli stdcompat__stream.mli stdcompat__digest.mli stdcompat__nativeint.mli stdcompat__int.mli stdcompat__int64.mli stdcompat__int32.mli stdcompat__array.mli stdcompat__arrayLabels.mli stdcompat__float.mli stdcompat__queue.mli stdcompat__ephemeron.mli stdcompat__moreLabels.mli stdcompat__lexing.mli stdcompat__printexc.mli stdcompat__result.mli stdcompat__bool.mli stdcompat__fun.mli stdcompat__format.mli stdcompat__printf.mli stdcompat__atomic.mli stdcompat__in_channel.mli stdcompat__out_channel.mli stdcompat__unit.mli stdcompat__stdlib.mli stdcompat.mli stdcompat__native.ml_byte >.depend || rm -f .depend
- /Library/Developer/CommandLineTools/usr/bin/make  all-am
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__native.mli -o stdcompat__native.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__init.mli -o stdcompat__init.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__root.mli -o stdcompat__root.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either_s.mli -o stdcompat__either_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either.mli -o stdcompat__either.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq_s.mli -o stdcompat__seq_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq.mli -o stdcompat__seq.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__tools.mli -o stdcompat__tools.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives_s.mli -o stdcompat__pervasives_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg_s.mli -o stdcompat__arg_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy_s.mli -o stdcompat__lazy_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char_s.mli -o stdcompat__char_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar_s.mli -o stdcompat__uchar_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar.mli -o stdcompat__uchar.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer_s.mli -o stdcompat__buffer_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string_s.mli -o stdcompat__string_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels_s.mli -o stdcompat__stringLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes_s.mli -o stdcompat__bytes_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels_s.mli -o stdcompat__bytesLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list_s.mli -o stdcompat__list_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels_s.mli -o stdcompat__listLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack_s.mli -o stdcompat__stack_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list.mli -o stdcompat__list.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_ext.mli -o stdcompat__hashtbl_ext.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_s.mli -o stdcompat__hashtbl_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set_s.mli -o stdcompat__set_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map_s.mli -o stdcompat__map_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak_s.mli -o stdcompat__weak_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys_s.mli -o stdcompat__sys_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream_s.mli -o stdcompat__stream_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest_s.mli -o stdcompat__digest_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint_s.mli -o stdcompat__nativeint_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int_s.mli -o stdcompat__int_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64_s.mli -o stdcompat__int64_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32_s.mli -o stdcompat__int32_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename_s.mli -o stdcompat__filename_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array_s.mli -o stdcompat__array_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels_s.mli -o stdcompat__arrayLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float_s.mli -o stdcompat__float_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue_s.mli -o stdcompat__queue_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl.mli -o stdcompat__hashtbl.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron_s.mli -o stdcompat__ephemeron_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels_s.mli -o stdcompat__moreLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing_s.mli -o stdcompat__lexing_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives.mli -o stdcompat__pervasives.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option_s.mli -o stdcompat__option_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result_s.mli -o stdcompat__result_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool_s.mli -o stdcompat__bool_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun_s.mli -o stdcompat__fun_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf_s.mli -o stdcompat__printf_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc_s.mli -o stdcompat__printexc_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format_s.mli -o stdcompat__format_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic_s.mli -o stdcompat__atomic_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel_s.mli -o stdcompat__in_channel_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel_s.mli -o stdcompat__out_channel_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random_s.mli -o stdcompat__random_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit_s.mli -o stdcompat__unit_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib_s.mli -o stdcompat__stdlib_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg.mli -o stdcompat__arg.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy.mli -o stdcompat__lazy.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char.mli -o stdcompat__char.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option.mli -o stdcompat__option.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer.mli -o stdcompat__buffer.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys.mli -o stdcompat__sys.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes.mli -o stdcompat__bytes.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels.mli -o stdcompat__bytesLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string.mli -o stdcompat__string.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels.mli -o stdcompat__stringLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename.mli -o stdcompat__filename.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels.mli -o stdcompat__listLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack.mli -o stdcompat__stack.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set.mli -o stdcompat__set.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map.mli -o stdcompat__map.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak.mli -o stdcompat__weak.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random.mli -o stdcompat__random.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream.mli -o stdcompat__stream.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest.mli -o stdcompat__digest.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint.mli -o stdcompat__nativeint.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int.mli -o stdcompat__int.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64.mli -o stdcompat__int64.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32.mli -o stdcompat__int32.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array.mli -o stdcompat__array.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels.mli -o stdcompat__arrayLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float.mli -o stdcompat__float.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue.mli -o stdcompat__queue.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron.mli -o stdcompat__ephemeron.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels.mli -o stdcompat__moreLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing.mli -o stdcompat__lexing.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc.mli -o stdcompat__printexc.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result.mli -o stdcompat__result.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool.mli -o stdcompat__bool.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun.mli -o stdcompat__fun.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format.mli -o stdcompat__format.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf.mli -o stdcompat__printf.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic.mli -o stdcompat__atomic.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel.mli -o stdcompat__in_channel.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel.mli -o stdcompat__out_channel.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit.mli -o stdcompat__unit.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib.mli -o stdcompat__stdlib.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat.mli -o stdcompat.cmi
- ocamlc.opt -c stdcompat__stubs.c
- ocamlmklib.opt -o stdcompat__stubs stdcompat__stubs.o
- /Library/Developer/CommandLineTools/usr/bin/ranlib: file: ./libstdcompat__stubs.a(stdcompat__stubs.o) has no symbols
- warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive library: ./libstdcompat__stubs.a the table of contents is empty (no object file members in the library define global symbols)
- ocamlc.opt  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated -c -impl stdcompat__native.ml_byte
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__init.ml -o stdcompat__init.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__root.ml -o stdcompat__root.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either_s.ml -o stdcompat__either_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either.ml -o stdcompat__either.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq_s.ml -o stdcompat__seq_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq.ml -o stdcompat__seq.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__tools.ml -o stdcompat__tools.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives_s.ml -o stdcompat__pervasives_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg_s.ml -o stdcompat__arg_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy_s.ml -o stdcompat__lazy_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char_s.ml -o stdcompat__char_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar_s.ml -o stdcompat__uchar_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar.ml -o stdcompat__uchar.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer_s.ml -o stdcompat__buffer_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string_s.ml -o stdcompat__string_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels_s.ml -o stdcompat__stringLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes_s.ml -o stdcompat__bytes_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels_s.ml -o stdcompat__bytesLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list_s.ml -o stdcompat__list_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels_s.ml -o stdcompat__listLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack_s.ml -o stdcompat__stack_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list.ml -o stdcompat__list.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_ext.ml -o stdcompat__hashtbl_ext.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_s.ml -o stdcompat__hashtbl_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set_s.ml -o stdcompat__set_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map_s.ml -o stdcompat__map_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak_s.ml -o stdcompat__weak_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys_s.ml -o stdcompat__sys_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream_s.ml -o stdcompat__stream_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest_s.ml -o stdcompat__digest_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint_s.ml -o stdcompat__nativeint_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int_s.ml -o stdcompat__int_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64_s.ml -o stdcompat__int64_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32_s.ml -o stdcompat__int32_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename_s.ml -o stdcompat__filename_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array_s.ml -o stdcompat__array_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels_s.ml -o stdcompat__arrayLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float_s.ml -o stdcompat__float_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue_s.ml -o stdcompat__queue_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl.ml -o stdcompat__hashtbl.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron_s.ml -o stdcompat__ephemeron_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels_s.ml -o stdcompat__moreLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing_s.ml -o stdcompat__lexing_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives.ml -o stdcompat__pervasives.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option_s.ml -o stdcompat__option_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result_s.ml -o stdcompat__result_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool_s.ml -o stdcompat__bool_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun_s.ml -o stdcompat__fun_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf_s.ml -o stdcompat__printf_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc_s.ml -o stdcompat__printexc_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format_s.ml -o stdcompat__format_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic_s.ml -o stdcompat__atomic_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel_s.ml -o stdcompat__in_channel_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel_s.ml -o stdcompat__out_channel_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random_s.ml -o stdcompat__random_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit_s.ml -o stdcompat__unit_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib_s.ml -o stdcompat__stdlib_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg.ml -o stdcompat__arg.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy.ml -o stdcompat__lazy.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char.ml -o stdcompat__char.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option.ml -o stdcompat__option.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer.ml -o stdcompat__buffer.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys.ml -o stdcompat__sys.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes.ml -o stdcompat__bytes.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels.ml -o stdcompat__bytesLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string.ml -o stdcompat__string.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels.ml -o stdcompat__stringLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename.ml -o stdcompat__filename.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels.ml -o stdcompat__listLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack.ml -o stdcompat__stack.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set.ml -o stdcompat__set.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map.ml -o stdcompat__map.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak.ml -o stdcompat__weak.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random.ml -o stdcompat__random.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream.ml -o stdcompat__stream.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest.ml -o stdcompat__digest.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint.ml -o stdcompat__nativeint.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int.ml -o stdcompat__int.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64.ml -o stdcompat__int64.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32.ml -o stdcompat__int32.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array.ml -o stdcompat__array.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels.ml -o stdcompat__arrayLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float.ml -o stdcompat__float.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue.ml -o stdcompat__queue.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron.ml -o stdcompat__ephemeron.cmo
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 16, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 17, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 18, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 21, characters 0-36:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 136-137, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 93, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 138-139, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 94, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 140-141, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 95, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 144-145, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 146-147, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 148-149, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 98, characters 0-36:
-   Expected signature
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels.ml -o stdcompat__moreLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing.ml -o stdcompat__lexing.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc.ml -o stdcompat__printexc.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result.ml -o stdcompat__result.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool.ml -o stdcompat__bool.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun.ml -o stdcompat__fun.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format.ml -o stdcompat__format.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf.ml -o stdcompat__printf.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic.ml -o stdcompat__atomic.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel.ml -o stdcompat__in_channel.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel.ml -o stdcompat__out_channel.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit.ml -o stdcompat__unit.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib.ml -o stdcompat__stdlib.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat.ml -o stdcompat.cmo
- ocamlc.opt  -bin-annot -no-alias-deps -a stdcompat__native.cmo stdcompat__init.cmo stdcompat__root.cmo stdcompat__either_s.cmo stdcompat__either.cmo stdcompat__seq_s.cmo stdcompat__seq.cmo stdcompat__tools.cmo stdcompat__pervasives_s.cmo stdcompat__arg_s.cmo stdcompat__lazy_s.cmo stdcompat__char_s.cmo stdcompat__uchar_s.cmo stdcompat__uchar.cmo stdcompat__buffer_s.cmo stdcompat__string_s.cmo stdcompat__stringLabels_s.cmo stdcompat__bytes_s.cmo stdcompat__bytesLabels_s.cmo stdcompat__list_s.cmo stdcompat__listLabels_s.cmo stdcompat__stack_s.cmo stdcompat__list.cmo stdcompat__hashtbl_ext.cmo stdcompat__hashtbl_s.cmo stdcompat__set_s.cmo stdcompat__map_s.cmo stdcompat__weak_s.cmo stdcompat__sys_s.cmo stdcompat__stream_s.cmo stdcompat__digest_s.cmo stdcompat__nativeint_s.cmo stdcompat__int_s.cmo stdcompat__int64_s.cmo stdcompat__int32_s.cmo stdcompat__filename_s.cmo stdcompat__array_s.cmo stdcompat__arrayLabels_s.cmo stdcompat__float_s.cmo stdcompat__queue_s.cmo stdcompat__hashtbl.cmo stdcompat__ephemeron_s.cmo stdcompat__moreLabels_s.cmo stdcompat__lexing_s.cmo stdcompat__pervasives.cmo stdcompat__option_s.cmo stdcompat__result_s.cmo stdcompat__bool_s.cmo stdcompat__fun_s.cmo stdcompat__printf_s.cmo stdcompat__printexc_s.cmo stdcompat__format_s.cmo stdcompat__atomic_s.cmo stdcompat__in_channel_s.cmo stdcompat__out_channel_s.cmo stdcompat__random_s.cmo stdcompat__unit_s.cmo stdcompat__stdlib_s.cmo stdcompat__arg.cmo stdcompat__lazy.cmo stdcompat__char.cmo stdcompat__option.cmo stdcompat__buffer.cmo stdcompat__sys.cmo stdcompat__bytes.cmo stdcompat__bytesLabels.cmo stdcompat__string.cmo stdcompat__stringLabels.cmo stdcompat__filename.cmo stdcompat__listLabels.cmo stdcompat__stack.cmo stdcompat__set.cmo stdcompat__map.cmo stdcompat__weak.cmo stdcompat__random.cmo stdcompat__stream.cmo stdcompat__digest.cmo stdcompat__nativeint.cmo stdcompat__int.cmo stdcompat__int64.cmo stdcompat__int32.cmo stdcompat__array.cmo stdcompat__arrayLabels.cmo stdcompat__float.cmo stdcompat__queue.cmo stdcompat__ephemeron.cmo stdcompat__moreLabels.cmo stdcompat__lexing.cmo stdcompat__printexc.cmo stdcompat__result.cmo stdcompat__bool.cmo stdcompat__fun.cmo stdcompat__format.cmo stdcompat__printf.cmo stdcompat__atomic.cmo stdcompat__in_channel.cmo stdcompat__out_channel.cmo stdcompat__unit.cmo stdcompat__stdlib.cmo stdcompat.cmo \
- 	  -cclib "-L. -lstdcompat__stubs" -dllib -lstdcompat__stubs -o stdcompat.cma
- ocamlopt.opt  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated -c -impl stdcompat__native.ml_native
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__init.ml -o stdcompat__init.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__root.ml -o stdcompat__root.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either_s.ml -o stdcompat__either_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either.ml -o stdcompat__either.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq_s.ml -o stdcompat__seq_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq.ml -o stdcompat__seq.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__tools.ml -o stdcompat__tools.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives_s.ml -o stdcompat__pervasives_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg_s.ml -o stdcompat__arg_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy_s.ml -o stdcompat__lazy_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char_s.ml -o stdcompat__char_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar_s.ml -o stdcompat__uchar_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar.ml -o stdcompat__uchar.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer_s.ml -o stdcompat__buffer_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string_s.ml -o stdcompat__string_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels_s.ml -o stdcompat__stringLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes_s.ml -o stdcompat__bytes_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels_s.ml -o stdcompat__bytesLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list_s.ml -o stdcompat__list_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels_s.ml -o stdcompat__listLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack_s.ml -o stdcompat__stack_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list.ml -o stdcompat__list.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_ext.ml -o stdcompat__hashtbl_ext.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_s.ml -o stdcompat__hashtbl_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set_s.ml -o stdcompat__set_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map_s.ml -o stdcompat__map_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak_s.ml -o stdcompat__weak_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys_s.ml -o stdcompat__sys_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream_s.ml -o stdcompat__stream_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest_s.ml -o stdcompat__digest_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint_s.ml -o stdcompat__nativeint_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int_s.ml -o stdcompat__int_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64_s.ml -o stdcompat__int64_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32_s.ml -o stdcompat__int32_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename_s.ml -o stdcompat__filename_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array_s.ml -o stdcompat__array_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels_s.ml -o stdcompat__arrayLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float_s.ml -o stdcompat__float_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue_s.ml -o stdcompat__queue_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl.ml -o stdcompat__hashtbl.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron_s.ml -o stdcompat__ephemeron_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels_s.ml -o stdcompat__moreLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing_s.ml -o stdcompat__lexing_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives.ml -o stdcompat__pervasives.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option_s.ml -o stdcompat__option_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result_s.ml -o stdcompat__result_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool_s.ml -o stdcompat__bool_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun_s.ml -o stdcompat__fun_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf_s.ml -o stdcompat__printf_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc_s.ml -o stdcompat__printexc_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format_s.ml -o stdcompat__format_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic_s.ml -o stdcompat__atomic_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel_s.ml -o stdcompat__in_channel_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel_s.ml -o stdcompat__out_channel_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random_s.ml -o stdcompat__random_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit_s.ml -o stdcompat__unit_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib_s.ml -o stdcompat__stdlib_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg.ml -o stdcompat__arg.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy.ml -o stdcompat__lazy.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char.ml -o stdcompat__char.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option.ml -o stdcompat__option.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer.ml -o stdcompat__buffer.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys.ml -o stdcompat__sys.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes.ml -o stdcompat__bytes.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels.ml -o stdcompat__bytesLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string.ml -o stdcompat__string.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels.ml -o stdcompat__stringLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename.ml -o stdcompat__filename.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels.ml -o stdcompat__listLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack.ml -o stdcompat__stack.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set.ml -o stdcompat__set.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map.ml -o stdcompat__map.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak.ml -o stdcompat__weak.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random.ml -o stdcompat__random.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream.ml -o stdcompat__stream.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest.ml -o stdcompat__digest.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint.ml -o stdcompat__nativeint.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int.ml -o stdcompat__int.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64.ml -o stdcompat__int64.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32.ml -o stdcompat__int32.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array.ml -o stdcompat__array.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels.ml -o stdcompat__arrayLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float.ml -o stdcompat__float.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue.ml -o stdcompat__queue.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron.ml -o stdcompat__ephemeron.cmx
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 16, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 17, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 18, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 21, characters 0-36:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 136-137, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 93, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 138-139, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 94, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 140-141, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 95, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 144-145, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 146-147, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 148-149, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 98, characters 0-36:
-   Expected signature
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels.ml -o stdcompat__moreLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing.ml -o stdcompat__lexing.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc.ml -o stdcompat__printexc.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result.ml -o stdcompat__result.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool.ml -o stdcompat__bool.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun.ml -o stdcompat__fun.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format.ml -o stdcompat__format.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf.ml -o stdcompat__printf.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic.ml -o stdcompat__atomic.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel.ml -o stdcompat__in_channel.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel.ml -o stdcompat__out_channel.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit.ml -o stdcompat__unit.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib.ml -o stdcompat__stdlib.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat.ml -o stdcompat.cmx
- ocamlopt.opt  -bin-annot -no-alias-deps -a stdcompat__native.cmx stdcompat__init.cmx stdcompat__root.cmx stdcompat__either_s.cmx stdcompat__either.cmx stdcompat__seq_s.cmx stdcompat__seq.cmx stdcompat__tools.cmx stdcompat__pervasives_s.cmx stdcompat__arg_s.cmx stdcompat__lazy_s.cmx stdcompat__char_s.cmx stdcompat__uchar_s.cmx stdcompat__uchar.cmx stdcompat__buffer_s.cmx stdcompat__string_s.cmx stdcompat__stringLabels_s.cmx stdcompat__bytes_s.cmx stdcompat__bytesLabels_s.cmx stdcompat__list_s.cmx stdcompat__listLabels_s.cmx stdcompat__stack_s.cmx stdcompat__list.cmx stdcompat__hashtbl_ext.cmx stdcompat__hashtbl_s.cmx stdcompat__set_s.cmx stdcompat__map_s.cmx stdcompat__weak_s.cmx stdcompat__sys_s.cmx stdcompat__stream_s.cmx stdcompat__digest_s.cmx stdcompat__nativeint_s.cmx stdcompat__int_s.cmx stdcompat__int64_s.cmx stdcompat__int32_s.cmx stdcompat__filename_s.cmx stdcompat__array_s.cmx stdcompat__arrayLabels_s.cmx stdcompat__float_s.cmx stdcompat__queue_s.cmx stdcompat__hashtbl.cmx stdcompat__ephemeron_s.cmx stdcompat__moreLabels_s.cmx stdcompat__lexing_s.cmx stdcompat__pervasives.cmx stdcompat__option_s.cmx stdcompat__result_s.cmx stdcompat__bool_s.cmx stdcompat__fun_s.cmx stdcompat__printf_s.cmx stdcompat__printexc_s.cmx stdcompat__format_s.cmx stdcompat__atomic_s.cmx stdcompat__in_channel_s.cmx stdcompat__out_channel_s.cmx stdcompat__random_s.cmx stdcompat__unit_s.cmx stdcompat__stdlib_s.cmx stdcompat__arg.cmx stdcompat__lazy.cmx stdcompat__char.cmx stdcompat__option.cmx stdcompat__buffer.cmx stdcompat__sys.cmx stdcompat__bytes.cmx stdcompat__bytesLabels.cmx stdcompat__string.cmx stdcompat__stringLabels.cmx stdcompat__filename.cmx stdcompat__listLabels.cmx stdcompat__stack.cmx stdcompat__set.cmx stdcompat__map.cmx stdcompat__weak.cmx stdcompat__random.cmx stdcompat__stream.cmx stdcompat__digest.cmx stdcompat__nativeint.cmx stdcompat__int.cmx stdcompat__int64.cmx stdcompat__int32.cmx stdcompat__array.cmx stdcompat__arrayLabels.cmx stdcompat__float.cmx stdcompat__queue.cmx stdcompat__ephemeron.cmx stdcompat__moreLabels.cmx stdcompat__lexing.cmx stdcompat__printexc.cmx stdcompat__result.cmx stdcompat__bool.cmx stdcompat__fun.cmx stdcompat__format.cmx stdcompat__printf.cmx stdcompat__atomic.cmx stdcompat__in_channel.cmx stdcompat__out_channel.cmx stdcompat__unit.cmx stdcompat__stdlib.cmx stdcompat.cmx -cclib "-L. -lstdcompat__stubs" -o stdcompat.cmxa
- ocamlopt.opt  -bin-annot -no-alias-deps -shared stdcompat__native.cmx stdcompat__init.cmx stdcompat__root.cmx stdcompat__either_s.cmx stdcompat__either.cmx stdcompat__seq_s.cmx stdcompat__seq.cmx stdcompat__tools.cmx stdcompat__pervasives_s.cmx stdcompat__arg_s.cmx stdcompat__lazy_s.cmx stdcompat__char_s.cmx stdcompat__uchar_s.cmx stdcompat__uchar.cmx stdcompat__buffer_s.cmx stdcompat__string_s.cmx stdcompat__stringLabels_s.cmx stdcompat__bytes_s.cmx stdcompat__bytesLabels_s.cmx stdcompat__list_s.cmx stdcompat__listLabels_s.cmx stdcompat__stack_s.cmx stdcompat__list.cmx stdcompat__hashtbl_ext.cmx stdcompat__hashtbl_s.cmx stdcompat__set_s.cmx stdcompat__map_s.cmx stdcompat__weak_s.cmx stdcompat__sys_s.cmx stdcompat__stream_s.cmx stdcompat__digest_s.cmx stdcompat__nativeint_s.cmx stdcompat__int_s.cmx stdcompat__int64_s.cmx stdcompat__int32_s.cmx stdcompat__filename_s.cmx stdcompat__array_s.cmx stdcompat__arrayLabels_s.cmx stdcompat__float_s.cmx stdcompat__queue_s.cmx stdcompat__hashtbl.cmx stdcompat__ephemeron_s.cmx stdcompat__moreLabels_s.cmx stdcompat__lexing_s.cmx stdcompat__pervasives.cmx stdcompat__option_s.cmx stdcompat__result_s.cmx stdcompat__bool_s.cmx stdcompat__fun_s.cmx stdcompat__printf_s.cmx stdcompat__printexc_s.cmx stdcompat__format_s.cmx stdcompat__atomic_s.cmx stdcompat__in_channel_s.cmx stdcompat__out_channel_s.cmx stdcompat__random_s.cmx stdcompat__unit_s.cmx stdcompat__stdlib_s.cmx stdcompat__arg.cmx stdcompat__lazy.cmx stdcompat__char.cmx stdcompat__option.cmx stdcompat__buffer.cmx stdcompat__sys.cmx stdcompat__bytes.cmx stdcompat__bytesLabels.cmx stdcompat__string.cmx stdcompat__stringLabels.cmx stdcompat__filename.cmx stdcompat__listLabels.cmx stdcompat__stack.cmx stdcompat__set.cmx stdcompat__map.cmx stdcompat__weak.cmx stdcompat__random.cmx stdcompat__stream.cmx stdcompat__digest.cmx stdcompat__nativeint.cmx stdcompat__int.cmx stdcompat__int64.cmx stdcompat__int32.cmx stdcompat__array.cmx stdcompat__arrayLabels.cmx stdcompat__float.cmx stdcompat__queue.cmx stdcompat__ephemeron.cmx stdcompat__moreLabels.cmx stdcompat__lexing.cmx stdcompat__printexc.cmx stdcompat__result.cmx stdcompat__bool.cmx stdcompat__fun.cmx stdcompat__format.cmx stdcompat__printf.cmx stdcompat__atomic.cmx stdcompat__in_channel.cmx stdcompat__out_channel.cmx stdcompat__unit.cmx stdcompat__stdlib.cmx stdcompat.cmx -cclib "-L. -lstdcompat__stubs" -o stdcompat.cmxs
- ocamlopt.opt stdcompat.cmxa stdcompat_tests.ml -o stdcompat_tests
- ./stdcompat_tests
-> compiled  stdcompat.18
-> removed   stdcompat.18
Processing  4/4: [stdcompat: make install]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/stdcompat.18)
- /Library/Developer/CommandLineTools/usr/bin/make  install-exec-hook
- ./install-sh -c -d /Users/mac1000/.opam/4.14.2/lib/stublibs
- /usr/bin/install -c dllstdcompat__stubs.so /Users/mac1000/.opam/4.14.2/lib/stublibs
- echo stdcompat >/Users/mac1000/.opam/4.14.2/lib/stublibs/dllstdcompat__stubs.so.owner
-  ./install-sh -c -d '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c META stdcompat__native.ml stdcompat__init.ml stdcompat__root.ml stdcompat__either_s.ml stdcompat__either.ml stdcompat__seq_s.ml stdcompat__seq.ml stdcompat__tools.ml stdcompat__pervasives_s.ml stdcompat__arg_s.ml stdcompat__lazy_s.ml stdcompat__char_s.ml stdcompat__uchar_s.ml stdcompat__uchar.ml stdcompat__buffer_s.ml stdcompat__string_s.ml stdcompat__stringLabels_s.ml stdcompat__bytes_s.ml stdcompat__bytesLabels_s.ml stdcompat__list_s.ml stdcompat__listLabels_s.ml stdcompat__stack_s.ml stdcompat__list.ml stdcompat__hashtbl_ext.ml stdcompat__hashtbl_s.ml stdcompat__set_s.ml stdcompat__map_s.ml stdcompat__weak_s.ml stdcompat__sys_s.ml stdcompat__stream_s.ml stdcompat__digest_s.ml stdcompat__nativeint_s.ml stdcompat__int_s.ml stdcompat__int64_s.ml stdcompat__int32_s.ml stdcompat__filename_s.ml stdcompat__array_s.ml stdcompat__arrayLabels_s.ml stdcompat__float_s.ml '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__queue_s.ml stdcompat__hashtbl.ml stdcompat__ephemeron_s.ml stdcompat__moreLabels_s.ml stdcompat__lexing_s.ml stdcompat__pervasives.ml stdcompat__option_s.ml stdcompat__result_s.ml stdcompat__bool_s.ml stdcompat__fun_s.ml stdcompat__printf_s.ml stdcompat__printexc_s.ml stdcompat__format_s.ml stdcompat__atomic_s.ml stdcompat__in_channel_s.ml stdcompat__out_channel_s.ml stdcompat__random_s.ml stdcompat__unit_s.ml stdcompat__stdlib_s.ml stdcompat__arg.ml stdcompat__lazy.ml stdcompat__char.ml stdcompat__option.ml stdcompat__buffer.ml stdcompat__sys.ml stdcompat__bytes.ml stdcompat__bytesLabels.ml stdcompat__string.ml stdcompat__stringLabels.ml stdcompat__filename.ml stdcompat__listLabels.ml stdcompat__stack.ml stdcompat__set.ml stdcompat__map.ml stdcompat__weak.ml stdcompat__random.ml stdcompat__stream.ml stdcompat__digest.ml stdcompat__nativeint.ml stdcompat__int.ml '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__int64.ml stdcompat__int32.ml stdcompat__array.ml stdcompat__arrayLabels.ml stdcompat__float.ml stdcompat__queue.ml stdcompat__ephemeron.ml stdcompat__moreLabels.ml stdcompat__lexing.ml stdcompat__printexc.ml stdcompat__result.ml stdcompat__bool.ml stdcompat__fun.ml stdcompat__format.ml stdcompat__printf.ml stdcompat__atomic.ml stdcompat__in_channel.ml stdcompat__out_channel.ml stdcompat__unit.ml stdcompat__stdlib.ml stdcompat.ml stdcompat__native.cmi stdcompat__init.cmi stdcompat__root.cmi stdcompat__either_s.cmi stdcompat__either.cmi stdcompat__seq_s.cmi stdcompat__seq.cmi stdcompat__tools.cmi stdcompat__pervasives_s.cmi stdcompat__arg_s.cmi stdcompat__lazy_s.cmi stdcompat__char_s.cmi stdcompat__uchar_s.cmi stdcompat__uchar.cmi stdcompat__buffer_s.cmi stdcompat__string_s.cmi stdcompat__stringLabels_s.cmi stdcompat__bytes_s.cmi stdcompat__bytesLabels_s.cmi '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__list_s.cmi stdcompat__listLabels_s.cmi stdcompat__stack_s.cmi stdcompat__list.cmi stdcompat__hashtbl_ext.cmi stdcompat__hashtbl_s.cmi stdcompat__set_s.cmi stdcompat__map_s.cmi stdcompat__weak_s.cmi stdcompat__sys_s.cmi stdcompat__stream_s.cmi stdcompat__digest_s.cmi stdcompat__nativeint_s.cmi stdcompat__int_s.cmi stdcompat__int64_s.cmi stdcompat__int32_s.cmi stdcompat__filename_s.cmi stdcompat__array_s.cmi stdcompat__arrayLabels_s.cmi stdcompat__float_s.cmi stdcompat__queue_s.cmi stdcompat__hashtbl.cmi stdcompat__ephemeron_s.cmi stdcompat__moreLabels_s.cmi stdcompat__lexing_s.cmi stdcompat__pervasives.cmi stdcompat__option_s.cmi stdcompat__result_s.cmi stdcompat__bool_s.cmi stdcompat__fun_s.cmi stdcompat__printf_s.cmi stdcompat__printexc_s.cmi stdcompat__format_s.cmi stdcompat__atomic_s.cmi stdcompat__in_channel_s.cmi stdcompat__out_channel_s.cmi stdcompat__random_s.cmi stdcompat__unit_s.cmi stdcompat__stdlib_s.cmi stdcompat__arg.cmi '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__lazy.cmi stdcompat__char.cmi stdcompat__option.cmi stdcompat__buffer.cmi stdcompat__sys.cmi stdcompat__bytes.cmi stdcompat__bytesLabels.cmi stdcompat__string.cmi stdcompat__stringLabels.cmi stdcompat__filename.cmi stdcompat__listLabels.cmi stdcompat__stack.cmi stdcompat__set.cmi stdcompat__map.cmi stdcompat__weak.cmi stdcompat__random.cmi stdcompat__stream.cmi stdcompat__digest.cmi stdcompat__nativeint.cmi stdcompat__int.cmi stdcompat__int64.cmi stdcompat__int32.cmi stdcompat__array.cmi stdcompat__arrayLabels.cmi stdcompat__float.cmi stdcompat__queue.cmi stdcompat__ephemeron.cmi stdcompat__moreLabels.cmi stdcompat__lexing.cmi stdcompat__printexc.cmi stdcompat__result.cmi stdcompat__bool.cmi stdcompat__fun.cmi stdcompat__format.cmi stdcompat__printf.cmi stdcompat__atomic.cmi stdcompat__in_channel.cmi stdcompat__out_channel.cmi stdcompat__unit.cmi stdcompat__stdlib.cmi '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat.cmi libstdcompat__stubs.a stdcompat.h stdcompat.cma stdcompat.cmxa stdcompat.a stdcompat__native.cmx stdcompat__init.cmx stdcompat__root.cmx stdcompat__either_s.cmx stdcompat__either.cmx stdcompat__seq_s.cmx stdcompat__seq.cmx stdcompat__tools.cmx stdcompat__pervasives_s.cmx stdcompat__arg_s.cmx stdcompat__lazy_s.cmx stdcompat__char_s.cmx stdcompat__uchar_s.cmx stdcompat__uchar.cmx stdcompat__buffer_s.cmx stdcompat__string_s.cmx stdcompat__stringLabels_s.cmx stdcompat__bytes_s.cmx stdcompat__bytesLabels_s.cmx stdcompat__list_s.cmx stdcompat__listLabels_s.cmx stdcompat__stack_s.cmx stdcompat__list.cmx stdcompat__hashtbl_ext.cmx stdcompat__hashtbl_s.cmx stdcompat__set_s.cmx stdcompat__map_s.cmx stdcompat__weak_s.cmx stdcompat__sys_s.cmx stdcompat__stream_s.cmx stdcompat__digest_s.cmx stdcompat__nativeint_s.cmx stdcompat__int_s.cmx stdcompat__int64_s.cmx '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__int32_s.cmx stdcompat__filename_s.cmx stdcompat__array_s.cmx stdcompat__arrayLabels_s.cmx stdcompat__float_s.cmx stdcompat__queue_s.cmx stdcompat__hashtbl.cmx stdcompat__ephemeron_s.cmx stdcompat__moreLabels_s.cmx stdcompat__lexing_s.cmx stdcompat__pervasives.cmx stdcompat__option_s.cmx stdcompat__result_s.cmx stdcompat__bool_s.cmx stdcompat__fun_s.cmx stdcompat__printf_s.cmx stdcompat__printexc_s.cmx stdcompat__format_s.cmx stdcompat__atomic_s.cmx stdcompat__in_channel_s.cmx stdcompat__out_channel_s.cmx stdcompat__random_s.cmx stdcompat__unit_s.cmx stdcompat__stdlib_s.cmx stdcompat__arg.cmx stdcompat__lazy.cmx stdcompat__char.cmx stdcompat__option.cmx stdcompat__buffer.cmx stdcompat__sys.cmx stdcompat__bytes.cmx stdcompat__bytesLabels.cmx stdcompat__string.cmx stdcompat__stringLabels.cmx stdcompat__filename.cmx stdcompat__listLabels.cmx stdcompat__stack.cmx stdcompat__set.cmx stdcompat__map.cmx stdcompat__weak.cmx '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__random.cmx stdcompat__stream.cmx stdcompat__digest.cmx stdcompat__nativeint.cmx stdcompat__int.cmx stdcompat__int64.cmx stdcompat__int32.cmx stdcompat__array.cmx stdcompat__arrayLabels.cmx stdcompat__float.cmx stdcompat__queue.cmx stdcompat__ephemeron.cmx stdcompat__moreLabels.cmx stdcompat__lexing.cmx stdcompat__printexc.cmx stdcompat__result.cmx stdcompat__bool.cmx stdcompat__fun.cmx stdcompat__format.cmx stdcompat__printf.cmx stdcompat__atomic.cmx stdcompat__in_channel.cmx stdcompat__out_channel.cmx stdcompat__unit.cmx stdcompat__stdlib.cmx stdcompat.cmx stdcompat.cmxs stdcompat__native.cmt stdcompat__init.cmt stdcompat__root.cmt stdcompat__either_s.cmt stdcompat__either.cmt stdcompat__seq_s.cmt stdcompat__seq.cmt stdcompat__tools.cmt stdcompat__pervasives_s.cmt stdcompat__arg_s.cmt stdcompat__lazy_s.cmt stdcompat__char_s.cmt stdcompat__uchar_s.cmt '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__uchar.cmt stdcompat__buffer_s.cmt stdcompat__string_s.cmt stdcompat__stringLabels_s.cmt stdcompat__bytes_s.cmt stdcompat__bytesLabels_s.cmt stdcompat__list_s.cmt stdcompat__listLabels_s.cmt stdcompat__stack_s.cmt stdcompat__list.cmt stdcompat__hashtbl_ext.cmt stdcompat__hashtbl_s.cmt stdcompat__set_s.cmt stdcompat__map_s.cmt stdcompat__weak_s.cmt stdcompat__sys_s.cmt stdcompat__stream_s.cmt stdcompat__digest_s.cmt stdcompat__nativeint_s.cmt stdcompat__int_s.cmt stdcompat__int64_s.cmt stdcompat__int32_s.cmt stdcompat__filename_s.cmt stdcompat__array_s.cmt stdcompat__arrayLabels_s.cmt stdcompat__float_s.cmt stdcompat__queue_s.cmt stdcompat__hashtbl.cmt stdcompat__ephemeron_s.cmt stdcompat__moreLabels_s.cmt stdcompat__lexing_s.cmt stdcompat__pervasives.cmt stdcompat__option_s.cmt stdcompat__result_s.cmt stdcompat__bool_s.cmt stdcompat__fun_s.cmt stdcompat__printf_s.cmt stdcompat__printexc_s.cmt stdcompat__format_s.cmt stdcompat__atomic_s.cmt '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__in_channel_s.cmt stdcompat__out_channel_s.cmt stdcompat__random_s.cmt stdcompat__unit_s.cmt stdcompat__stdlib_s.cmt stdcompat__arg.cmt stdcompat__lazy.cmt stdcompat__char.cmt stdcompat__option.cmt stdcompat__buffer.cmt stdcompat__sys.cmt stdcompat__bytes.cmt stdcompat__bytesLabels.cmt stdcompat__string.cmt stdcompat__stringLabels.cmt stdcompat__filename.cmt stdcompat__listLabels.cmt stdcompat__stack.cmt stdcompat__set.cmt stdcompat__map.cmt stdcompat__weak.cmt stdcompat__random.cmt stdcompat__stream.cmt stdcompat__digest.cmt stdcompat__nativeint.cmt stdcompat__int.cmt stdcompat__int64.cmt stdcompat__int32.cmt stdcompat__array.cmt stdcompat__arrayLabels.cmt stdcompat__float.cmt stdcompat__queue.cmt stdcompat__ephemeron.cmt stdcompat__moreLabels.cmt stdcompat__lexing.cmt stdcompat__printexc.cmt stdcompat__result.cmt stdcompat__bool.cmt stdcompat__fun.cmt stdcompat__format.cmt '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-  /usr/bin/install -c stdcompat__printf.cmt stdcompat__atomic.cmt stdcompat__in_channel.cmt stdcompat__out_channel.cmt stdcompat__unit.cmt stdcompat__stdlib.cmt stdcompat.cmt '/Users/mac1000/.opam/4.14.2/lib/stdcompat'
-> installed stdcompat.18
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 04:38.14 ---> saved as "923c19c0c72bf32b94e9e18e7d60c1e06dcecd7a8c6d794afe292f626db010c7"
Job succeeded
2026-04-08 04:38.27: Job succeeded