Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep digestif.0.7.1; 584e9987f5ad9ff57ec41f2bb0c9f9d4
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:01.35: Waiting for worker…
2024-09-12 21:11.50: Got resource from pool OCluster
2024-09-12 21:11.50: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (user (uid 1000) (gid 1000))
         (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 pkg-config"))
         (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#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy digestif.0.7.1 ocamlfind.1.9.6 eqaf.0.10 dune.3.16.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u digestif:584e9987f5ad9ff57ec41f2bb0c9f9d4,eqaf:6cb2d5658864a6c9bc1fbc226141feed"))
 (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.049771') && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10,eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed,eqaf.0.10 prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1,digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4,digestif.0.7.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10,eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed,eqaf.0.10 prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1,digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4,digestif.0.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10,eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed,eqaf.0.10 prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1,digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4,digestif.0.7.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git cd6f5ac0abe26e4817497a01a9a6fb4090e058e2 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 21:11.50: RETRYING: 2024-09-12/083555-voodoo-prep-2b06d0 Number of retries: 0 (retriable error condition)
Building on x86-bm-c9.sw.ocaml.org
All commits already cached
Updating files:  86% (27450/31619)
Updating files:  87% (27509/31619)
Updating files:  88% (27825/31619)
Updating files:  89% (28141/31619)
Updating files:  90% (28458/31619)
Updating files:  91% (28774/31619)
Updating files:  92% (29090/31619)
Updating files:  93% (29406/31619)
Updating files:  94% (29722/31619)
Updating files:  95% (30039/31619)
Updating files:  96% (30355/31619)
Updating files:  97% (30671/31619)
Updating files:  98% (30987/31619)
Updating files:  99% (31303/31619)
Updating files: 100% (31619/31619)
Updating files: 100% (31619/31619), done.
HEAD is now at cd6f5ac0ab Merge pull request #26094 from dinosaure/release-eqaf-v0.10

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 21:04.36 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:04.36 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (447 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7641 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(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 ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 21:04.36 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" 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#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:04.36 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 21:04.36 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache
2024-09-12 21:04.36 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 21:04.36 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:04.36 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 21:04.36 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:04.44 ---> saved as "a792ce408e7aea1abb6776f2f5b74017791b62095a4cef74e38bf67fe0ced920"

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:04.44 ---> saved as "6fe3266df2747d986e1f76ec84c402c83eaf54de670b2cc2e53dc0c9a0b9b994"

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /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.1, 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
2024-09-12 21:06.04 ---> saved as "0fc1066a9a8baadd230371fbf1602486d1c1d2d2ad0b76993d9382136b7ca1aa"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.14 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-09-12 21:06.26 ---> saved as "a19003cfacaa02a2099e3e1a04863398bf7d60c2438eb756d1ab5e4df5d26edf"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:06.26 ---> saved as "f92aa7d59bd75922cf65e6e4c633961cc02223697622ab4b07e3526d1518ae2f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:07.10 ---> saved as "828e3df2794ca3dc99f16b0ad68c19e9eaea7a54e628a352352ff9b717318f5b"

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy digestif.0.7.1 ocamlfind.1.9.6 eqaf.0.10 dune.3.16.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1184 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy digestif.0.7.1 ocamlfind.1.9.6 eqaf.0.10 dune.3.16.0 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install eqaf       0.10
  - install base-bytes base
  - install digestif   0.7.1
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/9: [digestif.0.7.1: http]
Processing  3/9: [digestif.0.7.1: http]
Processing  4/9: [digestif.0.7.1: http]
-> installed base-bytes.base
Processing  5/9: [digestif.0.7.1: http]
Processing  5/9:
-> retrieved eqaf.0.10  (cached)
Processing  6/9: [eqaf: dune build]
-> retrieved digestif.0.7.1  (https://github.com/mirage/digestif/releases/download/v0.7.1/digestif-v0.7.1.tbz)
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "eqaf" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/eqaf.0.10)
-> compiled  eqaf.0.10
-> installed eqaf.0.10
Processing  8/9: [digestif: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "digestif" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/digestif.0.7.1)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -no-keep-locs -g -bin-annot -I src-c/.digestif_c.objs/byte -I /home/opam/.opam/4.14/lib/eqaf -I src-c/native/.rakia.objs/byte -intf-suffix .ml -no-alias-deps -o src-c/.digestif_c.objs/byte/digestif.cmo -c -impl src-c/digestif.ml)
- File "src-c/digestif.ml", line 216, characters 10-28:
- 216 |     match Pervasives.compare (String.length key) block_size with
-                 ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -no-keep-locs -g -bin-annot -I src-ocaml/.digestif_ocaml.objs/byte -I /home/opam/.opam/4.14/lib/eqaf -intf-suffix .ml -no-alias-deps -o src-ocaml/.digestif_ocaml.objs/byte/digestif.cmo -c -impl src-ocaml/digestif.ml)
- File "src-ocaml/digestif.ml", line 200, characters 10-28:
- 200 |     match Pervasives.compare (By.length key) block_size with
-                 ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -no-keep-locs -g -I src-c/.digestif_c.objs/byte -I src-c/.digestif_c.objs/native -I /home/opam/.opam/4.14/lib/eqaf -I src-c/native/.rakia.objs/byte -I src-c/native/.rakia.objs/native -intf-suffix .ml -no-alias-deps -o src-c/.digestif_c.objs/native/digestif.cmx -c -impl src-c/digestif.ml)
- File "src-c/digestif.ml", line 216, characters 10-28:
- 216 |     match Pervasives.compare (String.length key) block_size with
-                 ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -no-keep-locs -g -I src-ocaml/.digestif_ocaml.objs/byte -I src-ocaml/.digestif_ocaml.objs/native -I /home/opam/.opam/4.14/lib/eqaf -intf-suffix .ml -no-alias-deps -o src-ocaml/.digestif_ocaml.objs/native/digestif.cmx -c -impl src-ocaml/digestif.ml)
- File "src-ocaml/digestif.ml", line 200, characters 10-28:
- 200 |     match Pervasives.compare (By.length key) block_size with
-                 ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  digestif.0.7.1
-> installed digestif.0.7.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:09.06 ---> saved as "47583645e1ea53553847071ee740d91881f308d528235aa70890504811f5bc9d"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u digestif:584e9987f5ad9ff57ec41f2bb0c9f9d4,eqaf:6cb2d5658864a6c9bc1fbc226141feed"))
2024-09-12 21:09.07 ---> saved as "3c7d27270ec6794291b0de27bcbf681a6eb35d4701d05f7e62f2b604fa4c6f7a"

/home/opam: (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.049771') && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10,eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed,eqaf.0.10 prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1,digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4,digestif.0.7.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10,eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed,eqaf.0.10 prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1,digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4,digestif.0.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10,eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed,eqaf.0.10 prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1,digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4,digestif.0.7.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.049771
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/doc/
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/doc/eqaf/
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/doc/eqaf/CHANGES.md
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/doc/eqaf/LICENSE.md
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/doc/eqaf/README.md
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf.ocamlobjinfo
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/META
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bigstring/
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bigstring/eqaf_bigstring.ocamlobjinfo
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bigstring/eqaf_bigstring.cmi
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bigstring/eqaf_bigstring.cmt
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bigstring/eqaf_bigstring.cmti
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bytes/
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bytes/eqaf_bytes.ocamlobjinfo
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bytes/eqaf_bytes.cmi
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bytes/eqaf_bytes.cmt
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/bytes/eqaf_bytes.cmti
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/dune-package
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf.cmi
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf.cmt
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf.cmti
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf__.cmi
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf__.cmt
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf__Unsafe.cmi
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/lib/eqaf/eqaf__Unsafe.cmt
prep/universes/6cb2d5658864a6c9bc1fbc226141feed/eqaf/0.10/opam
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/doc/
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/doc/digestif/
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/doc/digestif/CHANGES.md
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/doc/digestif/LICENSE.md
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/doc/digestif/README.md
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/digestif.ocamlobjinfo
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/META
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_c.ocamlobjinfo
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif.cmti
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_bi.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_bi.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_by.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_by.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_conv.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_conv.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_eq.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_eq.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_hash.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_hash.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_native.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/c/digestif_native.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/digestif.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/digestif.cmti
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/dune-package
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_ocaml.ocamlobjinfo
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_blake2b.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_blake2b.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_blake2s.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_blake2s.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_md5.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_md5.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_rmd160.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_rmd160.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha1.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha1.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha224.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha224.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha256.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha256.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha384.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha384.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha512.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_sha512.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_whirlpool.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/baijiu_whirlpool.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif.cmti
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_bi.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_bi.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_by.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_by.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_conv.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_conv.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_eq.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_eq.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_hash.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/digestif_hash.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/xor.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/ocaml/xor.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/rakia/
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/rakia/rakia.ocamlobjinfo
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/rakia/rakia.cmi
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/lib/digestif/rakia/rakia.cmt
prep/universes/584e9987f5ad9ff57ec41f2bb0c9f9d4/digestif/0.7.1/opam
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.
HASHES:eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed:7756ff0bf55b73a4f7ef5f593e84703390572b235dade6359c5bb66a33ba0cdc
HASHES:digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4:b707982a0e4544319acf5133bc9ddfc6d37f90ff92ee8e996223f396e88c7389
2024-09-12 21:09.09 ---> saved as "c10c07b807fd993848f7f37feeb54358b6f900c33e8be35ed5dd73a370170a96"
Job succeeded
2024-09-12 21:16.36: digestif.0.7.1-584e9987f5ad9ff57ec41f2bb0c9f9d4 -> b707982a0e4544319acf5133bc9ddfc6d37f90ff92ee8e996223f396e88c7389
2024-09-12 21:16.36: eqaf.0.10-6cb2d5658864a6c9bc1fbc226141feed -> 7756ff0bf55b73a4f7ef5f593e84703390572b235dade6359c5bb66a33ba0cdc
2024-09-12 21:16.36: Job succeeded