Organisationsocaml-ppxppxlib7b2bf6 (main)macos-homebrew-5.3_opam-2.3

macos-homebrew-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-01-20 11:41.29: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (7b2bf626e02d551b3ed0fee2544dbe7bd20e35ea) (macos-x86_64:macos-homebrew-5.3_opam-2.3)
Base: macos-homebrew-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 7b2bf626
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
# macos-homebrew-5.3_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 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && 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.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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


2025-01-20 11:41.29: Using cache hint "ocaml-ppx/ppxlib-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.3-96b73b4107bdbeb365a60b9aa1f837ea"
2025-01-20 11:41.29: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(comment macos-homebrew-5.3_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 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && 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 (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")
(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 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"))
)


2025-01-20 11:41.29: Waiting for resource in pool OCluster
2025-01-20 11:41.30: Waiting for worker…
2025-01-20 11:41.30: Got resource from pool OCluster
Building on i7-worker-03
HEAD is now at 03426325 Add json mapper for pp_ast
HEAD is now at 7b2bf626 Merge pull request #551 from NathanReb/add-x-maintenance-field


(from macos-homebrew-ocaml-5.3)
2025-01-20 11:41.31 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache


/: (comment macos-homebrew-5.3_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-01-20 11:41.32 ---> 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-01-20 11:41.32 ---> 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-01-20 11:41.32 ---> 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 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
67e940587b..da383c8610  master     -> origin/master
82749c0bc5 Merge pull request #27235 from dbuenzli/erratique-maintenance-intent


<><> 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-01-20 11:41.33 ---> using "27697e0ce7155933ba9bef5ff64dee8f2cc31dabed09ae5b75946112a4ead427" from cache


/: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./src/./))
2025-01-20 11:41.34 ---> saved as "f6e60f6025f03bd409be49288415e8a661286064d69906fb0a63e5a9dfa937ac"


/: (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)
Package ppxlib-bench does not exist, create as a NEW package? [y/n] y
[ppxlib-bench.dev] synchronised (file:///Users/mac1000/src)
ppxlib-bench is now pinned to file:///Users/mac1000/src (version dev)
2025-01-20 11:41.54 ---> saved as "2c39e8dee1cdb2c95f319280e0863b90cd233f1bf0da07b1add78afcf4dc915f"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-01-20 11:41.56 ---> saved as "76be8f550fac4d2e202427673a6a417747516fc056c9e2e5555ee58cdc751fb5"


/: (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")


/: (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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:4ffc8607e08e9bd536f1df71643b2ecb4cea1a15be9226f297008bc34d0bc8e2
- #=#=#                                                                         

                                                                           0.7%
#                                                                          1.6%
- 
#                                                                          2.5%
##                                                                         3.0%
##                                                                         3.5%
##                                                                         4.0%
###                                                                        4.5%
###                                                                        5.1%
###                                                                        5.5%
####                                                                       5.9%
####                                                                       6.5%
####                                                                       6.9%
#####                                                                      7.4%
- 
#####                                                                      7.8%
#####                                                                      8.2%
######                                                                     8.8%
######                                                                     9.3%
######                                                                     9.7%
#######                                                                   10.1%
#######                                                                   10.6%
########                                                                  11.1%
########                                                                  11.6%
########                                                                  12.0%
- 
#########                                                                 12.6%
#########                                                                 13.0%
#########                                                                 13.4%
##########                                                                14.0%
##########                                                                14.5%
##########                                                                14.9%
###########                                                               15.3%
###########                                                               15.8%
###########                                                               16.3%
############                                                              16.8%
############                                                              17.2%
- 
############                                                              17.6%
#############                                                             18.1%
#############                                                             18.7%
#############                                                             19.1%
##############                                                            19.5%
##############                                                            20.0%
##############                                                            20.4%
###############                                                           21.0%
###############                                                           21.4%
###############                                                           21.8%
################                                                          22.3%
- 
################                                                          22.7%
################                                                          23.1%
#################                                                         23.7%
#################                                                         24.2%
#################                                                         24.6%
##################                                                        25.0%
##################                                                        25.5%
##################                                                        25.9%
###################                                                       26.5%
###################                                                       26.9%
- 
###################                                                       27.3%
###################                                                       27.8%
####################                                                      28.4%
####################                                                      28.8%
#####################                                                     29.2%
#####################                                                     29.8%
#####################                                                     30.2%
######################                                                    30.7%
######################                                                    31.1%
######################                                                    31.7%
#######################                                                   32.1%
- 
#######################                                                   32.5%
#######################                                                   33.0%
########################                                                  33.6%
########################                                                  34.0%
########################                                                  34.4%
#########################                                                 34.9%
#########################                                                 35.3%
#########################                                                 35.9%
##########################                                                36.3%
##########################                                                36.7%
##########################                                                37.2%
- 
###########################                                               37.6%
###########################                                               38.0%
###########################                                               38.6%
############################                                              39.1%
############################                                              39.5%
############################                                              39.9%
#############################                                             40.4%
#############################                                             40.8%
#############################                                             41.4%
##############################                                            41.8%
- 
##############################                                            42.2%
##############################                                            42.7%
###############################                                           43.3%
###############################                                           43.7%
###############################                                           44.1%
################################                                          44.6%
################################                                          45.0%
################################                                          45.4%
#################################                                         46.0%
#################################                                         46.4%
#################################                                         46.9%
- 
##################################                                        47.3%
##################################                                        47.7%
##################################                                        48.0%
##################################                                        48.3%
##################################                                        48.6%
###################################                                       48.9%
###################################                                       49.2%
###################################                                       49.5%
###################################                                       49.8%
####################################                                      50.2%
####################################                                      50.5%
- 
####################################                                      50.8%
####################################                                      51.1%
####################################                                      51.4%
#####################################                                     51.6%
#####################################                                     51.9%
#####################################                                     52.4%
#####################################                                     52.7%
######################################                                    52.9%
######################################                                    53.2%
######################################                                    53.5%
######################################                                    53.8%
- 
#######################################                                   54.2%
#######################################                                   54.5%
#######################################                                   54.8%
#######################################                                   55.1%
#######################################                                   55.6%
########################################                                  55.8%
########################################                                  56.1%
########################################                                  56.4%
########################################                                  56.7%
#########################################                                 57.0%
- 
#########################################                                 57.4%
#########################################                                 57.7%
#########################################                                 58.0%
#########################################                                 58.3%
##########################################                                58.6%
##########################################                                58.9%
##########################################                                59.2%
##########################################                                59.5%
###########################################                               59.9%
###########################################                               60.2%
###########################################                               60.5%
###########################################                               60.8%
- 
###########################################                               61.1%
############################################                              61.3%
############################################                              61.6%
############################################                              62.1%
############################################                              62.4%
#############################################                             62.6%
#############################################                             62.9%
#############################################                             63.2%
#############################################                             63.5%
##############################################                            63.9%
##############################################                            64.2%
- 
##############################################                            64.5%
##############################################                            64.8%
##############################################                            65.1%
###############################################                           65.4%
###############################################                           65.8%
###############################################                           66.1%
###############################################                           66.4%
################################################                          66.7%
################################################                          67.0%
################################################                          67.4%
- 
################################################                          67.7%
################################################                          68.0%
#################################################                         68.3%
#################################################                         68.6%
#################################################                         68.9%
#################################################                         69.2%
##################################################                        69.6%
##################################################                        69.9%
##################################################                        70.2%
##################################################                        70.5%
##################################################                        70.7%
- 
###################################################                       71.0%
###################################################                       71.5%
###################################################                       71.8%
###################################################                       72.0%
####################################################                      72.3%
####################################################                      72.8%
####################################################                      73.1%
####################################################                      73.3%
#####################################################                     73.6%
#####################################################                     73.9%
#####################################################                     74.2%
- 
#####################################################                     74.5%
#####################################################                     74.8%
######################################################                    75.2%
######################################################                    75.5%
######################################################                    75.8%
######################################################                    76.1%
#######################################################                   76.5%
#######################################################                   76.8%
#######################################################                   77.1%
#######################################################                   77.4%
#######################################################                   77.7%
- 
########################################################                  78.0%
########################################################                  78.3%
########################################################                  78.6%
########################################################                  79.0%
#########################################################                 79.3%
#########################################################                 79.6%
#########################################################                 79.9%
#########################################################                 80.1%
##########################################################                80.6%
##########################################################                80.9%
- 
##########################################################                81.2%
##########################################################                81.5%
##########################################################                81.7%
###########################################################               82.0%
###########################################################               82.3%
###########################################################               82.8%
###########################################################               83.0%
###########################################################               83.3%
############################################################              83.6%
############################################################              83.9%
############################################################              84.2%
- 
############################################################              84.5%
#############################################################             84.8%
#############################################################             85.2%
#############################################################             85.5%
#############################################################             85.8%
#############################################################             86.1%
##############################################################            86.4%
##############################################################            86.8%
##############################################################            87.4%
###############################################################           87.8%
###############################################################           88.3%
- 
###############################################################           88.7%
################################################################          89.3%
################################################################          89.7%
################################################################          90.1%
#################################################################         90.6%
#################################################################         91.1%
#################################################################         91.6%
##################################################################        92.2%
##################################################################        92.6%
##################################################################        93.0%
- 
###################################################################       93.5%
###################################################################       93.9%
###################################################################       94.3%
####################################################################      94.9%
####################################################################      95.3%
####################################################################      95.8%
#####################################################################     96.2%
#####################################################################     96.6%
######################################################################    97.2%
######################################################################    97.7%
######################################################################    98.1%
- 
######################################################################    98.5%
#######################################################################   99.0%
#######################################################################   99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.7.el_capitan.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
- bold
- ==> New Casks
- stratoshark@dev


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///Users/mac1000/src)
[ppxlib-bench.dev] synchronised (file:///Users/mac1000/src)
[ppxlib-tools.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-01-20 11:43.05 ---> saved as "537fb5b094d161dbc45a457769299b0875ad06ec303011b62063db6e6046cd38"


/: (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 15 packages
- install base                    v0.17.1
- install cinaps                  v0.15.1
- install cmdliner                1.3.0
- install csexp                   1.5.2
- install dune                    3.17.1
- install dune-configurator       3.17.1
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind               1.9.6
- install ppx_derivers            1.2.1
- install re                      1.12.0
- install seq                     base
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install yojson                  2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed dune.3.17.1
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed yojson.2.2.2
-> installed sexplib0.v0.17.0
-> installed re.1.12.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.17.1
-> installed base.v0.17.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-20 11:44.27 ---> saved as "89cbcf10be61e9e25bf0e09dab474f9d3d0b9c2858e54afcd0bd59081425e6d2"


/: (copy (src .) (dst ./src))
2025-01-20 11:44.29 ---> saved as "4e696a5f2913792c508a067a870e7fbc9a36e4fb7e7b1a3353402d948cd1be06"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-01-20 11:44.56 ---> saved as "03f2a28a212081fa1985ea1703ab6fbcd251b0303c991e97ee701d733138e0f7"
Job succeeded
2025-01-20 11:45.03: Job succeeded