(not at the head of any monitored branch or PR)
2026-03-23 09:19.17: New job: test ocamlformat.0.24.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29568/head (353fd9234f0397ed1edb6d612e5b9da8472dea1c)
                              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/29568/head" && git reset --hard 353fd923
git fetch origin master
git merge --no-edit 63b7ba71be83567e54bb667df0f2bb374d74fb61
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 ocamlformat.0.24.1 0.24.1
RUN opam reinstall ocamlformat.0.24.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocamlformat.0.24.1' && 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 ocamlformat.0.24.1) || true
RUN opam reinstall --with-test --verbose ocamlformat.0.24.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocamlformat.0.24.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-23 09:19.17: Using cache hint "macos-homebrew-ocaml-4.14-ocamlformat.0.24.1-353fd9234f0397ed1edb6d612e5b9da8472dea1c"
2026-03-23 09:19.17: 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 ocamlformat.0.24.1 0.24.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall ocamlformat.0.24.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocamlformat.0.24.1' && 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 ocamlformat.0.24.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose ocamlformat.0.24.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocamlformat.0.24.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-23 09:19.17: Waiting for resource in pool OCluster
2026-03-23 09:19.20: Waiting for worker…
2026-03-23 09:42.16: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
Updating files:   6% (1130/18511)
Updating files:   7% (1296/18511)
Updating files:   8% (1481/18511)
Updating files:   9% (1666/18511)
Updating files:  10% (1852/18511)
Updating files:  11% (2037/18511)
Updating files:  12% (2222/18511)
Updating files:  13% (2407/18511)
Updating files:  14% (2592/18511)
Updating files:  15% (2777/18511)
Updating files:  16% (2962/18511)
Updating files:  17% (3147/18511)
Updating files:  18% (3332/18511)
Updating files:  19% (3518/18511)
Updating files:  20% (3703/18511)
Updating files:  20% (3861/18511)
Updating files:  21% (3888/18511)
Updating files:  22% (4073/18511)
Updating files:  23% (4258/18511)
Updating files:  24% (4443/18511)
Updating files:  25% (4628/18511)
Updating files:  26% (4813/18511)
Updating files:  27% (4998/18511)
Updating files:  28% (5184/18511)
Updating files:  29% (5369/18511)
Updating files:  30% (5554/18511)
Updating files:  31% (5739/18511)
Updating files:  32% (5924/18511)
Updating files:  33% (6109/18511)
Updating files:  34% (6294/18511)
Updating files:  35% (6479/18511)
Updating files:  36% (6664/18511)
Updating files:  37% (6850/18511)
Updating files:  38% (7035/18511)
Updating files:  39% (7220/18511)
Updating files:  39% (7381/18511)
Updating files:  40% (7405/18511)
Updating files:  41% (7590/18511)
Updating files:  42% (7775/18511)
Updating files:  43% (7960/18511)
Updating files:  44% (8145/18511)
Updating files:  45% (8330/18511)
Updating files:  46% (8516/18511)
Updating files:  47% (8701/18511)
Updating files:  48% (8886/18511)
Updating files:  49% (9071/18511)
Updating files:  50% (9256/18511)
Updating files:  51% (9441/18511)
Updating files:  52% (9626/18511)
Updating files:  53% (9811/18511)
Updating files:  54% (9996/18511)
Updating files:  55% (10182/18511)
Updating files:  56% (10367/18511)
Updating files:  57% (10552/18511)
Updating files:  58% (10737/18511)
Updating files:  58% (10864/18511)
Updating files:  59% (10922/18511)
Updating files:  60% (11107/18511)
Updating files:  61% (11292/18511)
Updating files:  62% (11477/18511)
Updating files:  63% (11662/18511)
Updating files:  64% (11848/18511)
Updating files:  65% (12033/18511)
Updating files:  66% (12218/18511)
Updating files:  67% (12403/18511)
Updating files:  68% (12588/18511)
Updating files:  69% (12773/18511)
Updating files:  70% (12958/18511)
Updating files:  71% (13143/18511)
Updating files:  72% (13328/18511)
Updating files:  73% (13514/18511)
Updating files:  74% (13699/18511)
Updating files:  75% (13884/18511)
Updating files:  76% (14069/18511)
Updating files:  77% (14254/18511)
Updating files:  78% (14439/18511)
Updating files:  79% (14624/18511)
Updating files:  80% (14809/18511)
Updating files:  81% (14994/18511)
Updating files:  82% (15180/18511)
Updating files:  82% (15270/18511)
Updating files:  83% (15365/18511)
Updating files:  84% (15550/18511)
Updating files:  85% (15735/18511)
Updating files:  86% (15920/18511)
Updating files:  87% (16105/18511)
Updating files:  88% (16290/18511)
Updating files:  89% (16475/18511)
Updating files:  90% (16660/18511)
Updating files:  91% (16846/18511)
Updating files:  92% (17031/18511)
Updating files:  93% (17216/18511)
Updating files:  94% (17401/18511)
Updating files:  95% (17586/18511)
Updating files:  96% (17771/18511)
Updating files:  97% (17956/18511)
Updating files:  98% (18141/18511)
Updating files:  99% (18326/18511)
Updating files: 100% (18511/18511)
Updating files: 100% (18511/18511), done.
HEAD is now at 63b7ba71be Merge pull request #29573 from davesnx/release-parseff-0.2.0
Merge made by the 'ort' strategy.
 packages/ocamlformat-lib/ocamlformat-lib.0.25.1/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.26.0/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.26.1/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.26.2/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.27.0/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.28.1/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.29.0/opam | 1 +
 packages/ocamlformat/ocamlformat.0.24.1/opam         | 1 +
 8 files changed, 8 insertions(+)

(from macos-homebrew-ocaml-4.14)
2026-03-23 09:42.24 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

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

/: (copy (src .) (dst opam-repository/))
2026-03-23 09:42.27 ---> using "f214c49a9d03c4daeded6490f2aa4adede60de7c92f3429c34476a255d975d0f" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-23 09:42.28 ---> using "1d6c85ef14560bc7f6772de465c6c6877c7d69d58b04148ab9ff4882506c4666" 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:e4f27cef5f72bf7a99c748c0650fe3718fe661a56960dedaeec9c2c98de1d3bc
- #=#=#                                                                          

                                                                           0.1%
                                                                           0.4%
                                                                           0.8%
                                                                           1.2%
- 
#                                                                          1.5%
#                                                                          2.0%
#                                                                          2.2%
##                                                                         2.8%
##                                                                         3.2%
##                                                                         3.5%
##                                                                         3.7%
##                                                                         3.9%
##                                                                         4.1%
###                                                                        4.4%
- 
###                                                                        4.5%
###                                                                        4.8%
###                                                                        4.9%
###                                                                        5.2%
###                                                                        5.5%
####                                                                       5.6%
####                                                                       5.9%
####                                                                       6.2%
####                                                                       6.3%
####                                                                       6.6%
####                                                                       6.8%
- 
#####                                                                      7.1%
#####                                                                      7.2%
#####                                                                      7.5%
#####                                                                      7.7%
#####                                                                      7.9%
#####                                                                      8.1%
######                                                                     8.4%
######                                                                     8.5%
######                                                                     8.8%
######                                                                     9.1%
- 
######                                                                     9.2%
######                                                                     9.5%
######                                                                     9.6%
#######                                                                    9.9%
#######                                                                   10.2%
#######                                                                   10.3%
#######                                                                   10.6%
#######                                                                   10.8%
#######                                                                   11.1%
########                                                                  11.4%
########                                                                  11.6%
- 
########                                                                  12.0%
########                                                                  12.3%
#########                                                                 12.5%
#########                                                                 12.8%
#########                                                                 13.1%
#########                                                                 13.5%
#########                                                                 13.8%
##########                                                                14.0%
##########                                                                14.3%
##########                                                                14.6%
##########                                                                14.8%
- 
##########                                                                15.2%
###########                                                               15.5%
###########                                                               15.8%
###########                                                               16.0%
###########                                                               16.3%
############                                                              16.7%
############                                                              16.9%
############                                                              17.2%
############                                                              17.5%
############                                                              17.8%
############                                                              18.0%
- 
#############                                                             18.3%
#############                                                             18.6%
#############                                                             19.0%
#############                                                             19.3%
##############                                                            19.5%
##############                                                            19.8%
##############                                                            20.1%
##############                                                            20.4%
##############                                                            20.8%
###############                                                           21.0%
###############                                                           21.3%
- 
###############                                                           21.6%
###############                                                           21.8%
###############                                                           22.1%
################                                                          22.4%
################                                                          22.8%
################                                                          23.1%
################                                                          23.3%
#################                                                         23.7%
#################                                                         24.0%
#################                                                         24.2%
- 
#################                                                         24.5%
#################                                                         24.8%
##################                                                        25.0%
##################                                                        25.4%
##################                                                        25.7%
##################                                                        26.0%
##################                                                        26.2%
###################                                                       26.5%
###################                                                       26.8%
###################                                                       27.1%
###################                                                       27.5%
- 
###################                                                       27.7%
####################                                                      28.0%
####################                                                      28.2%
####################                                                      28.5%
####################                                                      28.9%
#####################                                                     29.2%
#####################                                                     29.4%
#####################                                                     29.7%
#####################                                                     30.0%
#####################                                                     30.2%
######################                                                    30.7%
- 
######################                                                    30.9%
######################                                                    31.2%
######################                                                    31.5%
######################                                                    31.7%
#######################                                                   32.0%
#######################                                                   32.4%
#######################                                                   32.7%
#######################                                                   32.9%
#######################                                                   33.2%
########################                                                  33.4%
########################                                                  33.8%
- 
########################                                                  34.1%
########################                                                  34.4%
########################                                                  34.7%
#########################                                                 35.0%
#########################                                                 35.2%
#########################                                                 35.5%
#########################                                                 35.8%
##########################                                                36.2%
##########################                                                36.6%
##########################                                                37.0%
###########################                                               37.9%
- 
###########################                                               38.9%
############################                                              39.6%
#############################                                             40.4%
#############################                                             41.4%
##############################                                            42.2%
##############################                                            43.0%
###############################                                           43.8%
################################                                          44.7%
################################                                          45.5%
#################################                                         46.3%
#################################                                         47.1%
- 
##################################                                        47.7%
##################################                                        48.1%
##################################                                        48.5%
###################################                                       49.0%
###################################                                       49.4%
###################################                                       49.8%
####################################                                      50.2%
####################################                                      50.6%
####################################                                      51.0%
#####################################                                     51.6%
#####################################                                     52.0%
- 
#####################################                                     52.4%
#####################################                                     52.8%
######################################                                    53.2%
######################################                                    53.6%
######################################                                    54.1%
#######################################                                   54.5%
#######################################                                   54.9%
#######################################                                   55.3%
########################################                                  55.7%
########################################                                  56.2%
- 
########################################                                  56.6%
#########################################                                 57.0%
#########################################                                 57.5%
#########################################                                 57.9%
#########################################                                 58.3%
##########################################                                58.7%
##########################################                                59.2%
##########################################                                59.6%
###########################################                               60.0%
###########################################                               60.4%
###########################################                               60.9%
- 
############################################                              61.3%
############################################                              61.7%
############################################                              62.1%
#############################################                             62.5%
#############################################                             62.9%
#############################################                             63.3%
#############################################                             63.9%
##############################################                            64.3%
##############################################                            64.7%
##############################################                            65.1%
###############################################                           65.6%
- 
###############################################                           66.0%
###############################################                           66.4%
################################################                          66.8%
################################################                          67.2%
################################################                          67.6%
#################################################                         68.2%
#################################################                         68.6%
#################################################                         69.0%
#################################################                         69.4%
##################################################                        69.8%
##################################################                        70.2%
- 
##################################################                        70.4%
###################################################                       71.0%
###################################################                       71.4%
###################################################                       71.8%
###################################################                       72.2%
####################################################                      72.4%
####################################################                      72.7%
####################################################                      73.0%
####################################################                      73.2%
####################################################                      73.5%
#####################################################                     73.8%
- 
#####################################################                     74.2%
#####################################################                     74.5%
#####################################################                     74.7%
#####################################################                     75.0%
######################################################                    75.3%
######################################################                    75.5%
######################################################                    75.9%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.7%
#######################################################                   77.1%
- 
#######################################################                   77.4%
#######################################################                   77.6%
########################################################                  77.9%
########################################################                  78.2%
########################################################                  78.6%
########################################################                  78.9%
########################################################                  79.1%
#########################################################                 79.4%
#########################################################                 79.7%
#########################################################                 79.9%
- 
#########################################################                 80.2%
##########################################################                80.6%
##########################################################                80.9%
##########################################################                81.0%
##########################################################                81.3%
##########################################################                81.5%
##########################################################                81.8%
##########################################################                81.9%
###########################################################               82.2%
###########################################################               82.3%
###########################################################               82.6%
- 
###########################################################               82.7%
###########################################################               83.0%
###########################################################               83.1%
############################################################              83.4%
############################################################              83.7%
############################################################              83.9%
############################################################              84.2%
############################################################              84.5%
#############################################################             84.8%
#############################################################             85.0%
#############################################################             85.3%
- 
#############################################################             85.6%
#############################################################             85.7%
#############################################################             86.0%
##############################################################            86.2%
##############################################################            86.3%
##############################################################            86.6%
##############################################################            86.9%
##############################################################            87.1%
##############################################################            87.3%
###############################################################           87.5%
- 
###############################################################           87.8%
###############################################################           88.1%
###############################################################           88.3%
###############################################################           88.5%
###############################################################           88.8%
################################################################          88.9%
################################################################          89.2%
################################################################          89.5%
################################################################          89.7%
################################################################          89.9%
- 
################################################################          90.1%
################################################################          90.3%
#################################################################         90.5%
#################################################################         90.7%
#################################################################         90.9%
#################################################################         91.1%
#################################################################         91.4%
#################################################################         91.5%
##################################################################        91.8%
##################################################################        91.9%
##################################################################        92.0%
- 
##################################################################        92.3%
##################################################################        92.4%
##################################################################        92.7%
##################################################################        92.8%
###################################################################       93.1%
###################################################################       93.2%
###################################################################       93.3%
###################################################################       93.6%
###################################################################       93.7%
###################################################################       93.9%
- 
###################################################################       94.1%
###################################################################       94.3%
###################################################################       94.4%
####################################################################      94.7%
####################################################################      94.8%
####################################################################      95.0%
####################################################################      95.2%
####################################################################      95.4%
####################################################################      95.6%
#####################################################################     96.0%
- 
#####################################################################     96.2%
#####################################################################     96.4%
#####################################################################     96.6%
#####################################################################     96.8%
#####################################################################     97.1%
######################################################################    97.4%
######################################################################    97.5%
######################################################################    97.7%
######################################################################    98.0%
######################################################################    98.1%
######################################################################    98.4%
- 
######################################################################    98.6%
#######################################################################   98.8%
#######################################################################   99.0%
#######################################################################   99.1%
#######################################################################   99.4%
#######################################################################   99.5%
#######################################################################   99.6%
#######################################################################   99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.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-03-23 09:42.28 ---> using "b5c286d4d42fe5a18aef4f0619038d4d1be8b04d7408014a44878d9fbbd13410" from cache

/: (run (shell "opam pin add -k version -yn ocamlformat.0.24.1 0.24.1"))
ocamlformat is now pinned to version 0.24.1
2026-03-23 09:42.28 ---> using "7216a62608d9d2516a7762cb8e00969b50512616ee12280a7ff642505497d5ef" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall ocamlformat.0.24.1;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'ocamlformat.0.24.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
ocamlformat.0.24.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 30 packages
  - install astring           0.8.5           [required by fpath, odoc-parser]
  - install base              v0.16.4         [required by ocamlformat]
  - install camlp-streams     5.0.1           [required by odoc-parser]
  - install cmdliner          1.3.0           [required by ocamlformat]
  - install csexp             1.5.2           [required by ocamlformat]
  - install dune              3.22.0          [required by ocamlformat]
  - install dune-build-info   3.22.0          [required by ocamlformat]
  - install dune-configurator 3.22.0          [required by base]
  - install either            1.0.0           [required by ocamlformat]
  - install fix               20250919        [required by ocamlformat]
  - install fpath             0.7.3           [required by ocamlformat]
  - install menhir            20260209        [required by ocamlformat]
  - install menhirCST         20260209        [required by menhir]
  - install menhirGLR         20260209        [required by menhir]
  - install menhirLib         20260209        [required by ocamlformat]
  - install menhirSdk         20260209        [required by ocamlformat]
  - install ocaml-version     3.5.0           [required by ocamlformat]
  - install ocamlbuild        0.16.1          [required by fpath, uuseg]
  - install ocamlfind         1.9.8           [required by ocp-indent, fpath, uuseg]
  - install ocamlformat       0.24.1 (pinned)
  - install ocp-indent        1.9.0           [required by ocamlformat]
  - install odoc-parser       2.0.0           [required by ocamlformat]
  - install re                1.14.0          [required by ocamlformat]
  - install result            1.5             [required by odoc-parser]
  - install sexplib0          v0.16.0         [required by base]
  - install stdio             v0.16.0         [required by ocamlformat]
  - install topkg             1.1.1           [required by fpath, uuseg]
  - install uucp              17.0.0          [required by uuseg]
  - install uuseg             17.0.0          [required by ocamlformat]
  - install uutf              1.0.4           [required by ocamlformat]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fix.20250919  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocaml-version.3.5.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlformat.0.24.1  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved odoc-parser.2.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uuseg.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed ocaml-version.3.5.0
-> installed menhirCST.20260209
-> installed fix.20250919
-> installed menhirSdk.20260209
-> installed sexplib0.v0.16.0
-> installed result.1.5
-> installed either.1.0.0
-> installed re.1.14.0
-> installed ocp-indent.1.9.0
-> installed dune-build-info.3.22.0
-> installed csexp.1.5.2
-> installed menhir.20260209
-> installed camlp-streams.5.0.1
-> installed uucp.17.0.0
-> installed odoc-parser.2.0.0
-> installed dune-configurator.3.22.0
-> installed uuseg.17.0.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ocamlformat.0.24.1
Done.

<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/Users/mac1000/.opam/4.14.2/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/Users/mac1000/.opam/4.14.2/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:42.28 ---> using "0684a791ed7dd6fc36a6aa57ec5f3016939cd2d23015afdd973777d06f704863" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test ocamlformat.0.24.1) || true"))
The following actions will be performed:
=== downgrade 4 packages
  - downgrade dune                3.22.0 to 3.21.1 [required by ocamlformat]
  - downgrade dune-build-info     3.22.0 to 3.21.1 [required by ocamlformat]
  - downgrade dune-configurator   3.22.0 to 3.21.1 [uses dune]
  - downgrade ocp-indent          1.9.0 to 1.8.1   [required by ocamlformat]
=== recompile 17 packages
  - recompile base                v0.16.4          [uses dune]
  - recompile camlp-streams       5.0.1            [uses dune]
  - recompile csexp               1.5.2            [uses dune]
  - recompile either              1.0.0            [uses dune]
  - recompile fix                 20250919         [uses dune]
  - recompile menhir              20260209         [uses dune]
  - recompile menhirCST           20260209         [uses dune]
  - recompile menhirGLR           20260209         [uses dune]
  - recompile menhirLib           20260209         [uses dune]
  - recompile menhirSdk           20260209         [uses dune]
  - recompile ocaml-version       3.5.0            [uses dune]
  - recompile ocamlformat         0.24.1 (pinned)
  - recompile odoc-parser         2.0.0            [uses dune]
  - recompile re                  1.14.0           [uses dune]
  - recompile result              1.5              [uses dune]
  - recompile sexplib0            v0.16.0          [uses dune]
  - recompile stdio               v0.16.0          [uses dune]
=== install 6 packages
  - install   alcotest            1.9.1            [required by ocamlformat]
  - install   base-bytes          base             [required by ocp-indent]
  - install   fmt                 0.11.0           [required by alcotest]
  - install   ocaml-syntax-shims  1.0.0            [required by alcotest]
  - install   ocamlformat-rpc-lib 0.24.1           [required by ocamlformat]
  - install   stdlib-shims        0.3.0            [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved base.v0.16.4  (https://github.com/janestreet/base/archive/refs/tags/v0.16.4.tar.gz)
-> installed base-bytes.base
-> retrieved camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
-> retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1  (https://github.com/ocaml/dune/releases/download/3.21.1/dune-3.21.1.tbz)
-> retrieved either.1.0.0  (https://github.com/mirage/either/releases/download/1.0.0/either-1.0.0.tbz)
-> retrieved fix.20250919  (https://gitlab.inria.fr/fpottier/fix/-/archive/20250919/archive.tar.gz)
-> retrieved fmt.0.11.0  (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> installed fmt.0.11.0
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20260209/archive.tar.gz)
-> retrieved ocaml-syntax-shims.1.0.0  (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocaml-version.3.5.0  (https://github.com/ocurrent/ocaml-version/releases/download/v3.5.0/ocaml-version-3.5.0.tbz)
-> retrieved ocamlformat.0.24.1, ocamlformat-rpc-lib.0.24.1  (https://github.com/ocaml-ppx/ocamlformat/releases/download/0.24.1/ocamlformat-0.24.1.tbz)
-> retrieved ocp-indent.1.8.1  (https://github.com/OCamlPro/ocp-indent/archive/1.8.1.tar.gz)
-> retrieved odoc-parser.2.0.0  (https://github.com/ocaml-doc/odoc-parser/releases/download/2.0.0/odoc-parser-2.0.0.tbz)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
-> retrieved sexplib0.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
-> retrieved stdio.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
-> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> removed   ocamlformat.0.24.1
-> removed   dune-build-info.3.22.0
-> removed   either.1.0.0
-> removed   fix.20250919
-> removed   menhir.20260209
-> removed   menhirCST.20260209
-> removed   menhirGLR.20260209
-> removed   menhirLib.20260209
-> removed   menhirSdk.20260209
-> removed   ocaml-version.3.5.0
-> removed   ocp-indent.1.9.0
-> removed   odoc-parser.2.0.0
-> removed   camlp-streams.5.0.1
-> removed   re.1.14.0
-> removed   result.1.5
-> removed   stdio.v0.16.0
-> removed   base.v0.16.4
-> removed   dune-configurator.3.22.0
-> removed   csexp.1.5.2
-> removed   sexplib0.v0.16.0
-> removed   dune.3.22.0
-> installed dune.3.21.1
-> installed either.1.0.0
-> installed menhirCST.20260209
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed re.1.14.0
-> installed result.1.5
-> installed ocp-indent.1.8.1
-> installed ocaml-version.3.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed menhirSdk.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed fix.20250919
-> installed stdlib-shims.0.3.0
-> installed ocamlformat-rpc-lib.0.24.1
-> installed dune-build-info.3.21.1
-> installed odoc-parser.2.0.0
-> installed sexplib0.v0.16.0
-> installed dune-configurator.3.21.1
-> installed alcotest.1.9.1
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed menhir.20260209
-> installed ocamlformat.0.24.1
Done.

<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/Users/mac1000/.opam/4.14.2/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/Users/mac1000/.opam/4.14.2/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:44.40 ---> saved as "5c23383f2bac1d7d107e28baa29a66cb27571445aeef374946b6211d1c3a4d44"

/: (run (shell  "opam reinstall --with-test --verbose ocamlformat.0.24.1;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'ocamlformat.0.24.1' && 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 ocamlformat 0.24.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ocamlformat: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocamlformat" "-j" "11" "@install" "@runtest" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/ocamlformat.0.24.1)
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -g -bin-annot -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat_stdlib__ -o vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte/ocamlformat_stdlib__Fpath_ext.cmo -c -impl vendor/ocamlformat-stdlib/fpath_ext.ml)
- File "vendor/ocamlformat-stdlib/fpath_ext.ml", line 3, characters 13-28:
- 3 | let cwd () = Caml.Sys.getcwd () |> v
-                  ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "vendor/ocamlformat-stdlib/fpath_ext.ml", line 5, characters 30-50:
- 5 | let exists p = to_string p |> Caml.Sys.file_exists
-                                   ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -g -bin-annot -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat_stdlib__ -o vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte/ocamlformat_stdlib__Warning.cmo -c -impl vendor/ocamlformat-stdlib/warning.ml)
- File "vendor/ocamlformat-stdlib/warning.ml", line 17, characters 43-68:
- 17 |   | Some reporter -> Location.print_report Caml.Format.err_formatter reporter
-                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -g -bin-annot -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -no-alias-deps -open Ocamlformat_stdlib__ -o vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte/ocamlformat_stdlib.cmi -c -intf vendor/ocamlformat-stdlib/ocamlformat_stdlib.mli)
- File "vendor/ocamlformat-stdlib/ocamlformat_stdlib.mli", line 8, characters 16-27:
- 8 | module Format = Caml.Format
-                     ^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "vendor/ocamlformat-stdlib/ocamlformat_stdlib.mli", line 9, characters 18-31:
- 9 | module Filename = Caml.Filename
-                       ^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -g -bin-annot -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat_stdlib__ -o vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte/ocamlformat_stdlib.cmo -c -impl vendor/ocamlformat-stdlib/ocamlformat_stdlib.ml)
- File "vendor/ocamlformat-stdlib/ocamlformat_stdlib.ml", line 9, characters 16-27:
- 9 | module Format = Caml.Format
-                     ^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "vendor/ocamlformat-stdlib/ocamlformat_stdlib.ml", line 10, characters 18-31:
- 10 | module Filename = Caml.Filename
-                        ^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -g -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat_stdlib__ -o vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native/ocamlformat_stdlib__Warning.cmx -c -impl vendor/ocamlformat-stdlib/warning.ml)
- File "vendor/ocamlformat-stdlib/warning.ml", line 17, characters 43-68:
- 17 |   | Some reporter -> Location.print_report Caml.Format.err_formatter reporter
-                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -g -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat_stdlib__ -o vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native/ocamlformat_stdlib__Fpath_ext.cmx -c -impl vendor/ocamlformat-stdlib/fpath_ext.ml)
- File "vendor/ocamlformat-stdlib/fpath_ext.ml", line 3, characters 13-28:
- 3 | let cwd () = Caml.Sys.getcwd () |> v
-                  ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "vendor/ocamlformat-stdlib/fpath_ext.ml", line 5, characters 30-50:
- 5 | let exists p = to_string p |> Caml.Sys.file_exists
-                                   ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -g -bin-annot -I vendor/parser-recovery/menhir-recover/.main.eobjs/byte -I /Users/mac1000/.opam/4.14.2/lib/fix -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/menhirSdk -no-alias-deps -open Dune__exe -o vendor/parser-recovery/menhir-recover/.main.eobjs/byte/dune__exe__Synthesis.cmo -c -impl vendor/parser-recovery/menhir-recover/synthesis.ml)
- File "vendor/parser-recovery/menhir-recover/synthesis.ml", line 194, characters 15-29:
- 194 |               (Lr1.reductions st)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -g -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat_stdlib__ -o vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native/ocamlformat_stdlib.cmx -c -impl vendor/ocamlformat-stdlib/ocamlformat_stdlib.ml)
- File "vendor/ocamlformat-stdlib/ocamlformat_stdlib.ml", line 9, characters 16-27:
- 9 | module Format = Caml.Format
-                     ^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "vendor/ocamlformat-stdlib/ocamlformat_stdlib.ml", line 10, characters 18-31:
- 10 | module Filename = Caml.Filename
-                        ^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -g -bin-annot -I vendor/parser-recovery/menhir-recover/.main.eobjs/byte -I /Users/mac1000/.opam/4.14.2/lib/fix -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/menhirSdk -no-alias-deps -open Dune__exe -o vendor/parser-recovery/menhir-recover/.main.eobjs/byte/dune__exe__Main.cmo -c -impl vendor/parser-recovery/menhir-recover/main.ml)
- File "vendor/parser-recovery/menhir-recover/main.ml", line 47, characters 11-25:
- 47 |           (Lr1.reductions st));
-                 ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -g -I vendor/parser-recovery/menhir-recover/.main.eobjs/byte -I vendor/parser-recovery/menhir-recover/.main.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/fix -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/menhirSdk -intf-suffix .ml -no-alias-deps -open Dune__exe -o vendor/parser-recovery/menhir-recover/.main.eobjs/native/dune__exe__Synthesis.cmx -c -impl vendor/parser-recovery/menhir-recover/synthesis.ml)
- File "vendor/parser-recovery/menhir-recover/synthesis.ml", line 194, characters 15-29:
- 194 |               (Lr1.reductions st)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -g -I vendor/parser-recovery/menhir-recover/.main.eobjs/byte -I vendor/parser-recovery/menhir-recover/.main.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/fix -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/menhirSdk -intf-suffix .ml -no-alias-deps -open Dune__exe -o vendor/parser-recovery/menhir-recover/.main.eobjs/native/dune__exe__Main.cmx -c -impl vendor/parser-recovery/menhir-recover/main.ml)
- File "vendor/parser-recovery/menhir-recover/main.ml", line 47, characters 11-25:
- 47 |           (Lr1.reductions st));
-                 ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Literal_lexer.cmo -c -impl lib/Literal_lexer.ml)
- File "lib/Literal_lexer.mll", line 13, characters 5-9:
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__File_system.cmo -c -impl lib/File_system.ml)
- File "lib/File_system.ml", line 37, characters 10-29:
- 37 |     match Caml.Sys.getenv_opt "XDG_CONFIG_HOME" with
-                ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/File_system.ml", line 39, characters 12-31:
- 39 |       match Caml.Sys.getenv_opt "HOME" with
-                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Migrate_ast.cmo -c -impl lib/Migrate_ast.ml)
- File "lib/Migrate_ast.ml", line 115, characters 4-23:
- 115 |     Caml.Format.fprintf ppf "File \"%s\", line %d, characters %d-%d:"
-           ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Toplevel_lexer.cmo -c -impl lib/Toplevel_lexer.ml)
- File "lib/Toplevel_lexer.mll", line 13, characters 5-9:
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Fmt_odoc.cmo -c -impl lib/Fmt_odoc.ml)
- File "lib/Fmt_odoc.ml", line 98, characters 27-52:
- 98 |             Docstring.warn Caml.Format.err_formatter
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Cmts.cmo -c -impl lib/Cmts.ml)
- File "lib/Cmts.ml", line 27, characters 6-26:
- 27 |       Caml.Format.asprintf "%a" Printast.expression e
-            ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Cmts.ml", line 29, characters 30-50:
- 29 |     let pattern_to_string e = Caml.Format.asprintf "%a" Printast.pattern e
-                                    ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Cmts.ml", line 306, characters 4-23:
- 306 |     Caml.Format.eprintf "relocate %a to %a and %a@\n%!" Location.fmt src
-           ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Cmts.ml", line 423, characters 6-25:
- 423 |       Caml.Format.eprintf "AST:\n%a\n%!"
-             ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Translation_unit.cmo -c -impl lib/Translation_unit.ml)
- File "lib/Translation_unit.ml", line 34, characters 48-61:
- 34 | let exe = chop_any_extension (Filename.basename Caml.Sys.argv.(0))
-                                                      ^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 58, characters 7-23:
- 58 |       (Caml.Sys.command
-             ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 60, characters 4-19:
- 60 |     Caml.Sys.remove p ;
-          ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 61, characters 4-19:
- 61 |     Caml.Sys.remove n
-          ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 434, characters 8-22:
- 434 |         Caml.flush_all () ;
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Ast.cmo -c -impl lib/Ast.ml)
- File "lib/Ast.ml", line 960, characters 17-44:
- 960 |         let bt = Caml.Printexc.get_backtrace () in
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -bin-annot -I lib/.ocamlformat.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-standard/.parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/byte/ocamlformat__Fmt_ast.cmo -c -impl lib/Fmt_ast.ml)
- File "lib/Fmt_ast.ml", line 92, characters 19-46:
- 92 |           let bt = Caml.Printexc.get_backtrace () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 93, characters 10-29:
- 93 |           Caml.Format.eprintf "@\nFAIL@\n%a@\n%s@.%!" Ast.dump ast bt ;
-                ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4462, characters 21-41:
- 4462 |         Error (`Msg (Caml.Format.asprintf "expecting: %s" x))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4464, characters 21-41:
- 4464 |         Error (`Msg (Caml.Format.asprintf "not expecting: %s" x))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4466, characters 21-41:
- 4466 |         Error (`Msg (Caml.Format.asprintf "invalid toplevel or OCaml syntax"))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4468, characters 21-41:
- 4468 |         Error (`Msg (Caml.Format.asprintf "%a" Exn.pp e))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Literal_lexer.cmx -c -impl lib/Literal_lexer.ml)
- File "lib/Literal_lexer.mll", line 13, characters 5-9:
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__File_system.cmx -c -impl lib/File_system.ml)
- File "lib/File_system.ml", line 37, characters 10-29:
- 37 |     match Caml.Sys.getenv_opt "XDG_CONFIG_HOME" with
-                ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/File_system.ml", line 39, characters 12-31:
- 39 |       match Caml.Sys.getenv_opt "HOME" with
-                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Migrate_ast.cmx -c -impl lib/Migrate_ast.ml)
- File "lib/Migrate_ast.ml", line 115, characters 4-23:
- 115 |     Caml.Format.fprintf ppf "File \"%s\", line %d, characters %d-%d:"
-           ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Toplevel_lexer.cmx -c -impl lib/Toplevel_lexer.ml)
- File "lib/Toplevel_lexer.mll", line 13, characters 5-9:
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Fmt_odoc.cmx -c -impl lib/Fmt_odoc.ml)
- File "lib/Fmt_odoc.ml", line 98, characters 27-52:
- 98 |             Docstring.warn Caml.Format.err_formatter
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Ast.cmx -c -impl lib/Ast.ml)
- File "lib/Ast.ml", line 960, characters 17-44:
- 960 |         let bt = Caml.Printexc.get_backtrace () in
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Cmts.cmx -c -impl lib/Cmts.ml)
- File "lib/Cmts.ml", line 27, characters 6-26:
- 27 |       Caml.Format.asprintf "%a" Printast.expression e
-            ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Cmts.ml", line 29, characters 30-50:
- 29 |     let pattern_to_string e = Caml.Format.asprintf "%a" Printast.pattern e
-                                    ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Cmts.ml", line 306, characters 4-23:
- 306 |     Caml.Format.eprintf "relocate %a to %a and %a@\n%!" Location.fmt src
-           ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Cmts.ml", line 423, characters 6-25:
- 423 |       Caml.Format.eprintf "AST:\n%a\n%!"
-             ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Fmt_ast.cmx -c -impl lib/Fmt_ast.ml)
- File "lib/Fmt_ast.ml", line 92, characters 19-46:
- 92 |           let bt = Caml.Printexc.get_backtrace () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 93, characters 10-29:
- 93 |           Caml.Format.eprintf "@\nFAIL@\n%a@\n%s@.%!" Ast.dump ast bt ;
-                ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4462, characters 21-41:
- 4462 |         Error (`Msg (Caml.Format.asprintf "expecting: %s" x))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4464, characters 21-41:
- 4464 |         Error (`Msg (Caml.Format.asprintf "not expecting: %s" x))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4466, characters 21-41:
- 4466 |         Error (`Msg (Caml.Format.asprintf "invalid toplevel or OCaml syntax"))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Fmt_ast.ml", line 4468, characters 21-41:
- 4468 |         Error (`Msg (Caml.Format.asprintf "%a" Exn.pp e))
-                             ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocaml_common -open Parser_extended -open Ocamlformat_stdlib -open Ocamlformat_result.Global_scope -g -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Ocamlformat -o lib/.ocamlformat.objs/native/ocamlformat__Translation_unit.cmx -c -impl lib/Translation_unit.ml)
- File "lib/Translation_unit.ml", line 34, characters 48-61:
- 34 | let exe = chop_any_extension (Filename.basename Caml.Sys.argv.(0))
-                                                      ^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 58, characters 7-23:
- 58 |       (Caml.Sys.command
-             ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 60, characters 4-19:
- 60 |     Caml.Sys.remove p ;
-          ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 61, characters 4-19:
- 61 |     Caml.Sys.remove n
-          ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "lib/Translation_unit.ml", line 434, characters 8-22:
- 434 |         Caml.flush_all () ;
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -g -I test/unit/.test_unit.eobjs/byte -I test/unit/.test_unit.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/alcotest -I /Users/mac1000/.opam/4.14.2/lib/alcotest/engine -I /Users/mac1000/.opam/4.14.2/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/cli -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/stdlib-shims -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I /Users/mac1000/.opam/4.14.2/lib/uutf -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o test/unit/.test_unit.eobjs/native/dune__exe__Test_literal_lexer.cmx -c -impl test/unit/test_literal_lexer.ml)
- File "test/unit/test_literal_lexer.ml", line 22, characters 48-60:
- 22 |         Alcotest.check Alcotest.(option string) Caml.__LOC__ expected got )
-                                                      ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_literal_lexer.ml", line 60, characters 10-22:
- 60 |           Caml.__LOC__ expected got )
-                ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocamlformat_stdlib -g -I bin/ocamlformat/.main.eobjs/byte -I bin/ocamlformat/.main.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -o bin/ocamlformat/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/ocamlformat/main.ml)
- File "bin/ocamlformat/main.ml", line 16, characters 0-12:
- 16 | Caml.at_exit (Format.pp_print_flush Format.err_formatter) ;;
-      ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "bin/ocamlformat/main.ml", line 18, characters 0-12:
- 18 | Caml.at_exit (Format_.pp_print_flush Format_.err_formatter)
-      ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "bin/ocamlformat/main.ml", line 99, characters 13-22:
- 99 |   | Ok () -> Caml.exit 0
-                   ^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "bin/ocamlformat/main.ml", line 102, characters 6-15:
- 102 |       Caml.exit 1 )
-             ^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "bin/ocamlformat/main.ml", line 103, characters 27-36:
- 103 | | Ok (`Version | `Help) -> Caml.exit 0
-                                  ^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "bin/ocamlformat/main.ml", line 104, characters 13-22:
- 104 | | Error _ -> Caml.exit 1
-                    ^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -g -I test/unit/.test_unit.eobjs/byte -I test/unit/.test_unit.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/alcotest -I /Users/mac1000/.opam/4.14.2/lib/alcotest/engine -I /Users/mac1000/.opam/4.14.2/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/cli -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/stdlib-shims -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I /Users/mac1000/.opam/4.14.2/lib/uutf -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o test/unit/.test_unit.eobjs/native/dune__exe__Test_fmt.cmx -c -impl test/unit/test_fmt.ml)
- File "test/unit/test_fmt.ml", line 25, characters 41-53:
- 25 |         Alcotest.check Alcotest.(string) Caml.__LOC__ expected got ;
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 26, characters 48-60:
- 26 |         Alcotest.check Alcotest.(option string) Caml.__LOC__ expected_r got_r
-                                                      ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 42, characters 41-53:
- 42 |         Alcotest.check Alcotest.(string) Caml.__LOC__ expected got ;
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 43, characters 48-60:
- 43 |         Alcotest.check Alcotest.(option string) Caml.__LOC__ expected_r got_r
-                                                      ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 63, characters 41-53:
- 63 |         Alcotest.check Alcotest.(string) Caml.__LOC__ expected got ;
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 67, characters 10-22:
- 67 |           Caml.__LOC__ expected_calls got_calls )
-                ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 88, characters 41-53:
- 88 |         Alcotest.check Alcotest.(string) Caml.__LOC__ expected got ;
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 92, characters 10-22:
- 92 |           Caml.__LOC__ expected_calls got_calls )
-                ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "test/unit/test_fmt.ml", line 109, characters 39-51:
- 109 |         Alcotest.check Alcotest.string Caml.__LOC__ expected got )
-                                              ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -open Ocamlformat_stdlib -g -I bin/ocamlformat-rpc/.main.eobjs/byte -I bin/ocamlformat-rpc/.main.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/csexp -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I lib-rpc-server/.ocamlformat_rpc.objs/byte -I lib-rpc-server/.ocamlformat_rpc.objs/native -I lib-rpc/lib-protocol/.ocamlformat_rpc_lib_protocol.objs/byte -I lib-rpc/lib-protocol/.ocamlformat_rpc_lib_protocol.objs/native -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -o bin/ocamlformat-rpc/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/ocamlformat-rpc/main.ml)
- File "bin/ocamlformat-rpc/main.ml", line 15, characters 2-14:
- 15 |   Caml.at_exit (Format.pp_print_flush Format.err_formatter) ;
-        ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "bin/ocamlformat-rpc/main.ml", line 16, characters 2-14:
- 16 |   Caml.at_exit (Format_.pp_print_flush Format_.err_formatter)
-        ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- File "bin/ocamlformat-rpc/main.ml", line 77, characters 9-18:
- 77 | let () = Caml.exit @@ Cmd.eval_result (Cmd.v info rpc_main_t)
-               ^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -noassert -g -I test/unit/.test_unit.eobjs/byte -I test/unit/.test_unit.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/alcotest -I /Users/mac1000/.opam/4.14.2/lib/alcotest/engine -I /Users/mac1000/.opam/4.14.2/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/base -I /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types -I /Users/mac1000/.opam/4.14.2/lib/base/caml -I /Users/mac1000/.opam/4.14.2/lib/base/shadow_stdlib -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/dune-build-info -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/cli -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lexer -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/lib -I /Users/mac1000/.opam/4.14.2/lib/ocp-indent/utils -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdio -I /Users/mac1000/.opam/4.14.2/lib/stdlib-shims -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uuseg -I /Users/mac1000/.opam/4.14.2/lib/uutf -I lib/.ocamlformat.objs/byte -I lib/.ocamlformat.objs/native -I vendor/ocaml-common/.ocaml_common.objs/byte -I vendor/ocaml-common/.ocaml_common.objs/native -I vendor/ocamlformat-result/.ocamlformat_result.objs/byte -I vendor/ocamlformat-result/.ocamlformat_result.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.format_.objs/byte -I vendor/ocamlformat_support/.format_.objs/native -I vendor/parser-extended/.parser_extended.objs/byte -I vendor/parser-extended/.parser_extended.objs/native -I vendor/parser-recovery/lib/.parser_recovery.objs/byte -I vendor/parser-recovery/lib/.parser_recovery.objs/native -I vendor/parser-shims/.parser_shims.objs/byte -I vendor/parser-shims/.parser_shims.objs/native -I vendor/parser-standard/.parser_standard.objs/byte -I vendor/parser-standard/.parser_standard.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o test/unit/.test_unit.eobjs/native/dune__exe__Test_unit.cmx -c -impl test/unit/test_unit.ml)
- File "test/unit/test_unit.ml", line 49, characters 24-43:
- 49 |     let pp ppf (s, e) = Caml.Format.fprintf ppf "(%d, %d)" s e
-                              ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default/test/unit && ./test_unit.exe)
- Testing `ocamlformat'.
- This run has ID `16BSF4Y0'.
- 
-   [OK]          Location                               0   compare_width_decr...
-   [OK]          Location                               1   compare_width_decr...
-   [OK]          Location                               2   compare_width_decr...
-   [OK]          Location                               3   compare_width_decr...
-   [OK]          non overlapping interval tree          0   dump: empty.
-   [OK]          non overlapping interval tree          1   dump: singleton.
-   [OK]          non overlapping interval tree          2   dump: disjoint.
-   [OK]          non overlapping interval tree          3   dump: same start.
-   [OK]          non overlapping interval tree          4   dump: same end.
-   [OK]          non overlapping interval tree          5   dump: inclusion.
-   [OK]          non overlapping interval tree          6   roots: empty.
-   [OK]          non overlapping interval tree          7   roots: singleton.
-   [OK]          non overlapping interval tree          8   roots: disjoint.
-   [OK]          non overlapping interval tree          9   roots: inclusion.
-   [OK]          non overlapping interval tree         10   children: empty.
-   [OK]          non overlapping interval tree         11   children: no child...
-   [OK]          non overlapping interval tree         12   children: not pres...
-   [OK]          non overlapping interval tree         13   children: one level.
-   [OK]          non overlapping interval tree         14   children: two levels.
-   [OK]          non overlapping interval tree         15   children: no parti...
-   [OK]          Ast                                    0   !.
-   [OK]          Ast                                    1   ?.
-   [OK]          Ast                                    2   ~.
-   [OK]          Ast                                    3   *.
-   [OK]          Ast                                    4   +.
-   [OK]          Ast                                    5   !=.
-   [OK]          Ast                                    6   land.
-   [OK]          Ast                                    7   lor.
-   [OK]          Ast                                    8   ||.
-   [OK]          Ast                                    9   @.
-   [OK]          Ast                                   10   ::.
-   [OK]          Ast                                   11   :=.
-   [OK]          Ast                                   12   let+.
-   [OK]          Ast                                   13   and+.
-   [OK]          Ast                                   14   .().
-   [OK]          Ast                                   15   .*().
-   [OK]          Ast                                   16   .*(;..).
-   [OK]          Ast                                   17   .[].
-   [OK]          Ast                                   18   .*[].
-   [OK]          Ast                                   19   .*[;..].
-   [OK]          Ast                                   20   .{}.
-   [OK]          Ast                                   21   .*{}.
-   [OK]          Ast                                   22   .*{;..}.
-   [OK]          Ast                                   23   .{}<-.
-   [OK]          Ast                                   24   .*{}<-.
-   [OK]          Ast                                   25   .*{;..}<-.
-   [OK]          Ast                                   26   let.
-   [OK]          Ast                                   27   let+abc.
-   [OK]          Ast                                   28   and.
-   [OK]          Ast                                   29   *.
-   [OK]          Ast                                   30   +.
-   [OK]          Ast                                   31   !=.
-   [OK]          Ast                                   32   land.
-   [OK]          Ast                                   33   lor.
-   [OK]          Ast                                   34   ||.
-   [OK]          Ast                                   35   @.
-   [OK]          Ast                                   36   ::.
-   [OK]          Ast                                   37   :=.
-   [OK]          Ast                                   38   let+.
-   [OK]          Ast                                   39   and+.
-   [OK]          Ast                                   40   let.
-   [OK]          Ast                                   41   let+abc.
-   [OK]          Ast                                   42   and.
-   [OK]          Ast                                   43   .().
-   [OK]          Ast                                   44   .*().
-   [OK]          Ast                                   45   .*(;..).
-   [OK]          Ast                                   46   .[].
-   [OK]          Ast                                   47   .*[].
-   [OK]          Ast                                   48   .*[;..].
-   [OK]          Ast                                   49   .{}.
-   [OK]          Ast                                   50   .*{}.
-   [OK]          Ast                                   51   .*{;..}.
-   [OK]          Ast                                   52   .{}<-.
-   [OK]          Ast                                   53   .*{}<-.
-   [OK]          Ast                                   54   .*{;..}<-.
-   [OK]          Ast                                   55   *.
-   [OK]          Ast                                   56   +.
-   [OK]          Ast                                   57   !=.
-   [OK]          Ast                                   58   land.
-   [OK]          Ast                                   59   lor.
-   [OK]          Ast                                   60   ||.
-   [OK]          Ast                                   61   @.
-   [OK]          Ast                                   62   ::.
-   [OK]          Ast                                   63   :=.
-   [OK]          Ast                                   64   let+.
-   [OK]          Ast                                   65   and+.
-   [OK]          Ast                                   66   .().
-   [OK]          Ast                                   67   .*().
-   [OK]          Ast                                   68   .*(;..).
-   [OK]          Ast                                   69   .[].
-   [OK]          Ast                                   70   .*[].
-   [OK]          Ast                                   71   .*[;..].
-   [OK]          Ast                                   72   .{}.
-   [OK]          Ast                                   73   .*{}.
-   [OK]          Ast                                   74   .*{;..}.
-   [OK]          Ast                                   75   .{}<-.
-   [OK]          Ast                                   76   .*{}<-.
-   [OK]          Ast                                   77   .*{;..}<-.
-   [OK]          Ast                                   78   let.
-   [OK]          Ast                                   79   let+abc.
-   [OK]          Ast                                   80   and.
-   [OK]          Ast                                   81   #.
-   [OK]          Ast                                   82   #.
-   [OK]          Ast                                   83   ##.
-   [OK]          Ast                                   84   #++.
-   [OK]          Ast                                   85   #---#.
-   [OK]          Ast                                   86   let.
-   [OK]          Ast                                   87   let+abc.
-   [OK]          Ast                                   88   and.
-   [OK]          Ast                                   89   *.
-   [OK]          Ast                                   90   +.
-   [OK]          Ast                                   91   !=.
-   [OK]          Ast                                   92   land.
-   [OK]          Ast                                   93   lor.
-   [OK]          Ast                                   94   ||.
-   [OK]          Ast                                   95   @.
-   [OK]          Ast                                   96   ::.
-   [OK]          Ast                                   97   :=.
-   [OK]          Ast                                   98   let+.
-   [OK]          Ast                                   99   and+.
-   [OK]          Ast                                  100   .().
-   [OK]          Ast                                  101   .*().
-   [OK]          Ast                                  102   .*(;..).
-   [OK]          Ast                                  103   .[].
-   [OK]          Ast                                  104   .*[].
-   [OK]          Ast                                  105   .*[;..].
-   [OK]          Ast                                  106   .{}.
-   [OK]          Ast                                  107   .*{}.
-   [OK]          Ast                                  108   .*{;..}.
-   [OK]          Ast                                  109   .{}<-.
-   [OK]          Ast                                  110   .*{}<-.
-   [OK]          Ast                                  111   .*{;..}<-.
-   [OK]          Ast                                  112   let+.
-   [OK]          Ast                                  113   and+.
-   [OK]          Ast                                  114   *.
-   [OK]          Ast                                  115   +.
-   [OK]          Ast                                  116   !=.
-   [OK]          Ast                                  117   let.
-   [OK]          Ast                                  118   let+abc.
-   [OK]          Ast                                  119   and.
-   [OK]          Ast                                  120   and#.
-   [OK]          Ast                                  121   land.
-   [OK]          Ast                                  122   lor.
-   [OK]          Ast                                  123   ||.
-   [OK]          Ast                                  124   @.
-   [OK]          Ast                                  125   ::.
-   [OK]          Ast                                  126   :=.
-   [OK]          Ast                                  127   .().
-   [OK]          Ast                                  128   .*().
-   [OK]          Ast                                  129   .*(;..).
-   [OK]          Ast                                  130   .[].
-   [OK]          Ast                                  131   .*[].
-   [OK]          Ast                                  132   .*[;..].
-   [OK]          Ast                                  133   .{}.
-   [OK]          Ast                                  134   .*{}.
-   [OK]          Ast                                  135   .*{;..}.
-   [OK]          Ast                                  136   .{}<-.
-   [OK]          Ast                                  137   .*{}<-.
-   [OK]          Ast                                  138   .*{;..}<-.
-   [OK]          Indent                                 0   Partial_ast.indent...
-   [OK]          Indent                                 1   Partial_ast.indent...
-   [OK]          Indent                                 2   Partial_ast.indent...
-   [OK]          Indent                                 3   Partial_ast.indent...
-   [OK]          Literal_lexer                          0   string: string: no...
-   [OK]          Literal_lexer                          1   string: simple (pr...
-   [OK]          Literal_lexer                          2   string: simple (no...
-   [OK]          Literal_lexer                          3   string: numeric es...
-   [OK]          Literal_lexer                          4   string: numeric es...
-   [OK]          Literal_lexer                          5   string: raw tab (p...
-   [OK]          Literal_lexer                          6   string: raw tab (n...
-   [OK]          Literal_lexer                          7   string: backslash ...
-   [OK]          Literal_lexer                          8   string: backslash ...
-   [OK]          Literal_lexer                          9   string: backslash ...
-   [OK]          Literal_lexer                         10   string: backslash ...
-   [OK]          Literal_lexer                         11   char: not a charac...
-   [OK]          Literal_lexer                         12   char: escaped newl...
-   [OK]          Literal_lexer                         13   char: letter.
-   [OK]          Literal_lexer                         14   char: escaped back...
-   [OK]          Literal_lexer                         15   char: escaped sing...
-   [OK]          Literal_lexer                         16   char: escaped doub...
-   [OK]          Literal_lexer                         17   char: backslash n.
-   [OK]          Literal_lexer                         18   char: backslash t.
-   [OK]          Literal_lexer                         19   char: backslash b.
-   [OK]          Literal_lexer                         20   char: backslash r.
-   [OK]          Literal_lexer                         21   char: backslash sp...
-   [OK]          Literal_lexer                         22   char: decimal escape.
-   [OK]          Literal_lexer                         23   char: octal escape.
-   [OK]          Literal_lexer                         24   char: hex escape.
-   [OK]          Fmt                                    0   lazy_: not using l...
-   [OK]          Fmt                                    1   lazy_: using lazy.
-   [OK]          Fmt                                    2   list_pn: evaluatio...
-   [OK]          Fmt                                    3   list_pn: does not ...
-   [OK]          Fmt                                    4   list_k: evaluation...
-   [OK]          Fmt                                    5   list_k: does not c...
-   [OK]          Fmt                                    6   sequence: 1 element.
-   [OK]          Fmt                                    7   sequence: empty list.
-   [OK]          Fmt                                    8   sequence: list.
-   [OK]          Fmt                                    9   sequence: long list.
-   [OK]          Range                                  0   make: "" None.
-   [OK]          Range                                  1   make: "" (0, 0).
-   [OK]          Range                                  2   make: "" (1, 0).
-   [OK]          Range                                  3   make: "" (-1, -1).
-   [OK]          Range                                  4   make: "" (1, 1).
-   [OK]          Range                                  5   make: "\n" None.
-   [OK]          Range                                  6   make: "\n" (0, 0).
-   [OK]          Range                                  7   make: "\n" (1, 0).
-   [OK]          Range                                  8   make: "\n" (-1, -1).
-   [OK]          Range                                  9   make: "\n" (1, 2).
-   [OK]          Range                                 10   make: "xxxx\nxxxxx...
-   [OK]          Range                                 11   make: "xxxx\nxxxxx...
-   [OK]          Range                                 12   make: "xxxx\nxxxxx...
-   [OK]          Range                                 13   make: "\n\n" None.
-   [OK]          Range                                 14   make: "\n\n" (0, 0).
-   [OK]          Range                                 15   make: "\n\n" (1, 2).
-   [OK]          Range                                 16   make: "\nxxxx\nxxx...
-   [OK]          Range                                 17   make: "xxx\nxxxx\n...
-   [OK]          Range                                 18   make: "xxx\nxxxx\n...
-   [OK]          Range                                 19   make: "xxx\nxxxx\n...
-   [OK]          Range                                 20   make: "xxx\nxxxx\n...
-   [OK]          Range                                 21   make: "xxx\nxxxx\n...
-   [OK]          Range                                 22   make: "xxx\nxxxx\n...
-   [OK]          Range                                 23   make: "xxx\nxxxx\n...
-   [OK]          Range                                 24   make: "xxx\nxxxx\n...
-   [OK]          Translation_unit                       0   parse_and_format s...
-   [OK]          Translation_unit                       1   parse_and_format u...
-   [OK]          Translation_unit                       2   parse_and_format c...
-   [OK]          Translation_unit                       3   parse_and_format c...
-   [OK]          Translation_unit                       4   parse_and_format c...
-   [OK]          Translation_unit                       5   parse_and_format c...
-   [OK]          Translation_unit                       6   parse_and_format c...
-   [OK]          Translation_unit                       7   parse_and_format m...
-   [OK]          Translation_unit                       8   parse_and_format m...
-   [OK]          Translation_unit                       9   parse_and_format m...
-   [OK]          Translation_unit                      10   parse_and_format m...
-   [OK]          Translation_unit                      11   parse_and_format e...
-   [OK]          Translation_unit                      12   numeric: empty buf...
-   [OK]          Translation_unit                      13   numeric: last buff...
-   [OK]          Translation_unit                      14   numeric: already f...
-   [OK]          Translation_unit                      15   numeric: not alrea...
-   [OK]          Translation_unit                      16   numeric: with pare...
-   [OK]          Translation_unit                      17   numeric: split ove...
-   [OK]          Translation_unit                      18   numeric: invalid f...
-   [OK]          Translation_unit                      19   numeric: already f...
-   [OK]          Translation_unit                      20   numeric: partial let.
-   [OK]          Translation_unit                      21   numeric: fit on 1 ...
-   [OK]          Translation_unit                      22   numeric (file): pa...
-   [OK]          Translation_unit                      23   numeric (file): pa...
-   [OK]          Translation_unit                      24   numeric (file): fo...
-   [OK]          Translation_unit                      25   numeric (file): fo...
- 
- Full test results in `~/.opam/4.14.2/.opam-switch/build/ocamlformat.0.24.1/_build/default/test/unit/_build/_tests/ocamlformat'.
- Test Successful in 0.054s. 249 tests run.
-> compiled  ocamlformat.0.24.1
-> removed   ocamlformat.0.24.1
-> installed ocamlformat.0.24.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:45.07 ---> saved as "6c7236a13eeaa1b47edf07156950b3944447e3e63dbaca2734f6e8da65e10cad"
Job succeeded
2026-03-23 09:45.33: Job succeeded