Build:
  1. 0
2025-02-04 17:04.55: New job: Voodoo do conf-cairo.1; afe7c779e5c5d79c73151ce129b0ca5a
2025-02-04 17:04.55: Waiting for resource in pool OCluster
2025-02-04 17:04.55: Waiting for worker…
2025-02-04 17:05.36: Got resource from pool OCluster
2025-02-04 17:05.36: Using cache hint "docs-universe-compile-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:371bb872f4213b53524ce8dffa722152e9e8e1ddec8f96951a1504bdc753e46b)
         (user (uid 1000) (gid 1000))
         (run (network host)
              (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && opam install -y voodoo-do"))
         (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:371bb872f4213b53524ce8dffa722152e9e8e1ddec8f96951a1504bdc753e46b)
 (user (uid 1000) (gid 1000))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (workdir /home/opam/docs/)
 (run (shell "sudo chown opam:opam . "))
 (copy (from (build tools))
       (src /home/opam/odoc /home/opam/voodoo-do)
       (dst /home/opam/))
 (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(for DATA in compile/p/conf-pkg-config/4,conf-pkg-config.4-d41d8cd98f00b204e9800998ecf8427e,conf-pkg-config.4; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/afe7c779e5c5d79c73151ce129b0ca5a/conf-cairo/1 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/p/conf-cairo/1) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/conf-cairo/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p conf-cairo -b ) && (shopt -s nullglob && ((tar -cvf compile/p/conf-cairo/1.tar compile/p/conf-cairo/1/*  && rm -R compile/p/conf-cairo/1/* && mv compile/p/conf-cairo/1.tar compile/p/conf-cairo/1/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/content.tar) || (echo 'Empty directory')))"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.458820') && (rsync -aR ./compile/p/conf-cairo/1 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/conf-cairo/1'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
)
END-OF-SPEC

ocluster-client submit-obuilder --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-compile-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2025-02-04 17:05.36: RETRYING: 2025-02-04/170455-voodoo-do-1b24cf Number of retries: 0 (retriable error condition)
Building on x86-bm-c2.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:371bb872f4213b53524ce8dffa722152e9e8e1ddec8f96951a1504bdc753e46b)
2025-02-04 17:05.36 ---> using "33ac666812de197bce9bc17573d9b27b4518bd27c08ec6be161dd7b93b831655" from cache

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

/: (run (network host)
        (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-04 17:05.36 ---> using "fb7f432582e88b5911fb013e0c66e718e2015349f419393e560c70afc16b5b28" from cache

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-02-04 17:05.36 ---> using "db19d244b707c08e590f2d8f3de353c5652923d1637eb0ca3695a43f749f873c" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [243 kB]
Fetched 346 kB in 0s (1156 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  m4
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 287 kB of archives.
After this operation, 686 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 287 kB in 0s (15.3 MB/s)
Selecting previously unselected package m4.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Setting up m4 (1.4.19-3) ...
2025-02-04 17:05.36 ---> using "efd79d3391aede772146f8270be6b6f26f34aaec3736186c863e6048be9a39a6" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && opam install -y voodoo-do"))
This will pin the following packages: voodoo-do, voodoo-gen, voodoo-lib, voodoo-prep. Continue? [y/n] y
Package voodoo-do does not exist, create as a NEW package? [y/n] y
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (version dev)
Package voodoo-gen does not exist, create as a NEW package? [y/n] y
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (version dev)
Package voodoo-lib does not exist, create as a NEW package? [y/n] y
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (version dev)
Package voodoo-prep does not exist, create as a NEW package? [y/n] y
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (version dev)

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-do.dev] synchronised (no changes)

The following actions will be performed:
=== install 29 packages
  - install astring       0.8.5        [required by voodoo-do]
  - install bos           0.2.1        [required by voodoo-do]
  - install camlp-streams 5.0.1        [required by odoc-parser]
  - install cmdliner      1.3.0        [required by voodoo-do]
  - install cppo          1.8.0        [required by odoc]
  - install crunch        3.3.1        [required by odoc]
  - install dune          3.17.2       [required by voodoo-do]
  - install fmt           0.9.0        [required by bos, odoc]
  - install fpath         0.7.3        [required by odoc, bos, voodoo-lib]
  - install logs          0.7.0        [required by bos]
  - install num           1.5-1        [required by sexplib]
  - install ocamlbuild    0.15.0       [required by astring, bos]
  - install ocamlfind     1.9.6        [required by astring, bos]
  - install odoc          2.4.4        [required by voodoo-do]
  - install odoc-parser   2.4.4        [required by odoc]
  - install parsexp       v0.16.0      [required by sexplib]
  - install ptime         1.2.0        [required by crunch]
  - install re            1.12.0       [required by tyxml]
  - install result        1.5          [required by odoc]
  - install rresult       0.7.0        [required by bos]
  - install seq           base         [required by tyxml, yojson]
  - install sexplib       v0.16.0      [required by voodoo-lib]
  - install sexplib0      v0.16.0      [required by sexplib]
  - install topkg         1.0.7        [required by astring, bos]
  - install tyxml         4.6.0        [required by odoc]
  - install uutf          1.0.3        [required by tyxml]
  - install voodoo-do     dev (pinned)
  - install voodoo-lib    dev (pinned) [required by voodoo-do]
  - install yojson        2.2.2        [required by voodoo-do]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.2.4.4, odoc-parser.2.4.4  (cached)
-> retrieved dune.3.17.2  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> retrieved voodoo-lib.dev  (no changes)
-> retrieved voodoo-do.dev  (no changes)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.17.2
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed odoc-parser.2.4.4
-> installed yojson.2.2.2
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed voodoo-lib.dev
-> installed tyxml.4.6.0
-> installed odoc.2.4.4
-> installed voodoo-do.dev
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-04 17:05.36 ---> using "019438a64709ef66a285c59d76788f895324636a09fc6d09f7c303c973308c10" from cache

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
2025-02-04 17:05.36 ---> using "97503291a781172dfb06430bc78958a2109f79c7c5f1f95b1eaeeb4569a24801" from cache
2025-02-04 17:05.36 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:371bb872f4213b53524ce8dffa722152e9e8e1ddec8f96951a1504bdc753e46b)
2025-02-04 17:05.36 ---> using "33ac666812de197bce9bc17573d9b27b4518bd27c08ec6be161dd7b93b831655" from cache

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

/: (run (network host)
        (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-04 17:05.36 ---> using "fb7f432582e88b5911fb013e0c66e718e2015349f419393e560c70afc16b5b28" from cache

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-02-04 17:05.36 ---> using "db19d244b707c08e590f2d8f3de353c5652923d1637eb0ca3695a43f749f873c" from cache

/home/opam: (workdir /home/opam/docs/)

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2025-02-04 17:05.36 ---> using "3d1577998468465d008e56c938b4022463cb14a87a1522cbdd40c64e4b54a655" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2025-02-04 17:05.37 ---> using "3887cef517fe3dec344e26c5fad3fbc03fc0881e54ce46b92aa6e5ca62f188f8" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
2025-02-04 17:05.37 ---> using "bee7fa0d915f4dc7ec3679c6e9eb8e42e0a88e715717255b5df0e230224970f9" from cache

/home/opam/docs/: (run (network host)
                       (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                       (shell "(for DATA in compile/p/conf-pkg-config/4,conf-pkg-config.4-d41d8cd98f00b204e9800998ecf8427e,conf-pkg-config.4; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/afe7c779e5c5d79c73151ce129b0ca5a/conf-cairo/1 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
prep/universes/afe7c779e5c5d79c73151ce129b0ca5a/conf-cairo/1/opam
compile/p/conf-pkg-config/4/doc/
compile/p/conf-pkg-config/4/doc/index.m
compile/p/conf-pkg-config/4/page-doc.odoc
2025-02-04 17:05.40 ---> saved as "dd87bf4ed70d01c3344a45c42c24df4bad4fa200b140da6c6692ddc63667e429"

/home/opam/docs/: (run (shell "(mkdir -p compile/p/conf-cairo/1) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/conf-cairo/*.odoc)"))
2025-02-04 17:05.41 ---> saved as "b2682bb0e1f99fd2eab5fdc992c8282173183679804f75febfc7cab967ae87a9"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p conf-cairo -b ) && (shopt -s nullglob && ((tar -cvf compile/p/conf-cairo/1.tar compile/p/conf-cairo/1/*  && rm -R compile/p/conf-cairo/1/* && mv compile/p/conf-cairo/1.tar compile/p/conf-cairo/1/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/content.tar) || (echo 'Empty directory')))"))
found archive_names: []
found archive_names: []
Found no other pages
libraries: []
compile command: odoc compile ./p.mld -o compile/page-p.odoc --child
                   page-"conf-cairo"
File "./p.mld", line 2, characters 12-22:
Warning: Unknown reference qualifier 'conf'.
compile command: odoc compile ./conf-cairo.mld -o
                   compile/p/page-conf-cairo.odoc --parent page-"p" -I
                   compile --child page-"1"
compile command: odoc compile ./1.mld -o compile/p/conf-cairo/page-1.odoc
                   --parent page-"conf-cairo" -I compile/p --child page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/p/conf-cairo/1/page-doc.odoc --parent page-"1" -I
                   compile/p/conf-cairo --child page-"dummy"
No children
File "compile/p/conf-cairo/1/page-doc.odoc":
Warning: Failed to lookup child page dummy
0 other files to copy
dst: linked/p/conf-cairo/1/doc/opam
compile/p/conf-cairo/1/doc/
compile/p/conf-cairo/1/doc/index.m
compile/p/conf-cairo/1/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1/page-doc.odocl
2025-02-04 17:05.41 ---> saved as "082fa86fca04ac3ace0c43f2d61ca01775b32d4bb0e91b4f2990ecd1cbd12622"

/home/opam/docs/: (run (network host)
                       (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                       (shell "(echo '0.458820') && (rsync -aR ./compile/p/conf-cairo/1 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/conf-cairo/1'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/conf-cairo/1'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.458820
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::bb8c2725489f6aa8ce5c2b4ca80077e6c07f2b453e32e813b3a2bdc205a6cd4f
LINKED::5942b506c473b65dff76379fd6308153b6cde89195cc4ec68ef8dce3ffb59d6a
2025-02-04 17:05.42 ---> saved as "876e0d7aa1ca8d9f3c9054ca238033621e2e62227038ab2ad5e67b6008207ffc"
Job succeeded
2025-02-04 17:05.42: Job succeeded