Organisationsmbarbinprint-tablee8410d ()macos-homebrew-4.14_arm64_opam-2.4

macos-homebrew-4.14_arm64_opam-2.4

Link Copied
Code Copied

Logs

2026-01-08 10:37.44: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/setup-dune-more-ci (e8410dd71ebd36a65e6ec5e8dad912ad61a60434) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/print-table.git" -b "setup-dune-more-ci" && cd "print-table" && git reset --hard e8410dd7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.4 ~/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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 print-table.opam print-table-tests.opam print-table-dev.opam ./src/./
RUN opam pin add -yn print-table.dev './src/./' && \
opam pin add -yn print-table-tests.dev './src/./' && \
opam pin add -yn print-table-dev.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y print-table.dev print-table-tests.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build


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


2026-01-08 10:37.44: Using cache hint "mbarbin/print-table-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-d25398eaebb4bdfbbd7d0cd351c11c44"
2026-01-08 10:37.44: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_arm64_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.4 ~/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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./src/./))
(run (network host)
(shell  "opam pin add -yn print-table.dev './src/./' && \
\nopam pin add -yn print-table-tests.dev './src/./' && \
\nopam pin add -yn print-table-dev.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 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.4 --depext-only -y print-table.dev print-table-tests.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 --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
)


2026-01-08 10:37.44: Waiting for resource in pool OCluster
2026-01-08 10:37.45: Waiting for worker…
2026-01-08 10:37.45: Got resource from pool OCluster
Building on m1-worker-03
HEAD is now at 61f82c5 Experiment with only-packages input
HEAD is now at e8410dd Experiment with only-packages input


(from macos-homebrew-ocaml-4.14)
2026-01-08 10:37.45 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_arm64_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
2026-01-08 10:37.46 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" 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
2026-01-08 10:37.46 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 4.14.2
2.4.1
2026-01-08 10:37.46 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95f7875db7..c65fcb1165  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


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


Everything as up-to-date as possible


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


/: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./src/./))
2026-01-08 10:37.46 ---> using "d18db85c0893f7f84c1bcd558aace83ffbcff45794d3313b5cf41d5541b496b6" from cache


/: (run (network host)
(shell  "opam pin add -yn print-table.dev './src/./' && \
\nopam pin add -yn print-table-tests.dev './src/./' && \
\nopam pin add -yn print-table-dev.dev './src/./'"))
[print-table.dev] synchronised (file:///Users/mac1000/src)
print-table is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package print-table-tests does not exist in opam repositories registered in the current switch.
[print-table-tests.dev] synchronised (file:///Users/mac1000/src)
print-table-tests is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package print-table-dev does not exist in opam repositories registered in the current switch.
[print-table-dev.dev] synchronised (file:///Users/mac1000/src)
print-table-dev is now pinned to file:///Users/mac1000/src (version dev)
2026-01-08 10:37.46 ---> using "9792f2c4ebbbcdcb526e6432a23ce1cbaeccc1ffc9dc2482f794523a048d8ef5" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-01-08 10:37.46 ---> using "fb59707a17ac9eef7198c738bbe1aaea6d9e9788ed093c10f879b1a6378e0d05" from cache


/: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 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.4 --depext-only -y print-table.dev print-table-tests.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167
- #=#=#                                                                          

                                                                           0.5%
#                                                                          1.5%
#                                                                          2.3%
##                                                                         3.1%
##                                                                         3.9%
###                                                                        4.8%
####                                                                       5.7%
####                                                                       6.6%
#####                                                                      7.4%
- 
#####                                                                      8.2%
######                                                                     9.0%
#######                                                                    9.8%
#######                                                                   10.8%
########                                                                  11.6%
########                                                                  12.4%
#########                                                                 13.3%
##########                                                                14.1%
##########                                                                15.0%
###########                                                               15.8%
############                                                              16.7%
- 
############                                                              17.5%
#############                                                             18.3%
#############                                                             19.3%
##############                                                            20.1%
###############                                                           20.9%
###############                                                           21.7%
################                                                          22.6%
################                                                          23.4%
#################                                                         24.2%
##################                                                        25.1%
##################                                                        26.0%
- 
###################                                                       26.8%
###################                                                       27.7%
####################                                                      28.6%
#####################                                                     29.5%
#####################                                                     30.3%
######################                                                    31.1%
#######################                                                   32.1%
#######################                                                   32.9%
########################                                                  33.7%
########################                                                  34.5%
#########################                                                 35.4%
- 
##########################                                                36.2%
##########################                                                37.0%
###########################                                               37.8%
###########################                                               38.8%
############################                                              39.6%
#############################                                             40.4%
#############################                                             41.4%
##############################                                            42.2%
##############################                                            43.0%
###############################                                           43.8%
################################                                          44.7%
################################                                          45.5%
- 
#################################                                         46.3%
#################################                                         47.1%
##################################                                        48.1%
###################################                                       48.9%
###################################                                       49.7%
####################################                                      50.5%
####################################                                      51.3%
#####################################                                     52.3%
######################################                                    53.1%
######################################                                    53.9%
- 
#######################################                                   54.8%
########################################                                  55.6%
########################################                                  56.4%
#########################################                                 57.4%
#########################################                                 58.3%
##########################################                                59.1%
###########################################                               59.9%
###########################################                               60.9%
############################################                              61.7%
############################################                              62.5%
#############################################                             63.4%
- 
##############################################                            64.3%
##############################################                            65.1%
###############################################                           65.9%
################################################                          66.8%
################################################                          67.6%
#################################################                         68.4%
#################################################                         69.4%
##################################################                        70.2%
###################################################                       71.0%
###################################################                       71.9%
####################################################                      72.7%
####################################################                      73.5%
- 
#####################################################                     74.4%
######################################################                    75.3%
######################################################                    76.1%
#######################################################                   76.9%
########################################################                  77.9%
########################################################                  78.7%
#########################################################                 79.5%
#########################################################                 80.3%
##########################################################                81.2%
###########################################################               82.0%
###########################################################               82.8%
- 
############################################################              83.6%
############################################################              84.6%
#############################################################             85.4%
##############################################################            86.2%
##############################################################            87.0%
###############################################################           88.0%
###############################################################           88.8%
################################################################          89.7%
#################################################################         90.5%
#################################################################         91.3%
##################################################################        92.3%
- 
###################################################################       93.1%
###################################################################       93.9%
####################################################################      94.7%
####################################################################      95.6%
#####################################################################     96.4%
######################################################################    97.3%
######################################################################    98.1%
#######################################################################   98.9%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.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/core).
- ==> New Formulae
- dnspyre: CLI tool for a high QPS DNS benchmark
- octodns: Tools for managing DNS across multiple providers
- superseedr: BitTorrent Client in your Terminal
- vacuum: World's fastest OpenAPI & Swagger linter
- wifitui: Fast featureful friendly wifi terminal UI


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[print-table-tests.dev] synchronised (file:///Users/mac1000/src)
[print-table.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2026-01-08 10:37.46 ---> using "c0bd0625fced60f7160eb595cb9f5647445d05266644735bfb6a0508bee42474" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 34 packages
- install base                v0.16.4
- install csexp               1.5.2
- install dune                3.20.2
- install dune-configurator   3.20.2
- install jane-street-headers v0.16.0
- install jst-config          v0.16.0
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ppx_assert          v0.16.0
- install ppx_base            v0.16.0
- install ppx_cold            v0.16.0
- install ppx_compare         v0.16.0
- install ppx_derivers        1.2.1
- install ppx_enumerate       v0.16.0
- install ppx_expect          v0.16.2
- install ppx_globalize       v0.16.0
- install ppx_hash            v0.16.0
- install ppx_here            v0.16.0
- install ppx_inline_test     v0.16.1
- install ppx_optcomp         v0.16.0
- install ppx_sexp_conv       v0.16.0
- install ppxlib              0.35.0
- install printbox            0.12
- install printbox-md         0.12
- install printbox-text       0.12
- install re                  1.14.0
- install sexplib0            v0.16.0
- install stdio               v0.16.0
- install stdlib-shims        0.3.0
- install time_now            v0.16.0
- install topkg               1.1.1
- install uucp                17.0.0
- install uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed jane-street-headers.v0.16.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed re.1.14.0
-> installed printbox.0.12
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.20.2
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed uucp.17.0.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed printbox-text.0.12
-> installed printbox-md.0.12
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-08 10:37.47 ---> using "3bfa42f36a8e0d1f5157333ddc6a94e98663870ec3adba92b2f5b42e3b0b2ece" from cache


/: (copy (src .) (dst ./src))
2026-01-08 10:37.48 ---> saved as "fe1a4e31e9f3cbc168b8802588aa981b22d39cd625e5843ff4911f7ea41ed259"


/: (run (shell "cd ./src && opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
2026-01-08 10:37.50 ---> saved as "0e45ca0b849f7114427c93f391825acb499b99b706edb802d5f8468e82aa2f6b"
Job succeeded
2026-01-08 10:37.55: Job succeeded