Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep reason.3.6.0; 9529ba0aee85706a9a52d2cd3ff52d02
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:27.33: Waiting for worker…
2024-09-12 20:29.34: Got resource from pool OCluster
2024-09-12 20:29.34: Using cache hint "docs-universe-prep-4.10.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
         (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.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
 (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 reason.3.6.0 result.1.5 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 fix.20230505 dune.3.16.0 cppo.1.7.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u reason:9529ba0aee85706a9a52d2cd3ff52d02,merlin-extend:2164680fb7604ea4c7c2dc99e919e814,menhirSdk:08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib:08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST:08f5bc816a7f546db9ad2478e8e6f9d8,menhir:bcece26202a4cd4c14b858f698340f57,fix:08f5bc816a7f546db9ad2478e8e6f9d8"))
 (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.082124') && (for DATA in prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505,fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8,fix.20230505 prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715,menhir.20240715-bcece26202a4cd4c14b858f698340f57,menhir.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715,menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715,menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715,menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirSdk.20240715 prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1,merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814,merlin-extend.0.6.1 prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0,reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02,reason.3.6.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505,fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8,fix.20230505 prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715,menhir.20240715-bcece26202a4cd4c14b858f698340f57,menhir.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715,menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715,menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715,menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirSdk.20240715 prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1,merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814,merlin-extend.0.6.1 prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0,reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02,reason.3.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505,fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8,fix.20230505 prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715,menhir.20240715-bcece26202a4cd4c14b858f698340f57,menhir.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715,menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715,menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715,menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirSdk.20240715 prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1,merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814,merlin-extend.0.6.1 prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0,reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02,reason.3.6.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 20:29.34: RETRYING: 2024-09-12/083554-voodoo-prep-c1da62 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  66% (21383/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.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
2024-09-12 20:22.49 ---> using "6e3c8b6fd084857758083f5820e7f28afb237fd1e09b8e976f84a79865398930" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:22.49 ---> using "d395318a6e60f8d95bbb2ec2fb2c93b4dee14a45415d1337105e29a2a84c8ef2" 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 (823 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 (7625 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 20:22.49 ---> using "9016d68e4de011271ac60a6980489e669d94cf2b59ada61c314d94a705565722" 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 20:22.49 ---> using "8316249d141c56ca08296411c9a4fce3d235956edd36437e9f7b2e79a92b798b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:22.49 ---> using "9801758d282ee1995cb9423d7cb9609ea9fbe9135bdd2eb63c7f66bdad5d39d0" from cache
2024-09-12 20:22.49 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
2024-09-12 20:22.49 ---> using "6e3c8b6fd084857758083f5820e7f28afb237fd1e09b8e976f84a79865398930" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:22.49 ---> using "d395318a6e60f8d95bbb2ec2fb2c93b4dee14a45415d1337105e29a2a84c8ef2" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:22.49 ---> using "94140973511042aab7aa9cd71b0ff5ddef469c9cd7928d45480e4431c11ac959" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:22.50 ---> using "d186e41a8c7599c63f195a61bc017853e855ea40933704f916fcff2a53c884e9" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:22.50 ---> using "2cbba568a9ab307c8e11ef24bbeb69e1f010dda0d1f433c5f3663e9e47190a56" 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 20:22.50 ---> using "0780fdc1d94d7debf368e139a4ad084b37be4bd2dc3634a7f23b432999c072c4" from cache

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:22.50 ---> using "92e1caa7e05008231c47c73004f7ed297ee0e6cdbead181be98f27bd2333b413" 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 20:22.50 ---> using "1fd58344d0caac63f9c4643a4e7531efd2b7d45e6c1da5821a625ad3d56d2c21" 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 reason.3.6.0 result.1.5 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 fix.20230505 dune.3.16.0 cppo.1.7.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1025 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 reason.3.6.0 result.1.5 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 fix.20230505 dune.3.16.0 cppo.1.7.0" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[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 result                  1.5
  - install menhirLib               20240715
  - install menhirCST               20240715
  - install menhirSdk               20240715
  - install cppo                    1.7.0
  - install fix                     20230505
  - install ocaml-migrate-parsetree 1.8.0
  - install menhir                  20240715
  - install merlin-extend           0.6.1
  - install reason                  3.6.0
===== 11 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/33:
Processing  2/33:
Processing  3/33:
-> retrieved cppo.1.7.0  (cached)
Processing  4/33:
Processing  5/33: [cppo: dune build]
-> retrieved fix.20230505  (cached)
Processing  6/33: [cppo: dune build]
Processing  7/33: [cppo: dune build] [fix: dune build]
-> retrieved menhir.20240715  (cached)
Processing  8/33: [cppo: dune build] [fix: dune build]
-> retrieved menhirCST.20240715  (cached)
Processing  9/33: [cppo: dune build] [fix: dune build]
Processing 10/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build]
-> retrieved menhirLib.20240715  (cached)
Processing 11/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build]
Processing 12/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20240715  (cached)
Processing 13/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build]
Processing 14/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved merlin-extend.0.6.1  (cached)
Processing 15/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 16/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 17/33: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> retrieved reason.3.6.0  (cached)
-> compiled  fix.20230505
Processing 17/33: [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> installed fix.20230505
Processing 18/33: [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> compiled  menhirCST.20240715
Processing 18/33: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> installed menhirCST.20240715
Processing 19/33: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 20/33: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 20/33: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 21/33: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [result: dune build]
-> compiled  menhirSdk.20240715
Processing 21/33: [cppo: dune build] [menhirLib: dune build] [result: dune build]
-> installed menhirSdk.20240715
Processing 22/33: [cppo: dune build] [menhirLib: dune build] [result: dune build]
-> compiled  result.1.5
Processing 22/33: [cppo: dune build] [menhirLib: dune build]
-> installed result.1.5
Processing 23/33: [cppo: dune build] [menhirLib: dune build]
Processing 24/33: [cppo: dune build] [menhirLib: dune build] [ocaml-migrate-parsetree: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20240715
Processing 24/33: [cppo: dune build] [ocaml-migrate-parsetree: dune build]
-> installed menhirLib.20240715
Processing 25/33: [cppo: dune build] [ocaml-migrate-parsetree: dune build]
Processing 26/33: [cppo: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> compiled  cppo.1.7.0
Processing 26/33: [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> installed cppo.1.7.0
Processing 27/33: [menhir: dune build] [ocaml-migrate-parsetree: dune build]
Processing 28/33: [menhir: dune build] [merlin-extend: dune build] [ocaml-migrate-parsetree: dune build]
-> compiled  merlin-extend.0.6.1
Processing 28/33: [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> installed merlin-extend.0.6.1
Processing 29/33: [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 29/33: [menhir: dune build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 30/33: [menhir: dune build]
+ /home/opam/.opam/4.10/bin/dune "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/4.10/.opam-switch/build/menhir.20240715)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20240715
-> installed menhir.20240715
Processing 32/33: [reason: dune build]
+ /home/opam/.opam/4.10/bin/dune "build" "-p" "reason" "-j" "39" (CWD=/home/opam/.opam/4.10/.opam-switch/build/reason.3.6.0)
- (cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w -40 -g -bin-annot -I src/reason-parser/.menhir_error_processor.eobjs/byte -I /home/opam/.opam/4.10/lib/menhirSdk -no-alias-deps -o src/reason-parser/.menhir_error_processor.eobjs/byte/menhir_error_processor.cmo -c -impl src/reason-parser/menhir_error_processor.ml)
- File "src/reason-parser/menhir_error_processor.ml", line 31, characters 50-64:
- 31 |     List.exists (fun (term, _) -> pred (T term)) (Lr1.reductions lr1) ||
-                                                        ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/4.10/bin/ocamlopt.opt -w -40 -g -I src/reason-parser/.menhir_error_processor.eobjs/byte -I src/reason-parser/.menhir_error_processor.eobjs/native -I /home/opam/.opam/4.10/lib/menhirSdk -intf-suffix .ml -no-alias-deps -o src/reason-parser/.menhir_error_processor.eobjs/native/menhir_error_processor.cmx -c -impl src/reason-parser/menhir_error_processor.ml)
- File "src/reason-parser/menhir_error_processor.ml", line 31, characters 50-64:
- 31 |     List.exists (fun (term, _) -> pred (T term)) (Lr1.reductions lr1) ||
-                                                        ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w -40 -g -bin-annot -I src/menhir-recover/.main.eobjs/byte -I /home/opam/.opam/4.10/lib/fix -I /home/opam/.opam/4.10/lib/menhirLib -I /home/opam/.opam/4.10/lib/menhirSdk -no-alias-deps -o src/menhir-recover/.main.eobjs/byte/synthesis.cmo -c -impl src/menhir-recover/synthesis.ml)
- File "src/menhir-recover/synthesis.ml", line 200, characters 52-66:
- 200 |             (fun (_,prods) -> List.mem prod prods) (Lr1.reductions st)
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/4.10/bin/ocamlopt.opt -w -40 -g -I src/menhir-recover/.main.eobjs/byte -I src/menhir-recover/.main.eobjs/native -I /home/opam/.opam/4.10/lib/fix -I /home/opam/.opam/4.10/lib/menhirLib -I /home/opam/.opam/4.10/lib/menhirSdk -intf-suffix .ml -no-alias-deps -o src/menhir-recover/.main.eobjs/native/synthesis.cmx -c -impl src/menhir-recover/synthesis.ml)
- File "src/menhir-recover/synthesis.ml", line 200, characters 52-66:
- 200 |             (fun (_,prods) -> List.mem prod prods) (Lr1.reductions st)
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w -40 -g -bin-annot -I src/menhir-recover/.main.eobjs/byte -I /home/opam/.opam/4.10/lib/fix -I /home/opam/.opam/4.10/lib/menhirLib -I /home/opam/.opam/4.10/lib/menhirSdk -no-alias-deps -o src/menhir-recover/.main.eobjs/byte/main.cmo -c -impl src/menhir-recover/main.ml)
- File "src/menhir-recover/main.ml", line 45, characters 13-27:
- 45 |           ) (Lr1.reductions st);
-                   ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/4.10/bin/ocamlopt.opt -w -40 -g -I src/menhir-recover/.main.eobjs/byte -I src/menhir-recover/.main.eobjs/native -I /home/opam/.opam/4.10/lib/fix -I /home/opam/.opam/4.10/lib/menhirLib -I /home/opam/.opam/4.10/lib/menhirSdk -intf-suffix .ml -no-alias-deps -o src/menhir-recover/.main.eobjs/native/main.cmx -c -impl src/menhir-recover/main.ml)
- File "src/menhir-recover/main.ml", line 45, characters 13-27:
- 45 |           ) (Lr1.reductions st);
-                   ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
-> compiled  reason.3.6.0
-> installed reason.3.6.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:24.26 ---> saved as "66a376a999555a702e8344de482ed9001738508a3cb404e2d329431de98f371e"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u reason:9529ba0aee85706a9a52d2cd3ff52d02,merlin-extend:2164680fb7604ea4c7c2dc99e919e814,menhirSdk:08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib:08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST:08f5bc816a7f546db9ad2478e8e6f9d8,menhir:bcece26202a4cd4c14b858f698340f57,fix:08f5bc816a7f546db9ad2478e8e6f9d8"))
2024-09-12 20:24.29 ---> saved as "1a943b3d46568fb3d38954e957c50d02a1e220b8dbe773e3389fcafcf9972966"

/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.082124') && (for DATA in prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505,fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8,fix.20230505 prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715,menhir.20240715-bcece26202a4cd4c14b858f698340f57,menhir.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715,menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715,menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715,menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirSdk.20240715 prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1,merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814,merlin-extend.0.6.1 prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0,reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02,reason.3.6.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505,fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8,fix.20230505 prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715,menhir.20240715-bcece26202a4cd4c14b858f698340f57,menhir.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715,menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715,menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715,menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirSdk.20240715 prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1,merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814,merlin-extend.0.6.1 prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0,reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02,reason.3.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505,fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8,fix.20230505 prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715,menhir.20240715-bcece26202a4cd4c14b858f698340f57,menhir.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715,menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirCST.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715,menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirLib.20240715 prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715,menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8,menhirSdk.20240715 prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1,merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814,merlin-extend.0.6.1 prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0,reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02,reason.3.6.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.082124
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/doc/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/doc/fix/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/doc/fix/CHANGES.md
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/doc/fix/LICENSE
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/doc/fix/README.md
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/doc/fix/odoc-pages/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/doc/fix/odoc-pages/index.mld
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix.ocamlobjinfo
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/META
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/dune-package
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Boolean.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Boolean.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Boolean.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__CompactQueue.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__CompactQueue.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__CompactQueue.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Core.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Core.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Core.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__CoreDependencyGraph.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__CoreDependencyGraph.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__CoreDependencyGraph.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__DataFlow.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__DataFlow.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__DataFlow.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Enum.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Enum.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Enum.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Gensym.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Gensym.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Gensym.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Glue.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Glue.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Glue.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__GraphNumbering.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__GraphNumbering.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__GraphNumbering.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__HashCons.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__HashCons.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__HashCons.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Indexing.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Indexing.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Indexing.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Memoize.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Memoize.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Memoize.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Minimize.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Minimize.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Minimize.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Numbering.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Numbering.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Numbering.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Option.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Option.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Option.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Partition.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Partition.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Partition.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Set.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Set.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Set.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Sigs.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Sigs.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Tabulate.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Tabulate.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/lib/fix/fix__Tabulate.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/fix/20230505/opam
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/menhir/
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/menhir/LICENSE
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/menhir/manual.html
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/menhir/manual.pdf
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/menhir/manual001.png
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/menhir/manual002.png
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/doc/menhir/manual003.png
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/lib/
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/lib/menhir/
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/lib/menhir/META
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/lib/menhir/dune-package
prep/universes/bcece26202a4cd4c14b858f698340f57/menhir/20240715/opam
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/doc/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/doc/menhirCST/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/doc/menhirCST/LICENSE
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/menhirCST.ocamlobjinfo
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/META
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/dune-package
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/menhirCST.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/menhirCST.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/menhirCST__Settle.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/menhirCST__Settle.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/lib/menhirCST/menhirCST__Settle.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirCST/20240715/opam
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/doc/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/doc/menhirLib/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/doc/menhirLib/LICENSE
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/menhirLib/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/menhirLib/menhirLib.ocamlobjinfo
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/menhirLib/META
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/menhirLib/dune-package
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/menhirLib/menhirLib.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/menhirLib/menhirLib.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/lib/menhirLib/menhirLib.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirLib/20240715/opam
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/doc/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/doc/menhirSdk/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/doc/menhirSdk/LICENSE
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk.ocamlobjinfo
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/META
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/dune-package
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Cmly_api.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Cmly_api.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Cmly_format.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Cmly_format.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Cmly_read.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Cmly_read.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Cmly_read.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Keyword.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Keyword.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Keyword.cmti
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Version.cmi
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/lib/menhirSdk/menhirSdk__Version.cmt
prep/universes/08f5bc816a7f546db9ad2478e8e6f9d8/menhirSdk/20240715/opam
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/doc/
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/doc/merlin-extend/
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/doc/merlin-extend/CHANGES.md
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/doc/merlin-extend/LICENSE
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/doc/merlin-extend/README.md
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/merlin_extend.ocamlobjinfo
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/META
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/dune-package
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_driver.cmi
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_driver.cmt
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_driver.cmti
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_helper.cmi
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_helper.cmt
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_helper.cmti
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_main.cmi
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_main.cmt
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_main.cmti
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_protocol.cmi
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/lib/merlin-extend/extend_protocol.cmt
prep/universes/2164680fb7604ea4c7c2dc99e919e814/merlin-extend/0.6.1/opam
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/doc/
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/doc/reason/
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/doc/reason/HISTORY.md
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/doc/reason/LICENSE.txt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/doc/reason/README.md
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason.ocamlobjinfo
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/META
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/cmdliner/
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/cmdliner/ReasonCmdliner.ocamlobjinfo
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/cmdliner/vendored_cmdliner.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/cmdliner/vendored_cmdliner.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/cmdliner/vendored_cmdliner.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/dune-package
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/easy_format/
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/easy_format/ReasonEasyFormat.ocamlobjinfo
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/easy_format/vendored_easy_format.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/easy_format/vendored_easy_format.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/easy_format/vendored_easy_format.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/merlin_recovery.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/merlin_recovery.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/merlin_recovery.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/ocaml_util.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/ocaml_util.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_attributes.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_attributes.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_comment.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_comment.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_config.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_config.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_declarative_lexer.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_declarative_lexer.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_errors.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_errors.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_errors.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_heuristics.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_heuristics.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_layout.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_layout.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_lexer.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_lexer.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_lexer.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_location.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_location.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_multi_parser.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_multi_parser.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_multi_parser.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_oprint.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_oprint.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_def.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_def.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_explain.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_explain.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_explain_raw.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_explain_raw.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_recover.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_parser_recover.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_pprint_ast.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_pprint_ast.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_pprint_ast.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_recover_parser.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_recover_parser.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_recover_parser.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_single_parser.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_single_parser.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_single_parser.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_string.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_string.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_syntax_util.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_syntax_util.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_syntax_util.cmti
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain_conf.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain_conf.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain_ocaml.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain_ocaml.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain_reason.cmi
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/lib/reason/reason_toolchain_reason.cmt
prep/universes/9529ba0aee85706a9a52d2cd3ff52d02/reason/3.6.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
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:fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8:25b275bbecf6538dce968e3dd5ecd7e9bda55d586faaf9643baad4b41aa8fd34
HASHES:menhir.20240715-bcece26202a4cd4c14b858f698340f57:18d62fe4bc74fb07b689de2f6ce03eefc6d65e32260b96c237869b35c8cb7245
HASHES:menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8:b018bdb77c2f4a383cf9c2063cf8b5966404a33fcd11ec6e95bb6df66a1f02ae
HASHES:menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8:3dc21d0ed19634fc002ed64213e392024ff8cd250b6f53c298be9e5bdc725c12
HASHES:menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8:1000b45c92f0dae637714363ec170817740747fa79c7b715f8f8b9b8fb4d6900
HASHES:merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814:010e5bc4134923ef0d572bf922d77556885674031e818342d950e5dfeb78ac98
HASHES:reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02:55a413013b30fcca3501edd9a310571734329a89716277239c99bb09c1747381
2024-09-12 20:24.32 ---> saved as "c66cbdd1819f1a8eac26f164786c3f419e41136e24048601b300494aeb81b0b0"
Job succeeded
2024-09-12 20:34.33: reason.3.6.0-9529ba0aee85706a9a52d2cd3ff52d02 -> 55a413013b30fcca3501edd9a310571734329a89716277239c99bb09c1747381
2024-09-12 20:34.33: merlin-extend.0.6.1-2164680fb7604ea4c7c2dc99e919e814 -> 010e5bc4134923ef0d572bf922d77556885674031e818342d950e5dfeb78ac98
2024-09-12 20:34.33: menhirSdk.20240715-08f5bc816a7f546db9ad2478e8e6f9d8 -> 1000b45c92f0dae637714363ec170817740747fa79c7b715f8f8b9b8fb4d6900
2024-09-12 20:34.33: menhirLib.20240715-08f5bc816a7f546db9ad2478e8e6f9d8 -> 3dc21d0ed19634fc002ed64213e392024ff8cd250b6f53c298be9e5bdc725c12
2024-09-12 20:34.33: menhirCST.20240715-08f5bc816a7f546db9ad2478e8e6f9d8 -> b018bdb77c2f4a383cf9c2063cf8b5966404a33fcd11ec6e95bb6df66a1f02ae
2024-09-12 20:34.33: menhir.20240715-bcece26202a4cd4c14b858f698340f57 -> 18d62fe4bc74fb07b689de2f6ce03eefc6d65e32260b96c237869b35c8cb7245
2024-09-12 20:34.33: fix.20230505-08f5bc816a7f546db9ad2478e8e6f9d8 -> 25b275bbecf6538dce968e3dd5ecd7e9bda55d586faaf9643baad4b41aa8fd34
2024-09-12 20:34.33: Job succeeded