Build:
  1. 0
2024-12-05 08:33.37: New job: Voodoo prep ppx_protocol_conv_json.5.2.0; 08247398f5ea2a4ffdd42f401650f0ab
2024-12-05 08:33.37: Waiting for resource in pool OCluster
2024-12-05 08:35.09: Waiting for worker…
2024-12-05 08:35.09: Got resource from pool OCluster
2024-12-05 08:35.09: 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:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d)
         (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:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d)
 (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 ppx_protocol_conv_json.5.2.0 yojson.1.7.0 time_now.v0.16.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 seq.base re.1.12.0 ppxlib.0.33.0 ppx_sexp_conv.v0.16.0 ppx_protocol_conv.5.2.0 ppx_optcomp.v0.16.0 ppx_inline_test.v0.16.1 ppx_here.v0.16.0 ppx_hash.v0.16.0 ppx_globalize.v0.16.0 ppx_expect.v0.16.0 ppx_enumerate.v0.16.0 ppx_derivers.1.2.1 ppx_compare.v0.16.0 ppx_cold.v0.16.0 ppx_base.v0.16.0 ppx_assert.v0.16.0 ocaml-compiler-libs.v0.12.4 jst-config.v0.16.0 jane-street-headers.v0.16.0 easy-format.1.3.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-bash.1 camlp-streams.5.0.1 biniou.1.2.2 base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ppx_protocol_conv_json:08247398f5ea2a4ffdd42f401650f0ab,ppx_expect:92a2e45972fd2bac99d4481c94aaea02"))
 (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.701512') && (for DATA in prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0,ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02,ppx_expect.v0.16.0 prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0,ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab,ppx_protocol_conv_json.5.2.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0,ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02,ppx_expect.v0.16.0 prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0,ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab,ppx_protocol_conv_json.5.2.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0,ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02,ppx_expect.v0.16.0 prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0,ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab,ppx_protocol_conv_json.5.2.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 --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

2024-12-05 08:35.09: RETRYING: 2024-12-05/083337-voodoo-prep-0d8486 Number of retries: 0 (retriable error condition)
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  79% (26045/32841)
Updating files:  80% (26273/32841)
Updating files:  81% (26602/32841)
Updating files:  82% (26930/32841)
Updating files:  83% (27259/32841)
Updating files:  84% (27587/32841)
Updating files:  85% (27915/32841)
Updating files:  86% (28244/32841)
Updating files:  87% (28572/32841)
Updating files:  88% (28901/32841)
Updating files:  89% (29229/32841)
Updating files:  90% (29557/32841)
Updating files:  91% (29886/32841)
Updating files:  92% (30214/32841)
Updating files:  93% (30543/32841)
Updating files:  94% (30871/32841)
Updating files:  95% (31199/32841)
Updating files:  96% (31528/32841)
Updating files:  97% (31856/32841)
Updating files:  98% (32185/32841)
Updating files:  99% (32513/32841)
Updating files: 100% (32841/32841)
Updating files: 100% (32841/32841), done.
HEAD is now at ed8a57d12c Merge pull request #26441 from fpottier/opam-publish-cppo.1.7.0

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d' locally
docker.io/ocaml/opam@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d: Pulling from ocaml/opam
7898db7e5660: Pulling fs layer
7898db7e5660: Verifying Checksum
7898db7e5660: Download complete
7898db7e5660: Pull complete
Digest: sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d
Status: Downloaded newer image for ocaml/opam@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d
2024-12-05 08:29.50 ---> saved as "b89728b19ba80a9756b49179154460ec15b492412c84d8d2e3740e5f053bbf95"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-12-05 08:29.51 ---> saved as "a9b8228bbfe717d081a5ebf8340a5fb79ef2c587b2508314d7ad495d636f4848"

/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 [206 kB]
Fetched 309 kB in 0s (1009 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 (17.1 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 ... 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) ...
2024-12-05 08:29.54 ---> saved as "41cf566e2807eedd9287263a8528b36bff04afe49de85f39380ad49e87f7a58d"

/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 ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install dune             3.17.0 [required by voodoo-prep]
  - install topkg            1.0.7  [required by bos]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install re               1.12.0 [required by opam-format]
  - install opam-file-format 2.1.6  [required by opam-format]
  - 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 sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - 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.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.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.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.3.0
-> installed opam-format.2.3.0
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-05 08:30.57 ---> saved as "feb7d36f935c8b1a704f33fe5748747a243337d6610cfabfca8a284ae82a5471"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-12-05 08:30.57 ---> saved as "9d7141b25a53934ec03deeeb35a9c8fde9abf6f051e44da5bf354085903d0468"
2024-12-05 08:30.57 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d' locally
docker.io/ocaml/opam@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d: Pulling from ocaml/opam
7898db7e5660: Pulling fs layer
7898db7e5660: Verifying Checksum
7898db7e5660: Download complete
7898db7e5660: Pull complete
Digest: sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d
Status: Downloaded newer image for ocaml/opam@sha256:85f56099f18070cb0e65b00997be41fd96fb142d9cbb6b67fe9e850f1bd7996d
2024-12-05 08:30.57 ---> using "b89728b19ba80a9756b49179154460ec15b492412c84d8d2e3740e5f053bbf95" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-12-05 08:30.57 ---> using "a9b8228bbfe717d081a5ebf8340a5fb79ef2c587b2508314d7ad495d636f4848" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-12-05 08:30.57 ---> saved as "43b5e715686c1e4119e045d1c11078599a1c06a18bdb4a490f4df7aa35c453e9"

/home/opam: (copy (src packages) (dst /src/packages))
2024-12-05 08:31.08 ---> saved as "a89808fa0738e854190a08092bd9b817269f54ac76e809690712d40cce53d186"

/home/opam: (copy (src repo) (dst /src/repo))
2024-12-05 08:31.08 ---> saved as "8c58cec80338d455118b0ec2e180cf7f48622bb0c34bc4b238e6940b2c50d6f9"

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-05 08:32.18 ---> saved as "1ad92509f5d932d2fbdba356c129d062663d33594effd8bbef406a9dc0fe68c5"

/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-12-05 08:32.39 ---> saved as "0c5fdb259970a487b84e72710947990efef7cdead33a85cffdd84c2c07761513"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-12-05 08:32.39 ---> saved as "f945e42c923b71d1008a50ac681f8b8056a9b9e8bc9e45be2737bfc031353b8e"

/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
2024-12-05 08:33.22 ---> saved as "cf55eaff1ebaa69e2a0d7a70c51740eb7d9cea1767d4a8c6a570789f65dc786c"

/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_protocol_conv_json.5.2.0 yojson.1.7.0 time_now.v0.16.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 seq.base re.1.12.0 ppxlib.0.33.0 ppx_sexp_conv.v0.16.0 ppx_protocol_conv.5.2.0 ppx_optcomp.v0.16.0 ppx_inline_test.v0.16.1 ppx_here.v0.16.0 ppx_hash.v0.16.0 ppx_globalize.v0.16.0 ppx_expect.v0.16.0 ppx_enumerate.v0.16.0 ppx_derivers.1.2.1 ppx_compare.v0.16.0 ppx_cold.v0.16.0 ppx_base.v0.16.0 ppx_assert.v0.16.0 ocaml-compiler-libs.v0.12.4 jst-config.v0.16.0 jane-street-headers.v0.16.0 easy-format.1.3.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-bash.1 camlp-streams.5.0.1 biniou.1.2.2 base.v0.16.3 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 [206 kB]
Fetched 309 kB in 0s (811 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy ppx_protocol_conv_json.5.2.0 yojson.1.7.0 time_now.v0.16.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 seq.base re.1.12.0 ppxlib.0.33.0 ppx_sexp_conv.v0.16.0 ppx_protocol_conv.5.2.0 ppx_optcomp.v0.16.0 ppx_inline_test.v0.16.1 ppx_here.v0.16.0 ppx_hash.v0.16.0 ppx_globalize.v0.16.0 ppx_expect.v0.16.0 ppx_enumerate.v0.16.0 ppx_derivers.1.2.1 ppx_compare.v0.16.0 ppx_cold.v0.16.0 ppx_base.v0.16.0 ppx_assert.v0.16.0 ocaml-compiler-libs.v0.12.4 jst-config.v0.16.0 jane-street-headers.v0.16.0 easy-format.1.3.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-bash.1 camlp-streams.5.0.1 biniou.1.2.2 base.v0.16.3" 

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
# No extra OS packages requirements found.
[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 conf-bash              1
  - install easy-format            1.3.4
  - install seq                    base
  - install ocaml-compiler-libs    v0.12.4
  - install stdlib-shims           0.3.0
  - install jane-street-headers    v0.16.0
  - install csexp                  1.5.2
  - install cppo                   1.7.0
  - install camlp-streams          5.0.1
  - install sexplib0               v0.16.0
  - install re                     1.12.0
  - install dune-configurator      3.16.0
  - install biniou                 1.2.2
  - install ppxlib                 0.33.0
  - install base                   v0.16.3
  - install yojson                 1.7.0
  - install stdio                  v0.16.0
  - install ppx_sexp_conv          v0.16.0
  - install ppx_protocol_conv      5.2.0
  - install ppx_here               v0.16.0
  - install ppx_globalize          v0.16.0
  - install ppx_enumerate          v0.16.0
  - install ppx_compare            v0.16.0
  - install ppx_cold               v0.16.0
  - install ppx_optcomp            v0.16.0
  - install ppx_hash               v0.16.0
  - install ppx_assert             v0.16.0
  - install ppx_base               v0.16.0
  - install jst-config             v0.16.0
  - install time_now               v0.16.0
  - install ppx_inline_test        v0.16.1
  - install ppx_expect             v0.16.0
  - install ppx_protocol_conv_json 5.2.0
===== 34 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/102:
Processing  2/102:
Processing  3/102:
-> retrieved base.v0.16.3  (cached)
Processing  4/102:
Processing  5/102:
Processing  6/102: [conf-bash: bash]
-> retrieved biniou.1.2.2  (cached)
Processing  7/102: [conf-bash: bash]
-> retrieved camlp-streams.5.0.1  (cached)
Processing  8/102: [conf-bash: bash]
Processing  9/102: [camlp-streams: dune build] [conf-bash: bash]
-> retrieved cppo.1.7.0  (cached)
Processing 10/102: [camlp-streams: dune build] [conf-bash: bash]
Processing 11/102: [camlp-streams: dune build] [conf-bash: bash] [cppo: dune build]
- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing 11/102: [camlp-streams: dune build] [cppo: dune build]
-> installed conf-bash.1
Processing 12/102: [camlp-streams: dune build] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 13/102: [camlp-streams: dune build] [cppo: dune build]
Processing 14/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build]
-> retrieved easy-format.1.3.4  (cached)
Processing 15/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build]
Processing 16/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved jane-street-headers.v0.16.0  (cached)
Processing 17/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
Processing 18/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build]
-> retrieved jst-config.v0.16.0  (cached)
Processing 19/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 20/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build]
Processing 21/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_assert.v0.16.0  (cached)
Processing 22/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_base.v0.16.0  (cached)
Processing 23/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_cold.v0.16.0  (cached)
Processing 24/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_compare.v0.16.0  (cached)
Processing 25/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 26/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build]
Processing 27/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_enumerate.v0.16.0  (cached)
Processing 28/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.16.0  (cached)
Processing 29/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_globalize.v0.16.0  (cached)
Processing 30/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.16.0  (cached)
Processing 31/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.16.0  (cached)
Processing 32/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.16.1  (cached)
Processing 33/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  jane-street-headers.v0.16.0
Processing 33/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed jane-street-headers.v0.16.0
Processing 34/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_optcomp.v0.16.0  (cached)
Processing 35/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_protocol_conv.5.2.0  (cached)
Processing 36/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_protocol_conv_json.5.2.0  (cached)
Processing 37/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
Processing 38/102: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  csexp.1.5.2
Processing 38/102: [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed csexp.1.5.2
Processing 39/102: [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  easy-format.1.3.4
Processing 39/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed easy-format.1.3.4
Processing 40/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 40/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 41/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
Processing 42/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 43/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 44/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> installed seq.base
Processing 45/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 46/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 47/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build]
Processing 48/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build]
-> retrieved stdio.v0.16.0  (cached)
Processing 49/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 50/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build]
Processing 51/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.33.0  (cached)
Processing 52/102: [camlp-streams: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  camlp-streams.5.0.1
Processing 52/102: [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed camlp-streams.5.0.1
Processing 53/102: [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 54/102: [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved time_now.v0.16.0  (cached)
-> retrieved yojson.1.7.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
Processing 55/102: [biniou: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  cppo.1.7.0
Processing 55/102: [biniou: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed cppo.1.7.0
Processing 56/102: [biniou: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 56/102: [biniou: dune build] [dune-configurator: rm] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 57/102: [biniou: dune build] [dune-configurator: rm] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  re.1.12.0
Processing 57/102: [biniou: dune build] [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed re.1.12.0
Processing 58/102: [biniou: dune build] [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  sexplib0.v0.16.0
Processing 58/102: [biniou: dune build] [dune-configurator: rm] [stdlib-shims: dune build]
-> installed sexplib0.v0.16.0
Processing 59/102: [biniou: dune build] [dune-configurator: rm] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 59/102: [biniou: dune build] [dune-configurator: rm]
-> installed stdlib-shims.0.3.0
Processing 60/102: [biniou: dune build] [dune-configurator: rm]
Processing 61/102: [biniou: dune build] [dune-configurator: rm] [ppxlib: dune build]
-> compiled  biniou.1.2.2
Processing 61/102: [dune-configurator: rm] [ppxlib: dune build]
-> installed biniou.1.2.2
Processing 62/102: [dune-configurator: rm] [ppxlib: dune build]
Processing 63/102: [dune-configurator: rm] [ppxlib: dune build] [yojson: dune build]
Processing 63/102: [dune-configurator: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  dune-configurator.3.16.0
Processing 63/102: [ppxlib: dune build] [yojson: dune build]
-> installed dune-configurator.3.16.0
Processing 64/102: [ppxlib: dune build] [yojson: dune build]
Processing 65/102: [base: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  yojson.1.7.0
Processing 65/102: [base: dune build] [ppxlib: dune build]
-> installed yojson.1.7.0
Processing 66/102: [base: dune build] [ppxlib: dune build]
-> compiled  base.v0.16.3
Processing 66/102: [ppxlib: dune build]
-> installed base.v0.16.3
Processing 67/102: [ppxlib: dune build]
Processing 68/102: [ppxlib: dune build] [stdio: dune build]
-> compiled  stdio.v0.16.0
Processing 68/102: [ppxlib: dune build]
-> installed stdio.v0.16.0
Processing 69/102: [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.0)
-> compiled  ppxlib.0.33.0
-> installed ppxlib.0.33.0
Processing 71/102: [ppx_cold: dune build]
Processing 72/102: [ppx_cold: dune build] [ppx_compare: dune build]
Processing 73/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build]
Processing 74/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build]
Processing 75/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build]
Processing 76/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_optcomp: dune build]
Processing 77/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_protocol_conv: dune build]
Processing 78/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_globalize.v0.16.0
Processing 78/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_globalize.v0.16.0
Processing 79/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_optcomp.v0.16.0
Processing 79/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_optcomp.v0.16.0
Processing 80/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_cold.v0.16.0
Processing 80/102: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_cold.v0.16.0
Processing 81/102: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_here.v0.16.0
Processing 81/102: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_here.v0.16.0
Processing 82/102: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_enumerate.v0.16.0
Processing 82/102: [ppx_compare: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_enumerate.v0.16.0
Processing 83/102: [ppx_compare: dune build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: dune build]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I ppx/.ppx_protocol_conv.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.1/lib/ppx_derivers -I /home/opam/.opam/5.1/lib/ppxlib -I /home/opam/.opam/5.1/lib/ppxlib/ast -I /home/opam/.opam/5.1/lib/ppxlib/astlib -I /home/opam/.opam/5.1/lib/ppxlib/print_diff -I /home/opam/.opam/5.1/lib/ppxlib/stdppx -I /home/opam/.opam/5.1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o ppx/.ppx_protocol_conv.objs/byte/ppx_protocol_conv.cmo -c -impl ppx/ppx_protocol_conv.pp.ml)
- File "ppx/ppx_protocol_conv.ml", line 16, characters 11-20:
- 16 | let (^^) = Caml.(^^)
-                 ^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "ppx/ppx_protocol_conv.ml", line 22, characters 22-33:
- 22 |   | false -> ifprintf Caml.stderr fmt [@@warning "-32"]
-                            ^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I ppx/.ppx_protocol_conv.objs/byte -I ppx/.ppx_protocol_conv.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.1/lib/ppx_derivers -I /home/opam/.opam/5.1/lib/ppxlib -I /home/opam/.opam/5.1/lib/ppxlib/ast -I /home/opam/.opam/5.1/lib/ppxlib/astlib -I /home/opam/.opam/5.1/lib/ppxlib/print_diff -I /home/opam/.opam/5.1/lib/ppxlib/stdppx -I /home/opam/.opam/5.1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o ppx/.ppx_protocol_conv.objs/native/ppx_protocol_conv.cmx -c -impl ppx/ppx_protocol_conv.pp.ml)
- File "ppx/ppx_protocol_conv.ml", line 16, characters 11-20:
- 16 | let (^^) = Caml.(^^)
-                 ^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "ppx/ppx_protocol_conv.ml", line 22, characters 22-33:
- 22 |   | false -> ifprintf Caml.stderr fmt [@@warning "-32"]
-                            ^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-> compiled  ppx_protocol_conv.5.2.0
Processing 83/102: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_protocol_conv.5.2.0
Processing 84/102: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.16.0
Processing 84/102: [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.16.0
Processing 85/102: [ppx_sexp_conv: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_sexp_conv" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_sexp_conv.v0.16.0)
-> compiled  ppx_sexp_conv.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
Processing 87/102: [ppx_assert: dune build]
Processing 88/102: [ppx_assert: dune build] [ppx_hash: dune build]
-> compiled  ppx_hash.v0.16.0
Processing 88/102: [ppx_assert: dune build]
-> installed ppx_hash.v0.16.0
Processing 89/102: [ppx_assert: dune build]
Processing 90/102: [ppx_assert: dune build] [ppx_base: dune build]
-> compiled  ppx_assert.v0.16.0
Processing 90/102: [ppx_base: dune build]
-> installed ppx_assert.v0.16.0
Processing 91/102: [ppx_base: dune build]
Processing 92/102: [jst-config: dune build] [ppx_base: dune build]
-> compiled  ppx_base.v0.16.0
Processing 92/102: [jst-config: dune build]
-> installed ppx_base.v0.16.0
Processing 93/102: [jst-config: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "jst-config" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/jst-config.v0.16.0)
-> compiled  jst-config.v0.16.0
-> installed jst-config.v0.16.0
Processing 95/102: [time_now: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "time_now" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/time_now.v0.16.0)
-> compiled  time_now.v0.16.0
-> installed time_now.v0.16.0
Processing 97/102: [ppx_inline_test: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_inline_test" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_inline_test.v0.16.1)
-> compiled  ppx_inline_test.v0.16.1
-> installed ppx_inline_test.v0.16.1
Processing 99/102: [ppx_expect: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_expect" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_expect.v0.16.0)
-> compiled  ppx_expect.v0.16.0
-> installed ppx_expect.v0.16.0
Processing 101/102: [ppx_protocol_conv_json: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_protocol_conv_json" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_protocol_conv_json.5.2.0)
- File "drivers/json/dune", line 5, characters 18-29:
- 5 |  (private_modules test_expect)
-                       ^^^^^^^^^^^
- Warning: These modules appear in the private_modules field:
- - Test_expect
- They must also appear in the modules field.
-> compiled  ppx_protocol_conv_json.5.2.0
-> installed ppx_protocol_conv_json.5.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-05 08:35.26 ---> saved as "bb25eeff283d3212c7120babbfda0ae45e75b9c8d6ff945f350cd68dd08ef328"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ppx_protocol_conv_json:08247398f5ea2a4ffdd42f401650f0ab,ppx_expect:92a2e45972fd2bac99d4481c94aaea02"))
2024-12-05 08:35.27 ---> saved as "92cb539fc5e2b58ef673f6759c5118fa09e28e8bb91f63eef82ab396c6a9b7ef"

/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.701512') && (for DATA in prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0,ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02,ppx_expect.v0.16.0 prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0,ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab,ppx_protocol_conv_json.5.2.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0,ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02,ppx_expect.v0.16.0 prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0,ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab,ppx_protocol_conv_json.5.2.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0,ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02,ppx_expect.v0.16.0 prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0,ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab,ppx_protocol_conv_json.5.2.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.701512
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/doc/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/doc/ppx_expect/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/doc/ppx_expect/CHANGES.md
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/doc/ppx_expect/LICENSE.md
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/doc/ppx_expect/README.org
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/META
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector__.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector__.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector__Check_backtraces.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector__Check_backtraces.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/collector/expect_test_collector__Check_backtraces.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__Expectation.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__Expectation.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__Expectation.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__File.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__File.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__File.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__Import.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/common/expect_test_common__Import.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config/expect_test_config.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config/expect_test_config.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config/expect_test_config.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config/expect_test_config.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types__.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types__.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types__Expect_test_config_types_intf.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/config_types/expect_test_config_types__Expect_test_config_types_intf.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/dune-package
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/evaluator/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/evaluator/ppx_expect_evaluator.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/evaluator/ppx_expect_evaluator.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/evaluator/ppx_expect_evaluator.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/evaluator/ppx_expect_evaluator.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file__.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file__.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file__Import.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/make_corrected_file/make_corrected_file__Import.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Cst.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Cst.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Cst.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Fmt.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Fmt.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Fmt.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Import.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Import.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Lexer.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Lexer.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Lexer.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Matcher.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Matcher.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Matcher.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Reconcile.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Reconcile.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/matcher/expect_test_matcher__Reconcile.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/payload/
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/payload/ppx_expect_payload.ocamlobjinfo
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/payload/ppx_expect_payload.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/payload/ppx_expect_payload.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/payload/ppx_expect_payload.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect__Expect_extension.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect__Expect_extension.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect__Expect_extension.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect__Main.cmi
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect__Main.cmt
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/lib/ppx_expect/ppx_expect__Main.cmti
prep/universes/92a2e45972fd2bac99d4481c94aaea02/ppx_expect/v0.16.0/opam
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/doc/
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/doc/ppx_protocol_conv_json/
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/doc/ppx_protocol_conv_json/LICENSE
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/doc/ppx_protocol_conv_json/README.md
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/protocol_conv_json.ocamlobjinfo
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/META
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/dune-package
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/protocol_conv_json.cmi
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/protocol_conv_json.cmt
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/protocol_conv_json__Json.cmi
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/protocol_conv_json__Json.cmt
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/lib/ppx_protocol_conv_json/protocol_conv_json__Json.cmti
prep/universes/08247398f5ea2a4ffdd42f401650f0ab/ppx_protocol_conv_json/5.2.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02:cc75168b63a3d184fdb14017ed0eea91ed786bb258e600f1f1c33fc752615759
HASHES:ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab:59b7e60d00c60d0ac05e8ee6cafab45e6b7e619b757d57398d028d41564c67c4
2024-12-05 08:35.29 ---> saved as "4426546e0f85b18cc38f7588388ba9c9ccc9a3888fffafb0b2ca537d20e104d4"
Job succeeded
2024-12-05 08:41.38: ppx_protocol_conv_json.5.2.0-08247398f5ea2a4ffdd42f401650f0ab -> 59b7e60d00c60d0ac05e8ee6cafab45e6b7e619b757d57398d028d41564c67c4
2024-12-05 08:41.38: ppx_expect.v0.16.0-92a2e45972fd2bac99d4481c94aaea02 -> cc75168b63a3d184fdb14017ed0eea91ed786bb258e600f1f1c33fc752615759
2024-12-05 08:41.38: Job succeeded