Organisationsocaml-ppxppxlibb5db31 ()macos-homebrew-5.4_arm64_opam-2.5

macos-homebrew-5.4_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-05-26 08:32.36: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (b5db31436c96fccae0a16a9006024f2461fc0fa1) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)
Base: macos-homebrew-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard b5db3143
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam
RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./src/./
RUN opam pin add -yn ppxlib.dev './src/./' && \
opam pin add -yn ppxlib-tools.dev './src/./' && \
opam pin add -yn ppxlib-bench.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-05-26 08:32.36: Using cache hint "ocaml-ppx/ppxlib-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-70073972bdc25d5dd6d75b23d159b2b2"
2026-05-26 08:32.36: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_arm64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./src/./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev './src/./' && \
\nopam pin add -yn ppxlib-tools.dev './src/./' && \
\nopam pin add -yn ppxlib-bench.dev './src/./'"))
(run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-05-26 08:32.36: Waiting for resource in pool OCluster
2026-05-26 08:32.37: Waiting for worker…
2026-05-26 08:32.37: Got resource from pool OCluster
Building on m1-worker-02
HEAD is now at a6fadbd2 Add preview version to dune-project
HEAD is now at b5db3143 Add ast_builder_pexp_apply test to .ocamlformat-ignore


(from macos-homebrew-ocaml-5.4)
2026-05-26 08:32.38 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache


/: (comment macos-homebrew-5.4_arm64_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
2026-05-26 08:32.38 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95f7875db7..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-26 08:32.38 ---> using "f2543f999b099b82cb7723c976c639eafd8b67c5a5c04fd0193a5a19ef80e62e" from cache


/: (run (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] synchronised from git+file:///Users/mac1000/opam-repository
default (at git+file:///Users/mac1000/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


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


2026-05-26 08:32.38 ---> using "aa7a2494781bb0bc2c8898c4f119f076f5d738da8142fe26d3889d8adab3f3c5" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.5.0
2026-05-26 08:32.39 ---> using "8c10acbe091547fcb381da69a1a8f7c5b715dc7635af25336c910c5fa7ad3ac3" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update -u"))


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-compiler.5.4.1
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-05-26 08:32.39 ---> using "c6b2eda34f457aaeeb06d6be4982742bb50f5dd84e5adcaa80630227c0839249" from cache


/: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./src/./))
2026-05-26 08:32.40 ---> saved as "346315d74a9e4a5390a0301ce3a11c24173ba3df4781fe53ee9845ad94de762e"


/: (run (network host)
(shell  "opam pin add -yn ppxlib.dev './src/./' && \
\nopam pin add -yn ppxlib-tools.dev './src/./' && \
\nopam pin add -yn ppxlib-bench.dev './src/./'"))
[ppxlib.dev] synchronised (file:///Users/mac1000/src)
ppxlib is now pinned to file:///Users/mac1000/src (version dev)
[ppxlib-tools.dev] synchronised (file:///Users/mac1000/src)
ppxlib-tools is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.
[ppxlib-bench.dev] synchronised (file:///Users/mac1000/src)
ppxlib-bench is now pinned to file:///Users/mac1000/src (version dev)
2026-05-26 08:32.56 ---> saved as "a83999cff47dbd723a558279ceb650f30487f12444682f7a7ce222b2dfe21af6"


/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-05-26 08:32.58 ---> saved as "9b1714b0ddadb756af200c977c23928e5bbe70225114c2cc78d75689534634f6"


/: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 yojson.3.0.0")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:4ba8d535df01e4bf97e6661c3815796fd77364ea2552606e891659133a76f0e1
- #=#=#                                                                          

                                                                           0.3%
                                                                           0.8%
#                                                                          2.1%
##                                                                         3.4%
###                                                                        4.2%
###                                                                        5.1%
####                                                                       5.9%
- 
####                                                                       6.6%
#####                                                                      7.5%
#####                                                                      8.3%
######                                                                     9.1%
#######                                                                    9.8%
#######                                                                   10.7%
########                                                                  11.5%
########                                                                  12.4%
#########                                                                 13.2%
##########                                                                13.9%
##########                                                                14.7%
- 
##########                                                                15.1%
###########                                                               15.5%
###########                                                               16.0%
###########                                                               16.3%
############                                                              16.7%
############                                                              17.1%
############                                                              17.5%
############                                                              17.9%
#############                                                             18.4%
#############                                                             18.8%
#############                                                             19.2%
- 
##############                                                            19.6%
##############                                                            20.0%
##############                                                            20.5%
###############                                                           21.0%
###############                                                           21.4%
###############                                                           21.8%
################                                                          22.3%
################                                                          22.7%
################                                                          23.0%
################                                                          23.4%
#################                                                         23.8%
- 
#################                                                         24.2%
#################                                                         24.7%
##################                                                        25.1%
##################                                                        25.5%
##################                                                        25.9%
##################                                                        26.3%
###################                                                       26.7%
###################                                                       27.1%
###################                                                       27.5%
####################                                                      27.9%
####################                                                      28.4%
- 
####################                                                      28.8%
#####################                                                     29.2%
#####################                                                     29.6%
#####################                                                     30.0%
#####################                                                     30.4%
######################                                                    30.9%
######################                                                    31.3%
######################                                                    31.6%
#######################                                                   32.0%
#######################                                                   32.4%
#######################                                                   32.9%
- 
#######################                                                   33.3%
########################                                                  33.6%
########################                                                  34.0%
########################                                                  34.3%
#########################                                                 34.7%
#########################                                                 35.1%
#########################                                                 35.5%
#########################                                                 36.0%
##########################                                                36.4%
##########################                                                36.8%
##########################                                                37.2%
- 
###########################                                               37.6%
###########################                                               38.0%
###########################                                               38.4%
###########################                                               38.8%
############################                                              39.2%
############################                                              39.6%
############################                                              40.1%
#############################                                             40.5%
#############################                                             40.9%
#############################                                             41.3%
##############################                                            41.8%
- 
##############################                                            42.2%
##############################                                            42.5%
##############################                                            42.9%
###############################                                           43.3%
###############################                                           43.8%
###############################                                           44.2%
################################                                          44.6%
################################                                          45.0%
################################                                          45.4%
################################                                          45.7%
#################################                                         46.3%
- 
#################################                                         46.6%
#################################                                         47.1%
##################################                                        47.5%
##################################                                        47.9%
##################################                                        48.3%
###################################                                       48.8%
###################################                                       49.2%
###################################                                       49.6%
####################################                                      50.1%
####################################                                      50.5%
####################################                                      50.9%
- 
####################################                                      51.3%
#####################################                                     51.6%
#####################################                                     52.0%
#####################################                                     52.5%
######################################                                    52.9%
######################################                                    53.3%
######################################                                    53.9%
#######################################                                   54.3%
#######################################                                   54.7%
#######################################                                   55.1%
########################################                                  55.6%
- 
########################################                                  56.0%
########################################                                  56.4%
########################################                                  56.8%
#########################################                                 57.1%
#########################################                                 57.7%
#########################################                                 58.0%
##########################################                                58.5%
##########################################                                58.9%
##########################################                                59.3%
##########################################                                59.7%
###########################################                               60.1%
- 
###########################################                               60.6%
###########################################                               61.0%
############################################                              61.4%
############################################                              61.8%
############################################                              62.1%
#############################################                             62.6%
#############################################                             63.0%
#############################################                             63.4%
#############################################                             63.8%
##############################################                            64.2%
##############################################                            64.7%
##############################################                            65.1%
- 
###############################################                           65.5%
###############################################                           65.8%
###############################################                           66.2%
###############################################                           66.6%
################################################                          67.1%
################################################                          67.5%
################################################                          67.9%
#################################################                         68.6%
#################################################                         69.4%
##################################################                        70.2%
###################################################                       71.0%
- 
###################################################                       71.7%
####################################################                      72.6%
####################################################                      73.4%
#####################################################                     74.3%
######################################################                    75.1%
######################################################                    75.8%
#######################################################                   76.6%
#######################################################                   77.4%
#######################################################                   77.8%
########################################################                  78.1%
########################################################                  78.6%
- 
########################################################                  79.0%
#########################################################                 79.4%
#########################################################                 79.8%
#########################################################                 80.2%
##########################################################                80.6%
##########################################################                81.1%
##########################################################                81.5%
###########################################################               82.0%
###########################################################               82.4%
###########################################################               82.8%
###########################################################               83.2%
- 
############################################################              83.6%
############################################################              84.0%
############################################################              84.4%
#############################################################             84.8%
#############################################################             85.2%
#############################################################             85.6%
#############################################################             86.1%
##############################################################            86.5%
##############################################################            86.9%
##############################################################            87.3%
###############################################################           87.6%
- 
###############################################################           88.2%
###############################################################           88.5%
################################################################          88.9%
################################################################          89.3%
################################################################          89.8%
################################################################          90.2%
#################################################################         90.6%
#################################################################         91.0%
#################################################################         91.5%
##################################################################        91.9%
##################################################################        92.4%
- 
##################################################################        92.8%
###################################################################       93.2%
###################################################################       93.5%
###################################################################       93.9%
###################################################################       94.4%
####################################################################      94.8%
####################################################################      95.2%
####################################################################      95.6%
#####################################################################     95.9%
#####################################################################     96.5%
#####################################################################     96.9%
######################################################################    97.2%
- 
######################################################################    97.6%
######################################################################    98.1%
######################################################################    98.5%
#######################################################################   98.9%
#######################################################################   99.3%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5_1.arm64_big_sur.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
- 
- Updated 2 taps (homebrew/core and homebrew/cask).
- ==> New Formulae
- cloudmonkey: Apache CloudStack CloudMonkey CLI
- herdr: Agent multiplexer that lives in your terminal
- ladder: Selfhosted alternative to 12ft.io and 1ft.io HTTP web proxies
- mips-linux-gnu-binutils: GNU Binutils for mips-linux-gnu cross development
- vs-preview: Previewer for VapourSynth scripts


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib-tools.dev] synchronised (file:///Users/mac1000/src)
[ppxlib-bench.dev] synchronised (file:///Users/mac1000/src)
[ppxlib.dev] synchronised (file:///Users/mac1000/src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-05-26 08:34.05 ---> saved as "c038d07abed199cbb45be734d616cf30869c4cf44854e00c7ab7ecaab1813cbc"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 13 packages
- install base                    v0.17.3
- install cinaps                  v0.15.1
- install cmdliner                2.1.1
- install csexp                   1.5.2
- install dune                    3.23.1
- install dune-configurator       3.23.1
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.2
- install ocamlfind               1.9.8
- install ppx_derivers            1.2.1
- install re                      1.14.0
- install sexplib0                v0.17.0
- install yojson                  3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlfind.1.9.8
-> installed dune.3.23.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed yojson.3.0.0
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.23.1
-> installed base.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-26 08:35.00 ---> saved as "63a370f54188360c8ea79a021d17d28fb354306a5c9a7a5d4e044a9aff58bcc6"


/: (copy (src .) (dst ./src))
2026-05-26 08:35.01 ---> saved as "825f4001732118bfa291b3375d48e8c33d08bb43322236b4b6a50e3ba01a6641"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune-project", line 21, characters 2-42:
21 |   (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=
v0.15))) in 'depends' field. If you want to specify multiple constraints,
combine them using (and ...).
Hint: To disable this warning, add the following to your dune-project file:
(warnings (duplicate_deps disabled))
2026-05-26 08:35.21 ---> saved as "6b0653eed3b37dcd54b78c51158136c82150ecbb0e3c068be69f0de05f6d939f"
Job succeeded
2026-05-26 08:35.32: Job succeeded