Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep camlbz2.0.6.0; eff4aeddf88397a585d64bbed868b6b8
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:39.24: Waiting for worker…
2024-09-12 21:40.12: Got resource from pool OCluster
2024-09-12 21:40.12: 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 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (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 camlbz2.0.6.0 ocamlfind.1.9.6 conf-libbz2.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u camlbz2:eff4aeddf88397a585d64bbed868b6b8,conf-libbz2:d41d8cd98f00b204e9800998ecf8427e"))
 (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.072126') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libbz2/1,conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e,conf-libbz2.1 prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0,camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8,camlbz2.0.6.0; 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/d41d8cd98f00b204e9800998ecf8427e/conf-libbz2/1,conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e,conf-libbz2.1 prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0,camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8,camlbz2.0.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libbz2/1,conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e,conf-libbz2.1 prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0,camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8,camlbz2.0.6.0; 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 416bb59d4e5bd5a6dd8fb9323d97ea2c58b95d20 --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:40.12: RETRYING: 2024-09-12/083555-voodoo-prep-0a20b2 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  69% (22033/31656)
Updating files:  70% (22160/31656)
Updating files:  71% (22476/31656)
Updating files:  72% (22793/31656)
Updating files:  73% (23109/31656)
Updating files:  74% (23426/31656)
Updating files:  75% (23742/31656)
Updating files:  76% (24059/31656)
Updating files:  77% (24376/31656)
Updating files:  78% (24692/31656)
Updating files:  79% (25009/31656)
Updating files:  80% (25325/31656)
Updating files:  81% (25642/31656)
Updating files:  82% (25958/31656)
Updating files:  83% (26275/31656)
Updating files:  84% (26592/31656)
Updating files:  85% (26908/31656)
Updating files:  86% (27225/31656)
Updating files:  87% (27541/31656)
Updating files:  88% (27858/31656)
Updating files:  89% (28174/31656)
Updating files:  90% (28491/31656)
Updating files:  91% (28807/31656)
Updating files:  92% (29124/31656)
Updating files:  93% (29441/31656)
Updating files:  94% (29757/31656)
Updating files:  95% (30074/31656)
Updating files:  96% (30390/31656)
Updating files:  97% (30707/31656)
Updating files:  98% (31023/31656)
Updating files:  99% (31340/31656)
Updating files: 100% (31656/31656)
Updating files: 100% (31656/31656), done.
HEAD is now at 416bb59d4e Use parentheses in favour of precedence

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 21:33.05 ---> 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:33.05 ---> 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 0s (940 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 (7516 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:33.05 ---> 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:33.05 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

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

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 21:33.05 ---> 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:33.05 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:33.07 ---> using "5f49f3b5d42a3955a26a57aaf2be8918d9df1f2c54b45cd6fa52bd7c2c72fb86" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:33.07 ---> using "e9b337ef4882a9e5fd9a77226fba66154e39f055176b9e8d6604acd1940480ce" from cache

/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:33.07 ---> using "fab9cc2a62c88de6647dd45deedb3d17049ae682537368227da546e86cf13000" from cache

/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:33.07 ---> using "dc07aca1df7845d91f69b81531dbd8a12ffc09c132f3be67429cc82522ef5c57" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:33.07 ---> using "c7d81738f6e461d7ab851b77752a5c04252272e468f84532ed1e869398c931d7" 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 install ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:33.07 ---> using "64ad917683c7a13cabeef595b8f8320da767370c781b239491f97f5600827d9a" from cache

/home/opam: (env DUNE_CACHE disabled)

/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 camlbz2.0.6.0 ocamlfind.1.9.6 conf-libbz2.1 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 (796 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 camlbz2.0.6.0 ocamlfind.1.9.6 conf-libbz2.1" 

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
# The following system packages are needed:
libbz2-dev
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-libbz2 1
  - install camlbz2     0.6.0
===== 2 to install =====

The following system packages will first need to be installed:
    libbz2-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libbz2-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package bzip2-doc.
- (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 .../bzip2-doc_1.0.8-5_all.deb ...
- Unpacking bzip2-doc (1.0.8-5) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../libbz2-dev_1.0.8-5+b1_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-5+b1) ...
- Setting up bzip2-doc (1.0.8-5) ...
- Setting up libbz2-dev:amd64 (1.0.8-5+b1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6:
Processing  2/6:
Processing  3/6: [conf-libbz2: sh echo '#include <bzlib.h>' > test.c]
-> retrieved camlbz2.0.6.0  (cached)
+ /usr/bin/sh "-exc" "echo '#include <bzlib.h>' > test.c" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-libbz2.1)
- + echo #include <bzlib.h>
Processing  3/6: [conf-libbz2: sh echo 'int main() { return 0; }' >> test.c]
+ /usr/bin/sh "-exc" "echo 'int main() { return 0; }' >> test.c" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-libbz2.1)
- + echo int main() { return 0; }
Processing  3/6: [conf-libbz2: cc test.c]
+ /usr/bin/cc "-lbz2" "test.c" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-libbz2.1)
-> compiled  conf-libbz2.1
-> installed conf-libbz2.1
Processing  5/6: [camlbz2: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.6.0/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.6.0)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- awk: line 1: regular expression compile failed (syntax error ^* or ^+)
- ^+
- OCaml uses to compile C files
- checking for ocamlfind... ocamlfind
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables... 
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for a BSD-compatible install... /usr/bin/install -c
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... 
- yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking bzlib.h usability... yes
- checking bzlib.h presence... yes
- checking for bzlib.h... yes
- checking for BZ2_bzReadOpen in -lbz2... yes
- configure: creating ./config.status
- config.status: creating Makefile
Processing  5/6: [camlbz2: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.6.0)
- ocamlc.opt -ccopt "-D BZ_PREFIX  " -c c_bz.c
- c_bz.c: In function 'mlbz_error':
- c_bz.c:49:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-    49 |       invalid_argument(msg) ; break ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                                  
- c_bz.c:51:13: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-    51 |       raise_out_of_memory() ; break ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                                        
- c_bz.c:54:13: warning: "raise_constant" is deprecated: use "caml_raise_constant" instead
-    54 |       raise_constant(*caml_named_value("mlbz_data_exn")) ; break ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
- c_bz.c:56:13: warning: "raise_with_string" is deprecated: use "caml_raise_with_string" instead
-    56 |       raise_with_string(*caml_named_value("mlbz_io_exn"),
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- c_bz.c:59:13: warning: "raise_constant" is deprecated: use "caml_raise_constant" instead
-    59 |       raise_constant(*caml_named_value("mlbz_eof_exn")) ; break ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  
- c_bz.c:61:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-    61 |       failwith(msg) ;
-       |             ^~~~~~~~~                                                  
- c_bz.c: In function 'Val_twoptr':
- c_bz.c:74:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    74 |   result= alloc_small(3, Abstract_tag);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- c_bz.c: In function 'mlbz_version':
- c_bz.c:105:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   105 |   return copy_string(BZ_P(bzlibVersion())) ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                 
- c_bz.c: In function 'mlbz_readopen':
- c_bz.c:121:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   121 |     c_unused  = String_val(Field(unused, 0)) ;
-       |               ^
- c_bz.c:122:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   122 |     c_nunused = string_length(Field(unused, 0));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                 
- c_bz.c: In function 'mlbz_read':
- c_bz.c:139:13: warning: "raise_end_of_file" is deprecated: use "caml_raise_end_of_file" instead
-   139 |     raise_end_of_file() ;
-       |             ^~~~~~~~~~~~~                                                                
- c_bz.c:140:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   140 |   if((c_len + c_pos > string_length(buf))
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- c_bz.c:142:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   142 |     invalid_argument("Bz.read") ;
-       |             ^~~~~~~~~~~~~~~~~~~~~                                                      
- c_bz.c:143:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   143 |   c_buf = String_val(buf) + c_pos ;
-       |         ^
- c_bz.c: In function 'mlbz_readgetunused':
- c_bz.c:173:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-   173 |   result = alloc_string(nunused) ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                             
- In file included from c_bz.c:19:
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- c_bz.c:174:10: note: in expansion of macro 'String_val'
-   174 |   memcpy(String_val(result), unused, nunused) ;
-       |          ^~~~~~~~~~
- In file included from c_bz.c:14:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- c_bz.c: In function 'mlbz_write':
- c_bz.c:201:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   201 |   if((c_len + c_pos > string_length(buf))
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- c_bz.c:203:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   203 |     invalid_argument("Bz.write") ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                                     
- c_bz.c:204:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |   c_buf = String_val(buf) + c_pos ;
-       |         ^
- c_bz.c: In function 'mlbz_compress':
- c_bz.c:240:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   240 |      || c_pos + c_len > string_length(src))
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- c_bz.c:241:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   241 |     invalid_argument("Bz.compress") ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                                  
- c_bz.c:242:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   242 |   src_buf = String_val(src) + c_pos;
-       |           ^
- c_bz.c:246:13: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-   246 |     raise_out_of_memory();
-       |             ^~~~~~~~~~~~~~                                                                   
- c_bz.c:258:20: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-   258 |         raise_out_of_memory();
-       |                    ^~~~~~~~~~~                                                                      
- c_bz.c:263:13: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-   263 |       raise_out_of_memory();
-       |             ^~~~~~~~~~~~~~~~                                                                 
- c_bz.c:266:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-   266 |   result = alloc_string(dst_len);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                              
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- c_bz.c:267:10: note: in expansion of macro 'String_val'
-   267 |   memcpy(String_val(result), dst_buf, dst_len);
-       |          ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- c_bz.c: In function 'mlbz_uncompress':
- c_bz.c:285:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   285 |      || c_pos + c_len > string_length(src))
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- c_bz.c:286:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   286 |     invalid_argument("Bz.uncompress") ;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                                
- c_bz.c:287:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   287 |   src_buf = String_val(src) + c_pos;
-       |           ^
- c_bz.c:291:13: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-   291 |     raise_out_of_memory();
-       |             ^~~~~~~~~~~~~~                                                                   
- c_bz.c:305:20: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-   305 |           raise_out_of_memory();
-       |                    ^~~~~~~~~~~~~                                                                    
- c_bz.c:311:20: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-   311 |         raise_out_of_memory() ;
-       |                    ^~~~~~~~~~~~                                                                     
- c_bz.c:314:20: warning: "raise_constant" is deprecated: use "caml_raise_constant" instead
-   314 |         raise_constant(*caml_named_value("mlbz_data_exn")) ;
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- c_bz.c:316:20: warning: "raise_constant" is deprecated: use "caml_raise_constant" instead
-   316 |         raise_constant(*caml_named_value("mlbz_eof_exn")) ;
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- c_bz.c:319:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-   319 |   result = alloc_string(dst_len);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                              
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- c_bz.c:320:10: note: in expansion of macro 'String_val'
-   320 |   memcpy(String_val(result), dst_buf, dst_len);
-       |          ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- ocamlmklib -oc camlbz2 c_bz.o -lbz2 
- ocamlc.opt -c bz2.mli
- File "bz2.mli", line 54, characters 52-73:
- 54 | external open_in : ?small:bool -> ?unused:string -> Pervasives.in_channel ->
-                                                          ^^^^^^^^^^^^^^^^^^^^^
- 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
- File "bz2.mli", line 88, characters 34-56:
- 88 | external open_out : ?block:int -> Pervasives.out_channel -> out_channel
-                                        ^^^^^^^^^^^^^^^^^^^^^^
- 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
- ocamlc.opt -c bz2.ml
- File "bz2.ml", line 31, characters 52-73:
- 31 | external open_in : ?small:bool -> ?unused:string -> Pervasives.in_channel ->
-                                                          ^^^^^^^^^^^^^^^^^^^^^
- 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
- File "bz2.ml", line 44, characters 34-56:
- 44 | external open_out : ?block:int -> Pervasives.out_channel -> out_channel
-                                        ^^^^^^^^^^^^^^^^^^^^^^
- 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
- ocamlmklib -oc camlbz2 -o bz2 bz2.cmo -lbz2 
- ocamlopt.opt -c bz2.ml
- File "bz2.ml", line 31, characters 52-73:
- 31 | external open_in : ?small:bool -> ?unused:string -> Pervasives.in_channel ->
-                                                          ^^^^^^^^^^^^^^^^^^^^^
- 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
- File "bz2.ml", line 44, characters 34-56:
- 44 | external open_out : ?block:int -> Pervasives.out_channel -> out_channel
-                                        ^^^^^^^^^^^^^^^^^^^^^^
- 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
- ocamlmklib -oc camlbz2 -o bz2 bz2.cmx -lbz2 
-> compiled  camlbz2.0.6.0
Processing  6/6: [camlbz2: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.6.0)
- ocamlfind remove  bz2
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14/lib/bz2/META
- ocamlfind install  \
- 	-patch-version 0.6.0 -ldconf ignore \
- 	bz2 META bz2.cmi bz2.cmx bz2.mli bz2.a bz2.cma bz2.cmxa dllcamlbz2.so libcamlbz2.a
- Installed /home/opam/.opam/4.14/lib/bz2/libcamlbz2.a
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.cmxa
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.cma
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.a
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.mli
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.cmx
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.cmi
- Installed /home/opam/.opam/4.14/lib/stublibs/dllcamlbz2.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllcamlbz2.so.owner
- Installed /home/opam/.opam/4.14/lib/bz2/META
-> installed camlbz2.0.6.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:34.28 ---> saved as "06201bf642d661d51fc4823d7418bfbccbb2dbe89fdcb3a2654c0faff073ca78"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u camlbz2:eff4aeddf88397a585d64bbed868b6b8,conf-libbz2:d41d8cd98f00b204e9800998ecf8427e"))
2024-09-12 21:34.30 ---> saved as "fbeaa8e19eb494533c9a7b143f7b20cc96fb38b8c942c422b539a5cb40ebaf6d"

/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.072126') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libbz2/1,conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e,conf-libbz2.1 prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0,camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8,camlbz2.0.6.0; 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/d41d8cd98f00b204e9800998ecf8427e/conf-libbz2/1,conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e,conf-libbz2.1 prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0,camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8,camlbz2.0.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libbz2/1,conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e,conf-libbz2.1 prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0,camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8,camlbz2.0.6.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.072126
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-libbz2/1/opam
prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0/lib/
prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0/lib/bz2/
prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0/lib/bz2/bz2.ocamlobjinfo
prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0/lib/bz2/META
prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0/lib/bz2/bz2.cmi
prep/universes/eff4aeddf88397a585d64bbed868b6b8/camlbz2/0.6.0/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:conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e:b88bf6c8f8713ba13d505e25d6ff09c1342c8e0673aacd7b2b1d3197c5d3013a
HASHES:camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8:19f6f9bc37f1b11f29840cbe6d558d5396633a67de448f1a63c2165d7100f468
2024-09-12 21:34.32 ---> saved as "e884e9e8817b5b63c6c7411ea7b9fca24762a3fbad1c83170fe27fd76d8de5d3"
Job succeeded
2024-09-12 21:44.09: camlbz2.0.6.0-eff4aeddf88397a585d64bbed868b6b8 -> 19f6f9bc37f1b11f29840cbe6d558d5396633a67de448f1a63c2165d7100f468
2024-09-12 21:44.09: conf-libbz2.1-d41d8cd98f00b204e9800998ecf8427e -> b88bf6c8f8713ba13d505e25d6ff09c1342c8e0673aacd7b2b1d3197c5d3013a
2024-09-12 21:44.09: Job succeeded