Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep camlbz2.0.7.0; 910d0f9b7c505c7ee2c8ee3308b2155e
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:13.03: Waiting for worker…
2024-09-12 21:14.54: Got resource from pool OCluster
2024-09-12 21:14.54: 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.7.0 ocamlfind.1.9.6 conf-libbz2.1 conf-automake.1 conf-autoconf.0.2 conf-aclocal.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u camlbz2:910d0f9b7c505c7ee2c8ee3308b2155e,conf-aclocal:feddd95a5488e2f47a39bdb00c1ce746"))
 (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.670819') && (for DATA in prep/universes/feddd95a5488e2f47a39bdb00c1ce746/conf-aclocal/2,conf-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746,conf-aclocal.2 prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0,camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e,camlbz2.0.7.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/feddd95a5488e2f47a39bdb00c1ce746/conf-aclocal/2,conf-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746,conf-aclocal.2 prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0,camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e,camlbz2.0.7.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/feddd95a5488e2f47a39bdb00c1ce746/conf-aclocal/2,conf-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746,conf-aclocal.2 prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0,camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e,camlbz2.0.7.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 b8fca17f66769d2393cd15cf8185535a3b49751a --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:14.54: RETRYING: 2024-09-12/083555-voodoo-prep-6c8456 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  70% (22545/31890)
Updating files:  71% (22642/31890)
Updating files:  72% (22961/31890)
Updating files:  73% (23280/31890)
Updating files:  74% (23599/31890)
Updating files:  75% (23918/31890)
Updating files:  76% (24237/31890)
Updating files:  77% (24556/31890)
Updating files:  78% (24875/31890)
Updating files:  79% (25194/31890)
Updating files:  80% (25512/31890)
Updating files:  81% (25831/31890)
Updating files:  82% (26150/31890)
Updating files:  83% (26469/31890)
Updating files:  84% (26788/31890)
Updating files:  85% (27107/31890)
Updating files:  86% (27426/31890)
Updating files:  87% (27745/31890)
Updating files:  88% (28064/31890)
Updating files:  89% (28383/31890)
Updating files:  90% (28701/31890)
Updating files:  91% (29020/31890)
Updating files:  92% (29339/31890)
Updating files:  93% (29658/31890)
Updating files:  94% (29977/31890)
Updating files:  95% (30296/31890)
Updating files:  96% (30615/31890)
Updating files:  97% (30934/31890)
Updating files:  98% (31253/31890)
Updating files:  99% (31572/31890)
Updating files: 100% (31890/31890)
Updating files: 100% (31890/31890), done.
HEAD is now at b8fca17f66 conf-automake: add cygwin support

(build "tools" …)

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

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

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:07.49 ---> using "9a8297bb98e3495d87746d53e22de1d77143f521d8f8a84c70c2a419afa4f079" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:07.49 ---> using "ca97e9fd32910d1a2e1ec23a95404e41f3ce36d2e7d217ee4e0226b5dac20626" 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:07.49 ---> using "0251c0c11cf56af6a573380a1054aea2699abb11016601b4332832e9a6f85003" 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:07.49 ---> using "54a4fa965abf9592041cdba7e3ba4f7fdb31600614873434640d6a9d0c520aae" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:07.49 ---> using "69b29a5624e0ddd61b1ae6cec6a5328fb073380fa143d0f33ac215189a320140" 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:08.08 ---> saved as "943356d5a369c4a361318feaa677eb60813c9bf42362c5e8775b00a882f82689"

/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.7.0 ocamlfind.1.9.6 conf-libbz2.1 conf-automake.1 conf-autoconf.0.2 conf-aclocal.2 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 (877 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.7.0 ocamlfind.1.9.6 conf-libbz2.1 conf-automake.1 conf-autoconf.0.2 conf-aclocal.2" 

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:
autoconf
automake
libbz2-dev
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-autoconf 0.2
  - install conf-libbz2   1
  - install conf-automake 1
  - install conf-aclocal  2
  - install camlbz2       0.7.0
===== 5 to install =====

The following system packages will first need to be installed:
    autoconf automake 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" "autoconf" "automake" "libbz2-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18733 files and directories currently installed.)
- Preparing to unpack .../0-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../1-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../2-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../3-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../4-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 .../5-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 m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up autoconf (2.71-3) ...
- Setting up libbz2-dev:amd64 (1.0.8-5+b1) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/15: [camlbz2.0.7.0: http]
Processing  2/15: [camlbz2.0.7.0: http]
Processing  3/15: [camlbz2.0.7.0: http]
Processing  4/15: [camlbz2.0.7.0: http]
Processing  5/15: [camlbz2.0.7.0: http]
Processing  6/15: [camlbz2.0.7.0: http] [conf-autoconf: autoconf]
Processing  7/15: [camlbz2.0.7.0: http] [conf-autoconf: autoconf] [conf-libbz2: sh echo '#include <bzlib.h>' > test.c]
Processing  7/15: [conf-autoconf: autoconf] [conf-libbz2: sh echo '#include <bzlib.h>' > test.c]
- autoconf (GNU Autoconf) 2.71
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
Processing  7/15: [conf-libbz2: sh echo '#include <bzlib.h>' > test.c]
-> installed conf-autoconf.0.2
Processing  8/15: [conf-libbz2: sh echo '#include <bzlib.h>' > test.c]
Processing  9/15: [conf-automake: automake] [conf-libbz2: sh echo '#include <bzlib.h>' > test.c]
- + echo #include <bzlib.h>
Processing  9/15: [conf-automake: automake] [conf-libbz2: sh echo 'int main() { return 0; }' >> test.c]
-> retrieved camlbz2.0.7.0  (https://gitlab.com/irill/camlbz2/-/archive/0.7.0/camlbz2-0.7.0.tar.gz)
- + echo int main() { return 0; }
Processing  9/15: [conf-automake: automake] [conf-libbz2: cc test.c]
-> compiled  conf-libbz2.1
Processing  9/15: [conf-automake: automake]
-> installed conf-libbz2.1
Processing 10/15: [conf-automake: automake]
+ /usr/bin/automake "--help" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-automake.1)
- Usage: /usr/bin/automake [OPTION]... [Makefile]...
- 
- Generate Makefile.in for configure from Makefile.am.
- 
- Operation modes:
-       --help               print this help, then exit
-       --version            print version number, then exit
-   -v, --verbose            verbosely list files processed
-       --no-force           only update Makefile.in's that are out of date
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY
- 
- Dependency tracking:
-   -i, --ignore-deps      disable dependency tracking code
-       --include-deps     enable dependency tracking code
- 
- Flavors:
-       --foreign          set strictness to foreign
-       --gnits            set strictness to gnits
-       --gnu              set strictness to gnu
- 
- Library files:
-   -a, --add-missing      add missing standard files to package
-       --libdir=DIR       set directory storing library files
-       --print-libdir     print directory storing library files
-   -c, --copy             with -a, copy missing files (default is symlink)
-   -f, --force-missing    force update of standard files
- 
- Warning categories include:
-   cross                  cross compilation issues
-   gnu                    GNU coding standards (default in gnu and gnits modes)
-   obsolete               obsolete features or constructions (default)
-   override               user redefinitions of Automake rules or variables
-   portability            portability issues (default in gnu and gnits modes)
-   portability-recursive  nested Make variables (default with -Wportability)
-   extra-portability      extra portability issues related to obscure tools
-   syntax                 dubious syntactic constructs (default)
-   unsupported            unsupported or incomplete features (default)
-   all                    all the warnings
-   no-CATEGORY            turn off warnings in CATEGORY
-   none                   turn off all the warnings
-   error                  treat warnings as errors
- 
- Files automatically distributed if found (always):
-   ABOUT-GNU           TODO                install-sh          mdate-sh
-   ABOUT-NLS           ar-lib              libversion.in       missing
-   BACKLOG             compile             ltcf-c.sh           mkinstalldirs
-   COPYING             config.guess        ltcf-cxx.sh         py-compile
-   COPYING.DOC         config.rpath        ltcf-gcj.sh         texinfo.tex
-   COPYING.LESSER      config.sub          ltconfig            ylwrap
-   COPYING.LIB         depcomp             ltmain.sh
- 
- Files automatically distributed if found (as .md if needed):
-   AUTHORS[.md]        INSTALL[.md]        README[.md]         THANKS[.md]
-   ChangeLog[.md]      NEWS[.md]
- 
- Files automatically distributed if found (under certain conditions):
-   README-alpha[.md]   config.h.bot        configure           configure.in
-   acconfig.h          config.h.top        configure.ac        stamp-vti
-   aclocal.m4
- 
- Report bugs to <bug-automake@gnu.org>.
- GNU Automake home page: <https://www.gnu.org/software/automake/>.
- General help using GNU software: <https://www.gnu.org/gethelp/>.
-> compiled  conf-automake.1
-> installed conf-automake.1
Processing 12/15: [conf-aclocal: aclocal]
+ /usr/bin/aclocal "--version" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-aclocal.2)
- aclocal (GNU automake) 1.16.5
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by Tom Tromey <tromey@redhat.com>
-        and Alexandre Duret-Lutz <adl@gnu.org>.
-> compiled  conf-aclocal.2
-> installed conf-aclocal.2
Processing 14/15: [camlbz2: aclocal .]
+ /usr/bin/aclocal "-I" "." (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.7.0)
- aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
- ocaml.m4:20: warning: underquoted definition of AC_PROG_OCAML
- ocaml.m4:20:   run info Automake 'Extending aclocal'
- ocaml.m4:20:   or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
Processing 14/15: [camlbz2: autoconf]
+ /usr/bin/autoconf  (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.7.0)
- configure.in:42: warning: AC_OUTPUT should be used without arguments.
- configure.in:42: You should run autoupdate.
Processing 14/15: [camlbz2: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.7.0/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.7.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 whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for bzlib.h... yes
- checking for BZ2_bzReadOpen in -lbz2... 
- yes
- configure: creating ./config.status
- config.status: creating Makefile
Processing 14/15: [camlbz2: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.7.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 46-67:
- 54 | val open_in : ?small:bool -> ?unused:bytes -> 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 84, characters 29-51:
- 84 | val 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 51-72:
- 31 | external open_in : ?small:bool -> ?unused:bytes -> 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 51-72:
- 31 | external open_in : ?small:bool -> ?unused:bytes -> 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.7.0
Processing 15/15: [camlbz2: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlbz2.0.7.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.mli bz2.cma dllcamlbz2.so libcamlbz2.a bz2.cmx bz2.cmxa bz2.a
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.a
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.cmxa
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.cmx
- Installed /home/opam/.opam/4.14/lib/bz2/libcamlbz2.a
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.cma
- Installed /home/opam/.opam/4.14/lib/bz2/bz2.mli
- 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.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:09.26 ---> saved as "04b5a260b5d4f7a34b989ea07335d7f149e81f2f6fb8fa6f4b35e75e9aa3091d"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u camlbz2:910d0f9b7c505c7ee2c8ee3308b2155e,conf-aclocal:feddd95a5488e2f47a39bdb00c1ce746"))
2024-09-12 21:09.28 ---> saved as "af7da80bce205e12cee7ad1fbe700be89df57aa027ea2144c1263b45e36d397c"

/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.670819') && (for DATA in prep/universes/feddd95a5488e2f47a39bdb00c1ce746/conf-aclocal/2,conf-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746,conf-aclocal.2 prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0,camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e,camlbz2.0.7.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/feddd95a5488e2f47a39bdb00c1ce746/conf-aclocal/2,conf-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746,conf-aclocal.2 prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0,camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e,camlbz2.0.7.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/feddd95a5488e2f47a39bdb00c1ce746/conf-aclocal/2,conf-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746,conf-aclocal.2 prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0,camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e,camlbz2.0.7.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.670819
prep/universes/feddd95a5488e2f47a39bdb00c1ce746/conf-aclocal/2/opam
prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0/lib/
prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0/lib/bz2/
prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0/lib/bz2/bz2.ocamlobjinfo
prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0/lib/bz2/META
prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.0/lib/bz2/bz2.cmi
prep/universes/910d0f9b7c505c7ee2c8ee3308b2155e/camlbz2/0.7.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-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746:54b971b20db48a50ab076b56e86c9f54fbef0e031e2f18a98086268723079092
HASHES:camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e:1191fa101e6890d8c0dcb92cc72157c0bfc2b62f476d4d7f875c6400f289a096
2024-09-12 21:09.30 ---> saved as "e8e3b93c64521de1d80508b3752ac9db9887fcda8a5592b87662e2ba58f61786"
Job succeeded
2024-09-12 21:18.31: camlbz2.0.7.0-910d0f9b7c505c7ee2c8ee3308b2155e -> 1191fa101e6890d8c0dcb92cc72157c0bfc2b62f476d4d7f875c6400f289a096
2024-09-12 21:18.31: conf-aclocal.2-feddd95a5488e2f47a39bdb00c1ce746 -> 54b971b20db48a50ab076b56e86c9f54fbef0e031e2f18a98086268723079092
2024-09-12 21:18.31: Job succeeded