Build:
  1. 0
2024-09-12 08:35.52: New job: Voodoo prep ocaml-protoc-plugin.0.9; 1c442871ef5c3a70b027e7d28b8c01c3
2024-09-12 08:35.52: Waiting for resource in pool OCluster
2024-09-12 19:15.40: Waiting for worker…
2024-09-12 19:27.20: Got resource from pool OCluster
2024-09-12 19:27.20: Using cache hint "docs-universe-prep-4.11.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
         (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.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
 (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 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy ocaml-protoc-plugin.0.9 variantslib.v0.13.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 seq.base result.1.5 re.1.11.0 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_let.v0.13.0 ppx_inline_test.v0.13.1 ppx_here.v0.13.0 ppx_fields_conv.v0.13.0 ppx_expect.v0.13.1 ppx_deriving.5.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 ppx_cold.v0.13.0 ppx_assert.v0.13.0 pbrt.3.1.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-protoc.3.1.1 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 fieldslib.v0.13.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-protoc.4.4.0 base-bytes.base base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ocaml-protoc-plugin:1c442871ef5c3a70b027e7d28b8c01c3,ppx_deriving:b210a91f0a86b2cee78525f3304558bf,pbrt:e3e96f30263d6bc9dd5869d9b480ebcc,ocaml-protoc:9c8fff8f1024c50120ebd7e23f04c051"))
 (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.503431') && (for DATA in prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1,ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051,ocaml-protoc.3.1.1 prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1,pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc,pbrt.3.1.1 prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0,ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf,ppx_deriving.5.0 prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9,ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3,ocaml-protoc-plugin.0.9; 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/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1,ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051,ocaml-protoc.3.1.1 prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1,pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc,pbrt.3.1.1 prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0,ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf,ppx_deriving.5.0 prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9,ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3,ocaml-protoc-plugin.0.9; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1,ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051,ocaml-protoc.3.1.1 prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1,pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc,pbrt.3.1.1 prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0,ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf,ppx_deriving.5.0 prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9,ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3,ocaml-protoc-plugin.0.9; 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 0e1db1f4176121955441dd10fd6470b79d8546a9 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.11.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 19:27.20: RETRYING: 2024-09-12/083552-voodoo-prep-6bc212 Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  51% (16367/32043)
Updating files:  52% (16663/32043)
Updating files:  53% (16983/32043)
Updating files:  54% (17304/32043)
Updating files:  55% (17624/32043)
Updating files:  56% (17945/32043)
Updating files:  57% (18265/32043)
Updating files:  58% (18585/32043)
Updating files:  59% (18906/32043)
Updating files:  60% (19226/32043)
Updating files:  61% (19547/32043)
Updating files:  62% (19867/32043)
Updating files:  63% (20188/32043)
Updating files:  64% (20508/32043)
Updating files:  65% (20828/32043)
Updating files:  66% (21149/32043)
Updating files:  67% (21469/32043)
Updating files:  68% (21790/32043)
Updating files:  69% (22110/32043)
Updating files:  70% (22431/32043)
Updating files:  71% (22751/32043)
Updating files:  72% (23071/32043)
Updating files:  73% (23392/32043)
Updating files:  74% (23712/32043)
Updating files:  75% (24033/32043)
Updating files:  76% (24353/32043)
Updating files:  77% (24674/32043)
Updating files:  78% (24994/32043)
Updating files:  79% (25314/32043)
Updating files:  80% (25635/32043)
Updating files:  81% (25955/32043)
Updating files:  82% (26276/32043)
Updating files:  83% (26596/32043)
Updating files:  84% (26917/32043)
Updating files:  85% (27237/32043)
Updating files:  86% (27557/32043)
Updating files:  87% (27878/32043)
Updating files:  88% (28198/32043)
Updating files:  89% (28519/32043)
Updating files:  90% (28839/32043)
Updating files:  91% (29160/32043)
Updating files:  92% (29480/32043)
Updating files:  93% (29800/32043)
Updating files:  94% (30121/32043)
Updating files:  95% (30441/32043)
Updating files:  96% (30762/32043)
Updating files:  97% (31082/32043)
Updating files:  98% (31403/32043)
Updating files:  99% (31723/32043)
Updating files: 100% (32043/32043)
Updating files: 100% (32043/32043), done.
HEAD is now at 0e1db1f417 Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
2024-09-12 19:20.07 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:20.07 ---> using "0093d7b4c20be4dd707452f439cd49ab24236fab760f7f266c01bc0ee6cd14a1" 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 (1100 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (16.7 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 ... 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:20.07 ---> using "dfd4b37791106907970385fe62a1efa30f393e29bb49557aec08d4939964d28f" 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.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [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.16.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.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.11.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.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:20.07 ---> using "d65d5ed31040ffe11d9e2a12be532dfa11793930e7d989b6ba3e87a4792f8a37" from cache

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

(from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
2024-09-12 19:20.07 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:20.07 ---> using "2b0453ff944b8fee0761ccc2c65a37945587669066061243f0221d51360f5a60" from cache

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:20.12 ---> using "05b98f9e72b8cd2e08ffcd530efa24965a6cf995e745aa66697c5c08eaf9834d" 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:20.12 ---> using "baf1dce62da7887908bcffba060b95c0fcb6f9fbf8a03fe9bc2deb5688451bfc" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.11. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.11 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:20.12 ---> using "d00014112e5a5769daaa8255535cc4415d7ffe50e7ed0a6dcf3af0d85e934563" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:20.12 ---> using "09820d32b17f51b2f6416f83f59a85fa42ad2a7f99c7f34439e55fc9398310cd" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:20.12 ---> using "42136b51ff474caa10a42dbdc0fe681a9e2659eb76450d654d352800f8875f6c" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy ocaml-protoc-plugin.0.9 variantslib.v0.13.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 seq.base result.1.5 re.1.11.0 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_let.v0.13.0 ppx_inline_test.v0.13.1 ppx_here.v0.13.0 ppx_fields_conv.v0.13.0 ppx_expect.v0.13.1 ppx_deriving.5.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 ppx_cold.v0.13.0 ppx_assert.v0.13.0 pbrt.3.1.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-protoc.3.1.1 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 fieldslib.v0.13.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-protoc.4.4.0 base-bytes.base base.v0.13.2 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 1s (342 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 ocaml-protoc-plugin.0.9 variantslib.v0.13.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 seq.base result.1.5 re.1.11.0 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_let.v0.13.0 ppx_inline_test.v0.13.1 ppx_here.v0.13.0 ppx_fields_conv.v0.13.0 ppx_expect.v0.13.1 ppx_deriving.5.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 ppx_cold.v0.13.0 ppx_assert.v0.13.0 pbrt.3.1.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-protoc.3.1.1 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 fieldslib.v0.13.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-protoc.4.4.0 base-bytes.base base.v0.13.2" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libprotobuf-dev
protobuf-compiler
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install sexplib0                v0.13.0
  - install seq                     base
  - install ocaml-compiler-libs     v0.12.4
  - install base-bytes              base
  - install conf-protoc             4.4.0
  - install stdlib-shims            0.3.0
  - install result                  1.5
  - install csexp                   1.5.2
  - install cppo                    1.7.0
  - install re                      1.11.0
  - install pbrt                    3.1.1
  - install ocaml-migrate-parsetree 1.8.0
  - install dune-configurator       3.16.0
  - install ocplib-endian           1.2
  - install ocaml-protoc            3.1.1
  - install base                    v0.13.2
  - install variantslib             v0.13.0
  - install stdio                   v0.13.0
  - install fieldslib               v0.13.0
  - install ppxlib                  0.13.0
  - install ppx_variants_conv       v0.13.0
  - install ppx_sexp_conv           v0.13.0
  - install ppx_let                 v0.13.0
  - install ppx_inline_test         v0.13.1
  - install ppx_here                v0.13.0
  - install ppx_fields_conv         v0.13.0
  - install ppx_deriving            5.0
  - install ppx_compare             v0.13.0
  - install ppx_cold                v0.13.0
  - install ppx_custom_printf       v0.13.0
  - install ppx_assert              v0.13.0
  - install ppx_expect              v0.13.1
  - install ocaml-protoc-plugin     0.9
===== 34 to install =====

The following system packages will first need to be installed:
    libprotobuf-dev protobuf-compiler

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libprotobuf-dev" "protobuf-compiler"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package zlib1g-dev: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 .../0-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libprotobuf32:amd64.
- Preparing to unpack .../1-libprotobuf32_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf32:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotobuf-lite32:amd64.
- Preparing to unpack .../2-libprotobuf-lite32_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf-lite32:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotobuf-dev:amd64.
- Preparing to unpack .../3-libprotobuf-dev_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf-dev:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotoc32:amd64.
- Preparing to unpack .../4-libprotoc32_3.21.12-3_amd64.deb ...
- Unpacking libprotoc32:amd64 (3.21.12-3) ...
- Selecting previously unselected package protobuf-compiler.
- Preparing to unpack .../5-protobuf-compiler_3.21.12-3_amd64.deb ...
- Unpacking protobuf-compiler (3.21.12-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libprotobuf32:amd64 (3.21.12-3) ...
- Setting up libprotobuf-lite32:amd64 (3.21.12-3) ...
- Setting up libprotoc32:amd64 (3.21.12-3) ...
- Setting up protobuf-compiler (3.21.12-3) ...
- Setting up libprotobuf-dev:amd64 (3.21.12-3) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/102:
Processing  2/102:
Processing  3/102:
Processing  4/102:
Processing  5/102:
Processing  6/102:
Processing  7/102: [conf-protoc: protoc]
-> installed base-bytes.base
Processing  8/102: [conf-protoc: protoc]
-> retrieved base.v0.13.2  (cached)
Processing  9/102: [conf-protoc: protoc]
-> retrieved cppo.1.7.0  (cached)
Processing 10/102: [conf-protoc: protoc]
Processing 11/102: [conf-protoc: protoc] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 12/102: [conf-protoc: protoc] [cppo: dune build]
Processing 13/102: [conf-protoc: protoc] [cppo: dune build] [csexp: dune build]
- libprotoc 3.21.12
-> compiled  conf-protoc.4.4.0
Processing 13/102: [cppo: dune build] [csexp: dune build]
-> installed conf-protoc.4.4.0
Processing 14/102: [cppo: dune build] [csexp: dune build]
-> retrieved fieldslib.v0.13.0  (cached)
Processing 15/102: [cppo: dune build] [csexp: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 16/102: [cppo: dune build] [csexp: dune build]
Processing 17/102: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-protoc.3.1.1  (cached)
Processing 18/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 19/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocplib-endian.1.2  (cached)
Processing 20/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved pbrt.3.1.1  (cached)
Processing 21/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_assert.v0.13.0  (cached)
Processing 22/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> compiled  csexp.1.5.2
Processing 22/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> installed csexp.1.5.2
Processing 23/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_cold.v0.13.0  (cached)
Processing 24/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_compare.v0.13.0  (cached)
Processing 25/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_custom_printf.v0.13.0  (cached)
Processing 26/102: [ocaml-protoc-plugin.0.9: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 27/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 28/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 28/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 29/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 30/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 31/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build]
-> compiled  cppo.1.7.0
Processing 31/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [dune-configurator: rm] [ocaml-compiler-libs: dune build]
-> installed cppo.1.7.0
Processing 32/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [dune-configurator: rm] [ocaml-compiler-libs: dune build]
Processing 33/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ocplib-endian: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 33/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [dune-configurator: rm] [ocplib-endian: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 34/102: [ocaml-protoc-plugin.0.9: http] [ppx_deriving.5.0: http] [dune-configurator: rm] [ocplib-endian: dune build]
Processing 34/102: [ppx_deriving.5.0: http] [dune-configurator: rm] [ocplib-endian: dune build]
Processing 34/102: [dune-configurator: rm] [ocplib-endian: dune build]
-> retrieved ppx_expect.v0.13.1  (cached)
Processing 35/102: [dune-configurator: rm] [ocplib-endian: dune build]
-> retrieved ocaml-protoc-plugin.0.9  (https://github.com/issuu/ocaml-protoc-plugin/archive/0.9.tar.gz)
Processing 36/102: [dune-configurator: rm] [ocplib-endian: dune build]
-> retrieved ppx_deriving.5.0  (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v5.0/ppx_deriving-v5.0.tbz)
Processing 37/102: [dune-configurator: rm] [ocplib-endian: dune build]
-> retrieved ppx_fields_conv.v0.13.0  (cached)
Processing 38/102: [dune-configurator: rm] [ocplib-endian: dune build]
Processing 38/102: [dune-configurator: dune build] [ocplib-endian: dune build]
-> retrieved ppx_here.v0.13.0  (cached)
Processing 39/102: [dune-configurator: dune build] [ocplib-endian: dune build]
-> retrieved ppx_inline_test.v0.13.1  (cached)
Processing 40/102: [dune-configurator: dune build] [ocplib-endian: dune build]
-> retrieved ppx_let.v0.13.0  (cached)
Processing 41/102: [dune-configurator: dune build] [ocplib-endian: dune build]
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
Processing 42/102: [dune-configurator: dune build] [ocplib-endian: dune build]
-> retrieved ppx_variants_conv.v0.13.0  (cached)
Processing 43/102: [dune-configurator: dune build] [ocplib-endian: dune build]
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
Processing 44/102: [dune-configurator: dune build] [ocplib-endian: dune build]
Processing 45/102: [dune-configurator: dune build] [ocplib-endian: dune build]
Processing 46/102: [dune-configurator: dune build] [ocplib-endian: dune build] [result: dune build]
Processing 47/102: [dune-configurator: dune build] [ocplib-endian: dune build] [result: dune build]
-> installed seq.base
Processing 48/102: [dune-configurator: dune build] [ocplib-endian: dune build] [result: dune build]
-> retrieved ppxlib.0.13.0  (cached)
Processing 49/102: [dune-configurator: dune build] [ocplib-endian: dune build] [result: dune build]
-> retrieved re.1.11.0  (cached)
Processing 50/102: [dune-configurator: dune build] [ocplib-endian: dune build] [result: dune build]
Processing 51/102: [dune-configurator: dune build] [ocplib-endian: dune build] [re: dune build] [result: dune build]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 52/102: [dune-configurator: dune build] [ocplib-endian: dune build] [re: dune build] [result: dune build]
Processing 53/102: [dune-configurator: dune build] [ocplib-endian: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdio.v0.13.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 54/102: [dune-configurator: dune build] [ocplib-endian: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved variantslib.v0.13.0  (cached)
-> compiled  ocplib-endian.1.2
Processing 54/102: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ocplib-endian.1.2
Processing 55/102: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  result.1.5
Processing 55/102: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 56/102: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 57/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 57/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 58/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [sexplib0: dune build]
Processing 59/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [pbrt: dune build] [re: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.13.0
Processing 59/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [pbrt: dune build] [re: dune build]
-> installed sexplib0.v0.13.0
Processing 60/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [pbrt: dune build] [re: dune build]
-> compiled  pbrt.3.1.1
Processing 60/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build]
-> installed pbrt.3.1.1
Processing 61/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build]
Processing 62/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-protoc: dune build] [re: dune build]
-> compiled  re.1.11.0
Processing 62/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-protoc: dune build]
-> installed re.1.11.0
Processing 63/102: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-protoc: dune build]
-> compiled  dune-configurator.3.16.0
Processing 63/102: [ocaml-migrate-parsetree: dune build] [ocaml-protoc: dune build]
-> installed dune-configurator.3.16.0
Processing 64/102: [ocaml-migrate-parsetree: dune build] [ocaml-protoc: dune build]
Processing 65/102: [base: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-protoc: dune build]
-> compiled  ocaml-protoc.3.1.1
Processing 65/102: [base: dune build] [ocaml-migrate-parsetree: dune build]
-> installed ocaml-protoc.3.1.1
Processing 66/102: [base: dune build] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 66/102: [base: dune build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 67/102: [base: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "base" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/base.v0.13.2)
-> compiled  base.v0.13.2
-> installed base.v0.13.2
Processing 69/102: [fieldslib: dune build]
Processing 70/102: [fieldslib: dune build] [stdio: dune build]
Processing 71/102: [fieldslib: dune build] [stdio: dune build] [variantslib: dune build]
-> compiled  variantslib.v0.13.0
Processing 71/102: [fieldslib: dune build] [stdio: dune build]
-> installed variantslib.v0.13.0
Processing 72/102: [fieldslib: dune build] [stdio: dune build]
-> compiled  fieldslib.v0.13.0
Processing 72/102: [stdio: dune build]
-> installed fieldslib.v0.13.0
Processing 73/102: [stdio: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "stdio" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/stdio.v0.13.0)
-> compiled  stdio.v0.13.0
-> installed stdio.v0.13.0
Processing 75/102: [ppxlib: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "ppxlib" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ppxlib.0.13.0)
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/gen/.gen_ast_pattern.eobjs/byte -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.11/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.11/lib/ocaml/compiler-libs -I /home/opam/.opam/4.11/lib/ppx_derivers -I /home/opam/.opam/4.11/lib/result -I ast/.ppxlib_ast.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -no-alias-deps -o src/gen/.gen_ast_pattern.eobjs/byte/import.cmo -c -impl src/gen/import.ml)
- File "src/gen/import.ml", line 14, characters 21-36:
- 14 |   let lident x = mk (Longident.parse x)
-                           ^^^^^^^^^^^^^^^
- Alert deprecated: Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -safe-string -g -I src/gen/.gen_ast_pattern.eobjs/byte -I src/gen/.gen_ast_pattern.eobjs/native -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.11/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.11/lib/ocaml/compiler-libs -I /home/opam/.opam/4.11/lib/ppx_derivers -I /home/opam/.opam/4.11/lib/result -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/native -intf-suffix .ml -no-alias-deps -o src/gen/.gen_ast_pattern.eobjs/native/import.cmx -c -impl src/gen/import.ml)
- File "src/gen/import.ml", line 14, characters 21-36:
- 14 |   let lident x = mk (Longident.parse x)
-                           ^^^^^^^^^^^^^^^
- Alert deprecated: Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
-> compiled  ppxlib.0.13.0
-> installed ppxlib.0.13.0
Processing 77/102: [ppx_cold: dune build]
Processing 78/102: [ppx_cold: dune build] [ppx_compare: dune build]
Processing 79/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build]
Processing 80/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build]
Processing 81/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build]
Processing 82/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build]
Processing 83/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_let: dune build]
Processing 84/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build]
Processing 85/102: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_cold.v0.13.0
Processing 85/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_cold.v0.13.0
Processing 86/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_here.v0.13.0
Processing 86/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_here.v0.13.0
Processing 87/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_variants_conv.v0.13.0
Processing 87/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_variants_conv.v0.13.0
Processing 88/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_fields_conv.v0.13.0
Processing 88/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_fields_conv.v0.13.0
Processing 89/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_inline_test: dune build] [ppx_let: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_let.v0.13.0
Processing 89/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_inline_test: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_let.v0.13.0
Processing 90/102: [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_inline_test: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.13.0
Processing 90/102: [ppx_deriving: dune build] [ppx_inline_test: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.13.0
Processing 91/102: [ppx_deriving: dune build] [ppx_inline_test: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_sexp_conv.v0.13.0
Processing 91/102: [ppx_deriving: dune build] [ppx_inline_test: dune build]
-> installed ppx_sexp_conv.v0.13.0
Processing 92/102: [ppx_deriving: dune build] [ppx_inline_test: dune build]
Processing 93/102: [ppx_assert: dune build] [ppx_deriving: dune build] [ppx_inline_test: dune build]
Processing 94/102: [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build] [ppx_inline_test: dune build]
-> compiled  ppx_inline_test.v0.13.1
Processing 94/102: [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build]
-> installed ppx_inline_test.v0.13.1
Processing 95/102: [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build]
-> compiled  ppx_deriving.5.0
Processing 95/102: [ppx_assert: dune build] [ppx_custom_printf: dune build]
-> installed ppx_deriving.5.0
Processing 96/102: [ppx_assert: dune build] [ppx_custom_printf: dune build]
-> compiled  ppx_assert.v0.13.0
Processing 96/102: [ppx_custom_printf: dune build]
-> installed ppx_assert.v0.13.0
Processing 97/102: [ppx_custom_printf: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "ppx_custom_printf" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ppx_custom_printf.v0.13.0)
-> compiled  ppx_custom_printf.v0.13.0
-> installed ppx_custom_printf.v0.13.0
Processing 99/102: [ppx_expect: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "ppx_expect" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ppx_expect.v0.13.1)
-> compiled  ppx_expect.v0.13.1
-> installed ppx_expect.v0.13.1
Processing 101/102: [ocaml-protoc-plugin: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "ocaml-protoc-plugin" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ocaml-protoc-plugin.0.9)
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I src/spec/.spec.objs/byte -I src/spec/.spec.objs/native -I /home/opam/.opam/4.11/lib/ocaml-protoc -I /home/opam/.opam/4.11/lib/pbrt -intf-suffix .ml -no-alias-deps -open Spec__ -o src/spec/.spec.objs/native/spec__Descriptor_pb.cmx -c -impl src/spec/descriptor_pb.ml)
- File "src/spec/descriptor_pb.ml", line 1619, characters 19-34:
- 1619 |   Pbrt.Encoder.key (1, Pbrt.Bytes) encoder; 
-                           ^^^^^^^^^^^^^^^
- Error: This expression has type 'a * 'b
-        but an expression was expected of type int
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w -40 -g -bin-annot -I src/protobuf/.protobuf.objs/byte -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/bytes -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/ocplib-endian -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_deriving/runtime -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/result -I /home/opam/.opam/4.11/lib/sexplib0 -no-alias-deps -open Protobuf__ -o src/protobuf/.protobuf.objs/byte/protobuf__Reader.cmo -c -impl src/protobuf/reader.pp.ml)
- File "src/protobuf/reader.ml", line 32, characters 12-26:
- 32 |   | true -> Result.ok_unit
-                  ^^^^^^^^^^^^^^
- Alert deprecated: Base.Result.ok_unit
- [since 2019-04] Use [Ok ()], which is also statically allocated, instead.
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I src/protobuf/.protobuf.objs/byte -I src/protobuf/.protobuf.objs/native -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/bytes -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/ocplib-endian -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_deriving/runtime -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/result -I /home/opam/.opam/4.11/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Protobuf__ -o src/protobuf/.protobuf.objs/native/protobuf__Reader.cmx -c -impl src/protobuf/reader.pp.ml)
- File "src/protobuf/reader.ml", line 32, characters 12-26:
- 32 |   | true -> Result.ok_unit
-                  ^^^^^^^^^^^^^^
- Alert deprecated: Base.Result.ok_unit
- [since 2019-04] Use [Ok ()], which is also statically allocated, instead.
[ERROR] The compilation of ocaml-protoc-plugin.0.9 failed at "dune build -p ocaml-protoc-plugin -j 39".

#=== ERROR while compiling ocaml-protoc-plugin.0.9 ============================#
# context              2.1.6 | linux/x86_64 | ocaml-base-compiler.4.11.2 | file:///src
# path                 ~/.opam/4.11/.opam-switch/build/ocaml-protoc-plugin.0.9
# command              ~/.opam/4.11/bin/dune build -p ocaml-protoc-plugin -j 39
# exit-code            1
# env-file             ~/.opam/log/ocaml-protoc-plugin-116-3a728f.env
# output-file          ~/.opam/log/ocaml-protoc-plugin-116-3a728f.out
### output ###
# (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I src/spec/.spec.objs/byte -I src/spec/.spec.objs/native -I /home/opam/.opam/4.11/lib/ocaml-protoc -I /home/opam/.opam/4.11/lib/pbrt -intf-suffix .ml -no-alias-deps -open Spec__ -o src/spec/.spec.objs/native/spec__Descriptor_pb.cmx -c -impl src/spec/descriptor_pb.ml)
# File "src/spec/descriptor_pb.ml", line 1619, characters 19-34:
# 1619 |   Pbrt.Encoder.key (1, Pbrt.Bytes) encoder; 
#                           ^^^^^^^^^^^^^^^
# Error: This expression has type 'a * 'b
#        but an expression was expected of type int
# (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w -40 -g -bin-annot -I src/protobuf/.protobuf.objs/byte -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/bytes -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/ocplib-endian -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_deriving/runtime -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/result -I /home/opam/.opam/4.11/lib/sexplib0 -no-alias-deps -open Protobuf__ -o src/protobuf/.protobuf.objs/byte/protobuf__Reader.cmo -c -impl src/protobuf/reader.pp.ml)
# File "src/protobuf/reader.ml", line 32, characters 12-26:
# 32 |   | true -> Result.ok_unit
#                  ^^^^^^^^^^^^^^
# Alert deprecated: Base.Result.ok_unit
# [since 2019-04] Use [Ok ()], which is also statically allocated, instead.
# (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I src/protobuf/.protobuf.objs/byte -I src/protobuf/.protobuf.objs/native -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/bytes -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/ocplib-endian -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_deriving/runtime -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/result -I /home/opam/.opam/4.11/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Protobuf__ -o src/protobuf/.protobuf.objs/native/protobuf__Reader.cmx -c -impl src/protobuf/reader.pp.ml)
# File "src/protobuf/reader.ml", line 32, characters 12-26:
# 32 |   | true -> Result.ok_unit
#                  ^^^^^^^^^^^^^^
# Alert deprecated: Base.Result.ok_unit
# [since 2019-04] Use [Ok ()], which is also statically allocated, instead.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ocaml-protoc-plugin 0.9
+- 
+- The following changes have been performed
| - install base                    v0.13.2
| - install base-bytes              base
| - install conf-protoc             4.4.0
| - install cppo                    1.7.0
| - install csexp                   1.5.2
| - install dune-configurator       3.16.0
| - install fieldslib               v0.13.0
| - install ocaml-compiler-libs     v0.12.4
| - install ocaml-migrate-parsetree 1.8.0
| - install ocaml-protoc            3.1.1
| - install ocplib-endian           1.2
| - install pbrt                    3.1.1
| - install ppx_assert              v0.13.0
| - install ppx_cold                v0.13.0
| - install ppx_compare             v0.13.0
| - install ppx_custom_printf       v0.13.0
| - install ppx_derivers            1.2.1
| - install ppx_deriving            5.0
| - install ppx_expect              v0.13.1
| - install ppx_fields_conv         v0.13.0
| - install ppx_here                v0.13.0
| - install ppx_inline_test         v0.13.1
| - install ppx_let                 v0.13.0
| - install ppx_sexp_conv           v0.13.0
| - install ppx_variants_conv       v0.13.0
| - install ppxlib                  0.13.0
| - install re                      1.11.0
| - install result                  1.5
| - install seq                     base
| - install sexplib0                v0.13.0
| - install stdio                   v0.13.0
| - install stdlib-shims            0.3.0
| - install variantslib             v0.13.0
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.11/.opam-switch/backup/state-20240912192151.export"
'opam --cli=2.1 install ocaml-protoc-plugin.0.9 variantslib.v0.13.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 seq.base result.1.5 re.1.11.0 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_let.v0.13.0 ppx_inline_test.v0.13.1 ppx_here.v0.13.0 ppx_fields_conv.v0.13.0 ppx_expect.v0.13.1 ppx_deriving.5.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 ppx_cold.v0.13.0 ppx_assert.v0.13.0 pbrt.3.1.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-protoc.3.1.1 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 fieldslib.v0.13.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-protoc.4.4.0 base-bytes.base base.v0.13.2 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-09-12 19:22.57 ---> saved as "8cef60dc8c9aae2c7cb457de9750d55d91e40053db01a121e6a92caedef00214"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ocaml-protoc-plugin:1c442871ef5c3a70b027e7d28b8c01c3,ppx_deriving:b210a91f0a86b2cee78525f3304558bf,pbrt:e3e96f30263d6bc9dd5869d9b480ebcc,ocaml-protoc:9c8fff8f1024c50120ebd7e23f04c051"))
2024-09-12 19:22.59 ---> saved as "97d41280ce3078fb5c521a3811d2069a22b943bcfb096ad31daf873e32d25429"

/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.503431') && (for DATA in prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1,ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051,ocaml-protoc.3.1.1 prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1,pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc,pbrt.3.1.1 prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0,ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf,ppx_deriving.5.0 prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9,ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3,ocaml-protoc-plugin.0.9; 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/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1,ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051,ocaml-protoc.3.1.1 prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1,pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc,pbrt.3.1.1 prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0,ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf,ppx_deriving.5.0 prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9,ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3,ocaml-protoc-plugin.0.9; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1,ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051,ocaml-protoc.3.1.1 prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1,pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc,pbrt.3.1.1 prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0,ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf,ppx_deriving.5.0 prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9,ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3,ocaml-protoc-plugin.0.9; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.503431
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/doc/
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/doc/ocaml-protoc/
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/doc/ocaml-protoc/CHANGES.md
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/doc/ocaml-protoc/LICENSE
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/doc/ocaml-protoc/README.md
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/doc/ocaml-protoc/odoc-pages/
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/doc/ocaml-protoc/odoc-pages/index.mld
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/ocaml_protoc.ocamlobjinfo
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/META
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib.ocamlobjinfo
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_all.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_all.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_all.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_backend.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_backend.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_backend.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_binary.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_binary.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_binary.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_bs.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_bs.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_bs.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_yojson.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_yojson.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_yojson.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_default.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_default.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_default.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_binary.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_binary.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_binary.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_bs.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_bs.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_bs.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_yojson.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_yojson.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_yojson.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_formatting.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_formatting.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_formatting.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_make.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_make.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_make.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_ocaml_type.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_ocaml_type.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_ocaml_type_dump.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_ocaml_type_dump.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_ocaml_type_dump.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_plugin.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_plugin.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_pp.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_pp.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_pp.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_services.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_services.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_services.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_types.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_types.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_types.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_util.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_util.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_util.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_exception.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_exception.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_exception.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_field_type.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_field_type.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_field_type.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_format_util.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_format_util.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_format_util.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_location.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_location.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_location.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_logger.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_logger.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_logger.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_option.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_option.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_option.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_lexer.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_lexer.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parse_tree.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parse_tree.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parser.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parser.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parser.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_util.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_util.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_util.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_graph.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_graph.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_graph.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_recursion.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_recursion.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_recursion.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_resolution.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_resolution.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_resolution.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_type_tree.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_type_tree.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_util.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_util.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_util.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_validation.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_validation.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_validation.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_util.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_util.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_util.cmti
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/dune-package
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/ocaml_protoc.cmi
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/lib/ocaml-protoc/ocaml_protoc.cmt
prep/universes/9c8fff8f1024c50120ebd7e23f04c051/ocaml-protoc/3.1.1/opam
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/doc/
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/doc/pbrt/
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/doc/pbrt/CHANGES.md
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/doc/pbrt/LICENSE
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/doc/pbrt/README.md
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/pbrt/
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/pbrt/pbrt.ocamlobjinfo
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/pbrt/META
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/pbrt/dune-package
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/pbrt/pbrt.cmi
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/pbrt/pbrt.cmt
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/lib/pbrt/pbrt.cmti
prep/universes/e3e96f30263d6bc9dd5869d9b480ebcc/pbrt/3.1.1/opam
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/doc/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/doc/ppx_deriving/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/doc/ppx_deriving/CHANGELOG.md
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/doc/ppx_deriving/LICENSE.txt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/doc/ppx_deriving/README.md
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/META
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/api/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/api/ppx_deriving_api.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/api/ppx_deriving.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/api/ppx_deriving.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/api/ppx_deriving.cmti
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/create/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/create/ppx_deriving_create.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/create/ppx_deriving_create.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/create/ppx_deriving_create.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/dune-package
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/enum/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/enum/ppx_deriving_enum.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/enum/ppx_deriving_enum.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/enum/ppx_deriving_enum.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/eq/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/eq/ppx_deriving_eq.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/eq/ppx_deriving_eq.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/eq/ppx_deriving_eq.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/fold/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/fold/ppx_deriving_fold.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/fold/ppx_deriving_fold.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/fold/ppx_deriving_fold.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/iter/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/iter/ppx_deriving_iter.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/iter/ppx_deriving_iter.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/iter/ppx_deriving_iter.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/make/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/make/ppx_deriving_make.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/make/ppx_deriving_make.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/make/ppx_deriving_make.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/map/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/map/ppx_deriving_map.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/map/ppx_deriving_map.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/map/ppx_deriving_map.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/ord/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/ord/ppx_deriving_ord.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/ord/ppx_deriving_ord.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/ord/ppx_deriving_ord.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/runtime/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/runtime/ppx_deriving_runtime.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmti
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/show/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/show/ppx_deriving_show.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/show/ppx_deriving_show.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/show/ppx_deriving_show.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/std/
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/std/ppx_deriving_std.ocamlobjinfo
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/std/ppx_deriving_std.cmi
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/lib/ppx_deriving/std/ppx_deriving_std.cmt
prep/universes/b210a91f0a86b2cee78525f3304558bf/ppx_deriving/5.0/opam
FAILED:ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3
prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9/opam
prep/universes/1c442871ef5c3a70b027e7d28b8c01c3/ocaml-protoc-plugin/0.9/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051:a69127c878592fb9d7644b3358b614712a1d9685a72d1a3d207e3ae0db9ec08a
HASHES:pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc:50fca61ab302496c4b6e763dbee890e2744070d488770ee23af307b2159dc818
HASHES:ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf:5b4b82bb0f55bbb9eda518359f6676cefd4f21a488508c24539c0ae7546cc56e
HASHES:ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3:33953917c03d49e816939c50e596005719db4d76617c0246107c5e9c008fcd70
2024-09-12 19:23.04 ---> saved as "7eaf31bb0fdd86604e059e8e6f97f14c8fee35eb513756bb1118068bb58c487a"
Job succeeded
2024-09-12 19:30.32: Failed: ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3
2024-09-12 19:30.32: ocaml-protoc-plugin.0.9-1c442871ef5c3a70b027e7d28b8c01c3 -> 33953917c03d49e816939c50e596005719db4d76617c0246107c5e9c008fcd70
2024-09-12 19:30.32: ppx_deriving.5.0-b210a91f0a86b2cee78525f3304558bf -> 5b4b82bb0f55bbb9eda518359f6676cefd4f21a488508c24539c0ae7546cc56e
2024-09-12 19:30.32: pbrt.3.1.1-e3e96f30263d6bc9dd5869d9b480ebcc -> 50fca61ab302496c4b6e763dbee890e2744070d488770ee23af307b2159dc818
2024-09-12 19:30.32: ocaml-protoc.3.1.1-9c8fff8f1024c50120ebd7e23f04c051 -> a69127c878592fb9d7644b3358b614712a1d9685a72d1a3d207e3ae0db9ec08a
2024-09-12 19:30.32: Job succeeded