Build:
  1. 0
2025-01-20 05:39.11: New job: Voodoo prep mutaml.0.2; a712704a6de399b7e77d200d8689ddd2
2025-01-20 05:39.11: Waiting for resource in pool OCluster
2025-01-20 05:40.45: Waiting for worker…
2025-01-20 05:40.45: Got resource from pool OCluster
2025-01-20 05:40.45: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:92a3785e8ded053de41bcbc855c69f01fa754a65a750c4e4fa17df3aed022d2d)
         (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:92a3785e8ded053de41bcbc855c69f01fa754a65a750c4e4fa17df3aed022d2d)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0"))
 (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 mutaml.0.2 yojson.2.2.2 stdlib-shims.0.3.0 stdlib-random.1.2.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.1~5.3preview ppx_yojson_conv_lib.v0.17.0 ppx_yojson_conv.v0.17.0 ppx_js_style.v0.17.0 ppx_derivers.1.2.1 octavius.1.2.2 ocaml_intrinsics_kernel.v0.17.1 ocaml-compiler-libs.v0.12.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-which.1 conf-timeout.1 conf-diffutils.2 base.v0.17.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u mutaml:a712704a6de399b7e77d200d8689ddd2,ppx_yojson_conv:e929995b644afe18e58aec01b390334e,ppx_js_style:47a7e7c77f1126c2c56d66546e8ad04e"))
 (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.104125') && (for DATA in prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0,ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e,ppx_js_style.v0.17.0 prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0,ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e,ppx_yojson_conv.v0.17.0 prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2,mutaml.0.2-a712704a6de399b7e77d200d8689ddd2,mutaml.0.2; 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/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0,ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e,ppx_js_style.v0.17.0 prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0,ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e,ppx_yojson_conv.v0.17.0 prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2,mutaml.0.2-a712704a6de399b7e77d200d8689ddd2,mutaml.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0,ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e,ppx_js_style.v0.17.0 prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0,ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e,ppx_yojson_conv.v0.17.0 prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2,mutaml.0.2-a712704a6de399b7e77d200d8689ddd2,mutaml.0.2; 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 72bdfd06652221f7fa8176d0efe1d908a0984116 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2025-01-20 05:40.45: RETRYING: 2025-01-20/053911-voodoo-prep-0d91fe Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  52% (17454/33122)
Updating files:  53% (17555/33122)
Updating files:  54% (17886/33122)
Updating files:  55% (18218/33122)
Updating files:  56% (18549/33122)
Updating files:  57% (18880/33122)
Updating files:  58% (19211/33122)
Updating files:  59% (19542/33122)
Updating files:  60% (19874/33122)
Updating files:  61% (20205/33122)
Updating files:  62% (20536/33122)
Updating files:  63% (20867/33122)
Updating files:  64% (21199/33122)
Updating files:  65% (21530/33122)
Updating files:  66% (21861/33122)
Updating files:  67% (22192/33122)
Updating files:  68% (22523/33122)
Updating files:  69% (22855/33122)
Updating files:  70% (23186/33122)
Updating files:  71% (23517/33122)
Updating files:  72% (23848/33122)
Updating files:  73% (24180/33122)
Updating files:  74% (24511/33122)
Updating files:  75% (24842/33122)
Updating files:  76% (25173/33122)
Updating files:  77% (25504/33122)
Updating files:  78% (25836/33122)
Updating files:  79% (26167/33122)
Updating files:  80% (26498/33122)
Updating files:  81% (26829/33122)
Updating files:  82% (27161/33122)
Updating files:  83% (27492/33122)
Updating files:  84% (27823/33122)
Updating files:  85% (28154/33122)
Updating files:  86% (28485/33122)
Updating files:  87% (28817/33122)
Updating files:  88% (29148/33122)
Updating files:  89% (29479/33122)
Updating files:  90% (29810/33122)
Updating files:  91% (30142/33122)
Updating files:  92% (30473/33122)
Updating files:  93% (30804/33122)
Updating files:  94% (31135/33122)
Updating files:  95% (31466/33122)
Updating files:  96% (31798/33122)
Updating files:  97% (32129/33122)
Updating files:  98% (32460/33122)
Updating files:  99% (32791/33122)
Updating files: 100% (33122/33122)
Updating files: 100% (33122/33122), done.
HEAD is now at 72bdfd0665 Package mutaml.0.2

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:92a3785e8ded053de41bcbc855c69f01fa754a65a750c4e4fa17df3aed022d2d)
2025-01-20 05:37.35 ---> saved as "2e82165ccec884906e5bb9732d090b7f99076393c9dbcafa14754e86b882ba1c"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-01-20 05:37.36 ---> saved as "3d9b5d86be578dc02db3ede370cfe8690282342f3770d87c46981cd1e1e8a2e3"

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
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/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [15.1 kB]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Fetched 9309 kB in 1s (7101 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 15 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 (7536 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 ... 18776 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+deb12u9) ...
2025-01-20 05:37.39 ---> saved as "6575822368fef90310d446a92e16c0a45e9f901d3369f5a7eabece673c6c0998"

/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.17.1 [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.3.0  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.3.0  [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.17.1] 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.3.0] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.3.0] 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.17.1
-> 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.3.0
-> installed opam-format.2.3.0
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2025-01-20 05:38.33 ---> saved as "cdef4d04cfcee8a51363b1a03917ef88f94bdb407f878be1e6179b51c4556672"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2025-01-20 05:38.33 ---> saved as "e19679bc60173c5daebe7444b8b855c06bf6ff017b2ce0dd33503843ad26b12f"
2025-01-20 05:38.33 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:92a3785e8ded053de41bcbc855c69f01fa754a65a750c4e4fa17df3aed022d2d)
2025-01-20 05:38.33 ---> using "2e82165ccec884906e5bb9732d090b7f99076393c9dbcafa14754e86b882ba1c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-01-20 05:38.33 ---> using "3d9b5d86be578dc02db3ede370cfe8690282342f3770d87c46981cd1e1e8a2e3" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2025-01-20 05:38.35 ---> saved as "c000ebc3600b3651b0e712faa300544a2c41f49e01ff27785ca018ee05decbea"

/home/opam: (copy (src packages) (dst /src/packages))
2025-01-20 05:38.56 ---> saved as "fac022341d0631c4f732af60c431fe2766a7adf1df6768ed20f602cbaec4f380"

/home/opam: (copy (src repo) (dst /src/repo))
2025-01-20 05:38.57 ---> saved as "157773a77cb59b14db8dfec2978f6ed9fed5de88f49b6250ecd455484e7d29dd"

/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
2025-01-20 05:40.12 ---> saved as "2145b54f54e7bec0a0a15b4511fb05c047d77fb2f5cc143290b29fec6a2df4ba"

/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.

2025-01-20 05:40.34 ---> saved as "9188913eebec978673c01d9f57163542c3b3a25b4c701ebbd336a42f1712f781"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2025-01-20 05:40.34 ---> saved as "f6f3881fbd1f7f41eca754b5c2a3c8c0f04dddb6cc85692656b1531b7508b780"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-01-20 05:41.21 ---> saved as "91faea4424c1dc6d488e04b379b5f99a1b40def8f4925a519a358904fea5bd3c"

/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 mutaml.0.2 yojson.2.2.2 stdlib-shims.0.3.0 stdlib-random.1.2.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.1~5.3preview ppx_yojson_conv_lib.v0.17.0 ppx_yojson_conv.v0.17.0 ppx_js_style.v0.17.0 ppx_derivers.1.2.1 octavius.1.2.2 ocaml_intrinsics_kernel.v0.17.1 ocaml-compiler-libs.v0.12.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-which.1 conf-timeout.1 conf-diffutils.2 base.v0.17.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.

Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
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/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [15.1 kB]
Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
Fetched 9309 kB in 2s (5885 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
15 packages can be upgraded. Run 'apt list --upgradable' to see them.
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 mutaml.0.2 yojson.2.2.2 stdlib-shims.0.3.0 stdlib-random.1.2.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.1~5.3preview ppx_yojson_conv_lib.v0.17.0 ppx_yojson_conv.v0.17.0 ppx_js_style.v0.17.0 ppx_derivers.1.2.1 octavius.1.2.2 ocaml_intrinsics_kernel.v0.17.1 ocaml-compiler-libs.v0.12.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-which.1 conf-timeout.1 conf-diffutils.2 base.v0.17.1" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
coreutils
debianutils
diffutils
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install ocaml_intrinsics_kernel v0.17.1
  - install conf-diffutils          2
  - install octavius                1.2.2
  - install seq                     base
  - install csexp                   1.5.2
  - install sexplib0                v0.17.0
  - install ocaml-compiler-libs     v0.12.4
  - install conf-which              1
  - install cppo                    1.7.0
  - install conf-timeout            1
  - install stdlib-shims            0.3.0
  - install yojson                  2.2.2
  - install dune-configurator       3.16.0
  - install stdlib-random           1.2.0
  - install ppxlib                  0.33.1~5.3preview
  - install ppx_yojson_conv_lib     v0.17.0
  - install base                    v0.17.1
  - install ppx_js_style            v0.17.0
  - install ppx_yojson_conv         v0.17.0
  - install mutaml                  0.2
===== 21 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/63:
Processing  2/63:
Processing  3/63:
Processing  4/63:
Processing  5/63:
Processing  6/63:
Processing  7/63: [conf-diffutils: diff]
Processing  8/63: [conf-diffutils: diff] [conf-timeout: sh command -v timeout || exit 1]
Processing  9/63: [conf-diffutils: diff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
-> retrieved base.v0.17.1  (cached)
Processing 10/63: [conf-diffutils: diff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
-> retrieved cppo.1.7.0  (cached)
Processing 11/63: [conf-diffutils: diff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
Processing 12/63: [conf-diffutils: diff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 13/63: [conf-diffutils: diff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which] [cppo: dune build]
Processing 14/63: [conf-diffutils: diff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which] [cppo: dune build] [csexp: dune build]
- Usage: /usr/bin/diff [OPTION]... FILES
- Compare FILES line by line.
- 
- Mandatory arguments to long options are mandatory for short options too.
-       --normal                  output a normal diff (the default)
-   -q, --brief                   report only when files differ
-   -s, --report-identical-files  report when two files are the same
-   -c, -C NUM, --context[=NUM]   output NUM (default 3) lines of copied context
-   -u, -U NUM, --unified[=NUM]   output NUM (default 3) lines of unified context
-   -e, --ed                      output an ed script
-   -n, --rcs                     output an RCS format diff
-   -y, --side-by-side            output in two columns
-   -W, --width=NUM               output at most NUM (default 130) print columns
-       --left-column             output only the left column of common lines
-       --suppress-common-lines   do not output common lines
- 
-   -p, --show-c-function         show which C function each change is in
-   -F, --show-function-line=RE   show the most recent line matching RE
-       --label LABEL             use LABEL instead of file name and timestamp
-                                   (can be repeated)
- 
-   -t, --expand-tabs             expand tabs to spaces in output
-   -T, --initial-tab             make tabs line up by prepending a tab
-       --tabsize=NUM             tab stops every NUM (default 8) print columns
-       --suppress-blank-empty    suppress space or tab before empty output lines
-   -l, --paginate                pass output through 'pr' to paginate it
- 
-   -r, --recursive                 recursively compare any subdirectories found
-       --no-dereference            don't follow symbolic links
-   -N, --new-file                  treat absent files as empty
-       --unidirectional-new-file   treat absent first files as empty
-       --ignore-file-name-case     ignore case when comparing file names
-       --no-ignore-file-name-case  consider case when comparing file names
-   -x, --exclude=PAT               exclude files that match PAT
-   -X, --exclude-from=FILE         exclude files that match any pattern in FILE
-   -S, --starting-file=FILE        start with FILE when comparing directories
-       --from-file=FILE1           compare FILE1 to all operands;
-                                     FILE1 can be a directory
-       --to-file=FILE2             compare all operands to FILE2;
-                                     FILE2 can be a directory
- 
-   -i, --ignore-case               ignore case differences in file contents
-   -E, --ignore-tab-expansion      ignore changes due to tab expansion
-   -Z, --ignore-trailing-space     ignore white space at line end
-   -b, --ignore-space-change       ignore changes in the amount of white space
-   -w, --ignore-all-space          ignore all white space
-   -B, --ignore-blank-lines        ignore changes where lines are all blank
-   -I, --ignore-matching-lines=RE  ignore changes where all lines match RE
- 
-   -a, --text                      treat all files as text
-       --strip-trailing-cr         strip trailing carriage return on input
- 
-   -D, --ifdef=NAME                output merged file with '#ifdef NAME' diffs
-       --GTYPE-group-format=GFMT   format GTYPE input groups with GFMT
-       --line-format=LFMT          format all input lines with LFMT
-       --LTYPE-line-format=LFMT    format LTYPE input lines with LFMT
-     These format options provide fine-grained control over the output
-       of diff, generalizing -D/--ifdef.
-     LTYPE is 'old', 'new', or 'unchanged'.  GTYPE is LTYPE or 'changed'.
-     GFMT (only) may contain:
-       %<  lines from FILE1
-       %>  lines from FILE2
-       %=  lines common to FILE1 and FILE2
-       %[-][WIDTH][.[PREC]]{doxX}LETTER  printf-style spec for LETTER
-         LETTERs are as follows for new group, lower case for old group:
-           F  first line number
-           L  last line number
-           N  number of lines = L-F+1
-           E  F-1
-           M  L+1
-       %(A=B?T:E)  if A equals B then T else E
-     LFMT (only) may contain:
-       %L  contents of line
-       %l  contents of line, excluding any trailing newline
-       %[-][WIDTH][.[PREC]]{doxX}n  printf-style spec for input line number
-     Both GFMT and LFMT may contain:
-       %%  %
-       %c'C'  the single character C
-       %c'\OOO'  the character with octal code OOO
-       C    the character C (other characters represent themselves)
- 
-   -d, --minimal            try hard to find a smaller set of changes
-       --horizon-lines=NUM  keep NUM lines of the common prefix and suffix
-       --speed-large-files  assume large files and many scattered small changes
-       --color[=WHEN]       color output; WHEN is 'never', 'always', or 'auto';
-                              plain --color means --color='auto'
-       --palette=PALETTE    the colors to use when --color is active; PALETTE is
-                              a colon-separated list of terminfo capabilities
- 
-       --help               display this help and exit
-   -v, --version            output version information and exit
- 
- FILES are 'FILE1 FILE2' or 'DIR1 DIR2' or 'DIR FILE' or 'FILE DIR'.
- If --from-file or --to-file is given, there are no restrictions on FILE(s).
- If a FILE is '-', read standard input.
- Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
- 
- Report bugs to: bug-diffutils@gnu.org
- GNU diffutils home page: <https://www.gnu.org/software/diffutils/>
- General help using GNU software: <https://www.gnu.org/gethelp/>
-> compiled  conf-diffutils.2
Processing 14/63: [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which] [cppo: dune build] [csexp: dune build]
-> installed conf-diffutils.2
Processing 15/63: [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which] [cppo: dune build] [csexp: dune build]
- /usr/bin/timeout
-> compiled  conf-timeout.1
Processing 15/63: [conf-which: which which] [cppo: dune build] [csexp: dune build]
-> installed conf-timeout.1
Processing 16/63: [conf-which: which which] [cppo: dune build] [csexp: dune build]
- /usr/bin/which
-> compiled  conf-which.1
Processing 16/63: [cppo: dune build] [csexp: dune build]
-> installed conf-which.1
Processing 17/63: [cppo: dune build] [csexp: dune build]
-> retrieved mutaml.0.2  (cached)
Processing 18/63: [cppo: dune build] [csexp: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 19/63: [cppo: dune build] [csexp: dune build]
Processing 20/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
Processing 21/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
Processing 22/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved octavius.1.2.2  (cached)
Processing 23/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
Processing 24/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 25/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build]
Processing 26/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_js_style.v0.17.0  (cached)
Processing 27/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_yojson_conv.v0.17.0  (cached)
Processing 28/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
-> retrieved seq.base  (cached)
Processing 29/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
Processing 30/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
Processing 31/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> installed seq.base
Processing 32/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppxlib.0.33.1~5.3preview  (cached)
Processing 33/63: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> compiled  csexp.1.5.2
Processing 33/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> installed csexp.1.5.2
Processing 34/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 35/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build]
Processing 36/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdlib-random.1.2.0  (cached)
Processing 37/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 37/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [sexplib0: dune build]
-> installed ppx_derivers.1.2.1
Processing 38/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 39/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yojson.2.2.2  (cached)
Processing 40/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  ocaml_intrinsics_kernel.v0.17.1
Processing 40/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ocaml_intrinsics_kernel.v0.17.1
Processing 41/63: [cppo: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 42/63: [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  cppo.1.7.0
Processing 42/63: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed cppo.1.7.0
Processing 43/63: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
Processing 44/63: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-random: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 44/63: [dune-configurator: rm] [octavius: dune build] [sexplib0: dune build] [stdlib-random: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 45/63: [dune-configurator: rm] [octavius: dune build] [sexplib0: dune build] [stdlib-random: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  octavius.1.2.2
Processing 45/63: [dune-configurator: rm] [sexplib0: dune build] [stdlib-random: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed octavius.1.2.2
Processing 46/63: [dune-configurator: rm] [sexplib0: dune build] [stdlib-random: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  sexplib0.v0.17.0
Processing 46/63: [dune-configurator: rm] [stdlib-random: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed sexplib0.v0.17.0
Processing 47/63: [dune-configurator: rm] [stdlib-random: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 47/63: [dune-configurator: rm] [stdlib-random: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 48/63: [dune-configurator: rm] [stdlib-random: dune build] [yojson: dune build]
Processing 49/63: [dune-configurator: rm] [ppxlib: dune build] [stdlib-random: dune build] [yojson: dune build]
-> compiled  yojson.2.2.2
Processing 49/63: [dune-configurator: rm] [ppxlib: dune build] [stdlib-random: dune build]
-> installed yojson.2.2.2
Processing 50/63: [dune-configurator: rm] [ppxlib: dune build] [stdlib-random: dune build]
Processing 51/63: [dune-configurator: rm] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build] [stdlib-random: dune build]
Processing 51/63: [dune-configurator: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build] [stdlib-random: dune build]
-> compiled  stdlib-random.1.2.0
Processing 51/63: [dune-configurator: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
-> installed stdlib-random.1.2.0
Processing 52/63: [dune-configurator: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
-> compiled  ppx_yojson_conv_lib.v0.17.0
Processing 52/63: [dune-configurator: dune build] [ppxlib: dune build]
-> installed ppx_yojson_conv_lib.v0.17.0
Processing 53/63: [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.16.0
Processing 53/63: [ppxlib: dune build]
-> installed dune-configurator.3.16.0
Processing 54/63: [ppxlib: dune build]
Processing 55/63: [base: dune build] [ppxlib: dune build]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/5.1/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.1/lib/sexplib0 -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Array.cmx -c -impl src/array.ml)
- File "src/array.ml", line 399, characters 28-75:
- 399 |       result := Bool.select ((keep_left_if [@inlined]) (compare x !result)) x !result
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 55 [inlining-impossible]: Cannot inline: Unknown function
-> compiled  base.v0.17.1
Processing 55/63: [ppxlib: dune build]
-> installed base.v0.17.1
Processing 56/63: [ppxlib: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppxlib.0.33.1~5.3preview)
-> compiled  ppxlib.0.33.1~5.3preview
-> installed ppxlib.0.33.1~5.3preview
Processing 58/63: [ppx_js_style: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_js_style" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_js_style.v0.17.0)
-> compiled  ppx_js_style.v0.17.0
-> installed ppx_js_style.v0.17.0
Processing 60/63: [ppx_yojson_conv: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_yojson_conv" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_yojson_conv.v0.17.0)
-> compiled  ppx_yojson_conv.v0.17.0
-> installed ppx_yojson_conv.v0.17.0
Processing 62/63: [mutaml: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "mutaml" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/mutaml.0.2)
-> compiled  mutaml.0.2
-> installed mutaml.0.2
Done.
# Run eval $(opam env) to update the current shell environment
2025-01-20 05:43.23 ---> saved as "b3628096981d85e90f2e4cac7b1099525fb600bd2e0ed51ba0ec94b259cef838"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mutaml:a712704a6de399b7e77d200d8689ddd2,ppx_yojson_conv:e929995b644afe18e58aec01b390334e,ppx_js_style:47a7e7c77f1126c2c56d66546e8ad04e"))
2025-01-20 05:43.25 ---> saved as "13f91e54e2f30dfda885355bbdcb32a3b4e7d6fff6f305a060dcafb2f3461af6"

/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.104125') && (for DATA in prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0,ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e,ppx_js_style.v0.17.0 prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0,ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e,ppx_yojson_conv.v0.17.0 prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2,mutaml.0.2-a712704a6de399b7e77d200d8689ddd2,mutaml.0.2; 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/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0,ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e,ppx_js_style.v0.17.0 prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0,ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e,ppx_yojson_conv.v0.17.0 prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2,mutaml.0.2-a712704a6de399b7e77d200d8689ddd2,mutaml.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0,ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e,ppx_js_style.v0.17.0 prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0,ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e,ppx_yojson_conv.v0.17.0 prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2,mutaml.0.2-a712704a6de399b7e77d200d8689ddd2,mutaml.0.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.104125
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/doc/
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/doc/ppx_js_style/
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/doc/ppx_js_style/CHANGES.md
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/doc/ppx_js_style/LICENSE.md
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/doc/ppx_js_style/README.md
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/ppx_js_style/
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/ppx_js_style/ppx_js_style.ocamlobjinfo
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/ppx_js_style/META
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/ppx_js_style/dune-package
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/ppx_js_style/ppx_js_style.cmi
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/ppx_js_style/ppx_js_style.cmt
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/lib/ppx_js_style/ppx_js_style.cmti
prep/universes/47a7e7c77f1126c2c56d66546e8ad04e/ppx_js_style/v0.17.0/opam
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/doc/
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/doc/ppx_yojson_conv/
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/doc/ppx_yojson_conv/LICENSE.md
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/doc/ppx_yojson_conv/README.org
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/ppx_yojson_conv.ocamlobjinfo
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/META
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/dune-package
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander.ocamlobjinfo
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander.cmi
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander.cmt
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander.cmti
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__.cmi
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__.cmt
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__Attrs.cmi
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__Attrs.cmt
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__Attrs.cmti
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__Label_with_name.cmi
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__Label_with_name.cmt
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/expander/ppx_yojson_conv_expander__Label_with_name.cmti
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/ppx_yojson_conv.cmi
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/ppx_yojson_conv.cmt
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/lib/ppx_yojson_conv/ppx_yojson_conv.cmti
prep/universes/e929995b644afe18e58aec01b390334e/ppx_yojson_conv/v0.17.0/opam
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/doc/
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/doc/mutaml/
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/doc/mutaml/CHANGES.md
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/doc/mutaml/LICENSE.md
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/doc/mutaml/README.md
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/mutaml_ppx.ocamlobjinfo
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/META
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/common/
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/common/mutaml_common.ocamlobjinfo
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/common/mutaml_common.cmi
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/common/mutaml_common.cmt
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/dune-package
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/entry.cmi
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/entry.cmt
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/mutaml_ppx.cmi
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/mutaml_ppx.cmt
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/rS.cmi
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/rS.cmt
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/lib/mutaml/rS.cmti
prep/universes/a712704a6de399b7e77d200d8689ddd2/mutaml/0.2/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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e:5b045a0ba8530ec372fced0d86939596cabe94e39c8707d5e73f6a5f239ea2bb
HASHES:ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e:36ca8fabd756fae2beee0c06214ff3fb721b2853a34de7a574670307ab8c5124
HASHES:mutaml.0.2-a712704a6de399b7e77d200d8689ddd2:3c840ca93c6d2d2837f463c673f963c09474ff3970afa6809ceb1310622ad766
2025-01-20 05:43.26 ---> saved as "d48beed7fb516a7913292464018d603a331297d39ccd5489dc805674bb05e231"
Job succeeded
2025-01-20 05:48.53: mutaml.0.2-a712704a6de399b7e77d200d8689ddd2 -> 3c840ca93c6d2d2837f463c673f963c09474ff3970afa6809ceb1310622ad766
2025-01-20 05:48.53: ppx_yojson_conv.v0.17.0-e929995b644afe18e58aec01b390334e -> 36ca8fabd756fae2beee0c06214ff3fb721b2853a34de7a574670307ab8c5124
2025-01-20 05:48.53: ppx_js_style.v0.17.0-47a7e7c77f1126c2c56d66546e8ad04e -> 5b045a0ba8530ec372fced0d86939596cabe94e39c8707d5e73f6a5f239ea2bb
2025-01-20 05:48.53: Job succeeded