Build:
  1. 0
2024-09-12 08:35.52: New job: Voodoo prep ppx_protocol_conv_json.4.0.0; 3fb24328e38ec615972066a12d8f47a6
2024-09-12 08:35.52: Waiting for resource in pool OCluster
2024-09-12 19:28.33: Waiting for worker…
2024-09-12 19:29.17: Got resource from pool OCluster
2024-09-12 19:29.17: Using cache hint "docs-universe-prep-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
 (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.1.11.4"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy ppx_protocol_conv_json.4.0.0 yojson.1.7.0 variantslib.v0.11.0 stdio.v0.11.0 sexplib0.v0.11.0 seq.base result.1.5 re.1.8.0 ppxlib.0.8.1 ppx_variants_conv.v0.11.1 ppx_sexp_conv.v0.11.2 ppx_protocol_conv.4.0.0 ppx_inline_test.v0.11.0 ppx_here.v0.11.0 ppx_fields_conv.v0.11.0 ppx_expect.v0.11.1 ppx_derivers.1.2.1 ppx_custom_printf.v0.11.0 ppx_compare.v0.11.1 ppx_assert.v0.11.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.3 jbuilder.transition fieldslib.v0.11.0 easy-format.1.3.2 dune.1.11.4 cppo.1.6.9 biniou.1.2.1 base.v0.11.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ppx_protocol_conv_json:3fb24328e38ec615972066a12d8f47a6,ppx_expect:9a3acf2a1ab1b06f82f6e15d952068ed"))
 (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.894339') && (for DATA in prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1,ppx_expect.v0.11.1-9a3acf2a1ab1b06f82f6e15d952068ed,ppx_expect.v0.11.1 prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0,ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6,ppx_protocol_conv_json.4.0.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/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1,ppx_expect.v0.11.1-9a3acf2a1ab1b06f82f6e15d952068ed,ppx_expect.v0.11.1 prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0,ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6,ppx_protocol_conv_json.4.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1,ppx_expect.v0.11.1-9a3acf2a1ab1b06f82f6e15d952068ed,ppx_expect.v0.11.1 prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0,ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6,ppx_protocol_conv_json.4.0.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 331eeb20ae16ba38632301f86b74764870683dd0 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.07.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 19:29.17: RETRYING: 2024-09-12/083552-voodoo-prep-6b3bb5 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  66% (20895/31424)
Updating files:  67% (21055/31424)
Updating files:  68% (21369/31424)
Updating files:  69% (21683/31424)
Updating files:  70% (21997/31424)
Updating files:  71% (22312/31424)
Updating files:  72% (22626/31424)
Updating files:  73% (22940/31424)
Updating files:  74% (23254/31424)
Updating files:  75% (23568/31424)
Updating files:  76% (23883/31424)
Updating files:  77% (24197/31424)
Updating files:  78% (24511/31424)
Updating files:  79% (24825/31424)
Updating files:  80% (25140/31424)
Updating files:  81% (25454/31424)
Updating files:  82% (25768/31424)
Updating files:  83% (26082/31424)
Updating files:  84% (26397/31424)
Updating files:  85% (26711/31424)
Updating files:  86% (27025/31424)
Updating files:  87% (27339/31424)
Updating files:  88% (27654/31424)
Updating files:  89% (27968/31424)
Updating files:  90% (28282/31424)
Updating files:  91% (28596/31424)
Updating files:  92% (28911/31424)
Updating files:  93% (29225/31424)
Updating files:  94% (29539/31424)
Updating files:  95% (29853/31424)
Updating files:  96% (30168/31424)
Updating files:  97% (30482/31424)
Updating files:  98% (30796/31424)
Updating files:  99% (31110/31424)
Updating files: 100% (31424/31424)
Updating files: 100% (31424/31424), done.
HEAD is now at 331eeb20ae Ensure Windows always uses ocaml-config.3

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
2024-09-12 19:22.55 ---> using "204cd578d3062e36ef07fb9c1255d2caa278c713f0d1a3687f9c1eab94635838" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:22.55 ---> using "f6067492d238036677b87aece504a2fbbecd8c1f70262a26a6ff02f2ae0ab148" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (910 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 (7244 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 19:22.55 ---> using "f6aa42750cfc8383a740a107b6d2b3427ad999041bbef41a4327cac1b5012472" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install seq                 base   [required by fmt]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.16.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install result              1.5    [required by rresult]
  - install re                  1.11.0 [required by opam-format]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.7.0  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.6  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.6  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.7.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.7.0
-> installed rresult.0.6.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:22.55 ---> using "db885cabe402653069cdd7740c8f68ff2e8000a2cbe4154539396cd7eb0a0911" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 19:22.55 ---> using "3be0be44708993e11d54d13a47a4953a8a20d13bd4b20160ff9de30a1a1deb65" from cache
2024-09-12 19:22.55 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
2024-09-12 19:22.55 ---> using "204cd578d3062e36ef07fb9c1255d2caa278c713f0d1a3687f9c1eab94635838" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:22.55 ---> using "f6067492d238036677b87aece504a2fbbecd8c1f70262a26a6ff02f2ae0ab148" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:22.55 ---> using "1b2c6d1df9627e5338314ce68943bffcd71543934533887645b45101a7c76c9d" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 19:22.56 ---> using "42778667cee8b31b70954eb8b82e4682ba0aa9692147df316cf028d51cf46209" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:22.56 ---> using "3b6e958dc38d20c46fb0fa1600ab11033a32f5073a6b87d914fa6200e81c78e7" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 19:22.56 ---> using "956bd03ecdf04713323d0f4aec1a119db76d00194531982bc349f52c09d34184" from cache

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

2024-09-12 19:22.56 ---> using "5e90654f99095e62edd40f6b8c05e963805c1e80e581369040e75760ab04bfb4" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:22.56 ---> using "0d780c51ee9e032a00e696d1acfaea37fad5737127e1b9f2f3dd20f319bd52d9" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.1.11.4  (cached)
-> installed dune.1.11.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:22.56 ---> using "cf45a4b33b4862e950cc08eebe14378f479cc93f89cf693670b83190a693d4b3" from cache

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy ppx_protocol_conv_json.4.0.0 yojson.1.7.0 variantslib.v0.11.0 stdio.v0.11.0 sexplib0.v0.11.0 seq.base result.1.5 re.1.8.0 ppxlib.0.8.1 ppx_variants_conv.v0.11.1 ppx_sexp_conv.v0.11.2 ppx_protocol_conv.4.0.0 ppx_inline_test.v0.11.0 ppx_here.v0.11.0 ppx_fields_conv.v0.11.0 ppx_expect.v0.11.1 ppx_derivers.1.2.1 ppx_custom_printf.v0.11.0 ppx_compare.v0.11.1 ppx_assert.v0.11.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.3 jbuilder.transition fieldslib.v0.11.0 easy-format.1.3.2 dune.1.11.4 cppo.1.6.9 biniou.1.2.1 base.v0.11.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (896 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.4.0.0 yojson.1.7.0 variantslib.v0.11.0 stdio.v0.11.0 sexplib0.v0.11.0 seq.base result.1.5 re.1.8.0 ppxlib.0.8.1 ppx_variants_conv.v0.11.1 ppx_sexp_conv.v0.11.2 ppx_protocol_conv.4.0.0 ppx_inline_test.v0.11.0 ppx_here.v0.11.0 ppx_fields_conv.v0.11.0 ppx_expect.v0.11.1 ppx_derivers.1.2.1 ppx_custom_printf.v0.11.0 ppx_compare.v0.11.1 ppx_assert.v0.11.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.3 jbuilder.transition fieldslib.v0.11.0 easy-format.1.3.2 dune.1.11.4 cppo.1.6.9 biniou.1.2.1 base.v0.11.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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 1.11.4).
The following actions will be performed:
  - install cppo                    1.6.9
  - install ppx_derivers            1.2.1
  - install ocaml-compiler-libs     v0.12.3
  - install result                  1.5
  - install seq                     base
  - install easy-format             1.3.2
  - install jbuilder                transition
  - install ocaml-migrate-parsetree 1.8.0
  - install biniou                  1.2.1
  - install sexplib0                v0.11.0
  - install re                      1.8.0
  - install yojson                  1.7.0
  - install base                    v0.11.1
  - install stdio                   v0.11.0
  - install ppxlib                  0.8.1
  - install variantslib             v0.11.0
  - install ppx_sexp_conv           v0.11.2
  - install ppx_protocol_conv       4.0.0
  - install ppx_inline_test         v0.11.0
  - install ppx_here                v0.11.0
  - install ppx_compare             v0.11.1
  - install fieldslib               v0.11.0
  - install ppx_variants_conv       v0.11.1
  - install ppx_custom_printf       v0.11.0
  - install ppx_assert              v0.11.0
  - install ppx_fields_conv         v0.11.0
  - install ppx_expect              v0.11.1
  - install ppx_protocol_conv_json  4.0.0
===== 28 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/84:
Processing  2/84:
Processing  3/84:
-> retrieved biniou.1.2.1  (cached)
Processing  4/84:
-> retrieved cppo.1.6.9  (cached)
Processing  5/84:
Processing  6/84: [cppo: dune build]
-> retrieved base.v0.11.1  (cached)
Processing  7/84: [cppo: dune build]
Processing  8/84: [cppo: dune build]
Processing  9/84: [cppo: dune build]
-> installed jbuilder.transition
Processing 10/84: [cppo: dune build]
-> retrieved easy-format.1.3.2  (cached)
Processing 11/84: [cppo: dune build]
Processing 12/84: [cppo: dune build] [easy-format: dune build]
-> retrieved fieldslib.v0.11.0  (cached)
Processing 13/84: [cppo: dune build] [easy-format: dune build]
-> retrieved ocaml-compiler-libs.v0.12.3  (cached)
Processing 14/84: [cppo: dune build] [easy-format: dune build]
Processing 15/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_assert.v0.11.0  (cached)
Processing 16/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_compare.v0.11.1  (cached)
Processing 17/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_custom_printf.v0.11.0  (cached)
Processing 18/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 19/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 20/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build]
Processing 21/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.11.1  (cached)
Processing 22/84: [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_fields_conv.v0.11.0  (cached)
Processing 23/84: [ppx_protocol_conv.4.0.0: http] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.11.0  (cached)
Processing 24/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.11.0  (cached)
Processing 25/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.11.2  (cached)
Processing 26/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_variants_conv.v0.11.1  (cached)
Processing 27/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppxlib.0.8.1  (cached)
Processing 28/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [cppo: dune build] [easy-format: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  easy-format.1.3.2
Processing 28/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed easy-format.1.3.2
Processing 29/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 30/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved re.1.8.0  (cached)
Processing 31/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
Processing 32/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 33/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 34/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 35/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
-> installed seq.base
Processing 36/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 37/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [re: jbuilder build] [result: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 37/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 38/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build]
-> retrieved sexplib0.v0.11.0  (cached)
Processing 39/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build]
Processing 40/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build] [sexplib0: jbuilder build]
-> retrieved stdio.v0.11.0  (cached)
Processing 41/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build] [sexplib0: jbuilder build]
-> retrieved variantslib.v0.11.0  (cached)
Processing 42/84: [ppx_protocol_conv.4.0.0: http] [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build] [sexplib0: jbuilder build]
-> retrieved yojson.1.7.0  (cached)
Processing 42/84: [ppx_protocol_conv_json.4.0.0: http] [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build] [sexplib0: jbuilder build]
Processing 42/84: [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [result: dune build] [sexplib0: jbuilder build]
-> retrieved ppx_protocol_conv.4.0.0  (https://github.com/andersfugmann/ppx_protocol_conv/archive/4.0.0.tar.gz)
-> retrieved ppx_protocol_conv_json.4.0.0  (https://github.com/andersfugmann/ppx_protocol_conv/archive/4.0.0.tar.gz)
-> compiled  result.1.5
Processing 42/84: [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [sexplib0: jbuilder build]
-> installed result.1.5
Processing 43/84: [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: jbuilder build] [sexplib0: jbuilder build]
Processing 44/84: [biniou: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build] [sexplib0: jbuilder build]
-> compiled  cppo.1.6.9
Processing 44/84: [biniou: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build] [sexplib0: jbuilder build]
-> installed cppo.1.6.9
Processing 45/84: [biniou: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build] [sexplib0: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  sexplib0.v0.11.0
Processing 45/84: [biniou: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build]
-> installed sexplib0.v0.11.0
Processing 46/84: [biniou: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build]
Processing 47/84: [base: jbuilder build] [biniou: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build]
-       ocamlc src/ocaml_optcomp/.ocaml_optcomp.objs/byte/ocaml_optcomp.{cmi,cmo,cmt}
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 12, characters 42-56:
- Warning 49: no cmi file was found in path for module Available_regs
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 85, characters 42-62:
- Warning 49: no cmi file was found in path for module Reg_availability_set
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 86, characters 42-61:
- Warning 49: no cmi file was found in path for module Reg_with_debug_info
-     ocamlopt src/ocaml_optcomp/.ocaml_optcomp.objs/native/ocaml_optcomp.{cmx,o}
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 12, characters 42-56:
- Warning 49: no cmi file was found in path for module Available_regs
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 85, characters 42-62:
- Warning 49: no cmi file was found in path for module Reg_availability_set
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 86, characters 42-61:
- Warning 49: no cmi file was found in path for module Reg_with_debug_info
-> compiled  ocaml-compiler-libs.v0.12.3
Processing 47/84: [base: jbuilder build] [biniou: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build]
-> installed ocaml-compiler-libs.v0.12.3
Processing 48/84: [base: jbuilder build] [biniou: dune build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build]
-> compiled  biniou.1.2.1
Processing 48/84: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build]
-> installed biniou.1.2.1
Processing 49/84: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build]
Processing 50/84: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] [re: jbuilder build] [yojson: dune build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "benchmarks/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "deprecated/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  re.1.8.0
Processing 50/84: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> installed re.1.8.0
Processing 51/84: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> compiled  yojson.1.7.0
Processing 51/84: [base: jbuilder build] [ocaml-migrate-parsetree: dune build]
-> installed yojson.1.7.0
Processing 52/84: [base: jbuilder build] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 52/84: [base: jbuilder build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 53/84: [base: jbuilder build]
+ /home/opam/.opam/4.07/bin/jbuilder "build" "-p" "base" "-j" "39" (CWD=/home/opam/.opam/4.07/.opam-switch/build/base.v0.11.1)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "compiler-stdlib/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "compiler-stdlib/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "generate/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lint/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "md5/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shadow-stdlib/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shadow-stdlib/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  base.v0.11.1
-> installed base.v0.11.1
Processing 55/84: [stdio: jbuilder build]
+ /home/opam/.opam/4.07/bin/jbuilder "build" "-p" "stdio" "-j" "39" (CWD=/home/opam/.opam/4.07/.opam-switch/build/stdio.v0.11.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  stdio.v0.11.0
-> installed stdio.v0.11.0
Processing 57/84: [ppxlib: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "ppxlib" "-j" "39" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ppxlib.0.8.1)
-> compiled  ppxlib.0.8.1
-> installed ppxlib.0.8.1
Processing 59/84: [fieldslib: jbuilder build]
Processing 60/84: [fieldslib: jbuilder build] [ppx_compare: jbuilder build]
Processing 61/84: [fieldslib: jbuilder build] [ppx_compare: jbuilder build] [ppx_here: jbuilder build]
Processing 62/84: [fieldslib: jbuilder build] [ppx_compare: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build]
Processing 63/84: [fieldslib: jbuilder build] [ppx_compare: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build]
Processing 64/84: [fieldslib: jbuilder build] [ppx_compare: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build]
Processing 65/84: [fieldslib: jbuilder build] [ppx_compare: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [variantslib: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  fieldslib.v0.11.0
Processing 65/84: [ppx_compare: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [variantslib: jbuilder build]
-> installed fieldslib.v0.11.0
Processing 66/84: [ppx_compare: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [variantslib: jbuilder build]
Processing 67/84: [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [variantslib: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  variantslib.v0.11.0
Processing 67/84: [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build]
-> installed variantslib.v0.11.0
Processing 68/84: [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build]
Processing 69/84: [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_here: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expander/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_here.v0.11.0
Processing 69/84: [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_here.v0.11.0
Processing 70/84: [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expander/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_compare.v0.11.1
Processing 70/84: [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_compare.v0.11.1
Processing 71/84: [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_protocol_conv: dune build] [ppx_sexp_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> compiled  ppx_protocol_conv.4.0.0
Processing 71/84: [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_protocol_conv.4.0.0
Processing 72/84: [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expander/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_sexp_conv.v0.11.2
Processing 72/84: [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_sexp_conv.v0.11.2
Processing 73/84: [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_variants_conv: jbuilder build]
Processing 74/84: [ppx_assert: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_variants_conv: jbuilder build]
Processing 75/84: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "drop/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "libname/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runner/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runner/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_inline_test.v0.11.0
Processing 75/84: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_inline_test.v0.11.0
Processing 76/84: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_variants_conv.v0.11.1
Processing 76/84: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_fields_conv: jbuilder build]
-> installed ppx_variants_conv.v0.11.1
Processing 77/84: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_fields_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_fields_conv.v0.11.0
Processing 77/84: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build]
-> installed ppx_fields_conv.v0.11.0
Processing 78/84: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_assert.v0.11.0
Processing 78/84: [ppx_custom_printf: jbuilder build]
-> installed ppx_assert.v0.11.0
Processing 79/84: [ppx_custom_printf: jbuilder build]
+ /home/opam/.opam/4.07/bin/jbuilder "build" "-p" "ppx_custom_printf" "-j" "39" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ppx_custom_printf.v0.11.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_custom_printf.v0.11.0
-> installed ppx_custom_printf.v0.11.0
Processing 81/84: [ppx_expect: jbuilder build]
+ /home/opam/.opam/4.07/bin/jbuilder "build" "-p" "ppx_expect" "-j" "39" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ppx_expect.v0.11.1)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "collector/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "common/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "evaluator/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expect_payload/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "matcher/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/disabling/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/disabling/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/exit-in-test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/exit-in-test/broken-test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/no-output-patterns/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc matcher/.expect_test_matcher.objs/byte/expect_test_matcher__Reconcile.{cmo,cmt}
- File "matcher/reconcile.ml", line 29, characters 11-23:
- Warning 3: deprecated: module Re_glob
- Use Re.Glob
- File "matcher/reconcile.ml", line 38, characters 25-36:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
-     ocamlopt matcher/.expect_test_matcher.objs/native/expect_test_matcher__Reconcile.{cmx,o}
- File "matcher/reconcile.ml", line 29, characters 11-23:
- Warning 3: deprecated: module Re_glob
- Use Re.Glob
- File "matcher/reconcile.ml", line 38, characters 25-36:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
-> compiled  ppx_expect.v0.11.1
-> installed ppx_expect.v0.11.1
Processing 83/84: [ppx_protocol_conv_json: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "ppx_protocol_conv_json" "-j" "39" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ppx_protocol_conv_json.4.0.0)
-> compiled  ppx_protocol_conv_json.4.0.0
-> installed ppx_protocol_conv_json.4.0.0
Done.

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:24.44 ---> saved as "f4e544e8455e46b065a6cad1acd293a25e3b10f51d53b800c9f852db7cbc566d"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ppx_protocol_conv_json:3fb24328e38ec615972066a12d8f47a6,ppx_expect:9a3acf2a1ab1b06f82f6e15d952068ed"))
2024-09-12 19:24.47 ---> saved as "83356ac144db4034f2216180e75c9f20c0f937cd9f5a678f8122cc61b78076ac"

/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.894339') && (for DATA in prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1,ppx_expect.v0.11.1-9a3acf2a1ab1b06f82f6e15d952068ed,ppx_expect.v0.11.1 prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0,ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6,ppx_protocol_conv_json.4.0.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/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1,ppx_expect.v0.11.1-9a3acf2a1ab1b06f82f6e15d952068ed,ppx_expect.v0.11.1 prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0,ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6,ppx_protocol_conv_json.4.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1,ppx_expect.v0.11.1-9a3acf2a1ab1b06f82f6e15d952068ed,ppx_expect.v0.11.1 prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0,ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6,ppx_protocol_conv_json.4.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.894339
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/doc/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/doc/ppx_expect/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/doc/ppx_expect/CHANGES.md
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/doc/ppx_expect/LICENSE.md
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/doc/ppx_expect/README.org
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect.ocamlobjinfo
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/META
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector.ocamlobjinfo
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector__.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector__.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector__Check_backtraces.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector__Check_backtraces.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/collector/expect_test_collector__Check_backtraces.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common.ocamlobjinfo
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__Expectation.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__Expectation.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__Expectation.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__File.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__File.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__File.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__Std.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/common/expect_test_common__Std.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/config/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/config/expect_test_config.ocamlobjinfo
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/config/expect_test_config.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/config/expect_test_config.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/config/expect_test_config.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/dune-package
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/evaluator/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/evaluator/ppx_expect_evaluator.ocamlobjinfo
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/evaluator/ppx_expect_evaluator.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/evaluator/ppx_expect_evaluator.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/evaluator/ppx_expect_evaluator.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher.ocamlobjinfo
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Cst.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Cst.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Cst.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Fmt.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Fmt.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Fmt.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Import.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Import.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Lexer.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Lexer.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Lexer.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Matcher.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Matcher.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Matcher.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Reconcile.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Reconcile.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Reconcile.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Std.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/matcher/expect_test_matcher__Std.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/payload/
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/payload/ppx_expect_payload.ocamlobjinfo
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/payload/ppx_expect_payload.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/payload/ppx_expect_payload.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/payload/ppx_expect_payload.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Expect_extension.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Expect_extension.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Expect_extension.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Lifter.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Lifter.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Main.cmi
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Main.cmt
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/lib/ppx_expect/ppx_expect__Main.cmti
prep/universes/9a3acf2a1ab1b06f82f6e15d952068ed/ppx_expect/v0.11.1/opam
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/doc/
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/doc/ppx_protocol_conv_json/
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/doc/ppx_protocol_conv_json/LICENSE
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/doc/ppx_protocol_conv_json/README.md
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/protocol_conv_json.ocamlobjinfo
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/META
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/dune-package
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/protocol_conv_json.cmi
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/protocol_conv_json.cmt
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/protocol_conv_json__Json.cmi
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/protocol_conv_json__Json.cmt
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.0/lib/ppx_protocol_conv_json/protocol_conv_json__Json.cmti
prep/universes/3fb24328e38ec615972066a12d8f47a6/ppx_protocol_conv_json/4.0.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.11.1-9a3acf2a1ab1b06f82f6e15d952068ed:02feb199f0c63699a95a9a2a086611b1932e61771a6f470a307865947487d6b7
HASHES:ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6:30c2212dc5b23385e5b8af7f0939585b1a68426e0e7ba32996a0d67326720ca2
2024-09-12 19:24.48 ---> saved as "6524e93c705724a788d4660961adaaffe9ecbd19a71499f91c185a0caa066c8a"
Job succeeded
2024-09-12 19:32.25: ppx_protocol_conv_json.4.0.0-3fb24328e38ec615972066a12d8f47a6 -> 30c2212dc5b23385e5b8af7f0939585b1a68426e0e7ba32996a0d67326720ca2
2024-09-12 19:32.25: ppx_expect.v0.11.1-9a3acf2a1ab1b06f82f6e15d952068ed -> 02feb199f0c63699a95a9a2a086611b1932e61771a6f470a307865947487d6b7
2024-09-12 19:32.25: Job succeeded