Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep ocamlformat.0.2; fed546db15a4fb1d8143f49105ceb689
2024-01-29 15:19.04: Waiting for resource in pool OCluster
2024-01-29 19:05.21: Waiting for worker…
2024-01-29 19:05.38: Got resource from pool OCluster
2024-01-29 19:05.38: Using cache hint "docs-universe-prep-4.06.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
         (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.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
 (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 ocamlformat.0.2 stdio.v0.9.1 sexplib.v0.9.3 result.1.5 ppx_derivers.1.2.1 ocamlformat_support.0.1 ocaml-migrate-parsetree.1.8.0 num.1.5 jbuilder.transition dune.1.11.4 cmdliner.1.0.4 base.v0.9.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ocamlformat:fed546db15a4fb1d8143f49105ceb689,stdio:a2f2547a0e460dce687cd4bd71a9ecf1,sexplib:843b42a6057f19c29bacc11b7f34796d,ocamlformat_support:db6461279be3aed018afa492bfb6cc13,base:2ef74c05690f072a385e5e08b1f1d929"))
 (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.908322') && (for DATA in prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4,base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929,base.v0.9.4 prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1,ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13,ocamlformat_support.0.1 prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3,sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d,sexplib.v0.9.3 prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1,stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1,stdio.v0.9.1 prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2,ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689,ocamlformat.0.2; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4,base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929,base.v0.9.4 prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1,ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13,ocamlformat_support.0.1 prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3,sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d,sexplib.v0.9.3 prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1,stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1,stdio.v0.9.1 prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2,ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689,ocamlformat.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4,base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929,base.v0.9.4 prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1,ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13,ocamlformat_support.0.1 prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3,sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d,sexplib.v0.9.3 prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1,stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1,stdio.v0.9.1 prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2,ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689,ocamlformat.0.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git f802c973255bd1f219203fa67d7806d5f442b1d6 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.06.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:05.38: RETRYING: 2024-01-29/151904-voodoo-prep-673a42 Number of retries: 0 (retriable error condition)
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files:  72% (23644/32633)
Updating files:  73% (23823/32633)
Updating files:  74% (24149/32633)
Updating files:  75% (24475/32633)
Updating files:  76% (24802/32633)
Updating files:  77% (25128/32633)
Updating files:  78% (25454/32633)
Updating files:  79% (25781/32633)
Updating files:  80% (26107/32633)
Updating files:  81% (26433/32633)
Updating files:  82% (26760/32633)
Updating files:  83% (27086/32633)
Updating files:  84% (27412/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at f802c97325 Fix license

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 19:00.29 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (728 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 (15.2 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 ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 19:00.29 ---> using "bcd76db76bd7dfce89af73c52bf8b83977ba7e3fa47e3a05817d4359e11b8f0a" 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 topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

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

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

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 19:00.29 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

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

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:00.31 ---> using "0cd49f592a5f2efe5c9d1239a5a69b7c6ebfc5b114020476e8ffdbf0b261501c" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 19:00.31 ---> using "982783423f5e6c435cba9f6e7157f63aa66772e061de2a33a29c64102f240d65" from cache

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

2024-01-29 19:00.31 ---> using "4d8a368a162ded579b78f906546808919e900f04b15c703cdeefe507502d5c31" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:00.31 ---> using "2d7857baa4303f927298ccf4a58276df6ddd7f180e8e5410e065f9b28f0d73a9" 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-01-29 19:00.31 ---> using "66ce49ba5d05053e4f321275eba7d7983377a4e310a7261bf9aa70b1375abc4d" 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 ocamlformat.0.2 stdio.v0.9.1 sexplib.v0.9.3 result.1.5 ppx_derivers.1.2.1 ocamlformat_support.0.1 ocaml-migrate-parsetree.1.8.0 num.1.5 jbuilder.transition dune.1.11.4 cmdliner.1.0.4 base.v0.9.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (906 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

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

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

<><> Carrying on to "opam depext -viy ocamlformat.0.2 stdio.v0.9.1 sexplib.v0.9.3 result.1.5 ppx_derivers.1.2.1 ocamlformat_support.0.1 ocaml-migrate-parsetree.1.8.0 num.1.5 jbuilder.transition dune.1.11.4 cmdliner.1.0.4 base.v0.9.4" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 1.11.4).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install result                  1.5
  - install cmdliner                1.0.4
  - install num                     1.5
  - install jbuilder                transition
  - install ocaml-migrate-parsetree 1.8.0
  - install sexplib                 v0.9.3
  - install ocamlformat_support     0.1
  - install base                    v0.9.4
  - install stdio                   v0.9.1
  - install ocamlformat             0.2
===== 11 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/33:
Processing  2/33:
Processing  3/33:
Processing  4/33:
Processing  5/33:
-> installed jbuilder.transition
Processing  6/33:
-> retrieved base.v0.9.4  (cached)
Processing  7/33:
-> retrieved cmdliner.1.0.4  (cached)
Processing  8/33: [ocamlformat.0.2: http]
Processing  9/33: [ocamlformat.0.2: http] [cmdliner: make all]
-> retrieved num.1.5  (cached)
Processing 10/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all]
Processing 11/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 12/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 13/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy]
Processing 14/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 15/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [ppx_derivers: dune build]
Processing 16/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [ppx_derivers: dune build] [result: dune build]
-> retrieved sexplib.v0.9.3  (cached)
Processing 17/33: [ocamlformat.0.2: http] [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [ppx_derivers: dune build] [result: dune build]
-> retrieved stdio.v0.9.1  (cached)
[ERROR] Failed to get sources of ocamlformat.0.2: Bad checksum
Processing 17/33: [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [ppx_derivers: dune build] [result: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 17/33: [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 18/33: [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [result: dune build]
-> compiled  result.1.5
Processing 18/33: [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy]
-> installed result.1.5
Processing 19/33: [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy]
Processing 20/33: [ocamlformat_support.0.1: http] [cmdliner: make all] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
Processing 20/33: [cmdliner: make all] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
-> retrieved ocamlformat_support.0.1  (https://github.com/ocaml-ppx/ocamlformat/archive/support.0.1.tar.gz)
Processing 21/33: [cmdliner: make all] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlformat_support: make]
- patch -s -i format.ml.patch -o format_.ml
- patch -s -i format.mli.patch -o format_.mli
- 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  ocamlformat_support.0.1
Processing 21/33: [cmdliner: make all] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
-> installed ocamlformat_support.0.1
Processing 22/33: [cmdliner: make all] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 22/33: [cmdliner: make all] [ocaml-migrate-parsetree: dune build]
-> installed num.1.5
Processing 23/33: [cmdliner: make all] [ocaml-migrate-parsetree: dune build]
Processing 24/33: [cmdliner: make all] [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 24/33: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build]
Processing 25/33: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build] [cmdliner: make install]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "num/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 "src0/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 "unix/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.
-       ocamlc src/.sexplib.objs/byte/sexplib__Pre_sexp.{cmi,cmo,cmt}
- File "src/pre_sexp.ml", line 1082, characters 44-57:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1096, characters 28-41:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1108, characters 32-45:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
-     ocamlopt src/.sexplib.objs/native/sexplib__Pre_sexp.{cmx,o}
- File "src/pre_sexp.ml", line 1082, characters 44-57:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1096, characters 28-41:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1108, characters 32-45:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
-> compiled  sexplib.v0.9.3
Processing 25/33: [ocaml-migrate-parsetree: dune build] [cmdliner: make install]
- install -d /home/opam/.opam/4.06/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.06/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.06/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.06/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.06/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.06/lib/cmdliner
Processing 25/33: [ocaml-migrate-parsetree: dune build] [cmdliner: make install-doc]
- install -d /home/opam/.opam/4.06/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.06/doc/cmdliner
-> installed cmdliner.1.0.4
Processing 25/33: [ocaml-migrate-parsetree: dune build]
-> installed sexplib.v0.9.3
Processing 26/33: [ocaml-migrate-parsetree: dune build]
Processing 27/33: [base: jbuilder build] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 27/33: [base: jbuilder build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 28/33: [base: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "base" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/base.v0.9.4)
- 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 "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.
- File "src/jbuild", line 18, characters 0-142:
- 18 | (rule
- 19 |  ((targets (pow_overflow_bounds.ml))
- 20 |   (deps    (../generate/generate_pow_overflow_bounds.exe))
- 21 |   (action  (run ${<} -atomic -o ${@}))))
- Warning: The following files are both generated by a rule and are present in
- the source tree:
- - src/pow_overflow_bounds.ml
- Because you are using the jbuilder binary, I am closing my eyes on this and I
- am acting as if the rule didn't exist. However, you should really delete
- these files from your source tree. I will no longer accept this once you
- upgrade your project to dune >= 1.10.
-> compiled  base.v0.9.4
-> installed base.v0.9.4
Processing 30/33: [stdio: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "--only-packages" "stdio" "--root" "." "-j" "255" "--no-config" "@install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/stdio.v0.9.1)
- 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.9.1
-> installed stdio.v0.9.1

#=== ERROR while fetching sources for ocamlformat.0.2 =========================#
OpamSolution.Fetch_fail("https://github.com/ocaml-ppx/ocamlformat/archive/v0.2.tar.gz (Bad checksum, expected md5=0da94dc86b60ade10c2d3c1824ffabc4)")


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch ocamlformat 0.2
+- 
+- The following changes have been performed
| - install base                    v0.9.4
| - install cmdliner                1.0.4
| - install jbuilder                transition
| - install num                     1.5
| - install ocaml-migrate-parsetree 1.8.0
| - install ocamlformat_support     0.1
| - install ppx_derivers            1.2.1
| - install result                  1.5
| - install sexplib                 v0.9.3
| - install stdio                   v0.9.1
+- 

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

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.06/.opam-switch/backup/state-20240129190141.export"
'opam --cli=2.1 install ocamlformat.0.2 stdio.v0.9.1 sexplib.v0.9.3 result.1.5 ppx_derivers.1.2.1 ocamlformat_support.0.1 ocaml-migrate-parsetree.1.8.0 num.1.5 jbuilder.transition dune.1.11.4 cmdliner.1.0.4 base.v0.9.4 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-01-29 19:02.07 ---> saved as "f1ed0d23fd557b8dd8e8fcf42b943410d016cc6e00b0191e9f4883598d4adc65"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ocamlformat:fed546db15a4fb1d8143f49105ceb689,stdio:a2f2547a0e460dce687cd4bd71a9ecf1,sexplib:843b42a6057f19c29bacc11b7f34796d,ocamlformat_support:db6461279be3aed018afa492bfb6cc13,base:2ef74c05690f072a385e5e08b1f1d929"))
2024-01-29 19:02.10 ---> saved as "6d0378a8efdb18f94605a30937faa9fc3b53ef165ade3f614a820538bcccdeda"

/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.908322') && (for DATA in prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4,base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929,base.v0.9.4 prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1,ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13,ocamlformat_support.0.1 prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3,sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d,sexplib.v0.9.3 prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1,stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1,stdio.v0.9.1 prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2,ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689,ocamlformat.0.2; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4,base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929,base.v0.9.4 prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1,ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13,ocamlformat_support.0.1 prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3,sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d,sexplib.v0.9.3 prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1,stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1,stdio.v0.9.1 prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2,ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689,ocamlformat.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4,base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929,base.v0.9.4 prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1,ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13,ocamlformat_support.0.1 prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3,sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d,sexplib.v0.9.3 prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1,stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1,stdio.v0.9.1 prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2,ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689,ocamlformat.0.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.908322
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/doc/
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/doc/base/
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/doc/base/CHANGES.md
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/doc/base/LICENSE.txt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/doc/base/README.org
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base.ocamlobjinfo
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/META
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Applicative.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Applicative.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Applicative.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Applicative_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Applicative_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Array.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Array.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Array.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Array0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Array0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Array_permute.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Array_permute.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Avltree.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Avltree.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Avltree.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Backtrace.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Backtrace.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Backtrace.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_search.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_search.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_search.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_searchable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_searchable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_searchable.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_searchable_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Binary_searchable_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Blit.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Blit.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Blit.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Blit_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Blit_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Bool.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Bool.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Bool.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Buffer.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Buffer.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Buffer.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Buffer_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Buffer_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Char.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Char.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Char.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Char0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Char0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Commutative_group.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Commutative_group.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparable.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparable_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparable_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparator.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparator.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Comparator.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Container.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Container.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Container.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Container_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Container_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Either.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Either.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Either.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Either_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Either_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Equal.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Equal.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Error.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Error.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Error.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Exn.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Exn.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Exn.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Field.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Field.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Field.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Fieldslib.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Fieldslib.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Float.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Float.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Float.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Float0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Float0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Floatable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Floatable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Fn.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Fn.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Fn.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash_set.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash_set.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash_set.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash_set_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hash_set_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hasher.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hasher.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hashtbl.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hashtbl.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hashtbl.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hashtbl_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hashtbl_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Heap_block.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Heap_block.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Heap_block.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hex_lexer.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Hex_lexer.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Identifiable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Identifiable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Identifiable.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Import.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Import.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Import0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Import0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Indexed_container.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Indexed_container.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Indexed_container.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Indexed_container_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Indexed_container_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Info.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Info.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Info.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Info_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Info_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int32.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int32.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int32.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63_backend.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63_backend.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63_backends.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63_backends.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63_emul.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63_emul.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int63_emul.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int64.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int64.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int64.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_conversions.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_conversions.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_conversions.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_math.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_math.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_math.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_pow2.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_pow2.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Int_pow2.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Intable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Intable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Invariant.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Invariant.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Invariant.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Invariant_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Invariant_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Lazy.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Lazy.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Lazy.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Linked_queue.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Linked_queue.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Linked_queue.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Linked_queue0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Linked_queue0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__List.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__List.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__List.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__List0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__List0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Map.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Map.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Map.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Map_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Map_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Maybe_bound.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Maybe_bound.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Maybe_bound.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Monad.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Monad.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Monad.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Monad_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Monad_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Nativeint.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Nativeint.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Nativeint.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Option.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Option.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Option.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Or_error.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Or_error.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Or_error.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ordered_collection_common.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ordered_collection_common.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ordered_collection_common.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ordering.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ordering.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ordering.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Poly.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Poly.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Polymorphic_compare.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Polymorphic_compare.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Polymorphic_compare.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Polymorphic_compare_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Polymorphic_compare_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Popcount.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Popcount.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Popcount.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Pow_overflow_bounds.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Pow_overflow_bounds.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ppx_compare_lib.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ppx_compare_lib.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ppx_compare_lib.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ppx_hash_lib.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ppx_hash_lib.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Pretty_printer.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Pretty_printer.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Pretty_printer.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Printf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Printf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Printf.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Queue_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Queue_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Random.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Random.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Random.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ref.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ref.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Ref.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Result.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Result.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Result.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sequence.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sequence.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sequence.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Set.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Set.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Set.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Set_intf.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Set_intf.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexp.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexp.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexp.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexp_with_comparable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexp_with_comparable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexp_with_comparable.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexpable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexpable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexpable.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexplib.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sexplib.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sign.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sign.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sign.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sign0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sign0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Source_code_position.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Source_code_position.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Source_code_position.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Source_code_position0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Source_code_position0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Staged.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Staged.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Staged.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String_dict.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String_dict.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String_dict.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String_set_primitives.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__String_set_primitives.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Stringable.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Stringable.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sys.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sys.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sys.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sys0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Sys0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__T.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__T.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Type_equal.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Type_equal.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Type_equal.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Uchar.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Uchar.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Uchar.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Uchar0.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Uchar0.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Unit.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Unit.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Unit.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Validate.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Validate.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Validate.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Variant.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Variant.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Variant.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Variantslib.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Variantslib.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__With_return.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__With_return.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__With_return.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Word_size.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Word_size.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/base__Word_size.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/caml/
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/caml/caml.ocamlobjinfo
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/caml/caml.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/caml/caml.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/dune-package
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/shadow_stdlib/
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/shadow_stdlib/shadow_stdlib.ocamlobjinfo
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/shadow_stdlib/shadow_stdlib.cmi
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/shadow_stdlib/shadow_stdlib.cmt
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/lib/base/shadow_stdlib/shadow_stdlib.cmti
prep/universes/2ef74c05690f072a385e5e08b1f1d929/base/v0.9.4/opam
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/doc/
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/doc/ocamlformat_support/
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/doc/ocamlformat_support/README.md
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format_.ocamlobjinfo
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/META
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/dune-package
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format_.cmi
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format_.cmt
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format_.cmti
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format___.cmi
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format___.cmt
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format___Format.cmi
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format___Format.cmt
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/lib/ocamlformat_support/format___Format.cmti
prep/universes/db6461279be3aed018afa492bfb6cc13/ocamlformat_support/0.1/opam
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/doc/
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/doc/sexplib/
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/doc/sexplib/CHANGES.md
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/doc/sexplib/CHANGES.txt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/doc/sexplib/LICENSE-Tywith.txt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/doc/sexplib/LICENSE.txt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/doc/sexplib/README.org
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib.ocamlobjinfo
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0.ocamlobjinfo
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp_conv.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp_conv.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp_conv.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp_conv_error.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/0/sexplib0__Sexp_conv_error.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/META
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/dune-package
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num.ocamlobjinfo
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num__Sexplib_num_conv.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num__Sexplib_num_conv.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num__Sexplib_num_conv.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num__Std.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/num/sexplib_num__Std.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Conv.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Conv.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Conv.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Conv_error.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Conv_error.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Exn_magic.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Exn_magic.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Exn_magic.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Lexer.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Lexer.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Lexer.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Macro.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Macro.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Macro.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Parser.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Parser.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Parser.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Parser_with_layout.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Parser_with_layout.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Parser_with_layout.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Path.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Path.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Path.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Pre_sexp.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Pre_sexp.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Sexp.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Sexp.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Sexp.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Sexp_intf.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Sexp_intf.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Sexp_with_layout.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Sexp_with_layout.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Src_pos.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Src_pos.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Src_pos.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Std.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Std.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Type.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Type.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Type_with_layout.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Type_with_layout.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/sexplib__Type_with_layout.cmti
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/unix/
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/unix/sexplib_unix.ocamlobjinfo
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/unix/sexplib_unix.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/unix/sexplib_unix.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/unix/sexplib_unix__Sexplib_unix_conv.cmi
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/lib/sexplib/unix/sexplib_unix__Sexplib_unix_conv.cmt
prep/universes/843b42a6057f19c29bacc11b7f34796d/sexplib/v0.9.3/opam
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/doc/
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/doc/stdio/
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/doc/stdio/LICENSE.txt
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/doc/stdio/README.org
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio.ocamlobjinfo
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/META
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/dune-package
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio.cmi
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio.cmt
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio.cmti
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__.cmi
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__.cmt
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__Import.cmi
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__Import.cmt
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__In_channel.cmi
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__In_channel.cmt
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__In_channel.cmti
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__Out_channel.cmi
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__Out_channel.cmt
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/lib/stdio/stdio__Out_channel.cmti
prep/universes/a2f2547a0e460dce687cd4bd71a9ecf1/stdio/v0.9.1/opam
FAILED:ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689
prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2/opam
prep/universes/fed546db15a4fb1d8143f49105ceb689/ocamlformat/0.2/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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929:9f35997bd24825e87ef15f5bf03c93a5bf5bc920f0d3dc1b8b4c868b05e4f038
HASHES:ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13:42a4ccdfd826f47019ed331a8ee93d598d6212d1a487cc05bab670b2ad9aaf2f
HASHES:sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d:2522e8c35821b6845b57dba43fbcf693a904225a74023a063ce6740e4bef28fd
HASHES:stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1:83e2c6d935f0e99b860bf61cd625d87176d3cbda20a8e77832fdbb8eb23a7d6d
HASHES:ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689:b1ba55832a249f7b63150e461b6151d27ac6e7aa880cc59e63c488b6f3e803fa
2024-01-29 19:02.20 ---> saved as "706859834f625f2d2ef80502d6a016f1f27945dbbfef71d0c9e4c4d1aad72187"
Job succeeded
2024-01-29 19:07.38: Failed: ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689
2024-01-29 19:07.38: ocamlformat.0.2-fed546db15a4fb1d8143f49105ceb689 -> b1ba55832a249f7b63150e461b6151d27ac6e7aa880cc59e63c488b6f3e803fa
2024-01-29 19:07.38: stdio.v0.9.1-a2f2547a0e460dce687cd4bd71a9ecf1 -> 83e2c6d935f0e99b860bf61cd625d87176d3cbda20a8e77832fdbb8eb23a7d6d
2024-01-29 19:07.38: sexplib.v0.9.3-843b42a6057f19c29bacc11b7f34796d -> 2522e8c35821b6845b57dba43fbcf693a904225a74023a063ce6740e4bef28fd
2024-01-29 19:07.38: ocamlformat_support.0.1-db6461279be3aed018afa492bfb6cc13 -> 42a4ccdfd826f47019ed331a8ee93d598d6212d1a487cc05bab670b2ad9aaf2f
2024-01-29 19:07.38: base.v0.9.4-2ef74c05690f072a385e5e08b1f1d929 -> 9f35997bd24825e87ef15f5bf03c93a5bf5bc920f0d3dc1b8b4c868b05e4f038
2024-01-29 19:07.38: Job succeeded