Build:
  1. 0
2024-06-07 10:02.41: New job: Voodoo prep ocamldot.1.1; e3da6bb43a672dad0e9de3b143f62d7f
2024-06-07 10:02.41: Waiting for resource in pool OCluster
2024-06-07 10:04.45: Waiting for worker…
2024-06-07 10:06.17: Got resource from pool OCluster
2024-06-07 10:06.17: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
         (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-5.1@sha256:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
 (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 ocamldot.1.1 ocamlfind.1.9.6 conf-which.1 conf-autoconf.0.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ocamldot:e3da6bb43a672dad0e9de3b143f62d7f,conf-autoconf:6361b13fe72d7709b0c8ce480ae8a851"))
 (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.001679') && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1,ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f,ocamldot.1.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1,ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f,ocamldot.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1,ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f,ocamldot.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-06-07 10:06.17: RETRYING: 2024-06-07/100241-voodoo-prep-5d1a6c Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  60% (20745/34058)
Updating files:  61% (20776/34058)
Updating files:  62% (21116/34058)
Updating files:  63% (21457/34058)
Updating files:  64% (21798/34058)
Updating files:  65% (22138/34058)
Updating files:  66% (22479/34058)
Updating files:  67% (22819/34058)
Updating files:  68% (23160/34058)
Updating files:  69% (23501/34058)
Updating files:  70% (23841/34058)
Updating files:  71% (24182/34058)
Updating files:  72% (24522/34058)
Updating files:  73% (24863/34058)
Updating files:  74% (25203/34058)
Updating files:  75% (25544/34058)
Updating files:  76% (25885/34058)
Updating files:  77% (26225/34058)
Updating files:  78% (26566/34058)
Updating files:  79% (26906/34058)
Updating files:  80% (27247/34058)
Updating files:  81% (27587/34058)
Updating files:  82% (27928/34058)
Updating files:  83% (28269/34058)
Updating files:  84% (28609/34058)
Updating files:  85% (28950/34058)
Updating files:  86% (29290/34058)
Updating files:  87% (29631/34058)
Updating files:  88% (29972/34058)
Updating files:  89% (30312/34058)
Updating files:  90% (30653/34058)
Updating files:  91% (30993/34058)
Updating files:  92% (31334/34058)
Updating files:  93% (31674/34058)
Updating files:  94% (32015/34058)
Updating files:  95% (32356/34058)
Updating files:  96% (32696/34058)
Updating files:  97% (33037/34058)
Updating files:  98% (33377/34058)
Updating files:  99% (33718/34058)
Updating files: 100% (34058/34058)
Updating files: 100% (34058/34058), done.
HEAD is now at 4ea17cd948 Add Mint support to conf-autoconf

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
2024-06-07 10:02.53 ---> using "70fd1a5dc793561d9d82d779f28302d853e061b327e9dc35d45ba29b47bb016d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-06-07 10:02.53 ---> using "78453d51ffa026a26ab15495faa395368a64df07a49246a8f4f976777019790e" 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-security bookworm-security/main amd64 Packages [158 kB]
Fetched 262 kB in 0s (1011 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 (16.3 MB/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 ... 18766 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+deb12u7) ...
2024-06-07 10:02.53 ---> using "d59f782d668049bd83f83448983988ba9453eb9c2a709439025ec860fb8594e3" 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.14.3 [required by bos]
  - install dune             3.15.3 [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 stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.6  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.6  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 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
[cppo.1.6.9] found in cache
[dune.3.15.3] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] 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.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.15.3
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-07 10:02.53 ---> using "36d876558a581f8b56d2a8c00723f33094c903530f92fddd7c5d4e64a37f0353" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-06-07 10:02.53 ---> using "b87d1b668f18a44367774482f23dcf74a7111e80dc049e941986bec05b2a48fe" from cache
2024-06-07 10:02.53 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
2024-06-07 10:02.53 ---> using "70fd1a5dc793561d9d82d779f28302d853e061b327e9dc35d45ba29b47bb016d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-06-07 10:02.53 ---> using "78453d51ffa026a26ab15495faa395368a64df07a49246a8f4f976777019790e" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-06-07 10:02.53 ---> using "71efeee56c8760b40e1bfdbd1ae5d88e4610530a14f90d78f94eac6885a9580d" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-06-07 10:03.05 ---> saved as "f221d87bde7863d3614c9bc39f086bfffc7dccdf913dad77e6b264340a40c9a8"

/home/opam: (copy (src repo) (dst /src/repo))
2024-06-07 10:03.06 ---> saved as "5372ac75f6d85f567cfcf95e550f5be358a2c2af0ef4b9187fca97035139aadb"

/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 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-06-07 10:04.35 ---> saved as "9f5106f4110d1341cf72009f2b81525c2544d7fc5c7ab55731b91489e94cea37"

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

2024-06-07 10:04.58 ---> saved as "f6b9da2c9956fe538538531e37d3da2fe9b6fedf3462253d0b29a816d1ed339f"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-06-07 10:04.59 ---> saved as "501b86ca37613d8055fce387ee82394c27fdf31493b68c80250978a7d5a302e6"

/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-06-07 10:05.24 ---> saved as "77b4fe8ba366070929cf3b7beac7b047d7b9e9c966d1de0d28d72a13d1e94af3"

/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 ocamldot.1.1 ocamlfind.1.9.6 conf-which.1 conf-autoconf.0.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-security bookworm-security/main amd64 Packages [158 kB]
Fetched 262 kB in 0s (837 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.1-1

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

<><> opam-depext.1.2.1-1 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 ocamldot.1.1 ocamlfind.1.9.6 conf-which.1 conf-autoconf.0.1" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
debianutils
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-which    1
  - install conf-autoconf 0.1
  - install ocamldot      1.1
===== 3 to install =====

The following system packages will first need to be installed:
    autoconf

<><> 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"
- 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 ... 18766 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up autoconf (2.71-3) ...
- 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  3/9:
Processing  4/9: [conf-which: which which]
-> retrieved ocamldot.1.1  (cached)
+ /usr/bin/which "which" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
-> installed conf-which.1
Processing  6/9: [conf-autoconf: which autoconf]
+ /usr/bin/which "autoconf" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-autoconf.0.1)
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
-> installed conf-autoconf.0.1
Processing  8/9: [ocamldot: ./configure]
+ /home/opam/.opam/5.1/.opam-switch/build/ocamldot.1.1/./configure "--prefix" "/home/opam/.opam/5.1" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamldot.1.1)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- 
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
- checking for ocamlc... /home/opam/.opam/5.1/bin/ocamlc
- found OCaml version 5.1.1 (5.1.1)
- checking for ocamlfind... /home/opam/.opam/5.1/bin/ocamlfind
- checking for camlp4... no
- checking for ocamlprof... /home/opam/.opam/5.1/bin/ocamlprof
- checking for ocamlmktop... /home/opam/.opam/5.1/bin/ocamlmktop
- checking for ocamlmklib... /home/opam/.opam/5.1/bin/ocamlmklib
- checking for ocamlyacc... /home/opam/.opam/5.1/bin/ocamlyacc
- checking for ocamllex... /home/opam/.opam/5.1/bin/ocamllex
- checking for ocamldoc... /home/opam/.opam/5.1/bin/ocamldoc
- checking for ocamldep... /home/opam/.opam/5.1/bin/ocamldep
- checking for ocamlopt... /home/opam/.opam/5.1/bin/ocamlopt
- checking for ocaml... /home/opam/.opam/5.1/bin/ocaml
- checking for ocamllex.opt... /home/opam/.opam/5.1/bin/ocamllex.opt
- we can use /home/opam/.opam/5.1/bin/ocamllex.opt
- checking for ocamldoc.opt... /home/opam/.opam/5.1/bin/ocamldoc.opt
- we can use /home/opam/.opam/5.1/bin/ocamldoc.opt
- checking for ocamldep.opt... /home/opam/.opam/5.1/bin/ocamldep.opt
- we can use /home/opam/.opam/5.1/bin/ocamldep.opt
- checking for ocamlopt.opt... /home/opam/.opam/5.1/bin/ocamlopt.opt
- we can use /home/opam/.opam/5.1/bin/ocamlopt.opt
- checking for ocamlc.opt... /home/opam/.opam/5.1/bin/ocamlc.opt
- we can use /home/opam/.opam/5.1/bin/ocamlc.opt
- Objective-Caml version 5.1.1 (5.1.1)
- interpreter:                /home/opam/.opam/5.1/bin/ocaml
- bytecode compiler:          /home/opam/.opam/5.1/bin/ocamlc.opt
- native code compiler:       /home/opam/.opam/5.1/bin/ocamlopt.opt
- documentation generator(s): /home/opam/.opam/5.1/bin/ocamldoc, /home/opam/.opam/5.1/bin/ocamldoc.opt
- lexer generator:            /home/opam/.opam/5.1/bin/ocamllex.opt
- parser generator:           /home/opam/.opam/5.1/bin/ocamlyacc
- dependencies generator:     /home/opam/.opam/5.1/bin/ocamldep.opt
- library builder:            /home/opam/.opam/5.1/bin/ocamlmklib
- toplevel builder:           /home/opam/.opam/5.1/bin/ocamlmktop
- profiler:                   /home/opam/.opam/5.1/bin/ocamlprof
- ocamlfind:                  /home/opam/.opam/5.1/bin/ocamlfind
- 
- ### checking required tools and libraries ###
- checking for lablgtk3... ocamlfind: Package `lablgtk3' not found
- Package lablgtk3 not found
- 
- ###
- configure: creating ./config.status
- config.status: creating master.Makefile
- config.status: creating odot_version.ml
- config.status: creating META
Processing  8/9: [ocamldot: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamldot.1.1)
- /home/opam/.opam/5.1/bin/ocamlyacc -v odot_parser.mly
- /home/opam/.opam/5.1/bin/ocamllex.opt odot_lexer.mll
- 62 states, 621 transitions, table size 2856 bytes
- rm -fr .depend
- /home/opam/.opam/5.1/bin/ocamldep.opt *.ml *.mli > .depend
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_version.mli
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_misc.mli
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_types.mli
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_parser.mli
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_lexer.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot.mli
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_version.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_misc.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot_parser.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlc -package unix,  -thread -c odot.ml
- /home/opam/.opam/5.1/bin/ocamlc.opt -warn-error F -a -o odot.cma odot_version.cmo odot_misc.cmo odot_parser.cmo odot_lexer.cmo odot.cmo
- /home/opam/.opam/5.1/bin/ocamlfind ocamlopt -package unix,  -thread -c odot_version.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlopt -package unix,  -thread -c odot_misc.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlopt -package unix,  -thread -c odot_parser.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlopt -package unix,  -thread -c odot_lexer.ml
- /home/opam/.opam/5.1/bin/ocamlfind ocamlopt -package unix,  -thread -c odot.ml
- /home/opam/.opam/5.1/bin/ocamlopt.opt -warn-error F -a -o odot.cmxa odot_version.cmx odot_misc.cmx odot_parser.cmx odot_lexer.cmx odot.cmx
-> compiled  ocamldot.1.1
Processing  9/9: [ocamldot: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamldot.1.1)
- /home/opam/.opam/5.1/bin/ocamlfind install dot META \
- odot.cmxa odot.a odot.cmi odot.mli odot.cma \
-     
- Installed /home/opam/.opam/5.1/lib/dot/odot.cma
- Installed /home/opam/.opam/5.1/lib/dot/odot.mli
- Installed /home/opam/.opam/5.1/lib/dot/odot.cmi
- Installed /home/opam/.opam/5.1/lib/dot/odot.a
- Installed /home/opam/.opam/5.1/lib/dot/odot.cmxa
- Installed /home/opam/.opam/5.1/lib/dot/META
-> installed ocamldot.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-07 10:07.19 ---> saved as "32178e2a43ec297dfed5cc64ba52da09b927674dbe61298ae3fe32b914638f02"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ocamldot:e3da6bb43a672dad0e9de3b143f62d7f,conf-autoconf:6361b13fe72d7709b0c8ce480ae8a851"))
2024-06-07 10:07.21 ---> saved as "1b1a16c96e643b42b682306b5f4c099930b099b839346abcbe5ea7d9bc663ea2"

/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.001679') && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1,ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f,ocamldot.1.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1,ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f,ocamldot.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1,conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-autoconf.0.1 prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1,ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f,ocamldot.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.001679
prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-autoconf/0.1/opam
prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1/lib/
prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1/lib/dot/
prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1/lib/dot/odot.ocamlobjinfo
prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1/lib/dot/META
prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1/lib/dot/odot.cmi
prep/universes/e3da6bb43a672dad0e9de3b143f62d7f/ocamldot/1.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851:dad2073ee56606a147d5924459ddfc191c134a2689d260d38bacaab10cc6ffce
HASHES:ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f:d2938720fe7ee1c9c871ff5c9a8caf0fe080ed0c924c8367d33cf16236fb03cb
2024-06-07 10:07.22 ---> saved as "9325a0c513c4fb541e1c4bda71aca9f21da33d459bba4cc584483f362e56b22e"
Job succeeded
2024-06-07 10:10.58: ocamldot.1.1-e3da6bb43a672dad0e9de3b143f62d7f -> d2938720fe7ee1c9c871ff5c9a8caf0fe080ed0c924c8367d33cf16236fb03cb
2024-06-07 10:10.58: conf-autoconf.0.1-6361b13fe72d7709b0c8ce480ae8a851 -> dad2073ee56606a147d5924459ddfc191c134a2689d260d38bacaab10cc6ffce
2024-06-07 10:10.58: Job succeeded