Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep ppx_deriving.4.3; ea80a5338ecd05701bc8e75103ec7dca
2024-01-29 15:19.04: Waiting for resource in pool OCluster
2024-01-29 19:10.22: Waiting for worker…
2024-01-29 19:10.38: Got resource from pool OCluster
2024-01-29 19:10.38: Using cache hint "docs-universe-prep-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
         (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.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy ppx_deriving.4.3 result.1.5 ppxfind.1.4 ppx_tools.5.1+4.06.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 dune.3.13.0 cppo.1.6.9 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ppx_deriving:ea80a5338ecd05701bc8e75103ec7dca,ppxfind:c017d2c02e8167232f2ff407852748bb"))
 (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.442609') && (for DATA in prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4,ppxfind.1.4-c017d2c02e8167232f2ff407852748bb,ppxfind.1.4 prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3,ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca,ppx_deriving.4.3; 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/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4,ppxfind.1.4-c017d2c02e8167232f2ff407852748bb,ppxfind.1.4 prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3,ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca,ppx_deriving.4.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4,ppxfind.1.4-c017d2c02e8167232f2ff407852748bb,ppxfind.1.4 prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3,ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca,ppx_deriving.4.3; 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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.07.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:10.38: RETRYING: 2024-01-29/151904-voodoo-prep-cdaf48 Number of retries: 0 (retriable error condition)
Building on iphito.caelum.ci.dev
All commits already cached
Updating files:  96% (31432/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
2024-01-29 19:05.44 ---> using "c1f57ce64d1185f1ddca2092dfa14704a9dd1c9f05e94a89182b86d0d7c808e2" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:05.44 ---> using "08c8f59521f2cf8fac5164b4c5791b0b912207e9b8de5c9ffadf814ee2faaa62" 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (932 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 (6357 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 ... 18743 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+deb12u3) ...
2024-01-29 19:05.44 ---> using "891cece3fa8ce936a6ac83728ac17b53b36413fae7a22d1d93115e83732209d3" 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 cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install seq                 base   [required by fmt]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install result              1.5    [required by rresult]
  - install re                  1.11.0 [required by opam-format]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] 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
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.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.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:05.44 ---> using "9db6d8754113396af82401129b832567ab6d6b03a73bdf5aeeed0e2ff8b0ecca" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:05.44 ---> using "1a1064c41db8476079a61dcd73a461ffcd9c85f1ec544e43846b30a262e470c7" from cache
2024-01-29 19:05.44 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
2024-01-29 19:05.44 ---> using "c1f57ce64d1185f1ddca2092dfa14704a9dd1c9f05e94a89182b86d0d7c808e2" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:05.44 ---> using "08c8f59521f2cf8fac5164b4c5791b0b912207e9b8de5c9ffadf814ee2faaa62" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 19:05.44 ---> using "9e6a5b52c03ef83043dcd742e1a2e24187e03d25ed86bee2b152d179648026c0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:05.45 ---> using "82b43c0ee69f7734dcb1cee04a6ac5bbc7955c568c7fa1a66d5a2b2c4fc7eda9" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:05.45 ---> using "1e206e26af744f37316ac31d9ca35e68461da20f08f641f029accff9debfff99" 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 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-01-29 19:05.45 ---> using "5122260a0b4e1be1f518a82b18d44dc194f7999e6f7dcd18324552f242c2591d" from cache

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

2024-01-29 19:05.45 ---> using "154624533bb024a6b7a8122962157e7a26c4a349602b1a0ac6a062ee410394cc" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:05.45 ---> using "0ca68f9b5a1361a41880d5d0cf6875e3478c51123aa649bb011c6c17dc3c5e3e" 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 dune.3.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:05.45 ---> using "6efc601b5fdc3f5ef633c68489caa72992eb97092e8936cbf40b400ae904d179" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy ppx_deriving.4.3 result.1.5 ppxfind.1.4 ppx_tools.5.1+4.06.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 dune.3.13.0 cppo.1.6.9 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (912 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 ppx_deriving.4.3 result.1.5 ppxfind.1.4 ppx_tools.5.1+4.06.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 dune.3.13.0 cppo.1.6.9" 

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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                    1.6.9
  - install ppx_derivers            1.2.1
  - install ppx_tools               5.1+4.06.0
  - install result                  1.5
  - install ocaml-migrate-parsetree 1.8.0
  - install ppxfind                 1.4
  - install ppx_deriving            4.3
===== 7 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/21:
Processing  2/21:
Processing  3/21:
-> retrieved cppo.1.6.9  (cached)
Processing  4/21: [ppx_deriving.4.3: http]
Processing  5/21: [ppx_deriving.4.3: http] [cppo: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing  6/21: [ppx_deriving.4.3: http] [cppo: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing  7/21: [ppx_deriving.4.3: http] [cppo: dune build]
Processing  8/21: [ppx_deriving.4.3: http] [cppo: dune build] [ppx_derivers: dune build]
Processing  8/21: [cppo: dune build] [ppx_derivers: dune build]
-> retrieved ppx_tools.5.1+4.06.0  (cached)
Processing  9/21: [cppo: dune build] [ppx_derivers: dune build]
Processing 10/21: [cppo: dune build] [ppx_derivers: dune build] [ppx_tools: make all]
-> retrieved ppxfind.1.4  (cached)
-> retrieved ppx_deriving.4.3  (https://github.com/ocaml-ppx/ppx_deriving/archive/v4.3.tar.gz)
-> retrieved result.1.5  (cached)
Processing 11/21: [cppo: dune build] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 11/21: [cppo: dune build] [ppx_tools: make all] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 12/21: [cppo: dune build] [ppx_tools: make all] [result: dune build]
-> compiled  result.1.5
Processing 12/21: [cppo: dune build] [ppx_tools: make all]
-> installed result.1.5
Processing 13/21: [cppo: dune build] [ppx_tools: make all]
Processing 14/21: [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ppx_tools: make all]
-> compiled  cppo.1.6.9
Processing 14/21: [ocaml-migrate-parsetree: dune build] [ppx_tools: make all]
-> installed cppo.1.6.9
Processing 15/21: [ocaml-migrate-parsetree: dune build] [ppx_tools: make all]
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo
- ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx
- ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa
-> compiled  ppx_tools.5.1+4.06.0
Processing 15/21: [ocaml-migrate-parsetree: dune build]
Processing 16/21: [ocaml-migrate-parsetree: dune build] [ppx_tools: make install]
- ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.07/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.07/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.07/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.07/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.07/lib/ppx_tools/META
-> installed ppx_tools.5.1+4.06.0
Processing 16/21: [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "ocaml-migrate-parsetree" "-j" "255" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ocaml-migrate-parsetree.1.8.0)
-> compiled  ocaml-migrate-parsetree.1.8.0
-> installed ocaml-migrate-parsetree.1.8.0
Processing 18/21: [ppxfind: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "ppxfind" "-j" "255" "@install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ppxfind.1.4)
-> compiled  ppxfind.1.4
-> installed ppxfind.1.4
Processing 20/21: [ppx_deriving: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "ppx_deriving" "-j" "255" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ppx_deriving.4.3)
-> compiled  ppx_deriving.4.3
-> installed ppx_deriving.4.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:06.52 ---> saved as "50038b7c9cc294fa7d684e8299e41a184294d022118fa5184b754999d0aee257"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ppx_deriving:ea80a5338ecd05701bc8e75103ec7dca,ppxfind:c017d2c02e8167232f2ff407852748bb"))
2024-01-29 19:06.54 ---> saved as "e5233c70496cedd9f81ce9141215903539885be93ef1bd7f8f75569d510e8491"

/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.442609') && (for DATA in prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4,ppxfind.1.4-c017d2c02e8167232f2ff407852748bb,ppxfind.1.4 prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3,ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca,ppx_deriving.4.3; 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/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4,ppxfind.1.4-c017d2c02e8167232f2ff407852748bb,ppxfind.1.4 prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3,ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca,ppx_deriving.4.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4,ppxfind.1.4-c017d2c02e8167232f2ff407852748bb,ppxfind.1.4 prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3,ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca,ppx_deriving.4.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.442609
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/doc/
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/doc/ppxfind/
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/doc/ppxfind/CHANGES.md
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/doc/ppxfind/LICENSE.md
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/doc/ppxfind/README.md
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/lib/
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/lib/ppxfind/
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/lib/ppxfind/META
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/lib/ppxfind/dune-package
prep/universes/c017d2c02e8167232f2ff407852748bb/ppxfind/1.4/opam
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/doc/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/doc/ppx_deriving/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/doc/ppx_deriving/CHANGELOG.md
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/doc/ppx_deriving/LICENSE.txt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/doc/ppx_deriving/README.md
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/META
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/api/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/api/ppx_deriving_api.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/api/ppx_deriving.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/api/ppx_deriving.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/api/ppx_deriving.cmti
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/create/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/create/ppx_deriving_create.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/create/ppx_deriving_create.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/create/ppx_deriving_create.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/dune-package
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/enum/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/enum/ppx_deriving_enum.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/enum/ppx_deriving_enum.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/enum/ppx_deriving_enum.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/eq/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/eq/ppx_deriving_eq.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/eq/ppx_deriving_eq.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/eq/ppx_deriving_eq.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/fold/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/fold/ppx_deriving_fold.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/fold/ppx_deriving_fold.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/fold/ppx_deriving_fold.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/iter/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/iter/ppx_deriving_iter.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/iter/ppx_deriving_iter.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/iter/ppx_deriving_iter.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/make/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/make/ppx_deriving_make.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/make/ppx_deriving_make.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/make/ppx_deriving_make.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/map/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/map/ppx_deriving_map.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/map/ppx_deriving_map.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/map/ppx_deriving_map.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/ord/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/ord/ppx_deriving_ord.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/ord/ppx_deriving_ord.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/ord/ppx_deriving_ord.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/runtime/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/runtime/ppx_deriving_runtime.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmti
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/show/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/show/ppx_deriving_show.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/show/ppx_deriving_show.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/show/ppx_deriving_show.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/std/
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/std/ppx_deriving_std.ocamlobjinfo
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/std/ppx_deriving_std.cmi
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/lib/ppx_deriving/std/ppx_deriving_std.cmt
prep/universes/ea80a5338ecd05701bc8e75103ec7dca/ppx_deriving/4.3/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:ppxfind.1.4-c017d2c02e8167232f2ff407852748bb:81859372c403a25e6edda42f3a8078471ceefafb6cd5a06ef92ac48943f014ca
HASHES:ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca:d9baf006ad3f053a87ae6d9e6151016d0f278f1e3550fde1fb24d31fff219e0b
2024-01-29 19:06.55 ---> saved as "2d19dbe903b0de7be9d9bd0287f9e0280a126507406cdbcecd9e291e66f96d02"
Job succeeded
2024-01-29 19:12.45: ppx_deriving.4.3-ea80a5338ecd05701bc8e75103ec7dca -> d9baf006ad3f053a87ae6d9e6151016d0f278f1e3550fde1fb24d31fff219e0b
2024-01-29 19:12.45: ppxfind.1.4-c017d2c02e8167232f2ff407852748bb -> 81859372c403a25e6edda42f3a8078471ceefafb6cd5a06ef92ac48943f014ca
2024-01-29 19:12.45: Job succeeded