Build:
  1. 0
2024-01-29 15:19.01: New job: Voodoo prep websocket.2.3; 3ecfb63dd8f3bfdfe51bf200185f324b
2024-01-29 15:19.01: Waiting for resource in pool OCluster
2024-01-29 18:34.19: Waiting for worker…
2024-01-29 18:34.38: Got resource from pool OCluster
2024-01-29 18:34.38: Using cache hint "docs-universe-prep-4.06.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy websocket.2.3 uri.1.9.7 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.9.1 sexplib.v0.9.3 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.v0.9.1 ppx_traverse_builtins.v0.9.0 ppx_tools.5.1+4.06.0 ppx_sexp_conv.v0.9.0 ppx_optcomp.v0.9.0 ppx_metaquot.v0.9.0 ppx_fields_conv.v0.9.0 ppx_driver.v0.9.2 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.v0.9.3 ppx_ast.v0.9.2 ocplib-endian.1.2 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.9.0 num.1.5 magic-mime.1.3.1 logs.0.7.0 jbuilder.1.0+beta20.2 ipaddr.2.9.0 fmt.0.8.9 fieldslib.v0.9.0 either.1.0.0 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo_ocamlbuild.1.6.9 cppo.1.6.9 containers.3.12 conduit.0.15.4 cohttp.0.22.0 cmdliner.1.0.4 base64.2.3.0 base-bytes.base base.v0.9.4 astring.0.8.5 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u websocket:3ecfb63dd8f3bfdfe51bf200185f324b"))
 (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.524547') && (for DATA in prep/universes/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3,websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b,websocket.2.3; 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/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3,websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b,websocket.2.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3,websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b,websocket.2.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 18:34.38: RETRYING: 2024-01-29/151901-voodoo-prep-7096ca Number of retries: 0 (retriable error condition)
Building on iphito.caelum.ci.dev
All commits already cached
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
2024-01-29 18:29.41 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (878 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 (4819 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:29.41 ---> using "bcd76db76bd7dfce89af73c52bf8b83977ba7e3fa47e3a05817d4359e11b8f0a" from cache

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

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

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

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
2024-01-29 18:29.41 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:29.42 ---> using "9338197ea57f7ebbc85bc6c00f634c425591331063ba90fea8ff8626a31f1d8b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:29.42 ---> using "7044692bda56fa5d60c9816809e0cb3ca41bd2d545ee9bc587c8c4632d448fce" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:29.42 ---> using "4016580153114af92969aebe0a414a84798289284e326cef6e65648345432dd2" from cache

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

2024-01-29 18:29.42 ---> using "bcf32e15604fc0ffb99261e4098fd5a493caa5f253d038fb2631ea3393e764a8" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:29.42 ---> using "e1983fbf3cd5cfbb089e3752d0669a2e3c8149b66335e64583d831248fabbfdf" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:29.42 ---> using "56a4903885b36ad17a7172fc08ae9c72d027300854465ff683343df2a1d9a0b8" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy websocket.2.3 uri.1.9.7 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.9.1 sexplib.v0.9.3 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.v0.9.1 ppx_traverse_builtins.v0.9.0 ppx_tools.5.1+4.06.0 ppx_sexp_conv.v0.9.0 ppx_optcomp.v0.9.0 ppx_metaquot.v0.9.0 ppx_fields_conv.v0.9.0 ppx_driver.v0.9.2 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.v0.9.3 ppx_ast.v0.9.2 ocplib-endian.1.2 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.9.0 num.1.5 magic-mime.1.3.1 logs.0.7.0 jbuilder.1.0+beta20.2 ipaddr.2.9.0 fmt.0.8.9 fieldslib.v0.9.0 either.1.0.0 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo_ocamlbuild.1.6.9 cppo.1.6.9 containers.3.12 conduit.0.15.4 cohttp.0.22.0 cmdliner.1.0.4 base64.2.3.0 base-bytes.base base.v0.9.4 astring.0.8.5 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy websocket.2.3 uri.1.9.7 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.9.1 sexplib.v0.9.3 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.v0.9.1 ppx_traverse_builtins.v0.9.0 ppx_tools.5.1+4.06.0 ppx_sexp_conv.v0.9.0 ppx_optcomp.v0.9.0 ppx_metaquot.v0.9.0 ppx_fields_conv.v0.9.0 ppx_driver.v0.9.2 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.v0.9.3 ppx_ast.v0.9.2 ocplib-endian.1.2 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.9.0 num.1.5 magic-mime.1.3.1 logs.0.7.0 jbuilder.1.0+beta20.2 ipaddr.2.9.0 fmt.0.8.9 fieldslib.v0.9.0 either.1.0.0 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo_ocamlbuild.1.6.9 cppo.1.6.9 containers.3.12 conduit.0.15.4 cohttp.0.22.0 cmdliner.1.0.4 base64.2.3.0 base-bytes.base base.v0.9.4 astring.0.8.5" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                    1.6.9
  - install ppx_derivers            1.2.1
  - install ocamlbuild              0.14.3
  - install num                     1.5
  - install magic-mime              1.3.1
  - install ppx_tools               5.1+4.06.0
  - install base-bytes              base
  - install stdlib-shims            0.3.0
  - install cmdliner                1.0.4
  - install seq                     0.3.1
  - install either                  1.0.0
  - install stringext               1.6.0
  - install jbuilder                1.0+beta20.2
  - install result                  1.5
  - install csexp                   1.5.2
  - install topkg                   1.0.7
  - install cppo_ocamlbuild         1.6.9
  - install ocplib-endian           1.2
  - install base64                  2.3.0
  - install re                      1.11.0
  - install sexplib                 v0.9.3
  - install ppx_traverse_builtins   v0.9.0
  - install ocaml-compiler-libs     v0.9.0
  - install ocaml-migrate-parsetree 1.8.0
  - install dune-configurator       3.13.0
  - install fmt                     0.8.9
  - install astring                 0.8.5
  - install base                    v0.9.4
  - install ppxfind                 1.4
  - install ppx_ast                 v0.9.2
  - install containers              3.12
  - install logs                    0.7.0
  - install stdio                   v0.9.1
  - install ppx_deriving            4.5-1
  - install ppx_core                v0.9.3
  - install ppx_optcomp             v0.9.0
  - install ppx_driver              v0.9.2
  - install ppx_metaquot            v0.9.0
  - install fieldslib               v0.9.0
  - install ppx_type_conv           v0.9.1
  - install ppx_sexp_conv           v0.9.0
  - install ppx_fields_conv         v0.9.0
  - install uri                     1.9.7
  - install ipaddr                  2.9.0
  - install conduit                 0.15.4
  - install cohttp                  0.22.0
  - install websocket               2.3
===== 47 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/141:
Processing  2/141:
Processing  3/141:
Processing  4/141:
Processing  5/141:
-> installed base-bytes.base
Processing  6/141:
-> retrieved astring.0.8.5  (cached)
Processing  7/141:
-> retrieved base.v0.9.4  (cached)
Processing  8/141:
-> retrieved base64.2.3.0  (cached)
Processing  9/141:
Processing 10/141: [base64: dune subst]
-> retrieved cmdliner.1.0.4  (cached)
Processing 11/141: [base64: dune subst]
Processing 12/141: [base64: dune subst] [cmdliner: make all]
-> retrieved cohttp.0.22.0  (cached)
Processing 13/141: [base64: dune subst] [cmdliner: make all]
-> retrieved conduit.0.15.4  (cached)
Processing 14/141: [base64: dune subst] [cmdliner: make all]
Processing 14/141: [base64: dune build] [cmdliner: make all]
-> retrieved containers.3.12  (cached)
Processing 15/141: [base64: dune build] [cmdliner: make all]
-> retrieved cppo.1.6.9  (cached)
Processing 16/141: [base64: dune build] [cmdliner: make all]
Processing 17/141: [base64: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved cppo_ocamlbuild.1.6.9  (cached)
Processing 18/141: [base64: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 19/141: [base64: dune build] [cmdliner: make all] [cppo: dune build]
Processing 20/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved either.1.0.0  (cached)
Processing 21/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 22/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved fieldslib.v0.9.0  (cached)
Processing 23/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved fmt.0.8.9  (cached)
Processing 24/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved ipaddr.2.9.0  (cached)
Processing 25/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved logs.0.7.0  (cached)
Processing 26/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved magic-mime.1.3.1  (cached)
Processing 27/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build]
Processing 28/141: [base64: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [magic-mime: dune build]
-> compiled  base64.2.3.0
Processing 28/141: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [magic-mime: dune build]
-> installed base64.2.3.0
Processing 29/141: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [magic-mime: dune build]
-> retrieved num.1.5  (cached)
Processing 30/141: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [magic-mime: dune build]
Processing 31/141: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [magic-mime: dune build] [num: make opam-legacy]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 32/141: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [magic-mime: dune build] [num: make opam-legacy]
Processing 33/141: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> retrieved ocaml-compiler-libs.v0.9.0  (cached)
Processing 34/141: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [either: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> compiled  csexp.1.5.2
Processing 34/141: [cmdliner: make all] [cppo: dune build] [either: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> installed csexp.1.5.2
Processing 35/141: [cmdliner: make all] [cppo: dune build] [either: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 36/141: [cmdliner: make all] [cppo: dune build] [either: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
Processing 37/141: [cmdliner: make all] [cppo: dune build] [either: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
-> compiled  either.1.0.0
Processing 37/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
-> installed either.1.0.0
Processing 38/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 39/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
Processing 39/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
-> retrieved ocplib-endian.1.2  (cached)
Processing 40/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.06"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.06/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.06/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.06"; \
- echo "BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.06/lib"; \
- echo "MANDIR=/home/opam/.opam/4.06/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.06/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.06/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 40/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled]
-> retrieved ppx_ast.v0.9.2  (cached)
Processing 41/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled]
-> retrieved ppx_core.v0.9.3  (cached)
Processing 42/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 43/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled]
Processing 44/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_deriving.4.5-1  (cached)
Processing 45/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_driver.v0.9.2  (cached)
Processing 46/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_fields_conv.v0.9.0  (cached)
Processing 47/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_metaquot.v0.9.0  (cached)
Processing 48/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_optcomp.v0.9.0  (cached)
Processing 49/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.9.0  (cached)
Processing 50/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_tools.5.1+4.06.0  (cached)
Processing 51/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
Processing 52/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all]
-> retrieved ppx_traverse_builtins.v0.9.0  (cached)
Processing 53/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all]
-> retrieved ppx_type_conv.v0.9.1  (cached)
Processing 54/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all]
-> retrieved ppxfind.1.4  (cached)
Processing 55/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all]
-> retrieved result.1.5  (cached)
Processing 56/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all]
Processing 57/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build]
-> retrieved re.1.11.0  (cached)
Processing 58/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build]
-> retrieved seq.0.3.1  (cached)
Processing 59/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build]
Processing 60/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 61/141: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
Processing 62/141: [cmdliner: make all] [cppo: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> compiled  cppo.1.6.9
Processing 62/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> installed cppo.1.6.9
Processing 63/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
Processing 64/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> compiled  magic-mime.1.3.1
Processing 64/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> installed magic-mime.1.3.1
Processing 65/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 65/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> installed num.1.5
Processing 66/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 66/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> installed ppx_derivers.1.2.1
Processing 67/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_tools: make all] [result: dune build] [seq: dune build]
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo
- ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx
- ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa
-> compiled  ppx_tools.5.1+4.06.0
Processing 67/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [result: dune build] [seq: dune build]
Processing 68/141: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [result: dune build] [seq: dune build] [ppx_tools: make install]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 68/141: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [result: dune build] [seq: dune build] [ppx_tools: make install]
- '/home/opam/.opam/4.06/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
Processing 68/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [result: dune build] [seq: dune build] [ppx_tools: make install]
-> compiled  result.1.5
Processing 68/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [seq: dune build] [ppx_tools: make install]
-> retrieved sexplib.v0.9.3  (cached)
Processing 69/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [seq: dune build] [ppx_tools: make install]
-> retrieved stdio.v0.9.1  (cached)
Processing 70/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [seq: dune build] [ppx_tools: make install]
-> compiled  seq.0.3.1
Processing 70/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_tools: make install]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 71/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_tools: make install]
Processing 72/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [stdlib-shims: dune build] [ppx_tools: make install]
-> compiled  ocplib-endian.1.2
Processing 72/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [ppx_tools: make install]
- ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.06/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.06/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.06/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.06/lib/ppx_tools/META
-> installed ppx_tools.5.1+4.06.0
Processing 72/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
Processing 73/141: [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [cmdliner: make install]
-> retrieved stringext.1.6.0  (cached)
Processing 74/141: [websocket.2.3: http] [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [cmdliner: make install]
Processing 75/141: [websocket.2.3: http] [dune-configurator: rm] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build] [cmdliner: make install]
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.1.9.7  (cached)
Processing 75/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build] [cmdliner: make install]
- install -d /home/opam/.opam/4.06/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.06/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.06/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.06/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.06/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.06/lib/cmdliner
Processing 75/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build] [cmdliner: make install-doc]
- install -d /home/opam/.opam/4.06/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.06/doc/cmdliner
-> installed cmdliner.1.0.4
Processing 75/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build]
-> installed ocplib-endian.1.2
Processing 76/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build]
-> installed result.1.5
Processing 77/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build]
Processing 78/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build]
-> installed seq.0.3.1
Processing 79/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build]
Processing 80/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 80/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [stringext: dune build]
-> installed stdlib-shims.0.3.0
Processing 81/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [stringext: dune build]
-> compiled  stringext.1.6.0
Processing 81/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build]
-> installed stringext.1.6.0
Processing 82/141: [websocket.2.3: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build]
Processing 82/141: [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build]
-> retrieved websocket.2.3  (https://github.com/vbmithr/ocaml-websocket/archive/2.3.tar.gz)
- if test -d /home/opam/.opam/4.06/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.06/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 82/141: [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [re: dune build]
-> installed ocamlbuild.0.14.3
Processing 83/141: [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [re: dune build]
Processing 84/141: [cppo_ocamlbuild: dune build] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [re: dune build]
Processing 85/141: [cppo_ocamlbuild: dune build] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [re: dune build] [topkg: ocaml build]
-> compiled  re.1.11.0
Processing 85/141: [cppo_ocamlbuild: dune build] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> installed re.1.11.0
Processing 86/141: [cppo_ocamlbuild: dune build] [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> compiled  cppo_ocamlbuild.1.6.9
Processing 86/141: [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> installed cppo_ocamlbuild.1.6.9
Processing 87/141: [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> compiled  dune-configurator.3.13.0
Processing 87/141: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> installed dune-configurator.3.13.0
Processing 88/141: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
Processing 89/141: [containers: dune build] [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> compiled  containers.3.12
Processing 89/141: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> installed containers.3.12
Processing 90/141: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> compiled  jbuilder.1.0+beta20.2
Processing 90/141: [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> installed jbuilder.1.0+beta20.2
Processing 91/141: [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
Processing 92/141: [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
Processing 93/141: [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ppx_traverse_builtins: jbuilder build] [topkg: ocaml build]
Processing 94/141: [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] [topkg: ocaml build]
-> compiled  ppx_traverse_builtins.v0.9.0
Processing 94/141: [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build] [topkg: ocaml build]
-> installed ppx_traverse_builtins.v0.9.0
Processing 95/141: [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build] [topkg: ocaml build]
-       ocamlc src/shadow/gen/.gen.eobjs/gen.{cmi,cmo,cmt}
- File "src/shadow/gen/gen.ml", line 19, characters 30-47:
- Warning 3: deprecated: StdLabels.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/shadow/gen/gen.ml", line 29, characters 10-27:
- Warning 3: deprecated: StdLabels.String.capitalize
- Use String.capitalize_ascii instead.
-     ocamlopt src/shadow/gen/.gen.eobjs/gen.{cmx,o}
- File "src/shadow/gen/gen.ml", line 19, characters 30-47:
- Warning 3: deprecated: StdLabels.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/shadow/gen/gen.ml", line 29, characters 10-27:
- Warning 3: deprecated: StdLabels.String.capitalize
- Use String.capitalize_ascii instead.
-> compiled  ocaml-compiler-libs.v0.9.0
Processing 95/141: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build] [topkg: ocaml build]
-> installed ocaml-compiler-libs.v0.9.0
Processing 96/141: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build] [topkg: ocaml build]
- ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.7
Processing 96/141: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build]
-> installed topkg.1.0.7
Processing 97/141: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build]
Processing 98/141: [astring: ocaml build] [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build]
Processing 99/141: [astring: ocaml build] [fmt: ocaml build] [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 99/141: [astring: ocaml build] [fmt: ocaml build] [sexplib: jbuilder build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 100/141: [astring: ocaml build] [fmt: ocaml build] [sexplib: jbuilder build]
Processing 101/141: [astring: ocaml build] [fmt: ocaml build] [ppx_ast: jbuilder build] [sexplib: jbuilder build]
Processing 102/141: [astring: ocaml build] [fmt: ocaml build] [ppx_ast: jbuilder build] [ppxfind: dune build] [sexplib: jbuilder build]
-       ocamlc src/.sexplib.objs/sexplib__Pre_sexp.{cmi,cmo,cmt}
- File "src/pre_sexp.ml", line 1082, characters 44-57:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1096, characters 28-41:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1108, characters 32-45:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
-     ocamlopt src/.sexplib.objs/sexplib__Pre_sexp.{cmx,o}
- File "src/pre_sexp.ml", line 1082, characters 44-57:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1096, characters 28-41:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/pre_sexp.ml", line 1108, characters 32-45:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
-> compiled  sexplib.v0.9.3
Processing 102/141: [astring: ocaml build] [fmt: ocaml build] [ppx_ast: jbuilder build] [ppxfind: dune build]
-> installed sexplib.v0.9.3
Processing 103/141: [astring: ocaml build] [fmt: ocaml build] [ppx_ast: jbuilder build] [ppxfind: dune build]
Processing 104/141: [astring: ocaml build] [base: jbuilder build] [fmt: ocaml build] [ppx_ast: jbuilder build] [ppxfind: dune build]
- ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.ml > src/fmt.ml.depends
- ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.mli > src/fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmi src/fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmx src/fmt.ml
- ocamlfind ocamlopt -a -package seq -package stdlib-shims -I src src/fmt.cmx -o src/fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package seq -package stdlib-shims -I src src/fmt.cmxa -o src/fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmo src/fmt.ml
- ocamlfind ocamlc -a -package seq -package stdlib-shims -I src src/fmt.cmo -o src/fmt.cma
- ocamlfind ocamldep -package unix -package seq -package stdlib-shims -modules src/fmt_tty.ml > src/fmt_tty.ml.depends
- ocamlfind ocamldep -package unix -package seq -package stdlib-shims -modules src/fmt_tty.mli > src/fmt_tty.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- ocamlfind ocamlopt -a -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa
- ocamlfind ocamlopt -shared -linkall -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- ocamlfind ocamlc -a -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmo -o src/fmt_tty.cma
- ocamlfind ocamldep -package cmdliner -package seq -package stdlib-shims -modules src/fmt_cli.ml > src/fmt_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -package seq -package stdlib-shims -modules src/fmt_cli.mli > src/fmt_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmi src/fmt_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmx -o src/fmt_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmxa -o src/fmt_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmo src/fmt_cli.ml
- ocamlfind ocamlc -a -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmo -o src/fmt_cli.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package seq -package stdlib-shims -modules src/fmt_top.ml > src/fmt_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/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 ocamlopt -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmo -o src/fmt_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmo -o src/fmt_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  fmt.0.8.9
Processing 104/141: [astring: ocaml build] [base: jbuilder build] [ppx_ast: jbuilder build] [ppxfind: dune build]
-> installed fmt.0.8.9
Processing 105/141: [astring: ocaml build] [base: jbuilder build] [ppx_ast: jbuilder build] [ppxfind: dune build]
Processing 106/141: [astring: ocaml build] [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder build] [ppxfind: dune build]
- ocamlfind ocamldep -modules src/astring_unsafe.ml > src/astring_unsafe.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_unsafe.cmo src/astring_unsafe.ml
- ocamlfind ocamldep -modules src/astring_base.ml > src/astring_base.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_base.cmo src/astring_base.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_unsafe.cmx src/astring_unsafe.ml
- ocamlfind ocamldep -modules src/astring_escape.ml > src/astring_escape.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_escape.cmo src/astring_escape.ml
- ocamlfind ocamldep -modules src/astring_char.ml > src/astring_char.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_char.cmo src/astring_char.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_escape.cmx src/astring_escape.ml
- ocamlfind ocamldep -modules src/astring_sub.ml > src/astring_sub.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_sub.cmo src/astring_sub.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_base.cmx src/astring_base.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_char.cmx src/astring_char.ml
- ocamlfind ocamldep -modules src/astring_string.ml > src/astring_string.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_string.cmo src/astring_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_sub.cmx src/astring_sub.ml
- ocamlfind ocamldep -modules src/astring.ml > src/astring.ml.depends
- ocamlfind ocamldep -modules src/astring.mli > src/astring.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmi src/astring.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_string.cmx src/astring_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmx src/astring.ml
- ocamlfind ocamlopt -a -I src src/astring_unsafe.cmx src/astring_base.cmx src/astring_escape.cmx src/astring_char.cmx src/astring_sub.cmx src/astring_string.cmx src/astring.cmx -o src/astring.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/astring.cmxa -o src/astring.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmo src/astring.ml
- ocamlfind ocamlc -a -I src src/astring_unsafe.cmo src/astring_base.cmo src/astring_escape.cmo src/astring_char.cmo src/astring_sub.cmo src/astring_string.cmo src/astring.cmo -o src/astring.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/astring_top.ml > src/astring_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmo src/astring_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmo src/astring_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmx src/astring_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmx src/astring_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/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 ocamlopt -a -package compiler-libs.toplevel -I src src/astring_top.cmx -o src/astring_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/astring_top.cmx -o src/astring_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/astring_top.cmxa -o src/astring_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/astring_top.cmxa -o src/astring_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/astring_top.cmo -o src/astring_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/astring_top.cmo -o src/astring_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  astring.0.8.5
Processing 106/141: [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder build] [ppxfind: dune build]
-> installed astring.0.8.5
Processing 107/141: [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder build] [ppxfind: dune build]
-> compiled  ppxfind.1.4
Processing 107/141: [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder build]
-> installed ppxfind.1.4
Processing 108/141: [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder build]
[ppx_deriving: patch] applying fix_dune_3.patch
Processing 109/141: [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder build] [ppx_deriving: patch]
Processing 109/141: [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder build] [ppx_deriving: dune build]
- ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends
- ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmi src/logs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmx src/logs.ml
- ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmo src/logs.ml
- ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.ml > src/logs_fmt.ml.depends
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.mli > src/logs_fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmi src/logs_fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmx src/logs_fmt.ml
- ocamlfind ocamlopt -a -package fmt -I src src/logs_fmt.cmx -o src/logs_fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package fmt -I src src/logs_fmt.cmxa -o src/logs_fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmo src/logs_fmt.ml
- ocamlfind ocamlc -a -package fmt -I src src/logs_fmt.cmo -o src/logs_fmt.cma
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.ml > src/logs_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.mli > src/logs_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmi src/logs_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmx src/logs_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -I src src/logs_cli.cmx -o src/logs_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/logs_cli.cmxa -o src/logs_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmo src/logs_cli.ml
- ocamlfind ocamlc -a -package cmdliner -I src src/logs_cli.cmo -o src/logs_cli.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/logs_top.ml > src/logs_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/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 ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package threads -modules src/logs_threaded.ml > src/logs_threaded.ml.depends
- ocamlfind ocamldep -package threads -modules src/logs_threaded.mli > src/logs_threaded.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmi src/logs_threaded.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmx src/logs_threaded.ml
- ocamlfind ocamlopt -a -thread -package threads -I src src/logs_threaded.cmx -o src/logs_threaded.cmxa
- ocamlfind ocamlopt -shared -linkall -thread -package threads -I src src/logs_threaded.cmxa -o src/logs_threaded.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmo src/logs_threaded.ml
- ocamlfind ocamlc -a -thread -package threads -I src src/logs_threaded.cmo -o src/logs_threaded.cma
- # No parallelism done
-> compiled  logs.0.7.0
Processing 109/141: [base: jbuilder build] [ppx_ast: jbuilder build] [ppx_deriving: dune build]
-> installed logs.0.7.0
Processing 110/141: [base: jbuilder build] [ppx_ast: jbuilder build] [ppx_deriving: dune build]
-> compiled  ppx_deriving.4.5-1
Processing 110/141: [base: jbuilder build] [ppx_ast: jbuilder build]
-> installed ppx_deriving.4.5-1
Processing 111/141: [base: jbuilder build] [ppx_ast: jbuilder build]
-> compiled  ppx_ast.v0.9.2
Processing 111/141: [base: jbuilder build]
-> installed ppx_ast.v0.9.2
Processing 112/141: [base: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "base" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/base.v0.9.4)
- File "src/jbuild", line 18, characters 0-142:
- Warning: File pow_overflow_bounds.ml is both generated by a rule and present in the source tree.
- As a result, the rule is currently ignored, however this will become an error in the future.
- To keep the current behavior and get rid of this warning, add a field (fallback) to the rule.
-> compiled  base.v0.9.4
-> installed base.v0.9.4
Processing 114/141: [stdio: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "--only-packages" "stdio" "--root" "." "-j" "255" "--no-config" "@install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/stdio.v0.9.1)
-> compiled  stdio.v0.9.1
-> installed stdio.v0.9.1
Processing 116/141: [ppx_core: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_core" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_core.v0.9.3)
-       ocamlc src/gen/.gen_ast_pattern.eobjs/import.{cmi,cmo,cmt}
- File "src/gen/import.ml", line 93, characters 9-25:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
-     ocamlopt src/gen/.gen_ast_pattern.eobjs/import.{cmx,o}
- File "src/gen/import.ml", line 93, characters 9-25:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
-> compiled  ppx_core.v0.9.3
-> installed ppx_core.v0.9.3
Processing 118/141: [ppx_optcomp: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "--only-packages" "ppx_optcomp" "--root" "." "-j" "255" "--no-config" "@install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_optcomp.v0.9.0)
-> compiled  ppx_optcomp.v0.9.0
-> installed ppx_optcomp.v0.9.0
Processing 120/141: [ppx_driver: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_driver" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_driver.v0.9.2)
-> compiled  ppx_driver.v0.9.2
-> installed ppx_driver.v0.9.2
Processing 122/141: [fieldslib: jbuilder build]
Processing 123/141: [fieldslib: jbuilder build] [ppx_metaquot: jbuilder build]
-> compiled  fieldslib.v0.9.0
Processing 123/141: [ppx_metaquot: jbuilder build]
-> installed fieldslib.v0.9.0
Processing 124/141: [ppx_metaquot: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "--only-packages" "ppx_metaquot" "--root" "." "-j" "255" "--no-config" "@install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_metaquot.v0.9.0)
-> compiled  ppx_metaquot.v0.9.0
-> installed ppx_metaquot.v0.9.0
Processing 126/141: [ppx_type_conv: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_type_conv" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_type_conv.v0.9.1)
-> compiled  ppx_type_conv.v0.9.1
-> installed ppx_type_conv.v0.9.1
Processing 128/141: [ppx_fields_conv: jbuilder build]
Processing 129/141: [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
-> compiled  ppx_fields_conv.v0.9.0
Processing 129/141: [ppx_sexp_conv: jbuilder build]
-> installed ppx_fields_conv.v0.9.0
Processing 130/141: [ppx_sexp_conv: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "--only-packages" "ppx_sexp_conv" "--root" "." "-j" "255" "--no-config" "@install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_sexp_conv.v0.9.0)
-> compiled  ppx_sexp_conv.v0.9.0
-> installed ppx_sexp_conv.v0.9.0
Processing 132/141: [ipaddr: dune build]
Processing 133/141: [ipaddr: dune build] [uri: jbuilder build]
- (cd _build/default && /home/opam/.opam/4.06/bin/ocamlopt.opt -w -40 -g -I lib/.ipaddr_top.objs/byte -I lib/.ipaddr_top.objs/native -I /home/opam/.opam/4.06/lib/ocaml/compiler-libs -I /home/opam/.opam/4.06/lib/sexplib -I /home/opam/.opam/4.06/lib/sexplib/0 -I lib/.ipaddr.objs/byte -I lib/.ipaddr.objs/native -intf-suffix .ml -no-alias-deps -o lib/.ipaddr_top.objs/native/ipaddr_top.cmx -c -impl lib/ipaddr_top.ml)
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-> compiled  ipaddr.2.9.0
Processing 133/141: [uri: jbuilder build]
-> installed ipaddr.2.9.0
Processing 134/141: [uri: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "uri" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/uri.1.9.7)
-       ocamlc lib/.uri.objs/uri.{cmo,cmt}
- File "lib/uri.ml", line 608, characters 32-38:
- Warning 3: deprecated: Re.get
- Use Group.get
- File "lib/uri.ml", line 613, characters 34-40:
- Warning 3: deprecated: Re.get
- Use Group.get
-     ocamlopt lib/.uri.objs/uri.{cmx,o}
- File "lib/uri.ml", line 608, characters 32-38:
- Warning 3: deprecated: Re.get
- Use Group.get
- File "lib/uri.ml", line 613, characters 34-40:
- Warning 3: deprecated: Re.get
- Use Group.get
-     ocamlopt lib/.uri_top.objs/uri_top.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-> compiled  uri.1.9.7
-> installed uri.1.9.7
Processing 136/141: [conduit: ./configure]
+ /home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4/./configure  (CWD=/home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4)
- + ocaml discover.ml
- File "./discover.ml", line 27, characters 32-48:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./discover.ml", line 48, characters 26-42:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "./discover.ml", line 200, characters 16-32:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
Processing 136/141: [conduit: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4)
- ocamlbuild -use-ocamlfind -classic-display -cflags "-w A-4-33-40-41-42-43-34-44" -plugin-tag "package(ppx_driver.ocamlbuild)" conduit.otarget
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ppx_driver.ocamlbuild myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_sexp_conv.native -package ppx_sexp_conv runner/ppx_driver_runner.cmxa
- + ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_sexp_conv.native -package ppx_sexp_conv runner/ppx_driver_runner.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamlfind ocamldep -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -modules lib/conduit.mli > lib/conduit.mli.depends
- ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/conduit.cmi lib/conduit.mli
- ocamlfind ocamldep -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -modules lib/conduit.ml > lib/conduit.ml.depends
- ocamlfind ocamldep -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -modules lib/conduit_trie.mli > lib/conduit_trie.mli.depends
- ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/conduit_trie.cmi lib/conduit_trie.mli
- ocamlfind ocamldep -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -modules lib/conduit_trie.ml > lib/conduit_trie.ml.depends
- ocamlfind ocamldep -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -modules lib/resolver.mli > lib/resolver.mli.depends
- ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/resolver.cmi lib/resolver.mli
- ocamlfind ocamldep -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -modules lib/resolver.ml > lib/resolver.ml.depends
- ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/conduit.cmo lib/conduit.ml
- ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/conduit_trie.cmo lib/conduit_trie.ml
- ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/resolver.cmo lib/resolver.ml
- ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/conduit.cmx lib/conduit.ml
- ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/conduit_trie.cmx lib/conduit_trie.ml
- ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -g -bin-annot -short-paths -principal -thread -strict-sequence -pp './ppx-driver-ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib -o lib/resolver.cmx lib/resolver.ml
- ocamlfind ocamlopt -a -thread -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib lib/conduit.cmx lib/conduit_trie.cmx lib/resolver.cmx -o lib/conduit.cmxa
- ocamlfind ocamlc -a -thread -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib lib/conduit.cmo lib/conduit_trie.cmo lib/resolver.cmo -o lib/conduit.cma
- ocamlfind ocamlopt -shared -linkall -thread -predicates custom_ppx -package sexplib -package ipaddr -package uri -package stringext -package logs -I lib lib/conduit.cmxa -o lib/conduit.cmxs
- ln -sf /home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4/_build/lib/conduit.cma /home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4
- ln -sf /home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4/_build/lib/conduit.cmxa /home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4
- ln -sf /home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4/_build/lib/conduit.cmxs /home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4
-> compiled  conduit.0.15.4
Processing 137/141: [conduit: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/conduit.0.15.4)
- rm -rf _install
- mkdir -p _install
- echo "_build/lib/conduit.cmi" >> _install/lib;  echo "_build/lib/conduit_trie.cmi" >> _install/lib;  echo "_build/lib/resolver.cmi" >> _install/lib;  echo "_build/lib/conduit.cmt" >> _install/lib;  echo "_build/lib/conduit_trie.cmt" >> _install/lib;  echo "_build/lib/resolver.cmt" >> _install/lib;  echo "_build/lib/conduit.cmti" >> _install/lib;  echo "_build/lib/conduit_trie.cmti" >> _install/lib;  echo "_build/lib/resolver.cmti" >> _install/lib;  echo "_build/lib/conduit.cmx" >> _install/lib;  echo "_build/lib/conduit_trie.cmx" >> _install/lib;  echo "_build/lib/resolver.cmx" >> _install/lib;  echo "_build/lib/conduit.cmxa" >> _install/lib;  echo "_build/lib/conduit.cma" >> _install/lib;  echo "_build/lib/conduit.cmxs" >> _install/lib;  echo "_build/lib/conduit.a" >> _install/lib;  echo "_build/lib/conduit.o" >> _install/lib;  echo "_build/lib/conduit_trie.o" >> _install/lib;  echo "_build/lib/resolver.o" >> _install/lib;  echo "_build/lib/conduit.cmo" >> _install/lib;  echo "_build/lib/conduit_trie.cmo" >> _install/lib;  echo "_build/lib/resolver.cmo" >> _install/lib;
- ocamlfind remove conduit || true
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.06/lib/conduit/META
- ocamlfind install conduit META _build/lib/conduit.cmi _build/lib/conduit_trie.cmi _build/lib/resolver.cmi _build/lib/conduit.cmt _build/lib/conduit_trie.cmt _build/lib/resolver.cmt _build/lib/conduit.cmti _build/lib/conduit_trie.cmti _build/lib/resolver.cmti _build/lib/conduit.cmx _build/lib/conduit_trie.cmx _build/lib/resolver.cmx _build/lib/conduit.cmxa _build/lib/conduit.cma _build/lib/conduit.cmxs _build/lib/conduit.a _build/lib/conduit.o _build/lib/conduit_trie.o _build/lib/resolver.o _build/lib/conduit.cmo _build/lib/conduit_trie.cmo _build/lib/resolver.cmo lib/intro.html _build/lib/conduit.mli _build/lib/conduit_trie.mli _build/lib/resolver.mli
- Installed /home/opam/.opam/4.06/lib/conduit/resolver.mli
- Installed /home/opam/.opam/4.06/lib/conduit/conduit_trie.mli
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.mli
- Installed /home/opam/.opam/4.06/lib/conduit/intro.html
- Installed /home/opam/.opam/4.06/lib/conduit/resolver.cmo
- Installed /home/opam/.opam/4.06/lib/conduit/conduit_trie.cmo
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cmo
- Installed /home/opam/.opam/4.06/lib/conduit/resolver.o
- Installed /home/opam/.opam/4.06/lib/conduit/conduit_trie.o
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.o
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.a
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cmxs
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cma
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cmxa
- Installed /home/opam/.opam/4.06/lib/conduit/resolver.cmx
- Installed /home/opam/.opam/4.06/lib/conduit/conduit_trie.cmx
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cmx
- Installed /home/opam/.opam/4.06/lib/conduit/resolver.cmti
- Installed /home/opam/.opam/4.06/lib/conduit/conduit_trie.cmti
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cmti
- Installed /home/opam/.opam/4.06/lib/conduit/resolver.cmt
- Installed /home/opam/.opam/4.06/lib/conduit/conduit_trie.cmt
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cmt
- Installed /home/opam/.opam/4.06/lib/conduit/resolver.cmi
- Installed /home/opam/.opam/4.06/lib/conduit/conduit_trie.cmi
- Installed /home/opam/.opam/4.06/lib/conduit/conduit.cmi
- Installed /home/opam/.opam/4.06/lib/conduit/META
-> installed conduit.0.15.4
Processing 138/141: [cohttp: make]
+ /usr/bin/make "PREFIX=/home/opam/.opam/4.06" (CWD=/home/opam/.opam/4.06/.opam-switch/build/cohttp.0.22.0)
- ocamlopt.opt -o setup.bin setup.ml 2>/dev/null || ocamlopt -o setup.bin setup.ml 2>/dev/null || ocamlc -o setup.bin setup.ml
- rm -f setup.cmx setup.cmi setup.o setup.cmo
- ./setup.bin -configure      --prefix /home/opam/.opam/4.06
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.06/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.06/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.06/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.06/bin/ocamlbuild
- Package name: ........................................ cohttp
- Package version: ..................................... 0.21.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.06.1
- standard_library_default: ............................ /home/opam/.opam/4.06/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.06/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.06/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.06
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ......................................
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: .........................
- build everything that is possible: ................... false
- build the Lwt library: ............................... false
- build the Lwt-unix library: .......................... false
- build the Core/Async library: ........................ false
- build the Javascript XHR client library: ............. false
- run the internet-using tests: ........................ false
- build the async s3 example: .......................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_re_emacs: ........................................ /home/opam/.opam/4.06/lib/re/emacs
- pkg_stringext: ....................................... /home/opam/.opam/4.06/lib/stringext
- pkg_uri: ............................................. /home/opam/.opam/4.06/lib/uri
- pkg_fieldslib: ....................................... /home/opam/.opam/4.06/lib/fieldslib
- pkg_sexplib: ......................................... /home/opam/.opam/4.06/lib/sexplib
- pkg_ppx_fields_conv: ................................. /home/opam/.opam/4.06/lib/ppx_fields_conv
- pkg_ppx_sexp_conv: ................................... /home/opam/.opam/4.06/lib/ppx_sexp_conv
- pkg_bytes: ........................................... /home/opam/.opam/4.06/lib/bytes
- pkg_base64: .......................................... /home/opam/.opam/4.06/lib/base64
- pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- ocamldoc: ............................................ /home/opam/.opam/4.06/bin/ocamldoc
- 
- ./setup.bin -build -classic-display
- W: Cannot find source file matching module 'cohttp' in library cohttp.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- /home/opam/.opam/4.06/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.06/lib/ocamlbuild /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 52, characters 26-35:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 68, characters 23-30:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 80, characters 18-38:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 84, characters 18-30:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 85, characters 18-25:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 86, characters 18-30:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 102, characters 17-32:
- Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 103, characters 17-36:
- Warning: the tag "pkg_js_of_ocaml.ppx" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 104, characters 17-24:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 115, characters 20-29:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 118, characters 20-37:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 137, characters 35-55:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 141, characters 35-47:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 142, characters 35-42:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 143, characters 35-47:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 145, characters 35-44:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 159, characters 32-41:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 162, characters 32-49:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 168, characters 32-41:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 183, characters 38-58:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 187, characters 38-50:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 188, characters 38-45:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 189, characters 38-50:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 191, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 207, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 217, characters 38-50:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 221, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 231, characters 39-51:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 235, characters 39-48:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 245, characters 39-51:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 248, characters 39-59:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 252, characters 39-51:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 253, characters 39-46:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 254, characters 39-51:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 256, characters 39-48:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 267, characters 23-35:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 272, characters 46-66:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 276, characters 46-58:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 277, characters 46-53:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 278, characters 46-58:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 294, characters 57-77:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 298, characters 57-69:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 299, characters 57-64:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 300, characters 57-69:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 316, characters 50-70:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 320, characters 50-62:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 321, characters 50-57:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 322, characters 50-62:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 338, characters 46-66:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 342, characters 46-58:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 343, characters 46-53:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 344, characters 46-58:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 360, characters 49-69:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 364, characters 49-61:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 365, characters 49-56:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 366, characters 49-61:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 382, characters 57-77:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 386, characters 57-69:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 387, characters 57-64:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 388, characters 57-69:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 402, characters 41-50:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 405, characters 41-58:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 411, characters 41-50:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 424, characters 48-57:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 427, characters 48-65:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 433, characters 48-57:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 446, characters 51-60:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 449, characters 51-68:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 455, characters 51-60:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 468, characters 48-57:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 471, characters 48-65:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 477, characters 48-57:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 490, characters 49-58:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 493, characters 49-66:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 499, characters 49-58:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 512, characters 23-32:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 513, characters 23-40:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 521, characters 41-50:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 524, characters 41-58:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 542, characters 39-48:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 545, characters 39-56:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 561, characters 18-27:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 562, characters 18-35:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 572, characters 39-59:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 576, characters 39-51:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 577, characters 39-46:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 578, characters 39-51:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 595, characters 38-58:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 599, characters 38-50:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 600, characters 38-45:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 601, characters 38-50:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 618, characters 37-57:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 622, characters 37-49:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 623, characters 37-44:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 624, characters 37-49:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 639, characters 18-38:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 643, characters 18-30:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 644, characters 18-25:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 645, characters 18-30:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 659, characters 44-53:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 662, characters 44-61:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 680, characters 38-47:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 683, characters 38-55:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 684, characters 38-49:
- Warning: the tag "pkg_cstruct" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 690, characters 38-50:
- Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 701, characters 29-40:
- Warning: the tag "pkg_cstruct" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 702, characters 29-41:
- Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 708, characters 26-41:
- Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 709, characters 26-45:
- Warning: the tag "pkg_js_of_ocaml.ppx" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 710, characters 26-33:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 720, characters 23-38:
- Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 721, characters 23-42:
- Warning: the tag "pkg_js_of_ocaml.ppx" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 725, characters 45-54:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 728, characters 45-62:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 744, characters 29-38:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 747, characters 29-46:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 767, characters 41-61:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 771, characters 41-53:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 772, characters 41-48:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 773, characters 41-53:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 789, characters 41-61:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 793, characters 41-53:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 794, characters 41-48:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 795, characters 41-53:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 809, characters 27-47:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 813, characters 27-39:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 814, characters 27-34:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 815, characters 27-39:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 831, characters 38-58:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 835, characters 38-50:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 836, characters 38-45:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 837, characters 38-50:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 839, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 854, characters 23-43:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 858, characters 23-35:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 859, characters 23-30:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 860, characters 23-35:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 862, characters 23-32:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/s.ml > lib/s.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/code.mli > lib/code.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/header.mli > lib/header.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/accept.mli > lib/accept.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/accept_types.ml > lib/accept_types.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_types.cmo lib/accept_types.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/auth.mli > lib/auth.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/link.mli > lib/link.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/transfer.mli > lib/transfer.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept.cmi lib/accept.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/auth.cmi lib/auth.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/link.cmi lib/link.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer.cmi lib/transfer.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/code.cmi lib/code.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header.cmi lib/header.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/code.ml > lib/code.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/header.ml > lib/header.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/conf.mli > lib/conf.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/conf.cmi lib/conf.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/cookie.mli > lib/cookie.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/cookie.cmi lib/cookie.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/cookie.ml > lib/cookie.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/request.mli > lib/request.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/s.cmo lib/s.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/request.cmi lib/request.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/request.ml > lib/request.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/header_io.mli > lib/header_io.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/transfer_io.mli > lib/transfer_io.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header_io.cmi lib/header_io.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer_io.cmi lib/transfer_io.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/response.mli > lib/response.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/response.cmi lib/response.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/response.ml > lib/response.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/transfer.ml > lib/transfer.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/accept.ml > lib/accept.ml.depends
- /home/opam/.opam/4.06/bin/ocamllex.opt -q lib/accept_lexer.mll
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/accept_lexer.ml > lib/accept_lexer.ml.depends
- /home/opam/.opam/4.06/bin/ocamlyacc lib/accept_parser.mly
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/accept_parser.mli > lib/accept_parser.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_parser.cmi lib/accept_parser.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_lexer.cmo lib/accept_lexer.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/accept_parser.ml > lib/accept_parser.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/link.ml > lib/link.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/auth.ml > lib/auth.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/header_io.ml > lib/header_io.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/transfer_io.ml > lib/transfer_io.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/connection.mli > lib/connection.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/connection.cmi lib/connection.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/connection.ml > lib/connection.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/body.mli > lib/body.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/body.cmi lib/body.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/body.ml > lib/body.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/string_io.mli > lib/string_io.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/string_io.cmi lib/string_io.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/string_io.ml > lib/string_io.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -modules lib/conf.ml > lib/conf.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/code.cmo lib/code.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header.cmo lib/header.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header.cmo lib/header.ml
- File "lib/header.ml", line 26, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/header.ml", line 168, characters 11-22:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
- File "lib/header.ml", line 174, characters 24-34:
- Warning 3: deprecated: Re.get_ofs
- Use Group.offset
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/cookie.cmo lib/cookie.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/cookie.cmo lib/cookie.ml
- File "lib/cookie.ml", line 89, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/cookie.ml", line 104, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/cookie.ml", line 118, characters 18-22:
- 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 8.5)
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/request.cmo lib/request.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/response.cmo lib/response.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer.cmo lib/transfer.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept.cmo lib/accept.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_parser.cmo lib/accept_parser.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_parser.cmo lib/accept_parser.ml
- File "lib/accept_parser.mly", line 46, characters 17-34:
- 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 8.5)
- File "lib/accept_parser.mly", line 59, characters 31-47:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 62, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 62, characters 46-62:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 71, characters 35-51:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 80, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 97, characters 48-64:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/link.cmo lib/link.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/auth.cmo lib/auth.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header_io.cmo lib/header_io.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header_io.cmo lib/header_io.ml
- File "lib/header_io.ml", line 39, characters 27-43:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer_io.cmo lib/transfer_io.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/connection.cmo lib/connection.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/body.cmo lib/body.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/string_io.cmo lib/string_io.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/conf.cmo lib/conf.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/code.cmo lib/accept_types.cmo lib/accept_parser.cmo lib/accept_lexer.cmo lib/accept.cmo lib/auth.cmo lib/conf.cmo lib/link.cmo lib/transfer.cmo lib/header.cmo lib/s.cmo lib/cookie.cmo lib/transfer_io.cmo lib/header_io.cmo lib/request.cmo lib/response.cmo lib/connection.cmo lib/body.cmo lib/string_io.cmo -o lib/cohttp.cmo
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I lib lib/cohttp.cmo -o lib/cohttp.cma
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept_types.cmx lib/accept_types.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept_parser.cmx lib/accept_parser.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept_parser.cmx lib/accept_parser.ml
- File "lib/accept_parser.mly", line 46, characters 17-34:
- 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 8.5)
- File "lib/accept_parser.mly", line 59, characters 31-47:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 62, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 62, characters 46-62:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 71, characters 35-51:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 80, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/accept_parser.mly", line 97, characters 48-64:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept_lexer.cmx lib/accept_lexer.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept.cmx lib/accept.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/auth.cmx lib/auth.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/conf.cmx lib/conf.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/link.cmx lib/link.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/transfer.cmx lib/transfer.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/code.cmx lib/code.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/header.cmx lib/header.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/header.cmx lib/header.ml
- File "lib/header.ml", line 26, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/header.ml", line 168, characters 11-22:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
- File "lib/header.ml", line 174, characters 24-34:
- Warning 3: deprecated: Re.get_ofs
- Use Group.offset
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/s.cmx lib/s.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/transfer_io.cmx lib/transfer_io.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/header_io.cmx lib/header_io.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/header_io.cmx lib/header_io.ml
- File "lib/header_io.ml", line 39, characters 27-43:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/cookie.cmx lib/cookie.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/cookie.cmx lib/cookie.ml
- File "lib/cookie.ml", line 89, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/cookie.ml", line 104, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/cookie.ml", line 118, characters 18-22:
- 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 8.5)
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/request.cmx lib/request.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/response.cmx lib/response.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/connection.cmx lib/connection.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/body.cmx lib/body.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/string_io.cmx lib/string_io.ml
- touch lib/cohttp.mli  ; if  /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/accept_types.cmx lib/accept_parser.cmx lib/accept_lexer.cmx lib/accept.cmx lib/auth.cmx lib/code.cmx lib/conf.cmx lib/link.cmx lib/transfer.cmx lib/header.cmx lib/s.cmx lib/cookie.cmx lib/transfer_io.cmx lib/header_io.cmx lib/request.cmx lib/response.cmx lib/connection.cmx lib/body.cmx lib/string_io.cmx -o lib/cohttp.cmx  ; then  rm -f lib/cohttp.mli  ; else  rm -f lib/cohttp.mli  ; exit 1; fi
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I lib lib/cohttp.cmx -o lib/cohttp.cmxa
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I lib lib/cohttp.cmxa lib/cohttp.cmx -o lib/cohttp.cmxs
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules top/cohttp_top.ml > top/cohttp_top.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package compiler-libs.toplevel -w @5@8@10@11@12@14@23@24@26@29 -I top -o top/cohttp_top.cmo top/cohttp_top.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -strict-sequence -package compiler-libs.toplevel -w @5@8@10@11@12@14@23@24@26@29 -I top -o top/cohttp_top.cmo top/cohttp_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I top top/cohttp_top.cmo -o top/cohttp_top.cma
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package compiler-libs.toplevel -w @5@8@10@11@12@14@23@24@26@29 -I top -o top/cohttp_top.cmx top/cohttp_top.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -strict-sequence -package compiler-libs.toplevel -w @5@8@10@11@12@14@23@24@26@29 -I top -o top/cohttp_top.cmx top/cohttp_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/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
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I top top/cohttp_top.cmx -o top/cohttp_top.cmxa
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I top top/cohttp_top.cmxa top/cohttp_top.cmx -o top/cohttp_top.cmxs
- ./setup.bin -test
- W: Tests are turned off, consider enabling with 'ocaml setup.ml -configure --enable-tests'
- ./setup.bin -doc
- File "_tags", line 52, characters 26-35:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 68, characters 23-30:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 80, characters 18-38:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 84, characters 18-30:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 85, characters 18-25:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 86, characters 18-30:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 102, characters 17-32:
- Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 103, characters 17-36:
- Warning: the tag "pkg_js_of_ocaml.ppx" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 104, characters 17-24:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 115, characters 20-29:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 118, characters 20-37:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 137, characters 35-55:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 141, characters 35-47:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 142, characters 35-42:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 143, characters 35-47:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 145, characters 35-44:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 159, characters 32-41:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 162, characters 32-49:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 168, characters 32-41:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 183, characters 38-58:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 187, characters 38-50:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 188, characters 38-45:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 189, characters 38-50:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 191, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 207, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 217, characters 38-50:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 221, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 231, characters 39-51:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 235, characters 39-48:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 245, characters 39-51:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 248, characters 39-59:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 252, characters 39-51:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 253, characters 39-46:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 254, characters 39-51:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 256, characters 39-48:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 267, characters 23-35:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 272, characters 46-66:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 276, characters 46-58:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 277, characters 46-53:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 278, characters 46-58:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 294, characters 57-77:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 298, characters 57-69:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 299, characters 57-64:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 300, characters 57-69:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 316, characters 50-70:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 320, characters 50-62:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 321, characters 50-57:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 322, characters 50-62:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 338, characters 46-66:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 342, characters 46-58:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 343, characters 46-53:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 344, characters 46-58:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 360, characters 49-69:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 364, characters 49-61:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 365, characters 49-56:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 366, characters 49-61:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 382, characters 57-77:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 386, characters 57-69:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 387, characters 57-64:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 388, characters 57-69:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 402, characters 41-50:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 405, characters 41-58:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 411, characters 41-50:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 424, characters 48-57:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 427, characters 48-65:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 433, characters 48-57:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 446, characters 51-60:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 449, characters 51-68:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 455, characters 51-60:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 468, characters 48-57:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 471, characters 48-65:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 477, characters 48-57:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 490, characters 49-58:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 493, characters 49-66:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 499, characters 49-58:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 512, characters 23-32:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 513, characters 23-40:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 521, characters 41-50:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 524, characters 41-58:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 542, characters 39-48:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 545, characters 39-56:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 561, characters 18-27:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 562, characters 18-35:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 572, characters 39-59:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 576, characters 39-51:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 577, characters 39-46:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 578, characters 39-51:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 595, characters 38-58:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 599, characters 38-50:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 600, characters 38-45:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 601, characters 38-50:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 618, characters 37-57:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 622, characters 37-49:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 623, characters 37-44:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 624, characters 37-49:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 639, characters 18-38:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 643, characters 18-30:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 644, characters 18-25:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 645, characters 18-30:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 659, characters 44-53:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 662, characters 44-61:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 680, characters 38-47:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 683, characters 38-55:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 684, characters 38-49:
- Warning: the tag "pkg_cstruct" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 690, characters 38-50:
- Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 701, characters 29-40:
- Warning: the tag "pkg_cstruct" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 702, characters 29-41:
- Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 708, characters 26-41:
- Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 709, characters 26-45:
- Warning: the tag "pkg_js_of_ocaml.ppx" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 710, characters 26-33:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 720, characters 23-38:
- Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 721, characters 23-42:
- Warning: the tag "pkg_js_of_ocaml.ppx" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 725, characters 45-54:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 728, characters 45-62:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 744, characters 29-38:
- Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 747, characters 29-46:
- Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 767, characters 41-61:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 771, characters 41-53:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 772, characters 41-48:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 773, characters 41-53:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 789, characters 41-61:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 793, characters 41-53:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 794, characters 41-48:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 795, characters 41-53:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 809, characters 27-47:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 813, characters 27-39:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 814, characters 27-34:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 815, characters 27-39:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 831, characters 38-58:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 835, characters 38-50:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 836, characters 38-45:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 837, characters 38-50:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 839, characters 38-47:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 854, characters 23-43:
- Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 858, characters 23-35:
- Warning: the tag "pkg_logs.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 859, characters 23-30:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 860, characters 23-35:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 862, characters 23-32:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/s.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/s.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/s.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/s.ml
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Element None not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/code.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/code.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/code.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/code.mli
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/header.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/header.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/header.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/header.mli
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/cookie.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/cookie.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/cookie.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/cookie.mli
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/request.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/request.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/request.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/request.mli
- Warning: Module type S.Http_io not found
- Warning: Module type S.Http_io not found
- Warning: Module or module type S.Request not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/response.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/response.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/response.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/response.mli
- Warning: Module type S.Http_io not found
- Warning: Module type S.Http_io not found
- Warning: Module or module type S.Response not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/transfer.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/transfer.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/transfer.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/transfer.mli
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/accept.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/accept.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/accept.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/accept.mli
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/accept_parser.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/accept_parser.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/accept_lexer.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/accept_lexer.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/accept_types.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/accept_types.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/accept_types.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/accept_types.ml
- Warning: Element Accept not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/link.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/link.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/link.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/link.mli
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/auth.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/auth.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/auth.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/auth.mli
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Element Header.add_authorization_req not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/header_io.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/header_io.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/transfer_io.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/transfer_io.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/connection.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/connection.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/connection.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/connection.mli
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/body.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/body.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/body.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/body.mli
- Warning: Module or module type S.Body not found
- Warning: Module or module type ?? not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/string_io.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/string_io.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/string_io.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/string_io.mli
- Warning: Module type S.IO not found
- Warning: Module type S.IO not found
- Warning: Element Buffer.t not found
- Warning: Element Buffer.t not found
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/conf.odoc -package base64 -package bytes -package fieldslib -package ppx_fields_conv -package ppx_sexp_conv -package re.emacs -package sexplib -package stringext -package uri -I lib lib/conf.mli
- rm -rf lib/cohttp.docdir
- mkdir -p lib/cohttp.docdir
- /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -load lib/s.odoc -load lib/code.odoc -load lib/header.odoc -load lib/cookie.odoc -load lib/request.odoc -load lib/response.odoc -load lib/transfer.odoc -load lib/accept.odoc -load lib/accept_parser.odoc -load lib/accept_lexer.odoc -load lib/accept_types.odoc -load lib/link.odoc -load lib/auth.odoc -load lib/header_io.odoc -load lib/transfer_io.odoc -load lib/connection.odoc -load lib/body.odoc -load lib/string_io.odoc -load lib/conf.odoc -html -d lib/cohttp.docdir
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -load lib/s.odoc -load lib/code.odoc -load lib/header.odoc -load lib/cookie.odoc -load lib/request.odoc -load lib/response.odoc -load lib/transfer.odoc -load lib/accept.odoc -load lib/accept_parser.odoc -load lib/accept_lexer.odoc -load lib/accept_types.odoc -load lib/link.odoc -load lib/auth.odoc -load lib/header_io.odoc -load lib/transfer_io.odoc -load lib/connection.odoc -load lib/body.odoc -load lib/string_io.odoc -load lib/conf.odoc -html -d lib/cohttp.docdir
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Module or module type ?? not found
- Warning: Element None not found
- Warning: Element Buffer.t not found
- Warning: Element Buffer.t not found
-> compiled  cohttp.0.22.0
Processing 139/141: [cohttp: make install]
+ /usr/bin/make "PREFIX=/home/opam/.opam/4.06" "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/cohttp.0.22.0)
- ./setup.bin -install
- W: Cannot find source header for module library in Accept_parser cohttp
- W: Cannot find source header for module library in Accept_lexer cohttp
- Installed /home/opam/.opam/4.06/lib/cohttp/s.ml
- Installed /home/opam/.opam/4.06/lib/cohttp/code.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/header.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/cookie.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/request.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/response.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/accept.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_types.ml
- Installed /home/opam/.opam/4.06/lib/cohttp/link.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/auth.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/header_io.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer_io.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/connection.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/body.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/string_io.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/conf.mli
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp.cmi
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp.cma
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp.cmxa
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp.a
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp.cmxs
- Installed /home/opam/.opam/4.06/lib/cohttp/conf.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/conf.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/conf.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/string_io.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/string_io.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/string_io.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/body.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/body.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/body.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/connection.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/connection.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/connection.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer_io.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer_io.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer_io.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/header_io.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/header_io.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/header_io.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/auth.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/auth.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/auth.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/link.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/link.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/link.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_types.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_types.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_lexer.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_lexer.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_parser.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_parser.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/accept_parser.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/accept.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/accept.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/accept.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/transfer.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/response.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/response.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/response.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/request.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/request.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/request.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/cookie.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/cookie.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/cookie.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/header.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/header.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/header.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/code.cmti
- Installed /home/opam/.opam/4.06/lib/cohttp/code.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/code.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/s.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/s.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp.cmx
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.ml
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.cma
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.cmxa
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.a
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.cmxs
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.cmi
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.cmt
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.annot
- Installed /home/opam/.opam/4.06/lib/cohttp/cohttp_top.cmx
- Installed /home/opam/.opam/4.06/lib/cohttp/META
-> installed cohttp.0.22.0
Processing 140/141: [websocket: ocaml]
+ /home/opam/.opam/4.06/bin/ocaml "pkg/build.ml" "native=true" "native-dynlink=true" "lwt=false" "async=false" "async_ssl=false" "nocrypto=false" "cryptokit=false" "test=false" (CWD=/home/opam/.opam/4.06/.opam-switch/build/websocket.2.3)
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- cppo -o lib/rng.ml lib/rng.cppo.ml
- ocamlfind ocamldep -package base64 -modules lib/rng.ml > lib/rng.ml.depends
- cppo -o lib/rng.mli lib/rng.cppo.mli
- ocamlfind ocamldep -package base64 -modules lib/rng.mli > lib/rng.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -package base64 -I lib -I tests -o lib/rng.cmi lib/rng.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -package base64 -I lib -I tests -o lib/rng.cmx lib/rng.ml
- ocamlfind ocamlopt -a -I lib lib/rng.cmx -o lib/rng.cmxa
- ocamlfind ocamlc -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -package base64 -I lib -I tests -o lib/rng.cmo lib/rng.ml
- ocamlfind ocamlc -a -I lib lib/rng.cmo -o lib/rng.cma
- ocamlfind ocamlopt -shared -linkall -I lib lib/rng.cmxa -o lib/rng.cmxs
- ocamlfind ocamldep -package containers -package cohttp -package astring -package ppx_deriving.std -package ocplib-endian -modules lib/websocket.ml > lib/websocket.ml.depends
- ocamlfind ocamldep -modules lib/sha1.ml > lib/sha1.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -I lib -I tests -o lib/sha1.cmo lib/sha1.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package containers -package cohttp -package astring -package ppx_deriving.std -package ocplib-endian -w -40 -warn-error A-26-39-32-27-45-52-58 -I lib -I tests -o lib/websocket.cmo lib/websocket.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package containers -package cohttp -package astring -package ppx_deriving.std -package ocplib-endian -w -40 -warn-error A-26-39-32-27-45-52-58 -I lib -I tests -o lib/websocket.cmo lib/websocket.ml
- File "lib/websocket.ml", line 178, characters 50-63:
- Error (warning 3): deprecated: module CCOpt
- use CCOption instead
- File "lib/websocket.ml", line 178, characters 50-63:
- Error (warning 3): deprecated: CCOpt.get_exn
- use CCOption.get_exn_or instead
- File "lib/websocket.ml", line 188, characters 26-39:
- Error (warning 3): deprecated: module CCOpt
- use CCOption instead
- File "lib/websocket.ml", line 188, characters 26-39:
- Error (warning 3): deprecated: CCOpt.get_exn
- use CCOption.get_exn_or instead
- Command exited with code 2.
[ERROR] The compilation of websocket.2.3 failed at "ocaml pkg/build.ml native=true native-dynlink=true lwt=false async=false async_ssl=false nocrypto=false cryptokit=false test=false".

#=== ERROR while compiling websocket.2.3 ======================================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///src
# path                 ~/.opam/4.06/.opam-switch/build/websocket.2.3
# command              ~/.opam/4.06/bin/ocaml pkg/build.ml native=true native-dynlink=true lwt=false async=false async_ssl=false nocrypto=false cryptokit=false test=false
# exit-code            10
# env-file             ~/.opam/log/websocket-113-f1ec7a.env
# output-file          ~/.opam/log/websocket-113-f1ec7a.out
### output ###
# ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# cppo -o lib/rng.ml lib/rng.cppo.ml
# ocamlfind ocamldep -package base64 -modules lib/rng.ml > lib/rng.ml.depends
# cppo -o lib/rng.mli lib/rng.cppo.mli
# ocamlfind ocamldep -package base64 -modules lib/rng.mli > lib/rng.mli.depends
# ocamlfind ocamlc -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -package base64 -I lib -I tests -o lib/rng.cmi lib/rng.mli
# ocamlfind ocamlopt -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -package base64 -I lib -I tests -o lib/rng.cmx lib/rng.ml
# ocamlfind ocamlopt -a -I lib lib/rng.cmx -o lib/rng.cmxa
# ocamlfind ocamlc -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -package base64 -I lib -I tests -o lib/rng.cmo lib/rng.ml
# ocamlfind ocamlc -a -I lib lib/rng.cmo -o lib/rng.cma
# ocamlfind ocamlopt -shared -linkall -I lib lib/rng.cmxa -o lib/rng.cmxs
# ocamlfind ocamldep -package containers -package cohttp -package astring -package ppx_deriving.std -package ocplib-endian -modules lib/websocket.ml > lib/websocket.ml.depends
# ocamlfind ocamldep -modules lib/sha1.ml > lib/sha1.ml.depends
# ocamlfind ocamlc -c -g -bin-annot -safe-string -w -40 -warn-error A-26-39-32-27-45-52-58 -I lib -I tests -o lib/sha1.cmo lib/sha1.ml
# ocamlfind ocamlc -c -g -bin-annot -safe-string -package containers -package cohttp -package astring -package ppx_deriving.std -package ocplib-endian -w -40 -warn-error A-26-39-32-27-45-52-58 -I lib -I tests -o lib/websocket.cmo lib/websocket.ml
# + ocamlfind ocamlc -c -g -bin-annot -safe-string -package containers -package cohttp -package astring -package ppx_deriving.std -package ocplib-endian -w -40 -warn-error A-26-39-32-27-45-52-58 -I lib -I tests -o lib/websocket.cmo lib/websocket.ml
# File "lib/websocket.ml", line 178, characters 50-63:
# Error (warning 3): deprecated: module CCOpt
# use CCOption instead
# File "lib/websocket.ml", line 178, characters 50-63:
# Error (warning 3): deprecated: CCOpt.get_exn
# use CCOption.get_exn_or instead
# File "lib/websocket.ml", line 188, characters 26-39:
# Error (warning 3): deprecated: module CCOpt
# use CCOption instead
# File "lib/websocket.ml", line 188, characters 26-39:
# Error (warning 3): deprecated: CCOpt.get_exn
# use CCOption.get_exn_or instead
# Command exited with code 2.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build websocket 2.3
+- 
+- The following changes have been performed
| - install astring                 0.8.5
| - install base                    v0.9.4
| - install base-bytes              base
| - install base64                  2.3.0
| - install cmdliner                1.0.4
| - install cohttp                  0.22.0
| - install conduit                 0.15.4
| - install containers              3.12
| - install cppo                    1.6.9
| - install cppo_ocamlbuild         1.6.9
| - install csexp                   1.5.2
| - install dune-configurator       3.13.0
| - install either                  1.0.0
| - install fieldslib               v0.9.0
| - install fmt                     0.8.9
| - install ipaddr                  2.9.0
| - install jbuilder                1.0+beta20.2
| - install logs                    0.7.0
| - install magic-mime              1.3.1
| - install num                     1.5
| - install ocaml-compiler-libs     v0.9.0
| - install ocaml-migrate-parsetree 1.8.0
| - install ocamlbuild              0.14.3
| - install ocplib-endian           1.2
| - install ppx_ast                 v0.9.2
| - install ppx_core                v0.9.3
| - install ppx_derivers            1.2.1
| - install ppx_deriving            4.5-1
| - install ppx_driver              v0.9.2
| - install ppx_fields_conv         v0.9.0
| - install ppx_metaquot            v0.9.0
| - install ppx_optcomp             v0.9.0
| - install ppx_sexp_conv           v0.9.0
| - install ppx_tools               5.1+4.06.0
| - install ppx_traverse_builtins   v0.9.0
| - install ppx_type_conv           v0.9.1
| - install ppxfind                 1.4
| - install re                      1.11.0
| - install result                  1.5
| - install seq                     0.3.1
| - install sexplib                 v0.9.3
| - install stdio                   v0.9.1
| - install stdlib-shims            0.3.0
| - install stringext               1.6.0
| - install topkg                   1.0.7
| - install uri                     1.9.7
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.06/.opam-switch/backup/state-20240129183041.export"
'opam --cli=2.1 install websocket.2.3 uri.1.9.7 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.9.1 sexplib.v0.9.3 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.v0.9.1 ppx_traverse_builtins.v0.9.0 ppx_tools.5.1+4.06.0 ppx_sexp_conv.v0.9.0 ppx_optcomp.v0.9.0 ppx_metaquot.v0.9.0 ppx_fields_conv.v0.9.0 ppx_driver.v0.9.2 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.v0.9.3 ppx_ast.v0.9.2 ocplib-endian.1.2 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.9.0 num.1.5 magic-mime.1.3.1 logs.0.7.0 jbuilder.1.0+beta20.2 ipaddr.2.9.0 fmt.0.8.9 fieldslib.v0.9.0 either.1.0.0 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo_ocamlbuild.1.6.9 cppo.1.6.9 containers.3.12 conduit.0.15.4 cohttp.0.22.0 cmdliner.1.0.4 base64.2.3.0 base-bytes.base base.v0.9.4 astring.0.8.5 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-01-29 18:31.35 ---> saved as "80c911a38d68741508c62b2625bc69a5267dbae4ed7dc33b780771ba7b2f1f7f"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u websocket:3ecfb63dd8f3bfdfe51bf200185f324b"))
2024-01-29 18:31.37 ---> saved as "9833ab545ba3542624ed03cf3fb57edde7c1db3e9a5254c7c0634aba433c9d22"

/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.524547') && (for DATA in prep/universes/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3,websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b,websocket.2.3; 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/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3,websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b,websocket.2.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3,websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b,websocket.2.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.524547
FAILED:websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b
prep/universes/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3/opam
prep/universes/3ecfb63dd8f3bfdfe51bf200185f324b/websocket/2.3/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b:f25b18b5f2211fd8137ad0aa29abb7af997574d6987d86782a86f9f4aff7466c
2024-01-29 18:31.39 ---> saved as "e9bebe25cc511ed825edb39824c6499ee0230f7fca0b12d43b539cd3000ecb76"
Job succeeded
2024-01-29 18:37.09: Failed: websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b
2024-01-29 18:37.09: websocket.2.3-3ecfb63dd8f3bfdfe51bf200185f324b -> f25b18b5f2211fd8137ad0aa29abb7af997574d6987d86782a86f9f4aff7466c
2024-01-29 18:37.09: Job succeeded