Build:
  1. 0
2024-09-12 08:35.51: New job: Voodoo prep async_smtp.v0.13.0; ac2b8e2ce327591c3565656a2165748a
2024-09-12 08:35.51: Waiting for resource in pool OCluster
2024-09-12 17:58.24: Waiting for worker…
2024-09-12 18:05.39: Got resource from pool OCluster
2024-09-12 18:05.39: Using cache hint "docs-universe-prep-4.11.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy async_smtp.v0.13.0 zarith.1.14 variantslib.v0.13.0 typerep.v0.13.0 time_now.v0.13.0 textutils.v0.13.0 stdlib-shims.0.3.0 stdio.v0.13.0 splittable_random.v0.13.0 spawn.v0.15.1 shell.v0.13.0 sexplib0.v0.13.0 sexplib.v0.13.0 sexp_macro.v0.13.0 seq.base result.1.5 resource_cache.v0.13.0 re2.v0.13.0 re.1.11.0 protocol_version_header.v0.13.0 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_stable.v0.13.0 ppx_sexp_value.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_pipebang.v0.13.0 ppx_optional.v0.13.0 ppx_optcomp.v0.13.0 ppx_module_timer.v0.13.0 ppx_let.v0.13.0 ppx_js_style.v0.13.0 ppx_jane.v0.13.0 ppx_inline_test.v0.13.1 ppx_here.v0.13.0 ppx_hash.v0.13.0 ppx_fields_conv.v0.13.0 ppx_fail.v0.13.0 ppx_expect.v0.13.1 ppx_enumerate.v0.13.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 ppx_cold.v0.13.0 ppx_bin_prot.v0.13.0 ppx_bench.v0.13.0 ppx_base.v0.13.0 ppx_assert.v0.13.0 parsexp.v0.13.0 octavius.1.2.2 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 magic-mime.1.3.1 jst-config.v0.13.0 jane-street-headers.v0.13.0 integers.0.7.0 inotify.2.6 fieldslib.v0.13.0 email_message.v0.13.0 dune-configurator.3.16.0 dune.3.16.0 ctypes-foreign.0.18.0 ctypes.0.17.1 csexp.1.5.2 cryptokit.1.20 core_kernel.v0.13.1 core.v0.13.0 conf-zlib.1 conf-pkg-config.3 conf-libssl.4 conf-libffi.2.0.0 conf-gmp-powm-sec.3 conf-gmp.4 bin_prot.v0.13.0 bigstringaf.0.10.0 base_quickcheck.v0.13.0 base_bigstring.v0.13.0 base64.3.5.1 base-bytes.base base.v0.13.2 async_unix.v0.13.1 async_ssl.v0.13.0 async_shell.v0.13.0 async_sendfile.v0.13.0 async_rpc_kernel.v0.13.0 async_kernel.v0.13.0 async_inotify.v0.13.0 async_find.v0.13.0 async_extra.v0.13.0 async.v0.13.0 angstrom.0.13.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u async_smtp:ac2b8e2ce327591c3565656a2165748a,resource_cache:8e239f04d10bcfc00de668faa708b3c6,inotify:0c5a19421b16f021e948a1cf209e31a4,email_message:2f1650492ca5a8aea8cd489a18423415,async_shell:107054d534375b5347c80fff52182710,async_sendfile:b79815b3c69e4b1d7c36397955a2f00e,async_inotify:0f9abaa552c18cffcfc591ab585ce763,async_find:7b7a1dbc9e8bf4bd43ddc9c115a4ff20"))
 (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.762072') && (for DATA in prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0,async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20,async_find.v0.13.0 prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0,async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763,async_inotify.v0.13.0 prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0,async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e,async_sendfile.v0.13.0 prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0,async_shell.v0.13.0-107054d534375b5347c80fff52182710,async_shell.v0.13.0 prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0,email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415,email_message.v0.13.0 prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6,inotify.2.6-0c5a19421b16f021e948a1cf209e31a4,inotify.2.6 prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0,resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6,resource_cache.v0.13.0 prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0,async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a,async_smtp.v0.13.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0,async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20,async_find.v0.13.0 prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0,async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763,async_inotify.v0.13.0 prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0,async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e,async_sendfile.v0.13.0 prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0,async_shell.v0.13.0-107054d534375b5347c80fff52182710,async_shell.v0.13.0 prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0,email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415,email_message.v0.13.0 prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6,inotify.2.6-0c5a19421b16f021e948a1cf209e31a4,inotify.2.6 prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0,resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6,resource_cache.v0.13.0 prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0,async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a,async_smtp.v0.13.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0,async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20,async_find.v0.13.0 prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0,async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763,async_inotify.v0.13.0 prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0,async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e,async_sendfile.v0.13.0 prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0,async_shell.v0.13.0-107054d534375b5347c80fff52182710,async_shell.v0.13.0 prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0,email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415,email_message.v0.13.0 prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6,inotify.2.6-0c5a19421b16f021e948a1cf209e31a4,inotify.2.6 prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0,resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6,resource_cache.v0.13.0 prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0,async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a,async_smtp.v0.13.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 18:05.39: RETRYING: 2024-09-12/083551-voodoo-prep-af6724 Number of retries: 0 (retriable error condition)
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
Updating files:  71% (23137/32142)
Updating files:  72% (23143/32142)
Updating files:  73% (23464/32142)
Updating files:  74% (23786/32142)
Updating files:  75% (24107/32142)
Updating files:  76% (24428/32142)
Updating files:  77% (24750/32142)
Updating files:  78% (25071/32142)
Updating files:  79% (25393/32142)
Updating files:  80% (25714/32142)
Updating files:  81% (26036/32142)
Updating files:  82% (26357/32142)
Updating files:  83% (26678/32142)
Updating files:  84% (27000/32142)
Updating files:  85% (27321/32142)
Updating files:  86% (27643/32142)
Updating files:  87% (27964/32142)
Updating files:  88% (28285/32142)
Updating files:  89% (28607/32142)
Updating files:  90% (28928/32142)
Updating files:  91% (29250/32142)
Updating files:  92% (29571/32142)
Updating files:  93% (29893/32142)
Updating files:  94% (30214/32142)
Updating files:  95% (30535/32142)
Updating files:  96% (30857/32142)
Updating files:  97% (31178/32142)
Updating files:  98% (31500/32142)
Updating files:  99% (31821/32142)
Updating files: 100% (32142/32142)
Updating files: 100% (32142/32142), done.
HEAD is now at 3f24a2bf45 Update conf-libffi for the mingw-w64 ports

(build "tools" …)

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

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (821 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (15.8 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 17:58.28 ---> using "dfd4b37791106907970385fe62a1efa30f393e29bb49557aec08d4939964d28f" from cache

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 17:58.41 ---> saved as "8c38c5daee03ffaf2bb1ea81f88c4e5539c12ee9203673ac9bc95e221299cd29"

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 17:58.41 ---> saved as "6bb7a4daa26afb6f32207d5a2f724d93078b17b2d28dd512212ccdba31d8afb3"

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 18:00.07 ---> saved as "63335f79f898ad059ba4f618b7383997d78759596b207cfc80836c136aba14b8"

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

2024-09-12 18:00.29 ---> saved as "50e392054e1af1881245a5be0c0578d26146585fee10350bde5102c118cc3560"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 18:00.29 ---> saved as "aa37135731ca634c38008178c33cbf362a14e8ebaa7ddb6a7d2d476b76e5b6d2"

/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 18:01.33 ---> saved as "7326e66c0ba7109f6d9f9bb5cbc55ab10e387b15ae8902fa26844f0f7a08a89f"

/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 async_smtp.v0.13.0 zarith.1.14 variantslib.v0.13.0 typerep.v0.13.0 time_now.v0.13.0 textutils.v0.13.0 stdlib-shims.0.3.0 stdio.v0.13.0 splittable_random.v0.13.0 spawn.v0.15.1 shell.v0.13.0 sexplib0.v0.13.0 sexplib.v0.13.0 sexp_macro.v0.13.0 seq.base result.1.5 resource_cache.v0.13.0 re2.v0.13.0 re.1.11.0 protocol_version_header.v0.13.0 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_stable.v0.13.0 ppx_sexp_value.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_pipebang.v0.13.0 ppx_optional.v0.13.0 ppx_optcomp.v0.13.0 ppx_module_timer.v0.13.0 ppx_let.v0.13.0 ppx_js_style.v0.13.0 ppx_jane.v0.13.0 ppx_inline_test.v0.13.1 ppx_here.v0.13.0 ppx_hash.v0.13.0 ppx_fields_conv.v0.13.0 ppx_fail.v0.13.0 ppx_expect.v0.13.1 ppx_enumerate.v0.13.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 ppx_cold.v0.13.0 ppx_bin_prot.v0.13.0 ppx_bench.v0.13.0 ppx_base.v0.13.0 ppx_assert.v0.13.0 parsexp.v0.13.0 octavius.1.2.2 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 magic-mime.1.3.1 jst-config.v0.13.0 jane-street-headers.v0.13.0 integers.0.7.0 inotify.2.6 fieldslib.v0.13.0 email_message.v0.13.0 dune-configurator.3.16.0 dune.3.16.0 ctypes-foreign.0.18.0 ctypes.0.17.1 csexp.1.5.2 cryptokit.1.20 core_kernel.v0.13.1 core.v0.13.0 conf-zlib.1 conf-pkg-config.3 conf-libssl.4 conf-libffi.2.0.0 conf-gmp-powm-sec.3 conf-gmp.4 bin_prot.v0.13.0 bigstringaf.0.10.0 base_quickcheck.v0.13.0 base_bigstring.v0.13.0 base64.3.5.1 base-bytes.base base.v0.13.2 async_unix.v0.13.1 async_ssl.v0.13.0 async_shell.v0.13.0 async_sendfile.v0.13.0 async_rpc_kernel.v0.13.0 async_kernel.v0.13.0 async_inotify.v0.13.0 async_find.v0.13.0 async_extra.v0.13.0 async.v0.13.0 angstrom.0.13.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (536 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 async_smtp.v0.13.0 zarith.1.14 variantslib.v0.13.0 typerep.v0.13.0 time_now.v0.13.0 textutils.v0.13.0 stdlib-shims.0.3.0 stdio.v0.13.0 splittable_random.v0.13.0 spawn.v0.15.1 shell.v0.13.0 sexplib0.v0.13.0 sexplib.v0.13.0 sexp_macro.v0.13.0 seq.base result.1.5 resource_cache.v0.13.0 re2.v0.13.0 re.1.11.0 protocol_version_header.v0.13.0 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_stable.v0.13.0 ppx_sexp_value.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_pipebang.v0.13.0 ppx_optional.v0.13.0 ppx_optcomp.v0.13.0 ppx_module_timer.v0.13.0 ppx_let.v0.13.0 ppx_js_style.v0.13.0 ppx_jane.v0.13.0 ppx_inline_test.v0.13.1 ppx_here.v0.13.0 ppx_hash.v0.13.0 ppx_fields_conv.v0.13.0 ppx_fail.v0.13.0 ppx_expect.v0.13.1 ppx_enumerate.v0.13.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 ppx_cold.v0.13.0 ppx_bin_prot.v0.13.0 ppx_bench.v0.13.0 ppx_base.v0.13.0 ppx_assert.v0.13.0 parsexp.v0.13.0 octavius.1.2.2 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 magic-mime.1.3.1 jst-config.v0.13.0 jane-street-headers.v0.13.0 integers.0.7.0 inotify.2.6 fieldslib.v0.13.0 email_message.v0.13.0 dune-configurator.3.16.0 dune.3.16.0 ctypes-foreign.0.18.0 ctypes.0.17.1 csexp.1.5.2 cryptokit.1.20 core_kernel.v0.13.1 core.v0.13.0 conf-zlib.1 conf-pkg-config.3 conf-libssl.4 conf-libffi.2.0.0 conf-gmp-powm-sec.3 conf-gmp.4 bin_prot.v0.13.0 bigstringaf.0.10.0 base_quickcheck.v0.13.0 base_bigstring.v0.13.0 base64.3.5.1 base-bytes.base base.v0.13.2 async_unix.v0.13.1 async_ssl.v0.13.0 async_shell.v0.13.0 async_sendfile.v0.13.0 async_rpc_kernel.v0.13.0 async_kernel.v0.13.0 async_inotify.v0.13.0 async_find.v0.13.0 async_extra.v0.13.0 async.v0.13.0 angstrom.0.13.0" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libffi-dev
libgmp-dev
libssl-dev
pkg-config
zlib1g-dev
[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 num                     1.5-1
  - install jane-street-headers     v0.13.0
  - install sexplib0                v0.13.0
  - install stdlib-shims            0.3.0
  - install conf-gmp                4
  - install conf-pkg-config         3
  - install octavius                1.2.2
  - install ppx_derivers            1.2.1
  - install spawn                   v0.15.1
  - install magic-mime              1.3.1
  - install seq                     base
  - install base64                  3.5.1
  - install ocaml-compiler-libs     v0.12.4
  - install base-bytes              base
  - install result                  1.5
  - install csexp                   1.5.2
  - install integers                0.7.0
  - install conf-gmp-powm-sec       3
  - install zarith                  1.14
  - install conf-zlib               1
  - install conf-libssl             4
  - install conf-libffi             2.0.0
  - install re                      1.11.0
  - install inotify                 2.6
  - install ocaml-migrate-parsetree 1.8.0
  - install dune-configurator       3.16.0
  - install ctypes-foreign          0.18.0
  - install cryptokit               1.20
  - install bigstringaf             0.10.0
  - install base                    v0.13.2
  - install ctypes                  0.17.1
  - install angstrom                0.13.0
  - install variantslib             v0.13.0
  - install typerep                 v0.13.0
  - install stdio                   v0.13.0
  - install parsexp                 v0.13.0
  - install fieldslib               v0.13.0
  - install ppxlib                  0.13.0
  - install sexplib                 v0.13.0
  - install ppx_variants_conv       v0.13.0
  - install ppx_typerep_conv        v0.13.0
  - install ppx_stable              v0.13.0
  - install ppx_sexp_conv           v0.13.0
  - install ppx_pipebang            v0.13.0
  - install ppx_optional            v0.13.0
  - install ppx_optcomp             v0.13.0
  - install ppx_let                 v0.13.0
  - install ppx_js_style            v0.13.0
  - install ppx_inline_test         v0.13.1
  - install ppx_here                v0.13.0
  - install ppx_fields_conv         v0.13.0
  - install ppx_enumerate           v0.13.0
  - install ppx_compare             v0.13.0
  - install ppx_cold                v0.13.0
  - install ppx_custom_printf       v0.13.0
  - install ppx_bench               v0.13.0
  - install ppx_sexp_value          v0.13.0
  - install ppx_sexp_message        v0.13.0
  - install ppx_fail                v0.13.0
  - install ppx_hash                v0.13.0
  - install ppx_assert              v0.13.0
  - install bin_prot                v0.13.0
  - install ppx_base                v0.13.0
  - install splittable_random       v0.13.0
  - install ppx_expect              v0.13.1
  - install jst-config              v0.13.0
  - install ppx_bin_prot            v0.13.0
  - install base_quickcheck         v0.13.0
  - install time_now                v0.13.0
  - install ppx_module_timer        v0.13.0
  - install ppx_jane                v0.13.0
  - install base_bigstring          v0.13.0
  - install core_kernel             v0.13.1
  - install re2                     v0.13.0
  - install protocol_version_header v0.13.0
  - install core                    v0.13.0
  - install async_kernel            v0.13.0
  - install textutils               v0.13.0
  - install async_unix              v0.13.1
  - install async_rpc_kernel        v0.13.0
  - install async_extra             v0.13.0
  - install shell                   v0.13.0
  - install async_sendfile          v0.13.0
  - install resource_cache          v0.13.0
  - install async                   v0.13.0
  - install sexp_macro              v0.13.0
  - install email_message           v0.13.0
  - install async_ssl               v0.13.0
  - install async_shell             v0.13.0
  - install async_find              v0.13.0
  - install async_inotify           v0.13.0
  - install async_smtp              v0.13.0
===== 92 to install =====

The following system packages will first need to be installed:
    libffi-dev libgmp-dev libssl-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libgmp-dev" "libssl-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libffi-dev:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../0-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../1-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../2-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../4-libssl-dev_3.0.14-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.14-1~deb12u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../5-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../6-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../7-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../8-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libssl-dev:amd64 (3.0.14-1~deb12u2) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-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  1/276:
Processing  2/276:
Processing  3/276: [async_extra.v0.13.0: http]
-> retrieved async.v0.13.0  (cached)
Processing  4/276: [async_extra.v0.13.0: http] [async_find.v0.13.0: http]
-> retrieved angstrom.0.13.0  (cached)
Processing  5/276: [async_extra.v0.13.0: http] [async_find.v0.13.0: http] [async_inotify.v0.13.0: http]
Processing  5/276: [async_extra.v0.13.0: http] [async_inotify.v0.13.0: http]
Processing  5/276: [async_inotify.v0.13.0: http]
Processing  5/276:
-> retrieved async_find.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_find-v0.13.0.tar.gz)
Processing  6/276:
-> retrieved async_extra.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_extra-v0.13.0.tar.gz)
Processing  7/276:
-> retrieved async_inotify.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_inotify-v0.13.0.tar.gz)
Processing  8/276: [async_sendfile.v0.13.0: http]
-> retrieved async_kernel.v0.13.0  (cached)
Processing  9/276: [async_sendfile.v0.13.0: http] [async_shell.v0.13.0: http]
-> retrieved async_rpc_kernel.v0.13.0  (cached)
Processing 10/276: [async_sendfile.v0.13.0: http] [async_shell.v0.13.0: http] [async_smtp.v0.13.0: http]
Processing 10/276: [async_shell.v0.13.0: http] [async_smtp.v0.13.0: http]
Processing 10/276: [async_smtp.v0.13.0: http]
-> retrieved async_sendfile.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_sendfile-v0.13.0.tar.gz)
Processing 11/276: [async_smtp.v0.13.0: http] [async_ssl.v0.13.0: http]
-> retrieved async_shell.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_shell-v0.13.0.tar.gz)
Processing 12/276: [async_smtp.v0.13.0: http] [async_ssl.v0.13.0: http]
-> retrieved async_unix.v0.13.1  (cached)
Processing 13/276: [async_smtp.v0.13.0: http] [async_ssl.v0.13.0: http]
Processing 13/276: [async_ssl.v0.13.0: http]
-> retrieved base.v0.13.2  (cached)
Processing 14/276: [async_ssl.v0.13.0: http]
Processing 15/276: [async_ssl.v0.13.0: http]
Processing 16/276: [async_ssl.v0.13.0: http]
-> installed base-bytes.base
Processing 17/276: [async_ssl.v0.13.0: http]
Processing 17/276:
-> retrieved async_smtp.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_smtp-v0.13.0.tar.gz)
Processing 18/276:
-> retrieved base64.3.5.1  (cached)
Processing 19/276:
Processing 20/276: [base64: dune build]
-> retrieved async_ssl.v0.13.0  (https://github.com/janestreet/async_ssl/archive/v0.13.0.tar.gz)
Processing 21/276: [base64: dune build]
-> retrieved base_bigstring.v0.13.0  (cached)
Processing 22/276: [base64: dune build]
-> retrieved base_quickcheck.v0.13.0  (cached)
-> retrieved conf-gmp.4  (cached)
Processing 23/276: [base64: dune build]
-> retrieved conf-gmp-powm-sec.3  (cached)
Processing 24/276: [base64: dune build]
Processing 25/276: [base64: dune build]
-> retrieved conf-libssl.4  (cached)
Processing 26/276: [base64: dune build]
Processing 27/276: [base64: dune build]
Processing 28/276: [base64: dune build]
Processing 29/276: [base64: dune build]
Processing 30/276: [base64: dune build] [conf-gmp: sh]
Processing 31/276: [base64: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved bigstringaf.0.10.0  (cached)
Processing 32/276: [base64: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved bin_prot.v0.13.0  (cached)
Processing 33/276: [base64: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved core.v0.13.0  (cached)
Processing 34/276: [base64: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 34/276: [base64: dune build] [conf-pkg-config: pkg-config]
-> installed conf-gmp.4
Processing 35/276: [base64: dune build] [conf-pkg-config: pkg-config]
Processing 36/276: [base64: dune build] [conf-gmp-powm-sec: sh] [conf-pkg-config: pkg-config]
- 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 36/276: [base64: dune build] [conf-gmp-powm-sec: sh]
-> installed conf-pkg-config.3
Processing 37/276: [base64: dune build] [conf-gmp-powm-sec: sh]
Processing 38/276: [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi]
Processing 39/276: [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl]
Processing 40/276: [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib]
-> retrieved core_kernel.v0.13.1  (cached)
Processing 41/276: [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib]
-> retrieved cryptokit.1.20  (cached)
Processing 42/276: [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib]
Processing 43/276: [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib]
-> retrieved csexp.1.5.2  (cached)
Processing 44/276: [email_message.v0.13.0: http] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib]
Processing 45/276: [email_message.v0.13.0: http] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [csexp: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp-powm-sec.3
Processing 45/276: [email_message.v0.13.0: http] [base64: dune build] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> installed conf-gmp-powm-sec.3
Processing 46/276: [email_message.v0.13.0: http] [base64: dune build] [conf-libffi: pkg-config libffi] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> compiled  conf-libffi.2.0.0
Processing 46/276: [email_message.v0.13.0: http] [base64: dune build] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> installed conf-libffi.2.0.0
Processing 47/276: [email_message.v0.13.0: http] [base64: dune build] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [csexp: dune build]
Processing 48/276: [email_message.v0.13.0: http] [base64: dune build] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> installed ctypes-foreign.0.18.0
Processing 49/276: [email_message.v0.13.0: http] [base64: dune build] [conf-libssl: pkg-config openssl] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> compiled  conf-libssl.4
Processing 49/276: [email_message.v0.13.0: http] [base64: dune build] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> installed conf-libssl.4
Processing 50/276: [email_message.v0.13.0: http] [base64: dune build] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> compiled  conf-zlib.1
Processing 50/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build]
-> installed conf-zlib.1
Processing 51/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build]
-> retrieved ctypes.0.17.1  (cached)
Processing 52/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build]
-> retrieved fieldslib.v0.13.0  (cached)
Processing 53/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build]
-> retrieved inotify.2.6  (cached)
Processing 54/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build]
Processing 55/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build] [inotify: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 56/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build] [inotify: dune build]
-> retrieved jane-street-headers.v0.13.0  (cached)
Processing 57/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build] [inotify: dune build]
Processing 58/276: [email_message.v0.13.0: http] [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build]
Processing 58/276: [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build]
-> retrieved jst-config.v0.13.0  (cached)
Processing 59/276: [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build]
-> retrieved email_message.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/email_message-v0.13.0.tar.gz)
Processing 60/276: [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build]
-> retrieved magic-mime.1.3.1  (cached)
Processing 61/276: [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build]
Processing 62/276: [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build]
-> retrieved num.1.5-1  (cached)
Processing 63/276: [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 64/276: [base64: dune build] [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: patch]
-> compiled  base64.3.5.1
Processing 64/276: [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: patch]
-> installed base64.3.5.1
Processing 65/276: [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: patch]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 66/276: [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: patch]
Processing 67/276: [csexp: dune build] [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: patch] [ocaml-compiler-libs: dune build]
-> compiled  csexp.1.5.2
Processing 67/276: [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: patch] [ocaml-compiler-libs: dune build]
-> installed csexp.1.5.2
Processing 68/276: [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: patch] [ocaml-compiler-libs: dune build]
Processing 68/276: [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved octavius.1.2.2  (cached)
Processing 69/276: [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 70/276: [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved parsexp.v0.13.0  (cached)
Processing 71/276: [inotify: dune build] [jane-street-headers: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> compiled  jane-street-headers.v0.13.0
Processing 71/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> installed jane-street-headers.v0.13.0
Processing 72/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_assert.v0.13.0  (cached)
Processing 73/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 74/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_base.v0.13.0  (cached)
Processing 75/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_bench.v0.13.0  (cached)
Processing 76/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_bin_prot.v0.13.0  (cached)
Processing 77/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_cold.v0.13.0  (cached)
Processing 78/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_compare.v0.13.0  (cached)
Processing 79/276: [inotify: dune build] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> compiled  inotify.2.6
Processing 79/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> installed inotify.2.6
Processing 80/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_custom_printf.v0.13.0  (cached)
Processing 81/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 82/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build]
Processing 83/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_enumerate.v0.13.0  (cached)
Processing 84/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.13.1  (cached)
Processing 85/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_fail.v0.13.0  (cached)
Processing 86/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_fields_conv.v0.13.0  (cached)
Processing 87/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.13.0  (cached)
Processing 88/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.13.0  (cached)
Processing 89/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.13.1  (cached)
Processing 90/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_jane.v0.13.0  (cached)
Processing 91/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_js_style.v0.13.0  (cached)
Processing 92/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_let.v0.13.0  (cached)
Processing 93/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 94/276: [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
Processing 95/276: [dune-configurator: rm] [magic-mime: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> compiled  magic-mime.1.3.1
Processing 95/276: [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> installed magic-mime.1.3.1
Processing 96/276: [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 96/276: [dune-configurator: rm] [num: make opam-legacy] [octavius: dune build] [ppx_derivers: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 97/276: [dune-configurator: rm] [num: make opam-legacy] [octavius: dune build] [ppx_derivers: dune build]
-> compiled  octavius.1.2.2
Processing 97/276: [dune-configurator: rm] [num: make opam-legacy] [ppx_derivers: dune build]
-> installed octavius.1.2.2
Processing 98/276: [dune-configurator: rm] [num: make opam-legacy] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 98/276: [dune-configurator: rm] [num: make opam-legacy]
-> installed ppx_derivers.1.2.1
Processing 99/276: [dune-configurator: rm] [num: make opam-legacy]
-> retrieved ppx_module_timer.v0.13.0  (cached)
Processing 100/276: [dune-configurator: rm] [num: make opam-legacy]
-> retrieved ppx_optcomp.v0.13.0  (cached)
Processing 101/276: [dune-configurator: rm] [num: make opam-legacy]
-> retrieved ppx_optional.v0.13.0  (cached)
Processing 102/276: [dune-configurator: rm] [num: make opam-legacy]
-> retrieved ppx_pipebang.v0.13.0  (cached)
Processing 103/276: [dune-configurator: rm] [num: make opam-legacy]
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
Processing 104/276: [dune-configurator: rm] [num: make opam-legacy]
-> retrieved ppx_sexp_message.v0.13.0  (cached)
Processing 105/276: [dune-configurator: rm] [num: make opam-legacy]
Processing 105/276: [dune-configurator: dune build] [num: make opam-legacy]
-> retrieved ppx_sexp_value.v0.13.0  (cached)
Processing 106/276: [dune-configurator: dune build] [num: make opam-legacy]
-> retrieved ppx_stable.v0.13.0  (cached)
Processing 107/276: [dune-configurator: dune build] [num: make opam-legacy]
-> retrieved ppx_typerep_conv.v0.13.0  (cached)
Processing 108/276: [dune-configurator: dune build] [num: make opam-legacy]
-> retrieved ppx_variants_conv.v0.13.0  (cached)
Processing 109/276: [dune-configurator: dune build] [num: make opam-legacy]
-> retrieved protocol_version_header.v0.13.0  (cached)
Processing 110/276: [dune-configurator: dune build] [num: make opam-legacy]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.11/.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.11/.opam-switch/build/num.1.5-1/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5-1
Processing 110/276: [dune-configurator: dune build]
-> installed num.1.5-1
Processing 111/276: [dune-configurator: dune build]
-> retrieved ppxlib.0.13.0  (cached)
Processing 112/276: [resource_cache.v0.13.0: http] [dune-configurator: dune build]
-> retrieved re.1.11.0  (cached)
Processing 113/276: [resource_cache.v0.13.0: http] [dune-configurator: dune build]
-> retrieved re2.v0.13.0  (cached)
-> retrieved seq.base  (cached)
Processing 114/276: [resource_cache.v0.13.0: http] [dune-configurator: dune build]
Processing 115/276: [resource_cache.v0.13.0: http] [sexp_macro.v0.13.0: http] [dune-configurator: dune build]
Processing 116/276: [resource_cache.v0.13.0: http] [sexp_macro.v0.13.0: http] [dune-configurator: dune build]
-> installed seq.base
Processing 117/276: [resource_cache.v0.13.0: http] [sexp_macro.v0.13.0: http] [dune-configurator: dune build]
Processing 118/276: [resource_cache.v0.13.0: http] [sexp_macro.v0.13.0: http] [dune-configurator: dune build] [re: dune build]
-> retrieved result.1.5  (cached)
Processing 119/276: [resource_cache.v0.13.0: http] [sexp_macro.v0.13.0: http] [dune-configurator: dune build] [re: dune build]
Processing 120/276: [resource_cache.v0.13.0: http] [sexp_macro.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build]
-> retrieved sexplib.v0.13.0  (cached)
Processing 121/276: [resource_cache.v0.13.0: http] [sexp_macro.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build]
Processing 121/276: [sexp_macro.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 122/276: [sexp_macro.v0.13.0: http] [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build]
Processing 123/276: [sexp_macro.v0.13.0: http] [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
Processing 123/276: [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved resource_cache.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/resource_cache-v0.13.0.tar.gz)
Processing 124/276: [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved sexp_macro.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/sexp_macro-v0.13.0.tar.gz)
Processing 125/276: [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved spawn.v0.15.1  (cached)
Processing 126/276: [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
Processing 127/276: [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
-> retrieved splittable_random.v0.13.0  (cached)
Processing 128/276: [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
-> retrieved stdio.v0.13.0  (cached)
Processing 129/276: [shell.v0.13.0: http] [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
Processing 129/276: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 130/276: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
Processing 131/276: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build]
-> retrieved textutils.v0.13.0  (cached)
Processing 132/276: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build]
-> retrieved shell.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/shell-v0.13.0.tar.gz)
Processing 133/276: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build]
-> retrieved time_now.v0.13.0  (cached)
Processing 134/276: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build]
-> retrieved typerep.v0.13.0  (cached)
-> retrieved variantslib.v0.13.0  (cached)
-> retrieved zarith.1.14  (cached)
Processing 135/276: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> compiled  result.1.5
Processing 135/276: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> installed result.1.5
Processing 136/276: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [zarith: ./configure]
Processing 137/276: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> compiled  sexplib0.v0.13.0
Processing 137/276: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [spawn: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> installed sexplib0.v0.13.0
Processing 138/276: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [spawn: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> compiled  spawn.v0.15.1
Processing 138/276: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> installed spawn.v0.15.1
Processing 139/276: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> compiled  stdlib-shims.0.3.0
Processing 139/276: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [zarith: ./configure]
-> installed stdlib-shims.0.3.0
Processing 140/276: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [zarith: ./configure]
Processing 141/276: [dune-configurator: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.11/bin
- binary ocamlc: found in /home/opam/.opam/4.11/bin
- binary ocamldep: found in /home/opam/.opam/4.11/bin
- binary ocamlmklib: found in /home/opam/.opam/4.11/bin
- binary ocamldoc: found in /home/opam/.opam/4.11/bin
- binary ocamlopt: found in /home/opam/.opam/4.11/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.11/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/4.11/lib/ocaml  
-   libraries:             -lgmp 
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/4.11/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 141/276: [dune-configurator: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [re: dune build] [zarith: make]
-> compiled  re.1.11.0
Processing 141/276: [dune-configurator: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> installed re.1.11.0
Processing 142/276: [dune-configurator: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> compiled  dune-configurator.3.16.0
Processing 142/276: [integers: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> installed dune-configurator.3.16.0
Processing 143/276: [integers: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
Processing 144/276: [base: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
Processing 145/276: [base: dune build] [bigstringaf: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> compiled  integers.0.7.0
Processing 145/276: [base: dune build] [bigstringaf: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> installed integers.0.7.0
Processing 146/276: [base: dune build] [bigstringaf: dune build] [ocaml-migrate-parsetree: dune build] [zarith: make]
Processing 147/276: [base: dune build] [bigstringaf: dune build] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [zarith: make]
- ./src/discover/determine_as_needed_flags.sh >> asneeded.config
- ocamlfind  ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover
- ./discover -ocamlc "ocamlfind  ocamlc" > libffi.config || (rm libffi.config && false)
- testing for brew: .............................. unavailable
- testing for MacPorts: .......................... unavailable
- testing for pkg-config: ........................ available
- testing for libffi: ............................ available
- make: 'libffi.config' is up to date.
Processing 147/276: [base: dune build] [bigstringaf: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> compiled  bigstringaf.0.10.0
Processing 147/276: [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> installed bigstringaf.0.10.0
Processing 148/276: [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [zarith: make]
Processing 149/276: [angstrom: dune build] [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> compiled  angstrom.0.13.0
Processing 149/276: [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [zarith: make]
-> installed angstrom.0.13.0
Processing 150/276: [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp  
- ocamlc -ccopt "-I/home/opam/.opam/4.11/lib/ocaml   -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp  
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp  
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.14
Processing 150/276: [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
Processing 151/276: [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/4.11/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.11/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.11/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.11/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.11/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.11/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.11/lib/zarith/q.mli
- Installed /home/opam/.opam/4.11/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.11/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.11/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.11/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.11/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.11/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/4.11/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.11/lib/zarith/z.mli
- Installed /home/opam/.opam/4.11/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.11/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.11/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.11/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.11/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.11/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.11/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.11/lib/zarith/META
-> installed zarith.1.14
Processing 151/276: [base: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
Processing 152/276: [base: dune build] [cryptokit: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 152/276: [base: dune build] [cryptokit: dune build] [ctypes: make ctypes-base]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 153/276: [base: dune build] [cryptokit: dune build] [ctypes: make ctypes-base]
-> compiled  base.v0.13.2
Processing 153/276: [cryptokit: dune build] [ctypes: make ctypes-base]
-> installed base.v0.13.2
Processing 154/276: [cryptokit: dune build] [ctypes: make ctypes-base]
Processing 155/276: [cryptokit: dune build] [ctypes: make ctypes-base] [fieldslib: dune build]
Processing 156/276: [cryptokit: dune build] [ctypes: make ctypes-base] [fieldslib: dune build] [parsexp: dune build]
Processing 157/276: [cryptokit: dune build] [ctypes: make ctypes-base] [fieldslib: dune build] [parsexp: dune build] [stdio: dune build]
Processing 158/276: [cryptokit: dune build] [ctypes: make ctypes-base] [fieldslib: dune build] [parsexp: dune build] [stdio: dune build] [typerep: dune build]
Processing 159/276: [cryptokit: dune build] [ctypes: make ctypes-base] [fieldslib: dune build] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
- (cd _build/default/src && config/flags.exe)
- ZLib: ............................... enabled
- Hardware support for AES and GCM: ... enabled
- getentropy():........................ enabled
-> compiled  cryptokit.1.20
Processing 159/276: [ctypes: make ctypes-base] [fieldslib: dune build] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
-> installed cryptokit.1.20
Processing 160/276: [ctypes: make ctypes-base] [fieldslib: dune build] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
-> compiled  fieldslib.v0.13.0
Processing 160/276: [ctypes: make ctypes-base] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
-> installed fieldslib.v0.13.0
Processing 161/276: [ctypes: make ctypes-base] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
-> compiled  variantslib.v0.13.0
Processing 161/276: [ctypes: make ctypes-base] [parsexp: dune build] [stdio: dune build] [typerep: dune build]
-> installed variantslib.v0.13.0
Processing 162/276: [ctypes: make ctypes-base] [parsexp: dune build] [stdio: dune build] [typerep: dune build]
-> compiled  stdio.v0.13.0
Processing 162/276: [ctypes: make ctypes-base] [parsexp: dune build] [typerep: dune build]
-> installed stdio.v0.13.0
Processing 163/276: [ctypes: make ctypes-base] [parsexp: dune build] [typerep: dune build]
Processing 164/276: [ctypes: make ctypes-base] [parsexp: dune build] [ppxlib: dune build] [typerep: dune build]
-> compiled  typerep.v0.13.0
Processing 164/276: [ctypes: make ctypes-base] [parsexp: dune build] [ppxlib: dune build]
-> installed typerep.v0.13.0
Processing 165/276: [ctypes: make ctypes-base] [parsexp: dune build] [ppxlib: dune build]
-> compiled  parsexp.v0.13.0
Processing 165/276: [ctypes: make ctypes-base] [ppxlib: dune build]
-> installed parsexp.v0.13.0
Processing 166/276: [ctypes: make ctypes-base] [ppxlib: dune build]
Processing 167/276: [ctypes: make ctypes-base] [ppxlib: dune build] [sexplib: dune build]
-> compiled  sexplib.v0.13.0
Processing 167/276: [ctypes: make ctypes-base] [ppxlib: dune build]
-> installed sexplib.v0.13.0
Processing 168/276: [ctypes: make ctypes-base] [ppxlib: dune build]
- ocamlfind  ocamlc -o gen_c_primitives -package str -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 -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/lDouble.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/complexL.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_bigarray.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_static.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_type_printing.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_coerce.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/cstubs_internals.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/posixTypes.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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.11/lib/integers"  -cclib -lctypes_stubs -dllib -lctypes_stubs  -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray -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 integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c
- In file included from /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c:12:
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c: In function 'ctypes_ldouble_of_string':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c:395:15: note: in expansion of macro 'String_val'
-   395 |   char *str = String_val(v);
-       |               ^~~~~~~~~~
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c
- In file included from /home/opam/.opam/4.11/lib/ocaml/caml/memory.h:31,
-                  from /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:10:
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_string_of_array':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:42:10: note: in expansion of macro 'String_val'
-    42 |   memcpy(String_val(dst), CTYPES_ADDR_OF_FATPTR(p), len);
-       |          ^~~~~~~~~~
- In file included from /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:8:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_cstring_of_string':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:55:14: note: in expansion of macro 'String_val'
-    55 |   char *ss = String_val(s);
-       |              ^~~~~~~~~~
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c
- In file included from /home/opam/.opam/4.11/lib/ocaml/caml/memory.h:31,
-                  from /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:18:
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c: In function 'ctypes_string_of_prim':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:182:10: note: in expansion of macro 'String_val'
-   182 |   memcpy(String_val(s), buf, len);
-       |          ^~~~~~~~~~
- In file included from /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:15:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- 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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray -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.11/lib/integers"  -package bigarray -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.11/lib/integers"  -package bigarray -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.11/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.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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.11/lib/ocaml, /home/opam/.opam/4.11/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.11/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.11/lib/ocaml, /home/opam/.opam/4.11/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.11/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.11/lib/ocaml, /home/opam/.opam/4.11/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.11/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.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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 integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/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.11/lib/integers"    -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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 integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -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.11/lib/integers"  -package str -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.11/lib/integers"  -package str -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
Processing 168/276: [ctypes: make ctypes-foreign] [ppxlib: dune build]
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.ml
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/dl.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/dl.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-base/dl.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/dl.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/libffi_abi.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-base/libffi_abi.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.ml
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_foreign_basis.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -cclib -lctypes-foreign-base_stubs -dllib -lctypes-foreign-base_stubs  -package integers   -o _build/ctypes-foreign-base.cma _build/src/ctypes-foreign-base/ctypes_closure_properties.cmo _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmo _build/src/ctypes-foreign-base/ctypes_weak_ref.cmo _build/src/ctypes-foreign-base/dl.cmo _build/src/ctypes-foreign-base/libffi_abi.cmo _build/src/ctypes-foreign-base/ctypes_ffi.cmo _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmo -cclib -Wl,--no-as-needed -cclib -lffi
- cd _build/src/ctypes-foreign-base && ocamlfind  ocamlc -c -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c: In function 'ctypes_dlopen':
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c:77:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    77 |   char *cfilename = filename == Val_none ? NULL : String_val(Some_val(filename));
-       |                     ^~~~~~~~
- In file included from /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c:11:
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c: In function 'ctypes_dlsym':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c:93:13: note: in expansion of macro 'String_val'
-    93 |   char *s = String_val(symbol);
-       |             ^~~~~~~~~~
- cd _build/src/ctypes-foreign-base && ocamlfind  ocamlc -c -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_call_stubs.c
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_call_stubs.c: In function 'ctypes_call':
- /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_call_stubs.c:386:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   386 |     val_refs[arg_idx] = String_val(arg_ptr) + Long_val(arg_offset);
-       |                       ^
- cd _build/src/ctypes-foreign-base && ocamlfind  ocamlc -c -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_type_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes-foreign-base_stubs _build/src/ctypes-foreign-base/dl_stubs.o _build/src/ctypes-foreign-base/ffi_call_stubs.o _build/src/ctypes-foreign-base/ffi_type_stubs.o -ldopt -lffi 
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/dl.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/dl.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/libffi_abi.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_foreign_basis.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers   -cclib -lctypes-foreign-base_stubs  -o _build/ctypes-foreign-base.cmxa _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 -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package integers   -o _build/ctypes-foreign-base.cmxs _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 _build/src/ctypes-foreign-base/dl_stubs.o _build/src/ctypes-foreign-base/ffi_call_stubs.o _build/src/ctypes-foreign-base/ffi_type_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  ocamlc  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmo -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-threaded/foreign.cmi  -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.mli
- ocamlfind  ocamlc  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign-threaded/foreign.cmo -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -cclib -lctypes-foreign-threaded_stubs -dllib -lctypes-foreign-threaded_stubs   -thread -package threads  -o _build/ctypes-foreign-threaded.cma _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmo _build/src/ctypes-foreign-threaded/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi
- cd _build/src/ctypes-foreign-threaded && ocamlfind  ocamlc -c  -thread -package threads  -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/tests -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-threaded/foreign_threaded_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes-foreign-threaded_stubs _build/src/ctypes-foreign-threaded/foreign_threaded_stubs.o -ldopt -lffi 
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -thread -package threads   -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-threaded/foreign.cmx  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -thread -package threads   -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -thread -package threads  -cclib -lctypes-foreign-threaded_stubs  -o _build/ctypes-foreign-threaded.cmxa _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign-threaded/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -thread -package threads  -o _build/ctypes-foreign-threaded.cmxs _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign-threaded/foreign.cmx _build/src/ctypes-foreign-threaded/foreign_threaded_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  ocamlc    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmo -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/ctypes_gc_mutex.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmi    -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.mli
- ocamlfind  ocamlc    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmo -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"       -o _build/ctypes-foreign-unthreaded.cma _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmo _build/src/ctypes-foreign-unthreaded/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"      -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/ctypes_gc_mutex.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmx    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"      -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"       -o _build/ctypes-foreign-unthreaded.cmxa _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx _build/src/ctypes-foreign-unthreaded/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"     -o _build/ctypes-foreign-unthreaded.cmxs _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx _build/src/ctypes-foreign-unthreaded/foreign.cmx  -cclib -Wl,--no-as-needed -cclib -lffi
-> compiled  ctypes.0.17.1
Processing 168/276: [ppxlib: dune build]
Processing 169/276: [ppxlib: dune build] [ctypes: make install]
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.11/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.11/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.11/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.11/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/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.11/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.11/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.11/lib/ctypes/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ffi.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_weak_ref.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ffi_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_closure_properties.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-base.a
- Installed /home/opam/.opam/4.11/lib/ctypes/libctypes-foreign-base_stubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-base.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-base.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-base.cma
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes-foreign-base_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes-foreign-base_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- 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.11/lib/ctypes/foreign.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-threaded.a
- Installed /home/opam/.opam/4.11/lib/ctypes/libctypes-foreign-threaded_stubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-threaded.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-threaded.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-threaded.cma
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes-foreign-threaded_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes-foreign-threaded_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- 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.11/lib/ctypes/foreign.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmti
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.11/lib/ctypes/foreign.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.11/lib/ctypes/foreign.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.11/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-unthreaded.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-unthreaded.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-unthreaded.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign-unthreaded.cma
- 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.11/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.11/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cma
-> installed ctypes.0.17.1
Processing 169/276: [ppxlib: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "ppxlib" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ppxlib.0.13.0)
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/gen/.gen_ast_pattern.eobjs/byte -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.11/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.11/lib/ocaml/compiler-libs -I /home/opam/.opam/4.11/lib/ppx_derivers -I /home/opam/.opam/4.11/lib/result -I ast/.ppxlib_ast.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -no-alias-deps -o src/gen/.gen_ast_pattern.eobjs/byte/import.cmo -c -impl src/gen/import.ml)
- File "src/gen/import.ml", line 14, characters 21-36:
- 14 |   let lident x = mk (Longident.parse x)
-                           ^^^^^^^^^^^^^^^
- Alert deprecated: Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -safe-string -g -I src/gen/.gen_ast_pattern.eobjs/byte -I src/gen/.gen_ast_pattern.eobjs/native -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.11/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.11/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.11/lib/ocaml/compiler-libs -I /home/opam/.opam/4.11/lib/ppx_derivers -I /home/opam/.opam/4.11/lib/result -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/native -intf-suffix .ml -no-alias-deps -o src/gen/.gen_ast_pattern.eobjs/native/import.cmx -c -impl src/gen/import.ml)
- File "src/gen/import.ml", line 14, characters 21-36:
- 14 |   let lident x = mk (Longident.parse x)
-                           ^^^^^^^^^^^^^^^
- Alert deprecated: Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
-> compiled  ppxlib.0.13.0
-> installed ppxlib.0.13.0
Processing 171/276: [ppx_cold: dune build]
Processing 172/276: [ppx_cold: dune build] [ppx_compare: dune build]
Processing 173/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build]
Processing 174/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build]
Processing 175/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build]
Processing 176/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build]
Processing 177/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build]
Processing 178/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build]
Processing 179/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build]
Processing 180/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build]
Processing 181/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build]
Processing 182/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
Processing 183/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build]
Processing 184/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build]
Processing 185/276: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_cold.v0.13.0
Processing 185/276: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_cold.v0.13.0
Processing 186/276: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_optcomp.v0.13.0
Processing 186/276: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_optcomp.v0.13.0
Processing 187/276: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_optional.v0.13.0
Processing 187/276: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_optional.v0.13.0
Processing 188/276: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_enumerate.v0.13.0
Processing 188/276: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_enumerate.v0.13.0
Processing 189/276: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_here.v0.13.0
Processing 189/276: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_here.v0.13.0
Processing 190/276: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
Processing 191/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_variants_conv.v0.13.0
Processing 191/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build]
-> installed ppx_variants_conv.v0.13.0
Processing 192/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build]
-> compiled  ppx_let.v0.13.0
Processing 192/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build]
-> installed ppx_let.v0.13.0
Processing 193/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build]
-> compiled  ppx_stable.v0.13.0
Processing 193/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_typerep_conv: dune build]
-> installed ppx_stable.v0.13.0
Processing 194/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_typerep_conv: dune build]
-> compiled  ppx_typerep_conv.v0.13.0
Processing 194/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_typerep_conv.v0.13.0
Processing 195/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_fields_conv.v0.13.0
Processing 195/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_fields_conv.v0.13.0
Processing 196/276: [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.13.0
Processing 196/276: [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.13.0
Processing 197/276: [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_pipebang.v0.13.0
Processing 197/276: [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_pipebang.v0.13.0
Processing 198/276: [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_inline_test.v0.13.1
Processing 198/276: [ppx_fail: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_inline_test.v0.13.1
Processing 199/276: [ppx_fail: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build]
Processing 200/276: [ppx_bench: dune build] [ppx_fail: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_sexp_conv.v0.13.0
Processing 200/276: [ppx_bench: dune build] [ppx_fail: dune build] [ppx_js_style: dune build]
-> installed ppx_sexp_conv.v0.13.0
Processing 201/276: [ppx_bench: dune build] [ppx_fail: dune build] [ppx_js_style: dune build]
Processing 202/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_fail: dune build] [ppx_js_style: dune build]
Processing 203/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_js_style: dune build]
Processing 204/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_js_style: dune build]
Processing 205/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_js_style: dune build] [ppx_sexp_message: dune build]
Processing 206/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_js_style: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> compiled  ppx_js_style.v0.13.0
Processing 206/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> installed ppx_js_style.v0.13.0
Processing 207/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> compiled  ppx_fail.v0.13.0
Processing 207/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> installed ppx_fail.v0.13.0
Processing 208/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> compiled  ppx_hash.v0.13.0
Processing 208/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> installed ppx_hash.v0.13.0
Processing 209/276: [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
Processing 210/276: [ppx_assert: dune build] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> compiled  ppx_sexp_message.v0.13.0
Processing 210/276: [ppx_assert: dune build] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_value: dune build]
-> installed ppx_sexp_message.v0.13.0
Processing 211/276: [ppx_assert: dune build] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_value: dune build]
-> compiled  ppx_bench.v0.13.0
Processing 211/276: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_value: dune build]
-> installed ppx_bench.v0.13.0
Processing 212/276: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_value: dune build]
-> compiled  ppx_sexp_value.v0.13.0
Processing 212/276: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build]
-> installed ppx_sexp_value.v0.13.0
Processing 213/276: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build]
-> compiled  ppx_assert.v0.13.0
Processing 213/276: [ppx_base: dune build] [ppx_custom_printf: dune build]
-> installed ppx_assert.v0.13.0
Processing 214/276: [ppx_base: dune build] [ppx_custom_printf: dune build]
Processing 215/276: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build]
Processing 216/276: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [splittable_random: dune build]
-> compiled  ppx_base.v0.13.0
Processing 216/276: [jst-config: dune build] [ppx_custom_printf: dune build] [splittable_random: dune build]
-> installed ppx_base.v0.13.0
Processing 217/276: [jst-config: dune build] [ppx_custom_printf: dune build] [splittable_random: dune build]
-> compiled  ppx_custom_printf.v0.13.0
Processing 217/276: [jst-config: dune build] [splittable_random: dune build]
-> installed ppx_custom_printf.v0.13.0
Processing 218/276: [jst-config: dune build] [splittable_random: dune build]
Processing 219/276: [bin_prot: dune build] [jst-config: dune build] [splittable_random: dune build]
Processing 220/276: [bin_prot: dune build] [jst-config: dune build] [ppx_expect: dune build] [splittable_random: dune build]
-> compiled  splittable_random.v0.13.0
Processing 220/276: [bin_prot: dune build] [jst-config: dune build] [ppx_expect: dune build]
-> installed splittable_random.v0.13.0
Processing 221/276: [bin_prot: dune build] [jst-config: dune build] [ppx_expect: dune build]
Processing 222/276: [base_quickcheck: dune build] [bin_prot: dune build] [jst-config: dune build] [ppx_expect: dune build]
-> compiled  jst-config.v0.13.0
Processing 222/276: [base_quickcheck: dune build] [bin_prot: dune build] [ppx_expect: dune build]
-> installed jst-config.v0.13.0
Processing 223/276: [base_quickcheck: dune build] [bin_prot: dune build] [ppx_expect: dune build]
Processing 224/276: [base_quickcheck: dune build] [bin_prot: dune build] [ppx_expect: dune build] [time_now: dune build]
-> compiled  bin_prot.v0.13.0
Processing 224/276: [base_quickcheck: dune build] [ppx_expect: dune build] [time_now: dune build]
-> installed bin_prot.v0.13.0
Processing 225/276: [base_quickcheck: dune build] [ppx_expect: dune build] [time_now: dune build]
Processing 226/276: [base_quickcheck: dune build] [ppx_bin_prot: dune build] [ppx_expect: dune build] [time_now: dune build]
-> compiled  time_now.v0.13.0
Processing 226/276: [base_quickcheck: dune build] [ppx_bin_prot: dune build] [ppx_expect: dune build]
-> installed time_now.v0.13.0
Processing 227/276: [base_quickcheck: dune build] [ppx_bin_prot: dune build] [ppx_expect: dune build]
Processing 228/276: [base_quickcheck: dune build] [ppx_bin_prot: dune build] [ppx_expect: dune build] [ppx_module_timer: dune build]
-> compiled  ppx_expect.v0.13.1
Processing 228/276: [base_quickcheck: dune build] [ppx_bin_prot: dune build] [ppx_module_timer: dune build]
-> installed ppx_expect.v0.13.1
Processing 229/276: [base_quickcheck: dune build] [ppx_bin_prot: dune build] [ppx_module_timer: dune build]
-> compiled  base_quickcheck.v0.13.0
Processing 229/276: [ppx_bin_prot: dune build] [ppx_module_timer: dune build]
-> installed base_quickcheck.v0.13.0
Processing 230/276: [ppx_bin_prot: dune build] [ppx_module_timer: dune build]
-> compiled  ppx_module_timer.v0.13.0
Processing 230/276: [ppx_bin_prot: dune build]
-> installed ppx_module_timer.v0.13.0
Processing 231/276: [ppx_bin_prot: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "ppx_bin_prot" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ppx_bin_prot.v0.13.0)
-> compiled  ppx_bin_prot.v0.13.0
-> installed ppx_bin_prot.v0.13.0
Processing 233/276: [ppx_jane: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "ppx_jane" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ppx_jane.v0.13.0)
-> compiled  ppx_jane.v0.13.0
-> installed ppx_jane.v0.13.0
Processing 235/276: [base_bigstring: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "base_bigstring" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/base_bigstring.v0.13.0)
-> compiled  base_bigstring.v0.13.0
-> installed base_bigstring.v0.13.0
Processing 237/276: [core_kernel: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "core_kernel" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/core_kernel.v0.13.1)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -D_LARGEFILE64_SOURCE -g -I /home/opam/.opam/4.11/lib/ocaml -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/md5 -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/base_bigstring -I /home/opam/.opam/4.11/lib/base_quickcheck -I /home/opam/.opam/4.11/lib/bin_prot -I /home/opam/.opam/4.11/lib/bin_prot/shape -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/jane-street-headers -I /home/opam/.opam/4.11/lib/parsexp -I /home/opam/.opam/4.11/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/sexplib -I /home/opam/.opam/4.11/lib/sexplib0 -I /home/opam/.opam/4.11/lib/splittable_random -I /home/opam/.opam/4.11/lib/stdio -I /home/opam/.opam/4.11/lib/time_now -I /home/opam/.opam/4.11/lib/typerep -I /home/opam/.opam/4.11/lib/variantslib -I ../base_for_tests/src -o md5_stubs.o -c md5_stubs.c)
- md5_stubs.c:11:32: warning: '-pedantic' is not an option that controls warnings [-Wpragmas]
-    11 | #pragma GCC diagnostic ignored "-pedantic"
-       |                                ^~~~~~~~~~~
-> compiled  core_kernel.v0.13.1
-> installed core_kernel.v0.13.1
Processing 239/276: [async_kernel: dune build]
Processing 240/276: [async_kernel: dune build] [core: dune build]
Processing 241/276: [async_kernel: dune build] [core: dune build] [protocol_version_header: dune build]
Processing 242/276: [async_kernel: dune build] [core: dune build] [protocol_version_header: dune build] [re2: dune build]
-> compiled  protocol_version_header.v0.13.0
Processing 242/276: [async_kernel: dune build] [core: dune build] [re2: dune build]
-> installed protocol_version_header.v0.13.0
Processing 243/276: [async_kernel: dune build] [core: dune build] [re2: dune build]
-> compiled  async_kernel.v0.13.0
Processing 243/276: [core: dune build] [re2: dune build]
-> installed async_kernel.v0.13.0
Processing 244/276: [core: dune build] [re2: dune build]
Processing 245/276: [async_extra: dune build] [core: dune build] [re2: dune build]
Processing 246/276: [async_extra: dune build] [async_rpc_kernel: dune build] [core: dune build] [re2: dune build]
-> compiled  async_extra.v0.13.0
Processing 246/276: [async_rpc_kernel: dune build] [core: dune build] [re2: dune build]
-> installed async_extra.v0.13.0
Processing 247/276: [async_rpc_kernel: dune build] [core: dune build] [re2: dune build]
-> compiled  async_rpc_kernel.v0.13.0
Processing 247/276: [core: dune build] [re2: dune build]
-> installed async_rpc_kernel.v0.13.0
Processing 248/276: [core: dune build] [re2: dune build]
Processing 249/276: [core: dune build] [re2: dune build] [resource_cache: dune build]
-> compiled  resource_cache.v0.13.0
Processing 249/276: [core: dune build] [re2: dune build]
-> installed resource_cache.v0.13.0
Processing 250/276: [core: dune build] [re2: dune build]
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I src/.core.objs/byte -I src/.core.objs/native -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/md5 -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/base_bigstring -I /home/opam/.opam/4.11/lib/base_quickcheck -I /home/opam/.opam/4.11/lib/bin_prot -I /home/opam/.opam/4.11/lib/bin_prot/shape -I /home/opam/.opam/4.11/lib/core_kernel -I /home/opam/.opam/4.11/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.11/lib/core_kernel/bounded_int_table -I /home/opam/.opam/4.11/lib/core_kernel/flags -I /home/opam/.opam/4.11/lib/core_kernel/version_util -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/jane-street-headers -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/parsexp -I /home/opam/.opam/4.11/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/sexplib -I /home/opam/.opam/4.11/lib/sexplib/unix -I /home/opam/.opam/4.11/lib/sexplib0 -I /home/opam/.opam/4.11/lib/spawn -I /home/opam/.opam/4.11/lib/splittable_random -I /home/opam/.opam/4.11/lib/stdio -I /home/opam/.opam/4.11/lib/time_now -I /home/opam/.opam/4.11/lib/typerep -I /home/opam/.opam/4.11/lib/variantslib -I error_checking_mutex/src/.error_checking_mutex.objs/byte -I error_checking_mutex/src/.error_checking_mutex.objs/native -intf-suffix .ml -no-alias-deps -open Core__ -o src/.core.objs/native/core__Iobuf.cmx -c -impl src/iobuf.pp.ml)
- File "src/iobuf.ml", line 1118, characters 4-62:
- 1118 |     (set_bounds_and_buffer_sub [@inlined]) ~pos ~len ~src ~dst
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 55: Cannot inline: Function information unavailable
-> compiled  core.v0.13.0
Processing 250/276: [re2: dune build]
-> installed core.v0.13.0
Processing 251/276: [re2: dune build]
Processing 252/276: [async_unix: dune build] [re2: dune build]
Processing 253/276: [async_unix: dune build] [re2: dune build] [textutils: dune build]
-> compiled  textutils.v0.13.0
Processing 253/276: [async_unix: dune build] [re2: dune build]
-> installed textutils.v0.13.0
Processing 254/276: [async_unix: dune build] [re2: dune build]
-> compiled  async_unix.v0.13.1
Processing 254/276: [re2: dune build]
-> installed async_unix.v0.13.1
Processing 255/276: [re2: dune build]
Processing 256/276: [async: dune build] [re2: dune build]
Processing 257/276: [async: dune build] [async_sendfile: dune build] [re2: dune build]
-> compiled  async_sendfile.v0.13.0
Processing 257/276: [async: dune build] [re2: dune build]
-> installed async_sendfile.v0.13.0
Processing 258/276: [async: dune build] [re2: dune build]
-> compiled  async.v0.13.0
Processing 258/276: [re2: dune build]
-> installed async.v0.13.0
Processing 259/276: [re2: dune build]
Processing 260/276: [async_find: dune build] [re2: dune build]
Processing 261/276: [async_find: dune build] [async_ssl: dune build] [re2: dune build]
Processing 262/276: [async_find: dune build] [async_ssl: dune build] [re2: dune build] [sexp_macro: dune build]
-> compiled  async_find.v0.13.0
Processing 262/276: [async_ssl: dune build] [re2: dune build] [sexp_macro: dune build]
-> installed async_find.v0.13.0
Processing 263/276: [async_ssl: dune build] [re2: dune build] [sexp_macro: dune build]
Processing 264/276: [async_inotify: dune build] [async_ssl: dune build] [re2: dune build] [sexp_macro: dune build]
-> compiled  sexp_macro.v0.13.0
Processing 264/276: [async_inotify: dune build] [async_ssl: dune build] [re2: dune build]
-> installed sexp_macro.v0.13.0
Processing 265/276: [async_inotify: dune build] [async_ssl: dune build] [re2: dune build]
-> compiled  async_inotify.v0.13.0
Processing 265/276: [async_ssl: dune build] [re2: dune build]
-> installed async_inotify.v0.13.0
Processing 266/276: [async_ssl: dune build] [re2: dune build]
- (cd _build/default/bindings && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -g -I /home/opam/.opam/4.11/lib/ocaml -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/md5 -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/base_quickcheck -I /home/opam/.opam/4.11/lib/bin_prot -I /home/opam/.opam/4.11/lib/bin_prot/shape -I /home/opam/.opam/4.11/lib/bytes -I /home/opam/.opam/4.11/lib/ctypes -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/integers -I /home/opam/.opam/4.11/lib/jane-street-headers -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/sexplib0 -I /home/opam/.opam/4.11/lib/splittable_random -I /home/opam/.opam/4.11/lib/stdio -I /home/opam/.opam/4.11/lib/stdlib-shims -I /home/opam/.opam/4.11/lib/time_now -I /home/opam/.opam/4.11/lib/typerep -I /home/opam/.opam/4.11/lib/variantslib -o openssl_helpers.o -c openssl_helpers.c)
- openssl_helpers.c: In function 'async_ssl__subject_alt_names':
- openssl_helpers.c:66:9: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-    66 |         cstr = ASN1_STRING_data(gen->d.dNSName);
-       |         ^~~~
- In file included from /usr/include/openssl/objects.h:21,
-                  from /usr/include/openssl/evp.h:43,
-                  from /usr/include/openssl/x509.h:29,
-                  from /usr/include/openssl/x509v3.h:25,
-                  from openssl_helpers.c:2:
- /usr/include/openssl/asn1.h:680:40: note: declared here
-   680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
-       |                                        ^~~~~~~~~~~~~~~~
-> compiled  async_ssl.v0.13.0
Processing 266/276: [re2: dune build]
-> installed async_ssl.v0.13.0
Processing 267/276: [re2: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "re2" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/re2.v0.13.0)
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.re2.objs/byte -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/md5 -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/base_bigstring -I /home/opam/.opam/4.11/lib/base_quickcheck -I /home/opam/.opam/4.11/lib/bin_prot -I /home/opam/.opam/4.11/lib/bin_prot/shape -I /home/opam/.opam/4.11/lib/core_kernel -I /home/opam/.opam/4.11/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.11/lib/core_kernel/rope -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/jane-street-headers -I /home/opam/.opam/4.11/lib/parsexp -I /home/opam/.opam/4.11/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/sexplib -I /home/opam/.opam/4.11/lib/sexplib0 -I /home/opam/.opam/4.11/lib/splittable_random -I /home/opam/.opam/4.11/lib/stdio -I /home/opam/.opam/4.11/lib/time_now -I /home/opam/.opam/4.11/lib/typerep -I /home/opam/.opam/4.11/lib/variantslib -I src/re2_c/.re2_c.objs/byte -intf-suffix .ml -no-alias-deps -open Re2__ -o src/.re2.objs/byte/re2__Regex.cmo -c -impl src/regex.pp.ml)
- File "src/regex.ml", line 156, characters 25-46:
- 156 |       | Invalid_argument "index out of bounds" ->
-                                ^^^^^^^^^^^^^^^^^^^^^
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 9.5)
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I src/.re2.objs/byte -I src/.re2.objs/native -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/md5 -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/base_bigstring -I /home/opam/.opam/4.11/lib/base_quickcheck -I /home/opam/.opam/4.11/lib/bin_prot -I /home/opam/.opam/4.11/lib/bin_prot/shape -I /home/opam/.opam/4.11/lib/core_kernel -I /home/opam/.opam/4.11/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.11/lib/core_kernel/rope -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/jane-street-headers -I /home/opam/.opam/4.11/lib/parsexp -I /home/opam/.opam/4.11/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/sexplib -I /home/opam/.opam/4.11/lib/sexplib0 -I /home/opam/.opam/4.11/lib/splittable_random -I /home/opam/.opam/4.11/lib/stdio -I /home/opam/.opam/4.11/lib/time_now -I /home/opam/.opam/4.11/lib/typerep -I /home/opam/.opam/4.11/lib/variantslib -I src/re2_c/.re2_c.objs/byte -I src/re2_c/.re2_c.objs/native -intf-suffix .ml -no-alias-deps -open Re2__ -o src/.re2.objs/native/re2__Regex.cmx -c -impl src/regex.pp.ml)
- File "src/regex.ml", line 156, characters 25-46:
- 156 |       | Invalid_argument "index out of bounds" ->
-                                ^^^^^^^^^^^^^^^^^^^^^
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 9.5)
- (cd _build/default/src/re2_c && /usr/bin/bash -e -u -o pipefail -c '
- ARFLAGS=rsc
- CXXFLAGS="-Wall -O3 -g -pthread"
- if [ FreeBSD = `uname -s` ]; then
-        CXX=clang++
-        CXXFLAGS="$CXXFLAGS -I /usr/local/lib/re2"
- else
-        CXX=g++
- fi
- if ! true; then
-   CXX="$CXX -m32"
- fi
- /usr/bin/gmake -s -C libre2 clean
- /usr/bin/gmake -s -C libre2 ARFLAGS="$ARFLAGS" CXX="$CXX" CXXFLAGS="$CXXFLAGS" obj/libre2.a obj/so/libre2.so
- cp libre2/obj/libre2.a libre2_c_stubs.a
- cp libre2/obj/so/libre2.so dllre2_c_stubs.so
- /usr/bin/gmake -s -C libre2 clean
- ')
- re2/compile.cc: In member function 'int re2::Compiler::AllocInst(int)':
- re2/compile.cc:268:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   268 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/compile.cc:11:
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc:269:11: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
-   269 |     memset(ip + inst_len_, 0, (inst_cap_ - inst_len_) * sizeof ip[0]);
-       |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc: In member function 'void re2::Compiler::Trim()':
- re2/compile.cc:281:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   281 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- In file included from ./util/util.h:139,
-                  from re2/re2.cc:17:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'empty_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- In file included from ./util/util.h:139,
-                  from re2/regexp.cc:8:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'ref_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- re2/regexp.cc: In member function 'void re2::Regexp::Swap(re2::Regexp*)':
- re2/regexp.cc:319:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   319 |   memmove(this, that, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/regexp.cc:9:
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
- re2/regexp.cc:320:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   320 |   memmove(that, tmp, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
- re2/compile.cc: In member function 'int re2::Compiler::AllocInst(int)':
- re2/compile.cc:268:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   268 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/compile.cc:11:
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc:269:11: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
-   269 |     memset(ip + inst_len_, 0, (inst_cap_ - inst_len_) * sizeof ip[0]);
-       |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc: In member function 'void re2::Compiler::Trim()':
- re2/compile.cc:281:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   281 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- In file included from ./util/util.h:139,
-                  from re2/re2.cc:17:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'empty_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- In file included from ./util/util.h:139,
-                  from re2/regexp.cc:8:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'ref_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- re2/regexp.cc: In member function 'void re2::Regexp::Swap(re2::Regexp*)':
- re2/regexp.cc:319:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   319 |   memmove(this, that, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/regexp.cc:9:
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
- re2/regexp.cc:320:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   320 |   memmove(that, tmp, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
-> compiled  re2.v0.13.0
-> installed re2.v0.13.0
Processing 269/276: [email_message: dune build]
Processing 270/276: [email_message: dune build] [shell: dune build]
-> compiled  shell.v0.13.0
Processing 270/276: [email_message: dune build]
-> installed shell.v0.13.0
Processing 271/276: [email_message: dune build]
Processing 272/276: [async_shell: dune build] [email_message: dune build]
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.email_message.objs/byte -I /home/opam/.opam/4.11/lib/angstrom -I /home/opam/.opam/4.11/lib/async -I /home/opam/.opam/4.11/lib/async/async_command -I /home/opam/.opam/4.11/lib/async/async_quickcheck -I /home/opam/.opam/4.11/lib/async/async_rpc -I /home/opam/.opam/4.11/lib/async_kernel -I /home/opam/.opam/4.11/lib/async_kernel/persistent_connection_kernel -I /home/opam/.opam/4.11/lib/async_rpc_kernel -I /home/opam/.opam/4.11/lib/async_unix -I /home/opam/.opam/4.11/lib/async_unix/thread_pool -I /home/opam/.opam/4.11/lib/async_unix/thread_safe_ivar -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/md5 -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/base64 -I /home/opam/.opam/4.11/lib/base64/rfc2045 -I /home/opam/.opam/4.11/lib/base_bigstring -I /home/opam/.opam/4.11/lib/base_quickcheck -I /home/opam/.opam/4.11/lib/bigstringaf -I /home/opam/.opam/4.11/lib/bin_prot -I /home/opam/.opam/4.11/lib/bin_prot/shape -I /home/opam/.opam/4.11/lib/core -I /home/opam/.opam/4.11/lib/core/error_checking_mutex -I /home/opam/.opam/4.11/lib/core/nano_mutex -I /home/opam/.opam/4.11/lib/core/squeue -I /home/opam/.opam/4.11/lib/core/time_stamp_counter -I /home/opam/.opam/4.11/lib/core/uuid -I /home/opam/.opam/4.11/lib/core_kernel -I /home/opam/.opam/4.11/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.11/lib/core_kernel/bounded_int_table -I /home/opam/.opam/4.11/lib/core_kernel/flags -I /home/opam/.opam/4.11/lib/core_kernel/moption -I /home/opam/.opam/4.11/lib/core_kernel/pairing_heap -I /home/opam/.opam/4.11/lib/core_kernel/rope -I /home/opam/.opam/4.11/lib/core_kernel/thread_pool_cpu_affinity -I /home/opam/.opam/4.11/lib/core_kernel/thread_safe_queue -I /home/opam/.opam/4.11/lib/core_kernel/timing_wheel -I /home/opam/.opam/4.11/lib/core_kernel/tuple_pool -I /home/opam/.opam/4.11/lib/core_kernel/uopt -I /home/opam/.opam/4.11/lib/core_kernel/uuid -I /home/opam/.opam/4.11/lib/core_kernel/version_util -I /home/opam/.opam/4.11/lib/cryptokit -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/jane-street-headers -I /home/opam/.opam/4.11/lib/magic-mime -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/parsexp -I /home/opam/.opam/4.11/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/protocol_version_header -I /home/opam/.opam/4.11/lib/re2 -I /home/opam/.opam/4.11/lib/re2/c -I /home/opam/.opam/4.11/lib/sexplib -I /home/opam/.opam/4.11/lib/sexplib/unix -I /home/opam/.opam/4.11/lib/sexplib0 -I /home/opam/.opam/4.11/lib/spawn -I /home/opam/.opam/4.11/lib/splittable_random -I /home/opam/.opam/4.11/lib/stdio -I /home/opam/.opam/4.11/lib/time_now -I /home/opam/.opam/4.11/lib/typerep -I /home/opam/.opam/4.11/lib/variantslib -I /home/opam/.opam/4.11/lib/zarith -I email_address/src/.email_address.objs/byte -intf-suffix .ml -no-alias-deps -open Email_message__ -o src/.email_message.objs/byte/email_message__Email_simple.cmo -c -impl src/email_simple.pp.ml)
- File "src/email_simple.ml", line 244, characters 33-41:
- 244 |     let md5 = compute_hash ~hash:Hash.md5 in
-                                        ^^^^^^^^
- Alert crypto: Hash.md5
- MD5 is broken
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I src/.email_message.objs/byte -I src/.email_message.objs/native -I /home/opam/.opam/4.11/lib/angstrom -I /home/opam/.opam/4.11/lib/async -I /home/opam/.opam/4.11/lib/async/async_command -I /home/opam/.opam/4.11/lib/async/async_quickcheck -I /home/opam/.opam/4.11/lib/async/async_rpc -I /home/opam/.opam/4.11/lib/async_kernel -I /home/opam/.opam/4.11/lib/async_kernel/persistent_connection_kernel -I /home/opam/.opam/4.11/lib/async_rpc_kernel -I /home/opam/.opam/4.11/lib/async_unix -I /home/opam/.opam/4.11/lib/async_unix/thread_pool -I /home/opam/.opam/4.11/lib/async_unix/thread_safe_ivar -I /home/opam/.opam/4.11/lib/base -I /home/opam/.opam/4.11/lib/base/base_internalhash_types -I /home/opam/.opam/4.11/lib/base/caml -I /home/opam/.opam/4.11/lib/base/md5 -I /home/opam/.opam/4.11/lib/base/shadow_stdlib -I /home/opam/.opam/4.11/lib/base64 -I /home/opam/.opam/4.11/lib/base64/rfc2045 -I /home/opam/.opam/4.11/lib/base_bigstring -I /home/opam/.opam/4.11/lib/base_quickcheck -I /home/opam/.opam/4.11/lib/bigstringaf -I /home/opam/.opam/4.11/lib/bin_prot -I /home/opam/.opam/4.11/lib/bin_prot/shape -I /home/opam/.opam/4.11/lib/core -I /home/opam/.opam/4.11/lib/core/error_checking_mutex -I /home/opam/.opam/4.11/lib/core/nano_mutex -I /home/opam/.opam/4.11/lib/core/squeue -I /home/opam/.opam/4.11/lib/core/time_stamp_counter -I /home/opam/.opam/4.11/lib/core/uuid -I /home/opam/.opam/4.11/lib/core_kernel -I /home/opam/.opam/4.11/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.11/lib/core_kernel/bounded_int_table -I /home/opam/.opam/4.11/lib/core_kernel/flags -I /home/opam/.opam/4.11/lib/core_kernel/moption -I /home/opam/.opam/4.11/lib/core_kernel/pairing_heap -I /home/opam/.opam/4.11/lib/core_kernel/rope -I /home/opam/.opam/4.11/lib/core_kernel/thread_pool_cpu_affinity -I /home/opam/.opam/4.11/lib/core_kernel/thread_safe_queue -I /home/opam/.opam/4.11/lib/core_kernel/timing_wheel -I /home/opam/.opam/4.11/lib/core_kernel/tuple_pool -I /home/opam/.opam/4.11/lib/core_kernel/uopt -I /home/opam/.opam/4.11/lib/core_kernel/uuid -I /home/opam/.opam/4.11/lib/core_kernel/version_util -I /home/opam/.opam/4.11/lib/cryptokit -I /home/opam/.opam/4.11/lib/fieldslib -I /home/opam/.opam/4.11/lib/jane-street-headers -I /home/opam/.opam/4.11/lib/magic-mime -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/parsexp -I /home/opam/.opam/4.11/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_expect/collector -I /home/opam/.opam/4.11/lib/ppx_expect/common -I /home/opam/.opam/4.11/lib/ppx_expect/config -I /home/opam/.opam/4.11/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_inline_test/config -I /home/opam/.opam/4.11/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.11/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.11/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.11/lib/protocol_version_header -I /home/opam/.opam/4.11/lib/re2 -I /home/opam/.opam/4.11/lib/re2/c -I /home/opam/.opam/4.11/lib/sexplib -I /home/opam/.opam/4.11/lib/sexplib/unix -I /home/opam/.opam/4.11/lib/sexplib0 -I /home/opam/.opam/4.11/lib/spawn -I /home/opam/.opam/4.11/lib/splittable_random -I /home/opam/.opam/4.11/lib/stdio -I /home/opam/.opam/4.11/lib/time_now -I /home/opam/.opam/4.11/lib/typerep -I /home/opam/.opam/4.11/lib/variantslib -I /home/opam/.opam/4.11/lib/zarith -I email_address/src/.email_address.objs/byte -I email_address/src/.email_address.objs/native -intf-suffix .ml -no-alias-deps -open Email_message__ -o src/.email_message.objs/native/email_message__Email_simple.cmx -c -impl src/email_simple.pp.ml)
- File "src/email_simple.ml", line 244, characters 33-41:
- 244 |     let md5 = compute_hash ~hash:Hash.md5 in
-                                        ^^^^^^^^
- Alert crypto: Hash.md5
- MD5 is broken
-> compiled  email_message.v0.13.0
Processing 272/276: [async_shell: dune build]
-> installed email_message.v0.13.0
Processing 273/276: [async_shell: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "async_shell" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/async_shell.v0.13.0)
-> compiled  async_shell.v0.13.0
-> installed async_shell.v0.13.0
Processing 275/276: [async_smtp: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "async_smtp" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/async_smtp.v0.13.0)
-> compiled  async_smtp.v0.13.0
-> installed async_smtp.v0.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 18:08.08 ---> saved as "1b40f0cea73426efbe9d97882f8991b939b112a17d05e7547904b336f2a341c7"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u async_smtp:ac2b8e2ce327591c3565656a2165748a,resource_cache:8e239f04d10bcfc00de668faa708b3c6,inotify:0c5a19421b16f021e948a1cf209e31a4,email_message:2f1650492ca5a8aea8cd489a18423415,async_shell:107054d534375b5347c80fff52182710,async_sendfile:b79815b3c69e4b1d7c36397955a2f00e,async_inotify:0f9abaa552c18cffcfc591ab585ce763,async_find:7b7a1dbc9e8bf4bd43ddc9c115a4ff20"))
2024-09-12 18:08.11 ---> saved as "19d0d7b5bcf7033ded6d6cf3e229493238ae2dbe10ff2ebb8ec420539fd404af"

/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.762072') && (for DATA in prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0,async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20,async_find.v0.13.0 prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0,async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763,async_inotify.v0.13.0 prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0,async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e,async_sendfile.v0.13.0 prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0,async_shell.v0.13.0-107054d534375b5347c80fff52182710,async_shell.v0.13.0 prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0,email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415,email_message.v0.13.0 prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6,inotify.2.6-0c5a19421b16f021e948a1cf209e31a4,inotify.2.6 prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0,resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6,resource_cache.v0.13.0 prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0,async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a,async_smtp.v0.13.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0,async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20,async_find.v0.13.0 prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0,async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763,async_inotify.v0.13.0 prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0,async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e,async_sendfile.v0.13.0 prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0,async_shell.v0.13.0-107054d534375b5347c80fff52182710,async_shell.v0.13.0 prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0,email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415,email_message.v0.13.0 prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6,inotify.2.6-0c5a19421b16f021e948a1cf209e31a4,inotify.2.6 prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0,resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6,resource_cache.v0.13.0 prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0,async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a,async_smtp.v0.13.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0,async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20,async_find.v0.13.0 prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0,async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763,async_inotify.v0.13.0 prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0,async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e,async_sendfile.v0.13.0 prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0,async_shell.v0.13.0-107054d534375b5347c80fff52182710,async_shell.v0.13.0 prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0,email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415,email_message.v0.13.0 prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6,inotify.2.6-0c5a19421b16f021e948a1cf209e31a4,inotify.2.6 prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0,resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6,resource_cache.v0.13.0 prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0,async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a,async_smtp.v0.13.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.762072
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/doc/
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/doc/async_find/
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/doc/async_find/CHANGES.md
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/doc/async_find/LICENSE.md
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/async_find/
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/async_find/async_find.ocamlobjinfo
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/async_find/META
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/async_find/async_find.cmi
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/async_find/async_find.cmt
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/async_find/async_find.cmti
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/lib/async_find/dune-package
prep/universes/7b7a1dbc9e8bf4bd43ddc9c115a4ff20/async_find/v0.13.0/opam
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/doc/
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/doc/async_inotify/
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/doc/async_inotify/CHANGES.md
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/doc/async_inotify/LICENSE.md
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify.ocamlobjinfo
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/META
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify.cmi
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify.cmt
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify.cmti
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify__.cmi
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify__.cmt
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify__Ocaml_inotify.cmi
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/async_inotify__Ocaml_inotify.cmt
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/lib/async_inotify/dune-package
prep/universes/0f9abaa552c18cffcfc591ab585ce763/async_inotify/v0.13.0/opam
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/doc/
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/doc/async_sendfile/
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/doc/async_sendfile/LICENSE.md
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/async_sendfile/
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/async_sendfile/async_sendfile.ocamlobjinfo
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/async_sendfile/META
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/async_sendfile/async_sendfile.cmi
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/async_sendfile/async_sendfile.cmt
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/async_sendfile/async_sendfile.cmti
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/lib/async_sendfile/dune-package
prep/universes/b79815b3c69e4b1d7c36397955a2f00e/async_sendfile/v0.13.0/opam
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/doc/
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/doc/async_shell/
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/doc/async_shell/CHANGES.md
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/doc/async_shell/LICENSE.md
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/async_shell/
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/async_shell/async_shell.ocamlobjinfo
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/async_shell/META
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/async_shell/async_shell.cmi
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/async_shell/async_shell.cmt
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/async_shell/async_shell.cmti
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/lib/async_shell/dune-package
prep/universes/107054d534375b5347c80fff52182710/async_shell/v0.13.0/opam
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/doc/
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/doc/email_message/
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/doc/email_message/CHANGES.md
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/doc/email_message/LICENSE.md
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message.ocamlobjinfo
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/META
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/dune-package
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address.ocamlobjinfo
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address__.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address__.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address__Email_address_parser_stable_v1.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address__Email_address_parser_stable_v1.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_address/email_address__Email_address_parser_stable_v1.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Bigstring_shared.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Bigstring_shared.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Bigstring_shared.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Boundary.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Boundary.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Boundary.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Crypto.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Crypto.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_address1.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_address1.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_address1.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_content.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_content.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_content.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_date.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_date.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_date.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_grammar.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_grammar.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_grammar.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_grammar_types.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_grammar_types.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_grammar_types.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_lexer.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_lexer.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_lexer.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_lexer_state.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_lexer_state.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_lexer_state.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_raw_content.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_raw_content.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_raw_content.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_simple.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_simple.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Email_simple.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Encoded_word.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Encoded_word.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Encoded_word.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Headers.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Headers.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Headers.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Lf_or_crlf.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Lf_or_crlf.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Lf_or_crlf.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Magic_mime_external.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Magic_mime_external.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_grammar.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_grammar.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_grammar.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_grammar_types.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_grammar_types.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_grammar_types.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_lexer.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_lexer.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Media_type_lexer.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Mimestring.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Mimestring.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Mimestring.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Octet_stream.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Octet_stream.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Octet_stream.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Quoted_printable_lexer.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Quoted_printable_lexer.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Quoted_printable_lexer.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Rfc.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Rfc.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Rfc.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Selector.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Selector.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Selector.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__String_monoid.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__String_monoid.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__String_monoid.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__String_monoidable.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__String_monoidable.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__String_monoidable.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Wrapper.cmi
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Wrapper.cmt
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/lib/email_message/email_message__Wrapper.cmti
prep/universes/2f1650492ca5a8aea8cd489a18423415/email_message/v0.13.0/opam
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/doc/
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/doc/inotify/
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/doc/inotify/CHANGES.md
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/doc/inotify/LICENSE.txt
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/doc/inotify/README.md
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/inotify/
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/inotify/inotify.ocamlobjinfo
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/inotify/META
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/inotify/dune-package
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/inotify/inotify.cmi
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/inotify/inotify.cmt
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/lib/inotify/inotify.cmti
prep/universes/0c5a19421b16f021e948a1cf209e31a4/inotify/2.6/opam
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/doc/
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/doc/resource_cache/
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/doc/resource_cache/LICENSE.md
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/doc/resource_cache/README.md
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache.ocamlobjinfo
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/META
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/dune-package
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Address_config.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Address_config.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Address_config.cmti
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Config.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Config.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Config.cmti
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Import.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Import.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource.cmti
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource_cache0.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource_cache0.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource_cache0.cmti
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource_cache_intf.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource_cache_intf.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource_intf.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Resource_intf.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Rpc_connection_resource.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Rpc_connection_resource.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Rpc_connection_resource.cmti
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Status.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Status.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Status.cmti
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Status_intf.cmi
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/lib/resource_cache/resource_cache__Status_intf.cmt
prep/universes/8e239f04d10bcfc00de668faa708b3c6/resource_cache/v0.13.0/opam
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/doc/
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/doc/async_smtp/
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/doc/async_smtp/CHANGES.md
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/doc/async_smtp/LICENSE.md
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/doc/async_smtp/README.org
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp.ocamlobjinfo
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/META
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Auth.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Auth.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Auth.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_cache.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_cache.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_cache.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_config.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_config.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_config.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_raw.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_raw.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_raw.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_server_unit_tests.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_server_unit_tests.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Client_server_unit_tests.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Common.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Common.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Common.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Credentials.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Credentials.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Credentials.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Dot_escaping.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Dot_escaping.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Dot_escaping.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Fake_spool.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Fake_spool.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Fake_spool.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Mail_log.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Mail_log.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Mail_log.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Mail_log_tags.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Mail_log_tags.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Mail_log_tags.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Message.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Message.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Message.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Message_spool.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Message_spool.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Message_spool.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Multispool.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Multispool.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Multispool.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Multispool_intf.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Multispool_intf.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Quarantine_reason.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Quarantine_reason.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Quarantine_reason.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Reject_or_error.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Reject_or_error.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Reject_or_error.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_impl.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_impl.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_impl.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_intf.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_intf.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_server.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_server.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Rpc_server.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server_config.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server_config.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server_config.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server_plugin_intf.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Server_plugin_intf.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Session.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Session.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Session.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Simplemail.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Simplemail.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Simplemail.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_command.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_command.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_command.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_events.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_events.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_events.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_monad.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_monad.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_monad.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_reply.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_reply.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Smtp_reply.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Spool.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Spool.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Spool.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Spool_config.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Spool_config.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Spool_config.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Test_helper.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Test_helper.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__Test_helper.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__With_info.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__With_info.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/async_smtp__With_info.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command.ocamlobjinfo
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Bsmtp.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Bsmtp.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Bsmtp.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Common.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Common.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Common.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Gc_admin.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Gc_admin.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Gc_admin.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Spool.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Spool.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/command/async_smtp_command__Spool.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/dune-package
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools.ocamlobjinfo
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Content_filter_server.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Content_filter_server.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Content_filter_server.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Crypto.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Crypto.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Headers.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Headers.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Headers.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Log_selector.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Log_selector.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Log_selector.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Session.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Session.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Session.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Std.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Std.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Stress_test.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Stress_test.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Stress_test.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Transform_email_stream.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Transform_email_stream.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Transform_email_stream.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Util.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Util.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/tools/async_smtp_tools__Util.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types.ocamlobjinfo
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_bodiless.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_bodiless.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_bodiless.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_bodiless_routed.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_bodiless_routed.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_bodiless_routed.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_container.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_container.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_container.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_container_intf.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_container_intf.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_id.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_id.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_id.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_info.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_info.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_info.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_routed.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_routed.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_routed.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_routed_batch.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_routed_batch.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_routed_batch.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_selector.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_selector.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Envelope_selector.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer_tests.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer_tests.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer_tests.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer_types.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer_types.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Mail_from_lexer_types.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Retry_interval.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Retry_interval.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Retry_interval.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Routed.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Routed.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Routed.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Sender.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Sender.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Sender.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Sender_argument.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Sender_argument.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Sender_argument.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Smtp_extension.cmi
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Smtp_extension.cmt
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/lib/async_smtp/types/async_smtp_types__Smtp_extension.cmti
prep/universes/ac2b8e2ce327591c3565656a2165748a/async_smtp/v0.13.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20:3e04354febaf232c25529d7fc739e0213ea000d17ef732988b3761d117ad8e85
HASHES:async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763:0224c3802da725e11cf89a3e43c64a701d8de11959b78c9e77ae9210a983b725
HASHES:async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e:88ba64f7cda3d0faf7378e12174966f9198c5b76eeb5ef8bcf3c21b508cf5d13
HASHES:async_shell.v0.13.0-107054d534375b5347c80fff52182710:92ba2440fce8d51c9c09b65789d9847d2a096142fddf9d976c1c0b93a24bba53
HASHES:email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415:66e2950240094cbc56ebac555c7e2d322ac84a0b6c8c9603d696a4c354204531
HASHES:inotify.2.6-0c5a19421b16f021e948a1cf209e31a4:3ead5a5741d80d9464521873957e038964f72cedc578342c9d362cf0e7699065
HASHES:resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6:3501e024a61aae6773c3da3f2e13dff18da7d27d4ebd60defce86bdb39bddaa5
HASHES:async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a:5fee36e5d09278fbc8747a747a62e14ad98f58a8dee26dd4c13e7604c5654d3b
2024-09-12 18:08.19 ---> saved as "8ae9dadcce05175ef0285c1abfc12483e7e0a8d96fcb2ea1a96e34383f4e1862"
Job succeeded
2024-09-12 18:15.47: async_smtp.v0.13.0-ac2b8e2ce327591c3565656a2165748a -> 5fee36e5d09278fbc8747a747a62e14ad98f58a8dee26dd4c13e7604c5654d3b
2024-09-12 18:15.47: resource_cache.v0.13.0-8e239f04d10bcfc00de668faa708b3c6 -> 3501e024a61aae6773c3da3f2e13dff18da7d27d4ebd60defce86bdb39bddaa5
2024-09-12 18:15.47: inotify.2.6-0c5a19421b16f021e948a1cf209e31a4 -> 3ead5a5741d80d9464521873957e038964f72cedc578342c9d362cf0e7699065
2024-09-12 18:15.47: email_message.v0.13.0-2f1650492ca5a8aea8cd489a18423415 -> 66e2950240094cbc56ebac555c7e2d322ac84a0b6c8c9603d696a4c354204531
2024-09-12 18:15.47: async_shell.v0.13.0-107054d534375b5347c80fff52182710 -> 92ba2440fce8d51c9c09b65789d9847d2a096142fddf9d976c1c0b93a24bba53
2024-09-12 18:15.47: async_sendfile.v0.13.0-b79815b3c69e4b1d7c36397955a2f00e -> 88ba64f7cda3d0faf7378e12174966f9198c5b76eeb5ef8bcf3c21b508cf5d13
2024-09-12 18:15.47: async_inotify.v0.13.0-0f9abaa552c18cffcfc591ab585ce763 -> 0224c3802da725e11cf89a3e43c64a701d8de11959b78c9e77ae9210a983b725
2024-09-12 18:15.47: async_find.v0.13.0-7b7a1dbc9e8bf4bd43ddc9c115a4ff20 -> 3e04354febaf232c25529d7fc739e0213ea000d17ef732988b3761d117ad8e85
2024-09-12 18:15.47: Job succeeded