Organisationsmiragedigestifbe4eb6 ()macos-homebrew-5.3_arm64_opam-2.3

macos-homebrew-5.3_arm64_opam-2.3

Link Copied
Code Copied

Logs

2025-04-17 09:48.12: New job: test mirage/digestif https://github.com/mirage/digestif.git#refs/heads/main (be4eb6e691062b941678b7ad3896672e1ce02274) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.3)
Base: macos-homebrew-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/digestif.git" -b "main" && cd "digestif" && git reset --hard be4eb6e6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
# macos-homebrew-5.3_arm64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 digestif.opam ./src/./
RUN opam pin add -yn digestif.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 cppo.1.8.0 crowbar.0.2.1 dune.3.18.0 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 logs.0.8.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y digestif.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


2025-04-17 09:48.12: Using cache hint "mirage/digestif-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.3-21d99e536fee49a7aa03b63a05b955ed"
2025-04-17 09:48.12: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(comment macos-homebrew-5.3_arm64_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
(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 "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src digestif.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn digestif.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 cppo.1.8.0 crowbar.0.2.1 dune.3.18.0 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 logs.0.8.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")
(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.3 --depext-only -y digestif.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"))
)


2025-04-17 09:48.12: Waiting for resource in pool OCluster
2025-04-17 09:48.13: Waiting for worker…
2025-04-17 09:48.13: Got resource from pool OCluster
Building on m1-worker-03
HEAD is now at 7884f23 Merge pull request #159 from mirage/prepare-v1.3.0
HEAD is now at be4eb6e Merge pull request #160 from jonahbeckford/remove-dkml


(from macos-homebrew-ocaml-5.3)
2025-04-17 09:48.13 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache


/: (comment macos-homebrew-5.3_arm64_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-04-17 09:48.14 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" 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] no changes from git+file:///Users/mac1000/opam-repository
2025-04-17 09:48.14 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.3.0
2.3.0
2025-04-17 09:48.14 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" 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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..1b767795a4  master     -> origin/master
1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.4.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-04-17 09:48.14 ---> using "46480ef44783440aee7d14bfd9a83b1c157389b39eb64d6462a6a880afa41512" from cache


/: (copy (src digestif.opam) (dst ./src/./))
2025-04-17 09:48.14 ---> using "298e1711f04d051c48f3eb9e4e6b580345eefb83792ca9e8f5db393915e21cfe" from cache


/: (run (network host)
(shell "opam pin add -yn digestif.dev './src/./'"))
[digestif.dev] synchronised (file:///Users/mac1000/src)
digestif is now pinned to file:///Users/mac1000/src (version dev)
2025-04-17 09:48.14 ---> using "6a451d5ecfb63bfb5dc1d3f63e299c9726880eb4dc9d5b809909149426c05aa8" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-04-17 09:48.14 ---> using "d00157f98d0113d953d793c5611edff4c1dce0cae3132973f91f5bc3571f0af8" from cache


/: (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 cppo.1.8.0 crowbar.0.2.1 dune.3.18.0 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 logs.0.8.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")


/: (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.3 --depext-only -y digestif.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:7645e2d653a335798030f6502e7834dfdbeeec5629429a1a34da5dbb2c57d63e
- #=#=#
- 
                                                                           0.1%
                                                                           0.3%
                                                                           0.7%
                                                                           1.3%
#                                                                          1.8%
#                                                                          2.5%
##                                                                         2.8%
- 
##                                                                         3.1%
##                                                                         3.2%
##                                                                         3.5%
##                                                                         3.6%
##                                                                         3.9%
###                                                                        4.2%
###                                                                        4.3%
###                                                                        4.6%
###                                                                        4.9%
###                                                                        5.1%
- 
###                                                                        5.2%
###                                                                        5.5%
####                                                                       5.7%
####                                                                       5.9%
####                                                                       6.2%
####                                                                       6.4%
####                                                                       6.6%
####                                                                       6.9%
#####                                                                      7.1%
#####                                                                      7.3%
#####                                                                      7.5%
- 
#####                                                                      7.8%
#####                                                                      8.0%
#####                                                                      8.2%
######                                                                     8.4%
######                                                                     8.6%
######                                                                     8.9%
######                                                                     9.1%
######                                                                     9.3%
######                                                                     9.6%
#######                                                                    9.8%
#######                                                                   10.1%
- 
#######                                                                   10.2%
#######                                                                   10.5%
#######                                                                   10.6%
#######                                                                   10.9%
########                                                                  11.2%
########                                                                  11.5%
########                                                                  11.6%
########                                                                  11.9%
########                                                                  12.2%
########                                                                  12.3%
#########                                                                 12.6%
- 
#########                                                                 12.7%
#########                                                                 13.0%
#########                                                                 13.1%
#########                                                                 13.3%
#########                                                                 13.6%
#########                                                                 13.8%
##########                                                                14.0%
##########                                                                14.3%
##########                                                                14.4%
##########                                                                14.5%
##########                                                                14.8%
- 
##########                                                                14.9%
##########                                                                15.2%
###########                                                               15.3%
###########                                                               15.6%
###########                                                               15.7%
###########                                                               15.9%
###########                                                               16.2%
###########                                                               16.3%
###########                                                               16.4%
############                                                              16.7%
- 
############                                                              16.9%
############                                                              17.0%
############                                                              17.1%
############                                                              17.4%
############                                                              17.6%
############                                                              17.7%
############                                                              17.8%
############                                                              18.0%
#############                                                             18.2%
#############                                                             18.4%
#############                                                             18.5%
- 
#############                                                             18.7%
#############                                                             18.8%
#############                                                             19.1%
#############                                                             19.2%
#############                                                             19.4%
##############                                                            19.5%
##############                                                            19.6%
##############                                                            19.8%
##############                                                            19.9%
##############                                                            20.0%
- 
##############                                                            20.3%
##############                                                            20.4%
##############                                                            20.6%
##############                                                            20.7%
###############                                                           21.0%
###############                                                           21.1%
###############                                                           21.3%
###############                                                           21.4%
###############                                                           21.5%
###############                                                           21.7%
- 
###############                                                           21.8%
###############                                                           22.1%
################                                                          22.2%
################                                                          22.4%
################                                                          22.5%
################                                                          22.7%
################                                                          22.8%
################                                                          23.1%
################                                                          23.2%
################                                                          23.4%
- 
################                                                          23.5%
#################                                                         23.8%
#################                                                         23.9%
#################                                                         24.0%
#################                                                         24.2%
#################                                                         24.3%
#################                                                         24.5%
#################                                                         24.6%
#################                                                         24.8%
#################                                                         25.0%
##################                                                        25.1%
- 
##################                                                        25.3%
##################                                                        25.4%
##################                                                        25.5%
##################                                                        25.8%
##################                                                        26.0%
##################                                                        26.1%
##################                                                        26.2%
##################                                                        26.4%
###################                                                       26.7%
###################                                                       26.8%
- 
###################                                                       26.9%
###################                                                       27.1%
###################                                                       27.3%
###################                                                       27.5%
###################                                                       27.6%
###################                                                       27.8%
####################                                                      27.9%
####################                                                      28.0%
####################                                                      28.2%
####################                                                      28.5%
- 
####################                                                      28.6%
####################                                                      28.7%
####################                                                      28.9%
####################                                                      29.0%
#####################                                                     29.3%
#####################                                                     29.4%
#####################                                                     29.6%
#####################                                                     29.7%
#####################                                                     29.8%
#####################                                                     29.9%
#####################                                                     30.2%
- 
#####################                                                     30.4%
#####################                                                     30.5%
######################                                                    30.6%
######################                                                    30.8%
######################                                                    30.9%
######################                                                    31.2%
######################                                                    31.3%
######################                                                    31.5%
######################                                                    31.6%
######################                                                    31.8%
#######################                                                   32.0%
- 
#######################                                                   32.2%
#######################                                                   32.3%
#######################                                                   32.5%
#######################                                                   32.6%
#######################                                                   32.9%
#######################                                                   33.0%
#######################                                                   33.2%
########################                                                  33.4%
########################                                                  33.6%
########################                                                  33.7%
- 
########################                                                  34.0%
########################                                                  34.1%
########################                                                  34.4%
########################                                                  34.5%
#########################                                                 34.8%
#########################                                                 34.9%
#########################                                                 35.1%
#########################                                                 35.2%
#########################                                                 35.3%
#########################                                                 35.6%
- 
#########################                                                 35.8%
#########################                                                 35.9%
##########################                                                36.2%
##########################                                                36.3%
##########################                                                36.4%
##########################                                                36.7%
##########################                                                36.9%
##########################                                                37.0%
##########################                                                37.1%
##########################                                                37.4%
- 
###########################                                               37.6%
###########################                                               37.7%
###########################                                               37.8%
###########################                                               38.0%
###########################                                               38.1%
###########################                                               38.3%
###########################                                               38.4%
###########################                                               38.7%
###########################                                               38.8%
############################                                              39.0%
- 
############################                                              39.1%
############################                                              39.4%
############################                                              39.5%
############################                                              39.7%
############################                                              39.7%
############################                                              39.9%
############################                                              40.0%
#############################                                             40.3%
#############################                                             40.4%
#############################                                             40.6%
#############################                                             40.7%
- 
#############################                                             41.0%
#############################                                             41.1%
#############################                                             41.3%
#############################                                             41.6%
##############################                                            41.7%
##############################                                            41.8%
##############################                                            42.0%
##############################                                            42.1%
##############################                                            42.3%
##############################                                            42.4%
##############################                                            42.5%
- 
##############################                                            42.7%
##############################                                            42.8%
###############################                                           43.1%
###############################                                           43.2%
###############################                                           43.4%
###############################                                           43.5%
###############################                                           43.6%
###############################                                           43.9%
###############################                                           44.1%
###############################                                           44.2%
- 
###############################                                           44.3%
################################                                          44.5%
################################                                          44.7%
################################                                          44.9%
################################                                          45.0%
################################                                          45.1%
################################                                          45.3%
################################                                          45.4%
################################                                          45.6%
################################                                          45.7%
################################                                          45.8%
- 
#################################                                         46.1%
#################################                                         46.2%
#################################                                         46.4%
#################################                                         46.5%
#################################                                         46.7%
#################################                                         46.9%
#################################                                         47.1%
#################################                                         47.2%
##################################                                        47.4%
##################################                                        47.6%
- 
##################################                                        47.8%
##################################                                        47.9%
##################################                                        48.1%
##################################                                        48.2%
##################################                                        48.3%
##################################                                        48.5%
###################################                                       48.6%
###################################                                       48.8%
###################################                                       48.9%
###################################                                       49.0%
###################################                                       49.2%
- 
###################################                                       49.3%
###################################                                       49.4%
###################################                                       49.7%
###################################                                       49.8%
###################################                                       50.0%
####################################                                      50.1%
####################################                                      50.4%
####################################                                      50.5%
####################################                                      50.7%
####################################                                      50.8%
- 
####################################                                      50.9%
####################################                                      51.2%
####################################                                      51.4%
#####################################                                     51.5%
#####################################                                     51.6%
#####################################                                     51.9%
#####################################                                     52.1%
#####################################                                     52.2%
#####################################                                     52.3%
#####################################                                     52.5%
#####################################                                     52.6%
- 
#####################################                                     52.7%
######################################                                    53.0%
######################################                                    53.2%
######################################                                    53.3%
######################################                                    53.4%
######################################                                    53.6%
######################################                                    53.7%
######################################                                    53.9%
######################################                                    54.1%
#######################################                                   54.3%
- 
#######################################                                   54.4%
#######################################                                   54.6%
#######################################                                   54.7%
#######################################                                   54.8%
#######################################                                   55.1%
#######################################                                   55.2%
#######################################                                   55.3%
#######################################                                   55.5%
########################################                                  55.6%
########################################                                  55.9%
########################################                                  56.0%
- 
########################################                                  56.2%
########################################                                  56.3%
########################################                                  56.5%
########################################                                  56.6%
########################################                                  56.9%
#########################################                                 57.0%
#########################################                                 57.2%
#########################################                                 57.3%
#########################################                                 57.4%
#########################################                                 57.7%
- 
#########################################                                 57.9%
#########################################                                 58.0%
#########################################                                 58.1%
#########################################                                 58.3%
##########################################                                58.4%
##########################################                                58.6%
##########################################                                58.7%
##########################################                                58.8%
##########################################                                59.1%
##########################################                                59.2%
##########################################                                59.4%
- 
##########################################                                59.6%
###########################################                               59.8%
###########################################                               59.9%
###########################################                               60.0%
###########################################                               60.2%
###########################################                               60.5%
###########################################                               60.6%
###########################################                               60.7%
###########################################                               60.9%
###########################################                               61.0%
- 
############################################                              61.2%
############################################                              61.4%
############################################                              61.6%
############################################                              61.7%
############################################                              61.8%
############################################                              62.0%
############################################                              62.3%
############################################                              62.4%
#############################################                             62.5%
#############################################                             62.7%
#############################################                             62.8%
- 
#############################################                             63.0%
#############################################                             63.1%
#############################################                             63.2%
#############################################                             63.4%
#############################################                             63.5%
#############################################                             63.8%
##############################################                            63.9%
##############################################                            64.1%
##############################################                            64.2%
##############################################                            64.4%
- 
##############################################                            64.5%
##############################################                            64.6%
##############################################                            64.7%
##############################################                            64.9%
##############################################                            65.0%
##############################################                            65.1%
###############################################                           65.4%
###############################################                           65.6%
###############################################                           65.7%
###############################################                           65.8%
###############################################                           66.0%
- 
###############################################                           66.1%
###############################################                           66.3%
###############################################                           66.4%
################################################                          66.7%
################################################                          66.8%
################################################                          67.0%
################################################                          67.1%
################################################                          67.2%
################################################                          67.4%
################################################                          67.5%
- 
################################################                          67.7%
################################################                          67.8%
################################################                          67.9%
#################################################                         68.1%
#################################################                         68.2%
#################################################                         68.3%
#################################################                         68.5%
#################################################                         68.6%
#################################################                         68.8%
- 
#################################################                         68.9%
#################################################                         69.0%
#################################################                         69.2%
#################################################                         69.3%
##################################################                        69.5%
##################################################                        69.6%
##################################################                        69.7%
- 
##################################################                        69.8%
##################################################                        70.0%
##################################################                        70.1%
##################################################                        70.3%
##################################################                        70.4%
##################################################                        70.5%
##################################################                        70.7%
##################################################                        70.8%
- 
###################################################                       70.9%
###################################################                       71.1%
###################################################                       71.2%
###################################################                       71.4%
###################################################                       71.5%
###################################################                       71.6%
###################################################                       71.8%
###################################################                       71.9%
###################################################                       72.1%
- 
###################################################                       72.2%
####################################################                      72.3%
####################################################                      72.5%
####################################################                      72.6%
####################################################                      72.8%
####################################################                      72.9%
####################################################                      73.0%
####################################################                      73.2%
- 
####################################################                      73.3%
####################################################                      73.5%
####################################################                      73.6%
#####################################################                     73.7%
#####################################################                     73.9%
#####################################################                     74.0%
#####################################################                     74.2%
#####################################################                     74.3%
- 
#####################################################                     74.4%
#####################################################                     74.5%
#####################################################                     74.7%
#####################################################                     74.8%
#####################################################                     74.9%
######################################################                    75.1%
######################################################                    75.2%
- 
######################################################                    75.4%
######################################################                    75.5%
######################################################                    75.6%
######################################################                    75.8%
######################################################                    75.9%
######################################################                    76.1%
######################################################                    76.2%
######################################################                    76.3%
- 
#######################################################                   76.5%
#######################################################                   76.6%
#######################################################                   76.8%
#######################################################                   76.9%
#######################################################                   77.0%
#######################################################                   77.2%
#######################################################                   77.3%
#######################################################                   77.4%
- 
#######################################################                   77.6%
#######################################################                   77.7%
########################################################                  77.9%
########################################################                  78.0%
########################################################                  78.1%
########################################################                  78.3%
########################################################                  78.4%
########################################################                  78.6%
########################################################                  78.7%
- 
########################################################                  78.8%
########################################################                  79.0%
########################################################                  79.1%
#########################################################                 79.3%
#########################################################                 79.4%
#########################################################                 79.5%
#########################################################                 79.6%
#########################################################                 79.8%
- 
#########################################################                 79.9%
#########################################################                 80.1%
#########################################################                 80.2%
#########################################################                 80.3%
#########################################################                 80.5%
##########################################################                80.6%
##########################################################                80.7%
##########################################################                80.9%
- 
##########################################################                81.0%
##########################################################                81.2%
##########################################################                81.3%
##########################################################                81.4%
##########################################################                81.6%
##########################################################                81.7%
##########################################################                81.9%
###########################################################               82.0%
###########################################################               82.1%
- 
###########################################################               82.3%
###########################################################               82.4%
###########################################################               82.6%
###########################################################               82.7%
###########################################################               82.8%
###########################################################               83.0%
###########################################################               83.1%
- 
###########################################################               83.3%
############################################################              83.4%
############################################################              83.5%
############################################################              83.7%
############################################################              83.8%
############################################################              83.9%
############################################################              84.1%
############################################################              84.2%
- 
############################################################              84.4%
############################################################              84.5%
############################################################              84.6%
#############################################################             84.7%
#############################################################             84.9%
#############################################################             85.0%
#############################################################             85.2%
#############################################################             85.3%
#############################################################             85.4%
#############################################################             85.6%
- 
#############################################################             85.7%
#############################################################             85.9%
#############################################################             86.0%
##############################################################            86.1%
##############################################################            86.3%
##############################################################            86.4%
##############################################################            86.6%
##############################################################            86.7%
##############################################################            86.8%
- 
##############################################################            87.0%
##############################################################            87.1%
##############################################################            87.2%
##############################################################            87.4%
###############################################################           87.5%
###############################################################           87.7%
###############################################################           87.8%
###############################################################           87.9%
###############################################################           88.1%
###############################################################           88.2%
- 
###############################################################           88.4%
###############################################################           88.5%
###############################################################           88.6%
###############################################################           88.8%
################################################################          88.9%
################################################################          89.1%
################################################################          89.2%
- 
################################################################          89.3%
################################################################          89.4%
################################################################          89.6%
################################################################          89.7%
################################################################          89.8%
################################################################          90.1%
################################################################          90.3%
#################################################################         90.4%
#################################################################         90.5%
- 
#################################################################         90.7%
#################################################################         90.8%
#################################################################         91.0%
#################################################################         91.1%
#################################################################         91.2%
#################################################################         91.4%
- 
#################################################################         91.5%
#################################################################         91.7%
##################################################################        91.8%
##################################################################        91.9%
##################################################################        92.1%
##################################################################        92.2%
##################################################################        92.4%
##################################################################        92.5%
##################################################################        92.6%
- 
##################################################################        92.8%
##################################################################        92.9%
##################################################################        93.1%
###################################################################       93.2%
###################################################################       93.3%
###################################################################       93.5%
###################################################################       93.6%
###################################################################       93.7%
- 
###################################################################       93.9%
###################################################################       94.0%
###################################################################       94.2%
###################################################################       94.3%
###################################################################       94.4%
####################################################################      94.5%
####################################################################      94.7%
####################################################################      94.8%
####################################################################      95.0%
- 
####################################################################      95.1%
####################################################################      95.2%
####################################################################      95.4%
####################################################################      95.5%
####################################################################      95.7%
####################################################################      95.8%
#####################################################################     95.9%
#####################################################################     96.1%
- 
#####################################################################     96.2%
#####################################################################     96.3%
#####################################################################     96.5%
#####################################################################     96.6%
#####################################################################     96.8%
#####################################################################     96.9%
#####################################################################     97.0%
#####################################################################     97.2%
######################################################################    97.3%
- 
######################################################################    97.5%
######################################################################    97.6%
######################################################################    97.7%
######################################################################    97.9%
######################################################################    98.0%
######################################################################    98.2%
######################################################################    98.3%
######################################################################    98.4%
######################################################################    98.6%
#######################################################################   98.7%
- 
#######################################################################   98.9%
#######################################################################   99.0%
#######################################################################   99.1%
#######################################################################   99.3%
#######################################################################   99.4%
#######################################################################   99.5%
#######################################################################   99.6%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.8.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 1 tap (homebrew/cask).
- ==> New Casks
- font-kumar-one-outline
- font-libertinus-math
- font-m-plus-rounded-1c
- ==> Outdated Formulae
- gpatch
- 
- You have 1 outdated formula installed.
- You can upgrade it with brew upgrade
- or list it with brew outdated.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[digestif.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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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).
2025-04-17 09:48.14 ---> using "f3d39286fb809e54581668af374fe319b58408f6d1461087397041c4aac3bccd" from cache


/: (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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 23 packages
- install afl-persistent     1.4
- install alcotest           1.9.0
- install astring            0.8.5
- install base-bytes         base
- install bos                0.2.1
- install cmdliner           1.3.0
- install cppo               1.8.0
- install crowbar            0.2.1
- install dune               3.18.0
- install eqaf               0.10
- install fmt                0.10.0
- install fpath              0.7.3
- install logs               0.8.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocplib-endian      1.2
- install re                 1.12.0
- install rresult            0.7.0
- install seq                base
- install stdlib-shims       0.3.0
- install topkg              1.0.8
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved crowbar.0.2.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved dune.3.18.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed fpath.0.7.3
-> installed logs.0.8.0
-> installed bos.0.2.1
-> installed dune.3.18.0
-> installed stdlib-shims.0.3.0
-> installed afl-persistent.1.4
-> installed eqaf.0.10
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed re.1.12.0
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed alcotest.1.9.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.


To globally enable AFL instrumentation, create an OCaml switch like:


opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-04-17 09:48.14 ---> using "6149b3b7168b93669751fb89b3dc87ae39cf2d95727e3867b10e8ec4d534932a" from cache


/: (copy (src .) (dst ./src))
2025-04-17 09:48.16 ---> saved as "499eaff455f0b58a579fb62675f3a847d9673e63792d2d61a4a9fa8c0e7abfc8"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-04-17 09:48.16: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled