Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep ppx_cstubs.0.2.1; 4626da87d0f34203a5fba6249fa6a577
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 20:02.27: Waiting for worker…
2024-09-12 20:02.27: Got resource from pool OCluster
2024-09-12 20:02.27: Using cache hint "docs-universe-prep-4.09.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf)
         (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.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy ppx_cstubs.0.2.1 seq.base result.1.5 re.1.11.0 ppx_tools_versioned.5.4.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 num.1.5-1 integers.0.3.0 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.16.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 conf-pkg-config.3 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ppx_cstubs:4626da87d0f34203a5fba6249fa6a577,integers:5e5be16b09d58e370e0a0463b67220b0,either:5e5be16b09d58e370e0a0463b67220b0,ctypes:d12908c9801e55460ea007e584049e4b,containers:e0fa07a0bd1cbb113aa0c188f7774636"))
 (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.157768') && (for DATA in prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1,containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636,containers.3.13.1 prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0,ctypes.0.16.0-d12908c9801e55460ea007e584049e4b,ctypes.0.16.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0,either.1.0.0-5e5be16b09d58e370e0a0463b67220b0,either.1.0.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0,integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0,integers.0.3.0 prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1,ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577,ppx_cstubs.0.2.1; 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/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1,containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636,containers.3.13.1 prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0,ctypes.0.16.0-d12908c9801e55460ea007e584049e4b,ctypes.0.16.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0,either.1.0.0-5e5be16b09d58e370e0a0463b67220b0,either.1.0.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0,integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0,integers.0.3.0 prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1,ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577,ppx_cstubs.0.2.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1,containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636,containers.3.13.1 prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0,ctypes.0.16.0-d12908c9801e55460ea007e584049e4b,ctypes.0.16.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0,either.1.0.0-5e5be16b09d58e370e0a0463b67220b0,either.1.0.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0,integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0,integers.0.3.0 prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1,ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577,ppx_cstubs.0.2.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 20:02.27: RETRYING: 2024-09-12/083553-voodoo-prep-205650 Number of retries: 0 (retriable error condition)
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files:  69% (22172/32043)
Updating files:  70% (22431/32043)
Updating files:  71% (22751/32043)
Updating files:  72% (23071/32043)
Updating files:  73% (23392/32043)
Updating files:  74% (23712/32043)
Updating files:  75% (24033/32043)
Updating files:  76% (24353/32043)
Updating files:  77% (24674/32043)
Updating files:  78% (24994/32043)
Updating files:  79% (25314/32043)
Updating files:  80% (25635/32043)
Updating files:  81% (25955/32043)
Updating files:  82% (26276/32043)
Updating files:  83% (26596/32043)
Updating files:  84% (26917/32043)
Updating files:  85% (27237/32043)
Updating files:  86% (27557/32043)
Updating files:  87% (27878/32043)
Updating files:  88% (28198/32043)
Updating files:  89% (28519/32043)
Updating files:  90% (28839/32043)
Updating files:  91% (29160/32043)
Updating files:  92% (29480/32043)
Updating files:  93% (29800/32043)
Updating files:  94% (30121/32043)
Updating files:  95% (30441/32043)
Updating files:  96% (30762/32043)
Updating files:  97% (31082/32043)
Updating files:  98% (31403/32043)
Updating files:  99% (31723/32043)
Updating files: 100% (32043/32043)
Updating files: 100% (32043/32043), done.
HEAD is now at 0e1db1f417 Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf)
2024-09-12 19:55.12 ---> using "b55902cc9743b3a887ce049aabd4cbf0585a5a1bf4deb0fb10f9c26e35e6ab04" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1133 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (17.9 MB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 19:55.12 ---> using "1c7a3536e029c8b3fc603560183257ff3deebb08e52aec54b8a8509d961358ea" from cache

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

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

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed swhid_core.0.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:55.12 ---> using "0510d679cbf7167e8bbd80028f1d8c92732a67bc792ee41194fe725ce0268096" from cache

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

(from ocaml/opam:debian-12-ocaml-4.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf)
2024-09-12 19:55.12 ---> using "b55902cc9743b3a887ce049aabd4cbf0585a5a1bf4deb0fb10f9c26e35e6ab04" from cache

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

/: (workdir /home/opam)

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

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

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

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

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

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

Format upgrade done.

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

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

2024-09-12 19:55.14 ---> using "505708ea3db2754b29a0125fdbc7afdb085da5884c8cba1a8dab8b2b9550492f" from cache

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

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

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy ppx_cstubs.0.2.1 seq.base result.1.5 re.1.11.0 ppx_tools_versioned.5.4.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 num.1.5-1 integers.0.3.0 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.16.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 conf-pkg-config.3 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1168 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy ppx_cstubs.0.2.1 seq.base result.1.5 re.1.11.0 ppx_tools_versioned.5.4.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 num.1.5-1 integers.0.3.0 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.16.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 conf-pkg-config.3 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install integers                0.3.0
  - install ppx_derivers            1.2.1
  - install conf-pkg-config         3
  - install either                  1.0.0
  - install num                     1.5-1
  - install result                  1.5
  - install seq                     base
  - install csexp                   1.5.2
  - install base-bytes              base
  - install cppo                    1.7.0
  - install ocaml-migrate-parsetree 1.8.0
  - install re                      1.11.0
  - install dune-configurator       3.16.0
  - install ctypes                  0.16.0
  - install ppx_tools_versioned     5.4.0
  - install containers              3.13.1
  - install ppx_cstubs              0.2.1
===== 17 to install =====

The following system packages will first need to be installed:
    pkg-config

<><> 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" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package 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 libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/51:
Processing  4/51:
Processing  5/51:
Processing  6/51:
Processing  7/51: [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing  8/51: [conf-pkg-config: pkg-config]
-> retrieved containers.3.13.1  (cached)
Processing  9/51: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.7.0  (cached)
Processing 10/51: [conf-pkg-config: pkg-config]
Processing 11/51: [conf-pkg-config: pkg-config] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 12/51: [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 13/51: [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: 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 13/51: [cppo: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 14/51: [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.16.0  (cached)
Processing 15/51: [cppo: dune build] [csexp: dune build]
-> retrieved either.1.0.0  (cached)
Processing 16/51: [cppo: dune build] [csexp: dune build]
Processing 17/51: [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved integers.0.3.0  (cached)
Processing 18/51: [cppo: dune build] [csexp: dune build] [either: dune build]
Processing 19/51: [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build]
-> retrieved num.1.5-1  (cached)
Processing 20/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 21/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: patch]
Processing 21/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 22/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 23/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy]
Processing 24/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build]
-> retrieved ppx_tools_versioned.5.4.0  (cached)
Processing 25/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build]
-> compiled  csexp.1.5.2
Processing 25/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build]
-> installed csexp.1.5.2
Processing 26/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build]
-> retrieved re.1.11.0  (cached)
Processing 27/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
Processing 28/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build]
Processing 29/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build] [result: dune build]
Processing 30/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build] [result: dune build]
-> installed seq.base
Processing 31/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build] [result: dune build]
Processing 32/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build] [re: dune build] [result: dune build]
-> compiled  either.1.0.0
Processing 32/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build] [re: dune build] [result: dune build]
-> installed either.1.0.0
Processing 33/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ppx_derivers: dune build] [re: dune build] [result: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 33/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [re: dune build] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 34/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [re: dune build] [result: dune build]
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.integers.objs/byte -intf-suffix .ml -no-alias-deps -o src/.integers.objs/byte/unsigned.cmo -c -impl src/unsigned.ml)
- File "src/unsigned.ml", line 98, characters 32-50:
- 98 |   let compare (x : t) (y : t) = Pervasives.compare x y
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/unsigned.ml", line 99, characters 30-44:
- 99 |   let equal (x : t) (y : t) = Pervasives.(=) x y
-                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/unsigned.ml", line 100, characters 28-42:
- 100 |   let max (x : t) (y : t) = Pervasives.max x y
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/unsigned.ml", line 101, characters 28-42:
- 101 |   let min (x : t) (y : t) = Pervasives.min x y
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.integers.objs/byte -intf-suffix .ml -no-alias-deps -o src/.integers.objs/byte/signed.cmo -c -impl src/signed.ml)
- File "src/signed.ml", line 63, characters 18-36:
- 63 |     let max_int = Pervasives.max_int
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 64, characters 18-36:
- 64 |     let min_int = Pervasives.min_int
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 79, characters 15-30:
- 79 |     let succ = Pervasives.succ
-                     ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 80, characters 15-30:
- 80 |     let pred = Pervasives.pred
-                     ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 81, characters 18-36:
- 81 |     let compare = Pervasives.compare
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 82, characters 16-30:
- 82 |     let equal = Pervasives.(=)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 83, characters 14-28:
- 83 |     let max = Pervasives.max
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 84, characters 14-28:
- 84 |     let min = Pervasives.min
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 92, characters 12-26:
- 92 |   let abs = Pervasives.abs
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 106, characters 12-26:
- 106 |   let max = Pervasives.max
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 107, characters 12-26:
- 107 |   let min = Pervasives.min
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 118, characters 12-26:
- 118 |   let max = Pervasives.max
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 119, characters 12-26:
- 119 |   let min = Pervasives.min
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I src/.integers.objs/byte -I src/.integers.objs/native -intf-suffix .ml -no-alias-deps -o src/.integers.objs/native/unsigned.cmx -c -impl src/unsigned.ml)
- File "src/unsigned.ml", line 98, characters 32-50:
- 98 |   let compare (x : t) (y : t) = Pervasives.compare x y
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/unsigned.ml", line 99, characters 30-44:
- 99 |   let equal (x : t) (y : t) = Pervasives.(=) x y
-                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/unsigned.ml", line 100, characters 28-42:
- 100 |   let max (x : t) (y : t) = Pervasives.max x y
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/unsigned.ml", line 101, characters 28-42:
- 101 |   let min (x : t) (y : t) = Pervasives.min x y
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I src/.integers.objs/byte -I src/.integers.objs/native -intf-suffix .ml -no-alias-deps -o src/.integers.objs/native/signed.cmx -c -impl src/signed.ml)
- File "src/signed.ml", line 63, characters 18-36:
- 63 |     let max_int = Pervasives.max_int
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 64, characters 18-36:
- 64 |     let min_int = Pervasives.min_int
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 79, characters 15-30:
- 79 |     let succ = Pervasives.succ
-                     ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 80, characters 15-30:
- 80 |     let pred = Pervasives.pred
-                     ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 81, characters 18-36:
- 81 |     let compare = Pervasives.compare
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 82, characters 16-30:
- 82 |     let equal = Pervasives.(=)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 83, characters 14-28:
- 83 |     let max = Pervasives.max
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 84, characters 14-28:
- 84 |     let min = Pervasives.min
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 92, characters 12-26:
- 92 |   let abs = Pervasives.abs
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 106, characters 12-26:
- 106 |   let max = Pervasives.max
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 107, characters 12-26:
- 107 |   let min = Pervasives.min
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 118, characters 12-26:
- 118 |   let max = Pervasives.max
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/signed.ml", line 119, characters 12-26:
- 119 |   let min = Pervasives.min
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  integers.0.3.0
Processing 34/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [num: make opam-legacy] [re: dune build] [result: dune build]
-> installed integers.0.3.0
Processing 35/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [num: make opam-legacy] [re: dune build] [result: dune build]
Processing 36/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [ctypes: touch libffi.config] [num: make opam-legacy] [re: dune build] [result: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 37/51: [ppx_cstubs.0.2.1: http] [cppo: dune build] [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build] [result: dune build]
-> compiled  cppo.1.7.0
Processing 37/51: [ppx_cstubs.0.2.1: http] [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build] [result: dune build]
-> installed cppo.1.7.0
Processing 38/51: [ppx_cstubs.0.2.1: http] [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build] [result: dune build]
Processing 38/51: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build] [result: dune build]
-> compiled  result.1.5
Processing 38/51: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build]
-> installed result.1.5
Processing 39/51: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build]
Processing 40/51: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [re: dune build]
-> compiled  re.1.11.0
Processing 40/51: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
-> installed re.1.11.0
Processing 41/51: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
Processing 41/51: [ctypes: make ctypes-base] [dune-configurator: rm] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
-> retrieved ppx_cstubs.0.2.1  (https://github.com/fdopen/ppx_cstubs/archive/0.2.1.tar.gz)
Processing 41/51: [ctypes: make ctypes-base] [dune-configurator: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/num.1.5-1/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5-1
Processing 41/51: [ctypes: make ctypes-base] [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build]
-> installed num.1.5-1
Processing 42/51: [ctypes: make ctypes-base] [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build]
-> compiled  dune-configurator.3.16.0
Processing 42/51: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
-> installed dune-configurator.3.16.0
Processing 43/51: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
Processing 44/51: [containers: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
-> compiled  containers.3.13.1
Processing 44/51: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
-> installed containers.3.13.1
Processing 45/51: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 45/51: [ctypes: make ctypes-base]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 46/51: [ctypes: make ctypes-base]
Processing 47/51: [ctypes: make ctypes-base] [ppx_tools_versioned: dune build]
-> compiled  ppx_tools_versioned.5.4.0
Processing 47/51: [ctypes: make ctypes-base]
-> installed ppx_tools_versioned.5.4.0
Processing 48/51: [ctypes: make ctypes-base]
+ /usr/bin/make "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0)
- ./src/discover/determine_as_needed_flags.sh >> asneeded.config
- ocamlfind  ocamlc -o gen_c_primitives -package str,bytes -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure
- ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false)
- ocamlfind  ocamlc -o gen_libffi_abi -package str,bytes -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure
- ./gen_libffi_abi > src/ctypes-foreign-base/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign-base/libffi_abi.ml && cat gen_c_primitives.log || false)
- cp src/ctypes-foreign-base/dl.ml.unix src/ctypes-foreign-base/dl.ml
- cp src/ctypes-foreign-base/dl_stubs.c.unix src/ctypes-foreign-base/dl_stubs.c
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/lDouble.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes  src/ctypes/lDouble.ml
- File "src/ctypes/lDouble.ml", line 80, characters 0-70:
- 80 | external mant_dig_ : unit -> int = "ctypes_ldouble_mant_dig" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/complexL.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- File "src/ctypes/ctypes_memory_stubs.ml", lines 50-51, characters 0-26:
- 50 | external use_value : 'a -> unit
- 51 |   = "ctypes_use" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_bigarray.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_static.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_type_printing.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_coerce.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_types.mli
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/cstubs_internals.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes  src/ctypes/posixTypes.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -cclib -lctypes_stubs -dllib -lctypes_stubs  -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray -package bytes -package integers   -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/ldouble_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" /home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0/src/ctypes/type_info_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o  
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/lDouble.ml
- File "src/ctypes/lDouble.ml", line 80, characters 0-70:
- 80 | external mant_dig_ : unit -> int = "ctypes_ldouble_mant_dig" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- File "src/ctypes/ctypes_memory_stubs.ml", lines 50-51, characters 0-26:
- 50 | external use_value : 'a -> unit
- 51 |   = "ctypes_use" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers   -cclib -lctypes_stubs  -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package bigarray -package bytes -package integers   -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"    -package compiler-libs -package integers   -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package compiler-libs -package integers     -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package compiler-libs -package integers   -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx  -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml, /home/opam/.opam/4.09/lib/ocaml/compiler-libs
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"   -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"    -package str -package bytes -package integers   -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers     -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.09/lib/integers"  -package str -package bytes -package integers   -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx  -cclib -Wl,--no-as-needed
-> compiled  ctypes.0.16.0
Processing 49/51: [ctypes: make install]
+ /usr/bin/make "install" "XEN=disable" (CWD=/home/opam/.opam/4.09/.opam-switch/build/ctypes.0.16.0)
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.09/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.09/lib/ctypes/META
- ocamlfind  install -add ctypes -optional  _build/ctypes.cma _build/dllctypes_stubs.so  _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a  _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h  _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.09/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.09/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.09/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.09/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _build/ctypes-top.cma   _build/ctypes-top.cmxa _build/ctypes-top.cmxs   _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi  _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti   _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-base.cma _build/dllctypes-foreign-base_stubs.so  _build/ctypes-foreign-base.cmxa _build/ctypes-foreign-base.cmxs _build/libctypes-foreign-base_stubs.a  _build/ctypes-foreign-base.a src/ctypes-foreign-base/dl.mli src/ctypes-foreign-base/libffi_abi.mli _build/src/ctypes-foreign-base/dl.cmi _build/src/ctypes-foreign-base/libffi_abi.cmi  _build/src/ctypes-foreign-base/dl.cmt _build/src/ctypes-foreign-base/libffi_abi.cmt _build/src/ctypes-foreign-base/dl.cmti _build/src/ctypes-foreign-base/libffi_abi.cmti   _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/dl.mli
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-threaded.cma _build/dllctypes-foreign-threaded_stubs.so  _build/ctypes-foreign-threaded.cmxa _build/ctypes-foreign-threaded.cmxs _build/libctypes-foreign-threaded_stubs.a  _build/ctypes-foreign-threaded.a src/ctypes-foreign-threaded/foreign.mli _build/src/ctypes-foreign-threaded/foreign.cmi  _build/src/ctypes-foreign-threaded/foreign.cmt _build/src/ctypes-foreign-threaded/foreign.cmti   
- Installed /home/opam/.opam/4.09/lib/ctypes/foreign.mli
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-unthreaded.cma   _build/ctypes-foreign-unthreaded.cmxa _build/ctypes-foreign-unthreaded.cmxs   _build/ctypes-foreign-unthreaded.a src/ctypes-foreign-unthreaded/foreign.mli _build/src/ctypes-foreign-unthreaded/foreign.cmi  _build/src/ctypes-foreign-unthreaded/foreign.cmt _build/src/ctypes-foreign-unthreaded/foreign.cmti   
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.09/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/foreign.mli
- ocamlfind  install -add ctypes -optional  _build/cstubs.cma   _build/cstubs.cmxa _build/cstubs.cmxs   _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi  _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti  /home/opam/.opam/4.09/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.09/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.09/lib/ctypes/cstubs.cma
-> installed ctypes.0.16.0
Processing 50/51: [ppx_cstubs: dune build]
+ /home/opam/.opam/4.09/bin/dune "build" "-p" "ppx_cstubs" "-j" "39" (CWD=/home/opam/.opam/4.09/.opam-switch/build/ppx_cstubs.0.2.1)
-> compiled  ppx_cstubs.0.2.1
-> installed ppx_cstubs.0.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:57.04 ---> saved as "bcae8c532ced8cc01351765119b3c22cd9e2961f23ac224dfe6b97f729736440"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ppx_cstubs:4626da87d0f34203a5fba6249fa6a577,integers:5e5be16b09d58e370e0a0463b67220b0,either:5e5be16b09d58e370e0a0463b67220b0,ctypes:d12908c9801e55460ea007e584049e4b,containers:e0fa07a0bd1cbb113aa0c188f7774636"))
2024-09-12 19:57.09 ---> saved as "69b0126c5c6ef8f672be1b3898f6a1b7b5e9fc065d79ce2d0159b8cfa30be425"

/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.157768') && (for DATA in prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1,containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636,containers.3.13.1 prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0,ctypes.0.16.0-d12908c9801e55460ea007e584049e4b,ctypes.0.16.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0,either.1.0.0-5e5be16b09d58e370e0a0463b67220b0,either.1.0.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0,integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0,integers.0.3.0 prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1,ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577,ppx_cstubs.0.2.1; 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/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1,containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636,containers.3.13.1 prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0,ctypes.0.16.0-d12908c9801e55460ea007e584049e4b,ctypes.0.16.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0,either.1.0.0-5e5be16b09d58e370e0a0463b67220b0,either.1.0.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0,integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0,integers.0.3.0 prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1,ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577,ppx_cstubs.0.2.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1,containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636,containers.3.13.1 prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0,ctypes.0.16.0-d12908c9801e55460ea007e584049e4b,ctypes.0.16.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0,either.1.0.0-5e5be16b09d58e370e0a0463b67220b0,either.1.0.0 prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0,integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0,integers.0.3.0 prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1,ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577,ppx_cstubs.0.2.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.157768
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/doc/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/doc/containers/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/doc/containers/CHANGELOG.md
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/doc/containers/LICENSE
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/doc/containers/README.md
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/containers.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/META
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/bencode/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/bencode/containers_bencode.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/bencode/containers_bencode.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/bencode/containers_bencode.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/bencode/containers_bencode.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCArray.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCArray.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCArray.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCArrayLabels.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCArrayLabels.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCArrayLabels.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCAtomic.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCAtomic.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCBool.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCBool.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCBool.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCByte_buffer.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCByte_buffer.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCByte_buffer.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCCanonical_sexp.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCCanonical_sexp.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCCanonical_sexp.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCChar.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCChar.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCChar.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEither.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEither.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEither.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEqual.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEqual.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEqual.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEqualLabels.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEqualLabels.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCEqualLabels.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFloat.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFloat.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFloat.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFormat.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFormat.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFormat.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFun.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFun.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCFun.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHash.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHash.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHash.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHashtbl.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHashtbl.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHashtbl.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHeap.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHeap.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCHeap.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCIO.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCIO.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCIO.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt32.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt32.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt32.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt64.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt64.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCInt64.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCList.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCList.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCList.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCListLabels.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCListLabels.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCListLabels.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCMap.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCMap.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCMap.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCNativeint.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCNativeint.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCNativeint.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOpt.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOpt.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOpt.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOption.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOption.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOption.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOrd.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOrd.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCOrd.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCPair.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCPair.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCPair.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCParse.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCParse.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCParse.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCRandom.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCRandom.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCRandom.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCRef.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCRef.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCRef.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCResult.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCResult.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCResult.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSeq.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSeq.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSeq.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSet.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSet.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSet.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSexp.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSexp.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSexp.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSexp_intf.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSexp_intf.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSexp_lex.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCSexp_lex.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCString.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCString.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCString.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCStringLabels.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCStringLabels.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCStringLabels.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCUnit.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCUnit.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCUtf8_string.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCUtf8_string.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCUtf8_string.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCVector.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCVector.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cCVector.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cbor/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cbor/containers_cbor.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cbor/containers_cbor.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cbor/containers_cbor.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/cbor/containers_cbor.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/codegen/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/codegen/containers_codegen.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/codegen/containers_codegen.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/codegen/containers_codegen.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/codegen/containers_codegen.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/containers.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/containers.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/containersLabels.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/containersLabels.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/dune-package
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/monomorphic/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/monomorphic/containers_monomorphic.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/monomorphic/cCMonomorphic.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/monomorphic/cCMonomorphic.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/monomorphic/cCMonomorphic.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/pp/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/pp/containers_pp.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/pp/containers_pp.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/pp/containers_pp.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/pp/containers_pp.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/scc/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/scc/containers_scc.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/scc/containers_scc.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/scc/containers_scc.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/scc/containers_scc.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/top/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/top/containers_top.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/top/containers_top.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/top/containers_top.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/unix/
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/unix/containers_unix.ocamlobjinfo
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/unix/cCUnix.cmi
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/unix/cCUnix.cmt
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/lib/containers/unix/cCUnix.cmti
prep/universes/e0fa07a0bd1cbb113aa0c188f7774636/containers/3.13.1/opam
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs.ocamlobjinfo
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes-top.ocamlobjinfo
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes.ocamlobjinfo
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/META
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/complexL.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/complexL.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/complexL.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs_internals.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs_inverted.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs_inverted.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs_inverted.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs_structs.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs_structs.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/cstubs_structs.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_primitive_types.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_printers.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_printers.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_printers.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_static.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_structs.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_types.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/ctypes_types.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/lDouble.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/lDouble.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/lDouble.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/posixTypes.cmi
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/posixTypes.cmt
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/lib/ctypes/posixTypes.cmti
prep/universes/d12908c9801e55460ea007e584049e4b/ctypes/0.16.0/opam
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/doc/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/doc/either/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/doc/either/CHANGES.md
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/doc/either/LICENSE
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/doc/either/README.md
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/either.ocamlobjinfo
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/META
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/dune-package
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/either.cmi
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/either.cmt
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/either__.cmi
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/either__.cmt
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/either__Either_intf.cmi
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/lib/either/either__Either_intf.cmt
prep/universes/5e5be16b09d58e370e0a0463b67220b0/either/1.0.0/opam
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/doc/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/doc/integers/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/doc/integers/CHANGES.md
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/doc/integers/LICENSE.md
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/doc/integers/README.md
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/integers.ocamlobjinfo
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/META
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/dune-package
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/signed.cmi
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/signed.cmt
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/signed.cmti
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/integers_top.ocamlobjinfo
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/install_integer_printers.cmi
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/install_integer_printers.cmt
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/install_integer_printers.cmti
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/integer_printers.cmi
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/integer_printers.cmt
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/top/integer_printers.cmti
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/unsigned.cmi
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/unsigned.cmt
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/lib/integers/unsigned.cmti
prep/universes/5e5be16b09d58e370e0a0463b67220b0/integers/0.3.0/opam
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/doc/
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/doc/ppx_cstubs/
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/doc/ppx_cstubs/CHANGES.md
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/doc/ppx_cstubs/LICENSE.txt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/doc/ppx_cstubs/README.md
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/ppx_cstubs_internals.ocamlobjinfo
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/META
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/dune-package
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/ppxc__script.ocamlobjinfo
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Created_types.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Created_types.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Created_types.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Evil_hack.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Evil_hack.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Keywords.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Keywords.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Marshal_types.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Marshal_types.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Mparsetree.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Mparsetree.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_cstubs.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_cstubs.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_cstubs.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/ppxc__script.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/ppxc__script.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/ppxc__script.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/ppxc__script__.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/internal/ppxc__script__.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/ppx_cstubs_internals.cmi
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/ppx_cstubs_internals.cmt
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/lib/ppx_cstubs/ppx_cstubs_internals.cmti
prep/universes/4626da87d0f34203a5fba6249fa6a577/ppx_cstubs/0.2.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636:3350330a3eb5ba7f3fdfece1cfd5812ab7410d3538f6743bca8562dbd5998e7b
HASHES:ctypes.0.16.0-d12908c9801e55460ea007e584049e4b:b57710032360778fe225af0182af5a7b50f252339add404bc7ec456784c69e7b
HASHES:either.1.0.0-5e5be16b09d58e370e0a0463b67220b0:0cb121c504765965e7db34a2789a02d9f8f1299c541ccb43b972040c849d722c
HASHES:integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0:d8d6c5b19e5e44cc07162048f64c3fe6249843a9b2aa99ed26b8a8ba0ccc6e10
HASHES:ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577:e45ba66d4db52ab63178cae55f7942c3be5113c56b4b1ca0ef6828a1369c49b3
2024-09-12 19:57.13 ---> saved as "012d6b4b498d731eb49f5c8a3e82cdbd1b7768ef577eb8b0a04a33743e866073"
Job succeeded
2024-09-12 20:04.39: ppx_cstubs.0.2.1-4626da87d0f34203a5fba6249fa6a577 -> e45ba66d4db52ab63178cae55f7942c3be5113c56b4b1ca0ef6828a1369c49b3
2024-09-12 20:04.39: integers.0.3.0-5e5be16b09d58e370e0a0463b67220b0 -> d8d6c5b19e5e44cc07162048f64c3fe6249843a9b2aa99ed26b8a8ba0ccc6e10
2024-09-12 20:04.39: either.1.0.0-5e5be16b09d58e370e0a0463b67220b0 -> 0cb121c504765965e7db34a2789a02d9f8f1299c541ccb43b972040c849d722c
2024-09-12 20:04.39: ctypes.0.16.0-d12908c9801e55460ea007e584049e4b -> b57710032360778fe225af0182af5a7b50f252339add404bc7ec456784c69e7b
2024-09-12 20:04.39: containers.3.13.1-e0fa07a0bd1cbb113aa0c188f7774636 -> 3350330a3eb5ba7f3fdfece1cfd5812ab7410d3538f6743bca8562dbd5998e7b
2024-09-12 20:04.39: Job succeeded