Build:
  1. 0
2024-02-12 10:05.27: New job: Voodoo prep clangml.4.6.0; ccaee65fda807493ddbf3ad73598c391
2024-02-12 10:05.27: Waiting for resource in pool OCluster
2024-02-12 10:07.42: Waiting for worker…
2024-02-12 10:07.42: Got resource from pool OCluster
2024-02-12 10:07.42: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (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.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (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.13.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 clangml.4.6.0 traverse.0.3.0 stdlib-shims.0.3.0 stdcompat.19 sexplib0.v0.16.0 refl.0.4.1 ppxlib.0.25.1 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.2.4.0 ocaml-compiler-libs.v0.12.4 metaquot.0.5.2 metapp.0.4.4 fix.20230505 dune.3.13.0 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-ncurses.1 conf-libclang.14 conf-bash.1 conf-autoconf.0.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u clangml:ccaee65fda807493ddbf3ad73598c391,traverse:9a35ad52b29001015776463e963aa838,refl:d592c9779a02ee317c9e6bc12659ba7d,ocaml-migrate-parsetree:42869bead0586b31a3ab42bb9bc3b412"))
 (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.204504') && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0,ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412,ocaml-migrate-parsetree.2.4.0 prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1,refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d,refl.0.4.1 prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0,traverse.0.3.0-9a35ad52b29001015776463e963aa838,traverse.0.3.0 prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0,clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391,clangml.4.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/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0,ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412,ocaml-migrate-parsetree.2.4.0 prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1,refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d,refl.0.4.1 prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0,traverse.0.3.0-9a35ad52b29001015776463e963aa838,traverse.0.3.0 prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0,clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391,clangml.4.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0,ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412,ocaml-migrate-parsetree.2.4.0 prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1,refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d,refl.0.4.1 prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0,traverse.0.3.0-9a35ad52b29001015776463e963aa838,traverse.0.3.0 prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0,clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391,clangml.4.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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-02-12 10:07.42: RETRYING: 2024-02-12/100527-voodoo-prep-d015bd Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
Updating files:  98% (32344/32901)
Updating files:  99% (32572/32901)
Updating files: 100% (32901/32901)
Updating files: 100% (32901/32901), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
2024-02-12 10:01.03 ---> saved as "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-02-12 10:01.03 ---> saved as "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c"

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
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 bookworm/main amd64 Packages [8786 kB]
Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [137 kB]
Fetched 9175 kB in 3s (3244 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 15 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 (8221 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 ... 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-02-12 10:01.09 ---> saved as "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f"

/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.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] 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
[ocamlgraph.2.1.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
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.13.0
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.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-02-12 10:01.58 ---> saved as "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-02-12 10:01.58 ---> saved as "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8"
2024-02-12 10:01.58 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
2024-02-12 10:01.58 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-02-12 10:01.58 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-02-12 10:02.01 ---> saved as "50a061015e57b489daec5893a083c81b93ec0b29b89dbcf9b55da6d4003431c6"

/home/opam: (copy (src packages) (dst /src/packages))
2024-02-12 10:02.24 ---> saved as "01aa3de5fbb7da6355a5a3f9fa1564dc626ae86abf688775884c1ab94bb65d0b"

/home/opam: (copy (src repo) (dst /src/repo))
2024-02-12 10:02.24 ---> saved as "2f80ca12a98e6c8d13b2d4313d2e1042fd6f790370cc08f16159385ad3fc5996"

/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-02-12 10:03.18 ---> saved as "5080f4d462ceb6f0e8f61edcf012437834ade0821fc592cdddca031349d9cf72"

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

2024-02-12 10:03.35 ---> saved as "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-02-12 10:03.36 ---> saved as "e11031127d8519055a60a4dd91b72f34724cc3bc999b18218ffd0ca30feb91a0"

/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.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-02-12 10:04.06 ---> saved as "462495e74868d8de1c53b9bcbfb005507d496482410bb54355644040bbde4ddb"

/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 clangml.4.6.0 traverse.0.3.0 stdlib-shims.0.3.0 stdcompat.19 sexplib0.v0.16.0 refl.0.4.1 ppxlib.0.25.1 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.2.4.0 ocaml-compiler-libs.v0.12.4 metaquot.0.5.2 metapp.0.4.4 fix.20230505 dune.3.13.0 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-ncurses.1 conf-libclang.14 conf-bash.1 conf-autoconf.0.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
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 bookworm/main amd64 Packages [8786 kB]
Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [137 kB]
Fetched 9175 kB in 2s (5456 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
15 packages can be upgraded. Run 'apt list --upgradable' to see them.
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 clangml.4.6.0 traverse.0.3.0 stdlib-shims.0.3.0 stdcompat.19 sexplib0.v0.16.0 refl.0.4.1 ppxlib.0.25.1 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.2.4.0 ocaml-compiler-libs.v0.12.4 metaquot.0.5.2 metapp.0.4.4 fix.20230505 dune.3.13.0 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-ncurses.1 conf-libclang.14 conf-bash.1 conf-autoconf.0.1" 

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
# The following system packages are needed:
autoconf
debianutils
libclang-14-dev
libclang-cpp-dev
libclang-cpp14-dev
libclang-dev
llvm-14-dev
llvm-dev
ncurses-dev
pkg-config
zlib1g-dev
[NOTE] Package dune is already installed (current version is 3.13.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 ocaml-migrate-parsetree 2.4.0
  - install conf-pkg-config         3
  - install conf-bash               1
  - install ocaml-compiler-libs     v0.12.4
  - install conf-which              1
  - install sexplib0                v0.16.0
  - install stdlib-shims            0.3.0
  - install fix                     20230505
  - install conf-zlib               1
  - install conf-ncurses            1
  - install conf-libclang           14
  - install conf-autoconf           0.1
  - install ppxlib                  0.25.1
  - install stdcompat               19
  - install metapp                  0.4.4
  - install metaquot                0.5.2
  - install traverse                0.3.0
  - install refl                    0.4.1
  - install clangml                 4.6.0
===== 20 to install =====

The following system packages will first need to be installed:
    autoconf libclang-14-dev libclang-cpp-dev libclang-cpp14-dev libclang-dev llvm-14-dev llvm-dev ncurses-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "libclang-14-dev" "libclang-cpp-dev" "libclang-cpp14-dev" "libclang-dev" "llvm-14-dev" "llvm-dev" "ncurses-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- (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 .../libc-devtools_2.36-9+deb12u4_amd64.deb ...
- Unpacking libc-devtools (2.36-9+deb12u4) over (2.36-9+deb12u3) ...
- Preparing to unpack .../libc6-dev_2.36-9+deb12u4_amd64.deb ...
- Unpacking libc6-dev:amd64 (2.36-9+deb12u4) over (2.36-9+deb12u3) ...
- Preparing to unpack .../libc-dev-bin_2.36-9+deb12u4_amd64.deb ...
- Unpacking libc-dev-bin (2.36-9+deb12u4) over (2.36-9+deb12u3) ...
- Preparing to unpack .../libc6_2.36-9+deb12u4_amd64.deb ...
- Unpacking libc6:amd64 (2.36-9+deb12u4) over (2.36-9+deb12u3) ...
- Setting up libc6:amd64 (2.36-9+deb12u4) ...
- (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 .../libc-bin_2.36-9+deb12u4_amd64.deb ...
- Unpacking libc-bin (2.36-9+deb12u4) over (2.36-9+deb12u3) ...
- Setting up libc-bin (2.36-9+deb12u4) ...
- Selecting previously unselected package libpipeline1: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 .../libpipeline1_1.5.7-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6) ...
- Setting up python3.11-minimal (3.11.2-6) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 19072 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (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 ... 19482 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../01-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../02-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../03-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../04-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../05-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../06-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../07-libc6-i386_2.36-9+deb12u4_amd64.deb ...
- Unpacking libc6-i386 (2.36-9+deb12u4) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../08-lib32gcc-s1_12.2.0-14_amd64.deb ...
- Unpacking lib32gcc-s1 (12.2.0-14) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../09-lib32stdc++6_12.2.0-14_amd64.deb ...
- Unpacking lib32stdc++6 (12.2.0-14) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../10-libgc1_1%3a8.2.2-3_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.2-3) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../11-libobjc4_12.2.0-14_amd64.deb ...
- Unpacking libobjc4:amd64 (12.2.0-14) ...
- Selecting previously unselected package libobjc-12-dev:amd64.
- Preparing to unpack .../12-libobjc-12-dev_12.2.0-14_amd64.deb ...
- Unpacking libobjc-12-dev:amd64 (12.2.0-14) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../13-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../14-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../15-libllvm14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libclang1-14.
- Preparing to unpack .../16-libclang1-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang1-14 (1:14.0.6-12) ...
- Selecting previously unselected package libclang-common-14-dev.
- Preparing to unpack .../17-libclang-common-14-dev_1%3a14.0.6-12_all.deb ...
- Unpacking libclang-common-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package libclang-14-dev.
- Preparing to unpack .../18-libclang-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../19-libclang-cpp14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14-dev.
- Preparing to unpack .../20-libclang-cpp14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14-dev (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp-dev.
- Preparing to unpack .../21-libclang-cpp-dev_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking libclang-cpp-dev (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package libclang-dev.
- Preparing to unpack .../22-libclang-dev_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking libclang-dev (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package libclang-rt-14-dev:amd64.
- Preparing to unpack .../23-libclang-rt-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-rt-14-dev:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../24-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../25-libnss3_2%3a3.87.1-1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1) ...
- Selecting previously unselected package nss-plugin-pem:amd64.
- Preparing to unpack .../26-nss-plugin-pem_1.0.8+1-1_amd64.deb ...
- Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../27-libcurl3-nss_7.88.1-10+deb12u5_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u5) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../28-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../29-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../30-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../31-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../32-libpfm4_4.13.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../33-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../34-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../35-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../36-libz3-dev_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../37-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-12) ...
- Selecting previously unselected package llvm-runtime:amd64.
- Preparing to unpack .../38-llvm-runtime_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../39-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../40-llvm-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-12) ...
- Selecting previously unselected package llvm.
- Preparing to unpack .../41-llvm_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking llvm (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../42-python3-pkg-resources_66.1.1-1_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../43-python3-pygments_2.14.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.14.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../44-python3-yaml_6.0-3+b2_amd64.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../45-llvm-14-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../46-llvm-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package llvm-dev.
- Preparing to unpack .../47-llvm-dev_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking llvm-dev (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../48-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../49-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../50-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../51-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:amd64 (1.5.7-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libpfm4:amd64 (4.13.0-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up binfmt-support (2.2.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-3) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgc1:amd64 (1:8.2.2-3) ...
- Setting up autoconf (2.71-3) ...
- Setting up libc6-i386 (2.36-9+deb12u4) ...
- Setting up libc-dev-bin (2.36-9+deb12u4) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up libc-devtools (2.36-9+deb12u4) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libz3-dev:amd64 (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6) ...
- Setting up libobjc4:amd64 (12.2.0-14) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libnss3:amd64 (2:3.87.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up lib32gcc-s1 (12.2.0-14) ...
- Setting up lib32stdc++6 (12.2.0-14) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libllvm14:amd64 (1:14.0.6-12) ...
- Setting up libobjc-12-dev:amd64 (12.2.0-14) ...
- Setting up libc6-dev:amd64 (2.36-9+deb12u4) ...
- Setting up llvm-14-linker-tools (1:14.0.6-12) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up python3-pkg-resources (66.1.1-1) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Setting up libclang1-14 (1:14.0.6-12) ...
- Setting up python3-yaml (6.0-3+b2) ...
- Setting up python3-pygments (2.14.0+dfsg-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up llvm-14-runtime (1:14.0.6-12) ...
- Setting up libclang-rt-14-dev:amd64 (1:14.0.6-12) ...
- Setting up llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ...
- Setting up libclang-common-14-dev (1:14.0.6-12) ...
- Setting up libclang-cpp14 (1:14.0.6-12) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u5) ...
- Setting up libclang-14-dev (1:14.0.6-12) ...
- Setting up libclang-cpp14-dev (1:14.0.6-12) ...
- Setting up llvm-14 (1:14.0.6-12) ...
- Setting up llvm-14-tools (1:14.0.6-12) ...
- Setting up libclang-dev (1:14.0-55.7~deb12u1) ...
- Setting up libclang-cpp-dev (1:14.0-55.7~deb12u1) ...
- Setting up llvm (1:14.0-55.7~deb12u1) ...
- Setting up llvm-14-dev (1:14.0.6-12) ...
- Setting up llvm-dev (1:14.0-55.7~deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/60:
Processing  2/60:
Processing  3/60:
Processing  4/60:
Processing  5/60:
Processing  6/60:
Processing  7/60:
Processing  8/60:
Processing  9/60:
Processing 10/60:
Processing 11/60: [conf-bash: bash]
Processing 12/60: [conf-bash: bash] [conf-pkg-config: pkg-config]
Processing 13/60: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved clangml.4.6.0  (cached)
Processing 14/60: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved fix.20230505  (cached)
Processing 15/60: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 16/60: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which] [fix: dune build]
-> retrieved metapp.0.4.4  (cached)
Processing 17/60: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which] [fix: dune build]
- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing 17/60: [conf-pkg-config: pkg-config] [conf-which: which which] [fix: dune build]
-> installed conf-bash.1
Processing 18/60: [conf-pkg-config: pkg-config] [conf-which: which which] [fix: dune build]
Processing 19/60: [conf-libclang: bash configure.sh] [conf-pkg-config: pkg-config] [conf-which: which which] [fix: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 19/60: [conf-libclang: bash configure.sh] [conf-which: which which] [fix: dune build]
-> installed conf-pkg-config.3
Processing 20/60: [conf-libclang: bash configure.sh] [conf-which: which which] [fix: dune build]
Processing 21/60: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-which: which which] [fix: dune build]
Processing 22/60: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-which: which which] [conf-zlib: pkg-config zlib] [fix: dune build]
- /usr/bin/which
-> compiled  conf-which.1
Processing 22/60: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [fix: dune build]
-> installed conf-which.1
Processing 23/60: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [fix: dune build]
Processing 24/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [fix: dune build]
-> retrieved metaquot.0.5.2  (cached)
Processing 25/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [fix: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 26/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [fix: dune build]
Processing 27/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [fix: dune build] [ocaml-compiler-libs: dune build]
-> compiled  conf-ncurses.1
Processing 27/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-zlib: pkg-config zlib] [fix: dune build] [ocaml-compiler-libs: dune build]
-> installed conf-ncurses.1
Processing 28/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-zlib: pkg-config zlib] [fix: dune build] [ocaml-compiler-libs: dune build]
-> compiled  conf-zlib.1
Processing 28/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build]
-> installed conf-zlib.1
Processing 29/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-migrate-parsetree.2.4.0  (cached)
Processing 30/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build]
Processing 31/60: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
Processing 31/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
-> installed conf-autoconf.0.1
Processing 32/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 33/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
Processing 34/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build]
-> retrieved refl.0.4.1  (cached)
Processing 35/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 36/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build]
Processing 37/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved ppxlib.0.25.1  (cached)
Processing 38/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdcompat.19  (cached)
Processing 39/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 40/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 40/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 41/60: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> retrieved traverse.0.3.0  (cached)
-> compiled  fix.20230505
Processing 41/60: [conf-libclang: bash configure.sh] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> installed fix.20230505
Processing 42/60: [conf-libclang: bash configure.sh] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
- + maximum_version=14
- + shopt -s nullglob
- ++ seq 14 -1 3
- + for version in default $(seq $maximum_version -1 3)
- + '[' default = default ']'
- + for kind in system brew none
- + case $kind in
- ++ command -v llvm-config
- + llvm_config=/usr/bin/llvm-config
- ++ /usr/bin/llvm-config --version
- + llvm_version=14.0.6
- + next_version=15
- ++ printf '14\n15'
- ++ sort -n
- ++ head -n1
- + '[' 14 = 15 ']'
- + break
- + '[' system == none ']'
- ++ /usr/bin/llvm-config --cflags
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include  -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ /usr/bin/llvm-config --ldflags
- + LLVM_LDFLAGS='-L/usr/lib/llvm-14/lib '
- ++ /usr/bin/llvm-config --libdir
- + LLVM_LIBDIR=/usr/lib/llvm-14/lib
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Wstring-conversion //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Werror=unguarded-availability-new //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Wcovered-switch-default //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Wdelete-non-virtual-dtor //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ mktemp -d
- + tempdir=/tmp/tmp.lUQTyqkp0B
- + cat
- + CC=cc
- + cc -o /tmp/tmp.lUQTyqkp0B/test_libclang.o -c -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS /tmp/tmp.lUQTyqkp0B/test_libclang.c
- + cc -o /tmp/tmp.lUQTyqkp0B/test_libclang -L/usr/lib/llvm-14/lib /tmp/tmp.lUQTyqkp0B/test_libclang.o -lclang -Wl,-rpath,/usr/lib/llvm-14/lib
- + /tmp/tmp.lUQTyqkp0B/test_libclang
- + true
- + clean_tempdir
- + rm -f /tmp/tmp.lUQTyqkp0B/test_libclang.c /tmp/tmp.lUQTyqkp0B/test_libclang.o /tmp/tmp.lUQTyqkp0B/test_libclang
- + rmdir /tmp/tmp.lUQTyqkp0B
- + checksum=
- + for hasher in "sha512:sha512sum" "sha512:shasum -a 512" "md5:md5sum" "md5:md5 -q"
- ++ sha512sum /usr/bin/llvm-config
- + hasher_output='909756af7cac4c60fa99bc48e0b12b36b60fc22e56a77119d0720c10db1d5907a13420794bf32d92bdd42fe58f6b7f7d3b21dbd98e62f17ee01ee4ebd70af8f4  /usr/bin/llvm-config'
- + checksum=sha512=909756af7cac4c60fa99bc48e0b12b36b60fc22e56a77119d0720c10db1d5907a13420794bf32d92bdd42fe58f6b7f7d3b21dbd98e62f17ee01ee4ebd70af8f4
- + break
- + '[' -z sha512=909756af7cac4c60fa99bc48e0b12b36b60fc22e56a77119d0720c10db1d5907a13420794bf32d92bdd42fe58f6b7f7d3b21dbd98e62f17ee01ee4ebd70af8f4 ']'
- + case "$llvm_version" in
- + clangml460_configure_options=--with-llvm-version=14.0.0
- + cat
- + exit 0
-> compiled  conf-libclang.14
Processing 42/60: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> installed conf-libclang.14
Processing 43/60: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 43/60: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> installed stdlib-shims.0.3.0
Processing 44/60: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> compiled  sexplib0.v0.16.0
Processing 44/60: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> installed sexplib0.v0.16.0
Processing 45/60: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 45/60: [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 46/60: [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
Processing 47/60: [ocaml-migrate-parsetree: dune build] [ppxlib: dune build] [stdcompat: dune build]
-> compiled  ocaml-migrate-parsetree.2.4.0
Processing 47/60: [ppxlib: dune build] [stdcompat: dune build]
-> installed ocaml-migrate-parsetree.2.4.0
Processing 48/60: [ppxlib: dune build] [stdcompat: dune build]
- (cd _build/default && ./configure)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for ocaml... ocaml
- checking for ocamlc.opt... ocamlc.opt
- checking OCaml version... 4.14.1
- checking for ocamlfind... ocamlfind
- checking for ocamlfind package result... no
- checking for ocamlfind package seq... no
- checking for ocamlfind package uchar... no
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... none
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking OCaml target OS type... Unix
- checking for flambda2... false
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating META
- config.status: creating Makefile
- config.status: creating stdcompat__hashtbl_ext.mli
- config.status: creating stdcompat__hashtbl_ext.ml
- config.status: creating stdcompat__init.mli
- config.status: creating stdcompat__init.ml
- config.status: creating stdcompat__root.mli
- config.status: creating stdcompat__root.ml
- config.status: creating stdcompat__tools.mli
- config.status: creating stdcompat__tools.ml
- config.status: creating stdcompat__native.ml_byte
- config.status: creating stdcompat__native.ml_native
- config.status: creating stdcompat_tests.ml
- config.status: creating stdcompat.h
- config.status: creating stdcompat__stubs.c
- config.status: creating stdcompat__pervasives_s.mli
- config.status: creating stdcompat__arg_s.mli
- config.status: creating stdcompat__array_s.mli
- config.status: creating stdcompat__arrayLabels_s.mli
- config.status: creating stdcompat__atomic_s.mli
- config.status: creating stdcompat__bool_s.mli
- config.status: creating stdcompat__buffer_s.mli
- config.status: creating stdcompat__bytes_s.mli
- config.status: creating stdcompat__bytesLabels_s.mli
- config.status: creating stdcompat__char_s.mli
- config.status: creating stdcompat__digest_s.mli
- config.status: creating stdcompat__either_s.mli
- config.status: creating stdcompat__ephemeron_s.mli
- config.status: creating stdcompat__filename_s.mli
- config.status: creating stdcompat__float_s.mli
- config.status: creating stdcompat__format_s.mli
- config.status: creating stdcompat__fun_s.mli
- config.status: creating stdcompat__hashtbl_s.mli
- config.status: creating stdcompat__in_channel_s.mli
- config.status: creating stdcompat__int_s.mli
- config.status: creating stdcompat__int32_s.mli
- config.status: creating stdcompat__int64_s.mli
- config.status: creating stdcompat__lazy_s.mli
- config.status: creating stdcompat__lexing_s.mli
- config.status: creating stdcompat__list_s.mli
- config.status: creating stdcompat__listLabels_s.mli
- config.status: creating stdcompat__map_s.mli
- config.status: creating stdcompat__moreLabels_s.mli
- config.status: creating stdcompat__nativeint_s.mli
- config.status: creating stdcompat__option_s.mli
- config.status: creating stdcompat__out_channel_s.mli
- config.status: creating stdcompat__printexc_s.mli
- config.status: creating stdcompat__printf_s.mli
- config.status: creating stdcompat__queue_s.mli
- config.status: creating stdcompat__random_s.mli
- config.status: creating stdcompat__result_s.mli
- config.status: creating stdcompat__seq_s.mli
- config.status: creating stdcompat__set_s.mli
- config.status: creating stdcompat__stack_s.mli
- config.status: creating stdcompat__string_s.mli
- config.status: creating stdcompat__stringLabels_s.mli
- config.status: creating stdcompat__sys_s.mli
- config.status: creating stdcompat__uchar_s.mli
- config.status: creating stdcompat__weak_s.mli
- config.status: creating stdcompat__unit_s.mli
- config.status: creating stdcompat__stdlib_s.mli
- config.status: creating stdcompat__pervasives_s.ml
- config.status: creating stdcompat__arg_s.ml
- config.status: creating stdcompat__array_s.ml
- config.status: creating stdcompat__arrayLabels_s.ml
- config.status: creating stdcompat__atomic_s.ml
- config.status: creating stdcompat__bool_s.ml
- config.status: creating stdcompat__buffer_s.ml
- config.status: creating stdcompat__bytes_s.ml
- config.status: creating stdcompat__bytesLabels_s.ml
- config.status: creating stdcompat__char_s.ml
- config.status: creating stdcompat__digest_s.ml
- config.status: creating stdcompat__either_s.ml
- config.status: creating stdcompat__ephemeron_s.ml
- config.status: creating stdcompat__filename_s.ml
- config.status: creating stdcompat__float_s.ml
- config.status: creating stdcompat__format_s.ml
- config.status: creating stdcompat__fun_s.ml
- config.status: creating stdcompat__hashtbl_s.ml
- config.status: creating stdcompat__int_s.ml
- config.status: creating stdcompat__int32_s.ml
- config.status: creating stdcompat__int64_s.ml
- config.status: creating stdcompat__lazy_s.ml
- config.status: creating stdcompat__lexing_s.ml
- config.status: creating stdcompat__list_s.ml
- config.status: creating stdcompat__listLabels_s.ml
- config.status: creating stdcompat__map_s.ml
- config.status: creating stdcompat__moreLabels_s.ml
- config.status: creating stdcompat__nativeint_s.ml
- config.status: creating stdcompat__option_s.ml
- config.status: creating stdcompat__printexc_s.ml
- config.status: creating stdcompat__printf_s.ml
- config.status: creating stdcompat__queue_s.ml
- config.status: creating stdcompat__random_s.ml
- config.status: creating stdcompat__result_s.ml
- config.status: creating stdcompat__seq_s.ml
- config.status: creating stdcompat__set_s.ml
- config.status: creating stdcompat__stack_s.ml
- config.status: creating stdcompat__stdlib_s.ml
- config.status: creating stdcompat__string_s.ml
- config.status: creating stdcompat__stringLabels_s.ml
- config.status: creating stdcompat__sys_s.ml
- config.status: creating stdcompat__uchar_s.ml
- config.status: creating stdcompat__weak_s.ml
- config.status: creating stdcompat__in_channel_s.ml
- config.status: creating stdcompat__out_channel_s.ml
- config.status: creating stdcompat__unit_s.ml
- config.status: creating stdcompat__pervasives.ml
- config.status: creating stdcompat__arg.ml
- config.status: creating stdcompat__array.ml
- config.status: creating stdcompat__arrayLabels.ml
- config.status: creating stdcompat__atomic.ml
- config.status: creating stdcompat__bool.ml
- config.status: creating stdcompat__buffer.ml
- config.status: creating stdcompat__bytes.ml
- config.status: creating stdcompat__bytesLabels.ml
- config.status: creating stdcompat__char.ml
- config.status: creating stdcompat__digest.ml
- config.status: creating stdcompat__either.ml
- config.status: creating stdcompat__ephemeron.ml
- config.status: creating stdcompat__filename.ml
- config.status: creating stdcompat__float.ml
- config.status: creating stdcompat__format.ml
- config.status: creating stdcompat__fun.ml
- config.status: creating stdcompat__hashtbl.ml
- config.status: creating stdcompat__int.ml
- config.status: creating stdcompat__int32.ml
- config.status: creating stdcompat__int64.ml
- config.status: creating stdcompat__lazy.ml
- config.status: creating stdcompat__lexing.ml
- config.status: creating stdcompat__list.ml
- config.status: creating stdcompat__listLabels.ml
- config.status: creating stdcompat__map.ml
- config.status: creating stdcompat__moreLabels.ml
- config.status: creating stdcompat__nativeint.ml
- config.status: creating stdcompat__option.ml
- config.status: creating stdcompat__printexc.ml
- config.status: creating stdcompat__printf.ml
- config.status: creating stdcompat__queue.ml
- config.status: creating stdcompat__random.ml
- config.status: creating stdcompat__result.ml
- config.status: creating stdcompat__seq.ml
- config.status: creating stdcompat__set.ml
- config.status: creating stdcompat__stack.ml
- config.status: creating stdcompat__stdlib.ml
- config.status: creating stdcompat__string.ml
- config.status: creating stdcompat__stringLabels.ml
- config.status: creating stdcompat__sys.ml
- config.status: creating stdcompat__uchar.ml
- config.status: creating stdcompat__weak.ml
- config.status: creating stdcompat__in_channel.ml
- config.status: creating stdcompat__out_channel.ml
- config.status: creating stdcompat__unit.ml
- config.status: creating stdcompat__pervasives.mli
- config.status: creating stdcompat__arg.mli
- config.status: creating stdcompat__array.mli
- config.status: creating stdcompat__arrayLabels.mli
- config.status: creating stdcompat__atomic.mli
- config.status: creating stdcompat__bool.mli
- config.status: creating stdcompat__buffer.mli
- config.status: creating stdcompat__bytes.mli
- config.status: creating stdcompat__bytesLabels.mli
- config.status: creating stdcompat__char.mli
- config.status: creating stdcompat__digest.mli
- config.status: creating stdcompat__either.mli
- config.status: creating stdcompat__ephemeron.mli
- config.status: creating stdcompat__filename.mli
- config.status: creating stdcompat__float.mli
- config.status: creating stdcompat__format.mli
- config.status: creating stdcompat__fun.mli
- config.status: creating stdcompat__hashtbl.mli
- config.status: creating stdcompat__int.mli
- config.status: creating stdcompat__int32.mli
- config.status: creating stdcompat__int64.mli
- config.status: creating stdcompat__lazy.mli
- config.status: creating stdcompat__lexing.mli
- config.status: creating stdcompat__list.mli
- config.status: creating stdcompat__listLabels.mli
- config.status: creating stdcompat__map.mli
- config.status: creating stdcompat__moreLabels.mli
- config.status: creating stdcompat__nativeint.mli
- config.status: creating stdcompat__option.mli
- config.status: creating stdcompat__printexc.mli
- config.status: creating stdcompat__printf.mli
- config.status: creating stdcompat__queue.mli
- config.status: creating stdcompat__random.mli
- config.status: creating stdcompat__result.mli
- config.status: creating stdcompat__seq.mli
- config.status: creating stdcompat__set.mli
- config.status: creating stdcompat__stack.mli
- config.status: creating stdcompat__stdlib.mli
- config.status: creating stdcompat__string.mli
- config.status: creating stdcompat__stringLabels.mli
- config.status: creating stdcompat__sys.mli
- config.status: creating stdcompat__uchar.mli
- config.status: creating stdcompat__weak.mli
- config.status: creating stdcompat__in_channel.mli
- config.status: creating stdcompat__out_channel.mli
- config.status: creating stdcompat__unit.mli
- config.status: creating stdcompat.mli
- config.status: creating stdcompat.ml
- config.status: creating config.h
- config.status: executing depfiles commands
- configure: OCaml version is 4.14.1
- configure: Obj.magic will be used in redefinition when possible
-     (add --disable-magic for pure redefinitions).
-> compiled  stdcompat.19
Processing 48/60: [ppxlib: dune build]
-> installed stdcompat.19
Processing 49/60: [ppxlib: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "ppxlib" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppxlib.0.25.1)
-> compiled  ppxlib.0.25.1
-> installed ppxlib.0.25.1
Processing 51/60: [metapp: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "metapp" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/metapp.0.4.4)
- (cd _build/default && .ppx/e7c203cacf1cd3bb02e6242329effa31/ppx.exe --cookie 'library-name="metapp"' -o metapp/metapp.pp.mli --intf metapp/metapp.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_api, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_version_info, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/e7c203cacf1cd3bb02e6242329effa31/ppx.exe --cookie 'library-name="metapp"' -o metapp/metapp.pp.ml --impl metapp/metapp.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_api, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_preutils, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_version_info, and its interface was not compiled with -opaque
-> compiled  metapp.0.4.4
-> installed metapp.0.4.4
Processing 53/60: [metaquot: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "metaquot" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/metaquot.0.5.2)
- (cd _build/default && .ppx/f04423e293bc7238bf6fa2027578cb58/ppx.exe --cookie 'library-name="metaquot"' -o metaquot/metaquot.pp.ml --impl metaquot/metaquot.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
-> compiled  metaquot.0.5.2
-> installed metaquot.0.5.2
Processing 55/60: [traverse: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "traverse" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/traverse.0.3.0)
- (cd _build/default && .ppx/832eb1e90780325193175f72d1d2f19d/ppx.exe --cookie 'library-name="traverse"' -o src/interface.pp.ml --impl src/interface.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Traverse_meta, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/832eb1e90780325193175f72d1d2f19d/ppx.exe --cookie 'library-name="traverse"' -o src/values.pp.ml --impl src/values.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Traverse_meta, and its interface was not compiled with -opaque
-> compiled  traverse.0.3.0
-> installed traverse.0.3.0
Processing 57/60: [refl: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "refl" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/refl.0.4.1)
-> compiled  refl.0.4.1
-> installed refl.0.4.1
Processing 59/60: [clangml: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/clangml.4.6.0/./configure "--prefix=/home/opam/.opam/4.14" "--with-llvm-config=/usr/bin/llvm-config" "--with-llvm-version=14.0.0" (CWD=/home/opam/.opam/4.14/.opam-switch/build/clangml.4.6.0)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether ln -s works... yes
- checking for bootstrap/ sub-directory... yes
- checking for ocamlfind... ocamlfind
- checking for ocamlfind package stdcompat... yes
- checking for ocamlfind package ppxlib... yes
- checking for ocamlfind package refl... yes
- checking OCaml version... 4.14.1
- checking for dune... dune
- checking for ocamlcodoc... no
- checking for install_name_tool... no
- checking for brew... no
- checking for llvm-config... /usr/bin/llvm-config
- checking llvm-config version... 14.0.6
- configure: Will consider bindings for version 14.0.0 (--with-llvm-version)
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... none
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... 
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking clang-c/Index.h usability... yes
- checking clang-c/Index.h presence... no
- configure: WARNING: clang-c/Index.h: accepted by the compiler, rejected by the preprocessor!
- configure: WARNING: clang-c/Index.h: proceeding with the compiler's result
- checking for clang-c/Index.h... yes
- checking for clang_createIndex in -lclang... yes
- checking for library containing del_curterm... -lcurses
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... 
- yes
- checking dependency style of g++... none
- checking for disabling GLIBCXX_USE_CXX11_ABI... not required
- checking if -lclangAST -lclangLex -lclangBasic is available... 
- yes
- configure: initialize build tree
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config/cflags.sexp
- config.status: creating config/cxxflags.sexp
- config.status: creating config/ldflags.sexp
- config.status: creating config/ldflags_quoted.sexp
- config.status: creating config/libs.sexp
- config.status: creating config/libs_quoted.sexp
- config.status: creating config/clangml_config.ml
- config.status: executing depfiles commands
Processing 59/60: [clangml: bash dune]
+ /usr/bin/bash "-ex" "./build_with_bigger_stack_size.sh" "dune" "build" "-p" "clangml" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/clangml.4.6.0)
- ++ ulimit -H -s
- + hard_limit=unlimited
- + '[' unlimited == unlimited ']'
- + hard_limit=65536
- + ulimit -S -s 65536
- + exec dune build -p clangml -j 255 @install
- (cd _build/default && .ppx/78aea424e3fba632995b43979610f20d/ppx.exe --cookie 'library-name="clang"' -o clangml/clang__utils.pp.mli --intf clangml/clang__utils.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/78aea424e3fba632995b43979610f20d/ppx.exe --cookie 'library-name="clang"' -o clangml/special_bindings.pp.ml --impl clangml/special_bindings.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/78aea424e3fba632995b43979610f20d/ppx.exe --cookie 'library-name="clang"' -o clangml/standard.pp.ml --impl clangml/standard.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/78aea424e3fba632995b43979610f20d/ppx.exe --cookie 'library-name="clang"' -o clangml/clang__utils.pp.ml --impl clangml/clang__utils.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/ef95d4f1f19bedf1b6b4641561accc19/ppx.exe --cookie 'library-name="clangml_ppx"' -o ppx/clangml_ppx.pp.ml --impl ppx/clangml_ppx.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- (cd _build/default && .ppx/78aea424e3fba632995b43979610f20d/ppx.exe --cookie 'library-name="clang"' -o clangml/clang.pp.ml --impl clangml/clang.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/78aea424e3fba632995b43979610f20d/ppx.exe --cookie 'library-name="clang"' -o clangml/attributes.pp.ml --impl clangml/attributes.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
-> compiled  clangml.4.6.0
-> installed clangml.4.6.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-02-12 10:07.22 ---> saved as "e0200e209316c697e3e8e268fb1bd5e752c7259903df4696db0b3eb94fc9bf97"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u clangml:ccaee65fda807493ddbf3ad73598c391,traverse:9a35ad52b29001015776463e963aa838,refl:d592c9779a02ee317c9e6bc12659ba7d,ocaml-migrate-parsetree:42869bead0586b31a3ab42bb9bc3b412"))
2024-02-12 10:07.24 ---> saved as "936903de104dcabc7a53815359ff188b543b5e2f0125777fa42939d63b3ce0b5"

/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.204504') && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0,ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412,ocaml-migrate-parsetree.2.4.0 prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1,refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d,refl.0.4.1 prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0,traverse.0.3.0-9a35ad52b29001015776463e963aa838,traverse.0.3.0 prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0,clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391,clangml.4.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/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0,ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412,ocaml-migrate-parsetree.2.4.0 prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1,refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d,refl.0.4.1 prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0,traverse.0.3.0-9a35ad52b29001015776463e963aa838,traverse.0.3.0 prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0,clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391,clangml.4.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0,ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412,ocaml-migrate-parsetree.2.4.0 prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1,refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d,refl.0.4.1 prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0,traverse.0.3.0-9a35ad52b29001015776463e963aa838,traverse.0.3.0 prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0,clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391,clangml.4.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.204504
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/doc/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/doc/ocaml-migrate-parsetree/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/doc/ocaml-migrate-parsetree/CHANGES.md
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/doc/ocaml-migrate-parsetree/LICENSE.md
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/doc/ocaml-migrate-parsetree/README.md
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree.ocamlobjinfo
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/META
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/dune-package
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_402.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_402.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_403.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_403.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_404.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_404.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_405.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_405.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_406.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_406.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_407.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_407.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_408.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_408.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_409.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_409.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_410.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_410.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_411.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_411.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_412.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_412.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_413.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_413.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_414.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_414.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_500.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Ast_500.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_402_403.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_402_403.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_403_402.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_403_402.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_403_404.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_403_404.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_404_403.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_404_403.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_404_405.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_404_405.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_405_404.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_405_404.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_405_406.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_405_406.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_406_405.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_406_405.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_406_407.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_406_407.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_407_406.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_407_406.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_407_408.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_407_408.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_408_407.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_408_407.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_408_409.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_408_409.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_409_408.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_409_408.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_409_410.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_409_410.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_410_409.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_410_409.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_410_411.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_410_411.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_411_410.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_411_410.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_411_412.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_411_412.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_412_411.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_412_411.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_412_413.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_412_413.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_413_412.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_413_412.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_413_414.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_413_414.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_414_413.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_414_413.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_414_500.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_414_500.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_500_414.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_500_414.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_parsetree_def.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_parsetree_def.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Migrate_parsetree_def.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Stdlib0.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/lib/ocaml-migrate-parsetree/migrate_parsetree__Stdlib0.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/ocaml-migrate-parsetree/2.4.0/opam
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/doc/
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/doc/refl/
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/doc/refl/CHANGES.md
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/doc/refl/LICENSE
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/doc/refl/README.md
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl.ocamlobjinfo
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/META
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/dune-package
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl.ocamlobjinfo
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl.cmti
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__Common.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__Common.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__Constraints.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__Constraints.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__Indexer.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__Indexer.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__Indexer.cmti
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__ListExt.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/ppx/ppx_refl__ListExt.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Builtins.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Builtins.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Compare.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Compare.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Convert.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Convert.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Desc.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Desc.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Enum.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Enum.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Eq.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Eq.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Fold.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Fold.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Hash.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Hash.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Iter.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Iter.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Lift.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Lift.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Make.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Make.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Map.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Map.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Show.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Show.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Tools.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Tools.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Visit.cmi
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/lib/refl/refl__Visit.cmt
prep/universes/d592c9779a02ee317c9e6bc12659ba7d/refl/0.4.1/opam
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/doc/
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/doc/traverse/
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/doc/traverse/CHANGES.md
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/doc/traverse/LICENSE
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/doc/traverse/README.md
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse.ocamlobjinfo
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/META
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/dune-package
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse.cmi
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse.cmt
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse.cmti
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__.cmi
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__.cmt
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Interface.cmi
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Interface.cmt
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Modules.cmi
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Modules.cmt
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Modules.cmti
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Primitives.cmi
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Primitives.cmt
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Values.cmi
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse__Values.cmt
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse_meta/
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse_meta/traverse_meta.ocamlobjinfo
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse_meta/traverse_meta.cmi
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/lib/traverse/traverse_meta/traverse_meta.cmt
prep/universes/9a35ad52b29001015776463e963aa838/traverse/0.3.0/opam
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/doc/
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/doc/clangml/
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/doc/clangml/CHANGES.md
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/doc/clangml/README.md
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang.ocamlobjinfo
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/META
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang.cmti
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Ast_sig.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Ast_sig.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Attributes.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Attributes.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__ast.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__ast.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__ast_options.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__ast_options.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__ast_utils.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__ast_utils.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__ast_utils.cmti
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__bindings.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__bindings.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__bindings.cmti
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__command_line.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__command_line.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__types.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__types.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__utils.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__utils.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Clang__utils.cmti
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Printer.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Printer.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Printer.cmti
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Special_bindings.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Special_bindings.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Standard.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/clang__Standard.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/config/
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/config/clangml_config.ocamlobjinfo
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/config/clangml_config.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/config/clangml_config.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/config/clangml_config.cmti
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/dune-package
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/clangml_ppx.ocamlobjinfo
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/clangml_ppx.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/clangml_ppx.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/clangml_ppx__.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/clangml_ppx__.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/clangml_ppx__Ppx_lexer.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/ppx/clangml_ppx__Ppx_lexer.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/printer/
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/printer/clangml_printer.ocamlobjinfo
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/printer/clangml_printer.cmi
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.6.0/lib/clangml/printer/clangml_printer.cmt
prep/universes/ccaee65fda807493ddbf3ad73598c391/clangml/4.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.
HASHES:ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412:b1a3a18d1da5d069d6eb056b89bb91a4a21c49da1d48a80b46e96fbc4e921974
HASHES:refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d:6b0183d31c86f72654bc737985440eb757735793a665561d32f42c5e066cb078
HASHES:traverse.0.3.0-9a35ad52b29001015776463e963aa838:90f9cafc4504946a2760ed189d5e8b0cf1729a981d0c1da7e43caddb7b0a0ec2
HASHES:clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391:cd287efb5f28ecefd87b88da0ea723cf3a11645802de2d9310bf166f2c8140e7
2024-02-12 10:07.28 ---> saved as "0762af19c03fa8f52559c219d1c35ba5cb9d67876281102ab246309b5ef170a6"
Job succeeded
2024-02-12 10:12.57: clangml.4.6.0-ccaee65fda807493ddbf3ad73598c391 -> cd287efb5f28ecefd87b88da0ea723cf3a11645802de2d9310bf166f2c8140e7
2024-02-12 10:12.57: traverse.0.3.0-9a35ad52b29001015776463e963aa838 -> 90f9cafc4504946a2760ed189d5e8b0cf1729a981d0c1da7e43caddb7b0a0ec2
2024-02-12 10:12.57: refl.0.4.1-d592c9779a02ee317c9e6bc12659ba7d -> 6b0183d31c86f72654bc737985440eb757735793a665561d32f42c5e066cb078
2024-02-12 10:12.57: ocaml-migrate-parsetree.2.4.0-42869bead0586b31a3ab42bb9bc3b412 -> b1a3a18d1da5d069d6eb056b89bb91a4a21c49da1d48a80b46e96fbc4e921974
2024-02-12 10:12.57: Job succeeded