Build:
  1. 0
2024-01-29 15:19.02: New job: Voodoo prep webmachine.0.2.3; 430a8a8c1d5c1565d9111601b45e1e91
2024-01-29 15:19.02: Waiting for resource in pool OCluster
2024-01-29 18:38.12: Waiting for worker…
2024-01-29 18:38.33: Got resource from pool OCluster
2024-01-29 18:38.33: 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 webmachine.0.2.3 uri.1.9.7 topkg.1.0.7 stringext.1.6.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 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 fieldslib.v0.9.0 dune.3.13.0 dispatch.0.4.1 cppo.1.6.9 conduit.0.15.4 cohttp.0.20.2 cmdliner.1.0.4 base64.2.3.0 base-bytes.base base.v0.9.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u webmachine:430a8a8c1d5c1565d9111601b45e1e91"))
 (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.357399') && (for DATA in prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3,webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91,webmachine.0.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/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3,webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91,webmachine.0.2.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3,webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91,webmachine.0.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:38.33: RETRYING: 2024-01-29/151902-voodoo-prep-dcf7b5 Number of retries: 0 (retriable error condition)
Building on iphito.caelum.ci.dev
All commits already cached
Updating files:  84% (27496/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
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:33.26 ---> 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:33.26 ---> 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:33.26 ---> 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:33.26 ---> using "2b0b932ee7b62870d31460a4076a9a145392a1b703b48c9a8fea0b59d7b81111" from cache

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

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
2024-01-29 18:33.26 ---> 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:33.26 ---> using "c259c8a1f72a2c0174e1cea039a365ae5591c5b082a7448a70f9df4439e10407" from cache

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:33.27 ---> 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:33.27 ---> 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:33.27 ---> using "bcf32e15604fc0ffb99261e4098fd5a493caa5f253d038fb2631ea3393e764a8" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:33.27 ---> 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:33.27 ---> 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 webmachine.0.2.3 uri.1.9.7 topkg.1.0.7 stringext.1.6.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 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 fieldslib.v0.9.0 dune.3.13.0 dispatch.0.4.1 cppo.1.6.9 conduit.0.15.4 cohttp.0.20.2 cmdliner.1.0.4 base64.2.3.0 base-bytes.base base.v0.9.4 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 (804 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 webmachine.0.2.3 uri.1.9.7 topkg.1.0.7 stringext.1.6.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 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 fieldslib.v0.9.0 dune.3.13.0 dispatch.0.4.1 cppo.1.6.9 conduit.0.15.4 cohttp.0.20.2 cmdliner.1.0.4 base64.2.3.0 base-bytes.base base.v0.9.4" 

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 cmdliner                1.0.4
  - install seq                     0.3.1
  - install stringext               1.6.0
  - install jbuilder                1.0+beta20.2
  - install result                  1.5
  - install topkg                   1.0.7
  - 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 dispatch                0.4.1
  - install logs                    0.7.0
  - install base                    v0.9.4
  - install ppxfind                 1.4
  - install ppx_ast                 v0.9.2
  - 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.20.2
  - install webmachine              0.2.3
===== 39 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/117:
Processing  2/117:
Processing  3/117:
Processing  4/117:
Processing  5/117:
-> installed base-bytes.base
Processing  6/117:
-> retrieved base.v0.9.4  (cached)
Processing  7/117: [cohttp.0.20.2: http]
-> retrieved base64.2.3.0  (cached)
Processing  8/117: [cohttp.0.20.2: http]
Processing  9/117: [cohttp.0.20.2: http] [base64: dune subst]
-> retrieved cmdliner.1.0.4  (cached)
Processing 10/117: [cohttp.0.20.2: http] [base64: dune subst]
Processing 11/117: [cohttp.0.20.2: http] [base64: dune subst] [cmdliner: make all]
-> retrieved conduit.0.15.4  (cached)
Processing 12/117: [cohttp.0.20.2: http] [base64: dune subst] [cmdliner: make all]
Processing 12/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all]
-> retrieved cppo.1.6.9  (cached)
Processing 13/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all]
Processing 14/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved dispatch.0.4.1  (cached)
Processing 15/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved fieldslib.v0.9.0  (cached)
Processing 16/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved ipaddr.2.9.0  (cached)
Processing 17/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved logs.0.7.0  (cached)
Processing 18/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved magic-mime.1.3.1  (cached)
Processing 19/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build]
Processing 20/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build] [magic-mime: dune build]
-> retrieved num.1.5  (cached)
Processing 21/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build] [magic-mime: dune build]
Processing 22/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build] [magic-mime: dune build] [num: make opam-legacy]
-> retrieved ocaml-compiler-libs.v0.9.0  (cached)
Processing 23/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build] [magic-mime: dune build] [num: make opam-legacy]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 24/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build] [magic-mime: dune build] [num: make opam-legacy]
Processing 25/117: [cohttp.0.20.2: http] [base64: dune build] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> compiled  base64.2.3.0
Processing 25/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> installed base64.2.3.0
Processing 26/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 27/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 28/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy]
Processing 29/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
Processing 29/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
-> retrieved ppx_ast.v0.9.2  (cached)
Processing 30/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
-> retrieved ppx_core.v0.9.3  (cached)
Processing 31/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 32/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make]
Processing 33/117: [cohttp.0.20.2: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
- (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 33/117: [cohttp.0.20.2: http] [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 34/117: [cohttp.0.20.2: http] [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 35/117: [cohttp.0.20.2: http] [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 36/117: [cohttp.0.20.2: http] [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 37/117: [cohttp.0.20.2: http] [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 38/117: [cohttp.0.20.2: http] [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 39/117: [cohttp.0.20.2: http] [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 40/117: [cohttp.0.20.2: http] [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 41/117: [cohttp.0.20.2: http] [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 42/117: [cohttp.0.20.2: http] [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 43/117: [cohttp.0.20.2: http] [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 44/117: [cohttp.0.20.2: http] [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 45/117: [cohttp.0.20.2: http] [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 46/117: [cohttp.0.20.2: http] [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 46/117: [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 47/117: [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 48/117: [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 49/117: [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 cohttp.0.20.2  (https://github.com/mirage/ocaml-cohttp/archive/v0.20.2.tar.gz)
Processing 50/117: [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]
-> compiled  ppx_derivers.1.2.1
Processing 50/117: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> installed ppx_derivers.1.2.1
Processing 51/117: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> retrieved sexplib.v0.9.3  (cached)
Processing 52/117: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> retrieved stdio.v0.9.1  (cached)
Processing 53/117: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build]
-> retrieved stringext.1.6.0  (cached)
Processing 54/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build]
Processing 55/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build]
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.1.9.7  (cached)
-> compiled  result.1.5
Processing 55/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build]
-> installed result.1.5
Processing 56/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build]
Processing 57/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [dispatch: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build]
Processing 58/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [dispatch: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build]
-> compiled  seq.0.3.1
Processing 58/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [dispatch: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [stringext: dune build]
-> installed seq.0.3.1
Processing 59/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [dispatch: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [stringext: dune build]
Processing 60/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [dispatch: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [stringext: dune build]
-> compiled  stringext.1.6.0
Processing 60/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [dispatch: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> installed stringext.1.6.0
Processing 61/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [dispatch: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> compiled  dispatch.0.4.1
Processing 61/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> installed dispatch.0.4.1
Processing 62/117: [webmachine.0.2.3: http] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> compiled  cppo.1.6.9
Processing 62/117: [webmachine.0.2.3: http] [cmdliner: make all] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> installed cppo.1.6.9
Processing 63/117: [webmachine.0.2.3: http] [cmdliner: make all] [jbuilder: ocaml bootstrap.ml] [magic-mime: dune build] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> compiled  magic-mime.1.3.1
Processing 63/117: [webmachine.0.2.3: http] [cmdliner: make all] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> installed magic-mime.1.3.1
Processing 64/117: [webmachine.0.2.3: http] [cmdliner: make all] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
Processing 64/117: [cmdliner: make all] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> retrieved webmachine.0.2.3  (https://github.com/inhabitedtype/ocaml-webmachine/archive/0.2.3.tar.gz)
- 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 64/117: [cmdliner: make all] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build]
Processing 65/117: [cmdliner: make all] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [ppx_tools: make install]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 65/117: [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [ppx_tools: make install]
- /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/117: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: 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 65/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [ppx_tools: make install]
-> compiled  re.1.11.0
Processing 65/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [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 65/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 66/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [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 66/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [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 66/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed num.1.5
Processing 67/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed re.1.11.0
Processing 68/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
- 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 68/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build]
-> installed ocamlbuild.0.14.3
Processing 69/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build]
Processing 70/117: [jbuilder: ./boot.exe 255] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 70/117: [jbuilder: ./boot.exe 255] [topkg: ocaml build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 71/117: [jbuilder: ./boot.exe 255] [topkg: ocaml build]
Processing 72/117: [jbuilder: ./boot.exe 255] [ppxfind: dune build] [topkg: ocaml build]
-> compiled  ppxfind.1.4
Processing 72/117: [jbuilder: ./boot.exe 255] [topkg: ocaml build]
-> installed ppxfind.1.4
Processing 73/117: [jbuilder: ./boot.exe 255] [topkg: ocaml build]
[ppx_deriving: patch] applying fix_dune_3.patch
Processing 74/117: [jbuilder: ./boot.exe 255] [ppx_deriving: patch] [topkg: ocaml build]
Processing 74/117: [jbuilder: ./boot.exe 255] [ppx_deriving: dune build] [topkg: ocaml build]
-> compiled  jbuilder.1.0+beta20.2
Processing 74/117: [ppx_deriving: dune build] [topkg: ocaml build]
-> installed jbuilder.1.0+beta20.2
Processing 75/117: [ppx_deriving: dune build] [topkg: ocaml build]
Processing 76/117: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [topkg: ocaml build]
Processing 77/117: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_traverse_builtins: jbuilder build] [topkg: ocaml build]
Processing 78/117: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] [topkg: ocaml build]
-> compiled  ppx_traverse_builtins.v0.9.0
Processing 78/117: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [sexplib: jbuilder build] [topkg: ocaml build]
-> installed ppx_traverse_builtins.v0.9.0
Processing 79/117: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: 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 79/117: [ppx_deriving: dune build] [sexplib: jbuilder build] [topkg: ocaml build]
-> installed ocaml-compiler-libs.v0.9.0
Processing 80/117: [ppx_deriving: dune build] [sexplib: jbuilder build] [topkg: ocaml build]
Processing 81/117: [ppx_ast: jbuilder build] [ppx_deriving: 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 81/117: [ppx_ast: jbuilder build] [ppx_deriving: dune build] [sexplib: jbuilder build]
-> installed topkg.1.0.7
Processing 82/117: [ppx_ast: jbuilder build] [ppx_deriving: dune build] [sexplib: jbuilder build]
Processing 83/117: [logs: ocaml build] [ppx_ast: jbuilder build] [ppx_deriving: dune build] [sexplib: jbuilder build]
-> compiled  ppx_deriving.4.5-1
Processing 83/117: [logs: ocaml build] [ppx_ast: jbuilder build] [sexplib: jbuilder build]
-> installed ppx_deriving.4.5-1
Processing 84/117: [logs: ocaml build] [ppx_ast: jbuilder 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 84/117: [logs: ocaml build] [ppx_ast: jbuilder build]
-> installed sexplib.v0.9.3
Processing 85/117: [logs: ocaml build] [ppx_ast: jbuilder build]
Processing 86/117: [base: jbuilder build] [logs: ocaml build] [ppx_ast: jbuilder 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 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 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 86/117: [base: jbuilder build] [ppx_ast: jbuilder build]
-> installed logs.0.7.0
Processing 87/117: [base: jbuilder build] [ppx_ast: jbuilder build]
-> compiled  ppx_ast.v0.9.2
Processing 87/117: [base: jbuilder build]
-> installed ppx_ast.v0.9.2
Processing 88/117: [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 90/117: [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 92/117: [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 94/117: [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 96/117: [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 98/117: [fieldslib: jbuilder build]
Processing 99/117: [fieldslib: jbuilder build] [ppx_metaquot: jbuilder build]
-> compiled  fieldslib.v0.9.0
Processing 99/117: [ppx_metaquot: jbuilder build]
-> installed fieldslib.v0.9.0
Processing 100/117: [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 102/117: [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 104/117: [ppx_fields_conv: jbuilder build]
Processing 105/117: [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
-> compiled  ppx_fields_conv.v0.9.0
Processing 105/117: [ppx_sexp_conv: jbuilder build]
-> installed ppx_fields_conv.v0.9.0
Processing 106/117: [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 108/117: [ipaddr: dune build]
Processing 109/117: [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 109/117: [uri: jbuilder build]
-> installed ipaddr.2.9.0
Processing 110/117: [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 112/117: [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 112/117: [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 113/117: [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 114/117: [cohttp: make]
+ /usr/bin/make "PREFIX=/home/opam/.opam/4.06" (CWD=/home/opam/.opam/4.06/.opam-switch/build/cohttp.0.20.2)
- 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.20.2
- 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
- /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 43, characters 18-27:
- 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 59, 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 74, 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 75, 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 76, 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 91, 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 93, 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 94, 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 96, characters 18-27:
- 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 110, 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 113, 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 116, characters 20-29:
- 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 131, 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 133, 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 134, 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 136, 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 152, 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 162, 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 166, 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 176, 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 180, 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 190, 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 193, 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 195, 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 196, 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 198, 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 209, 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 214, 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 216, 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 217, 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 233, 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 235, 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 236, 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 252, 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 254, 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 255, 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 271, 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 273, 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 274, 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 290, 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 292, 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 293, 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 309, 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 311, 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 312, 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 326, 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 329, 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 332, 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 345, 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 348, 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 351, 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 364, 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 367, 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 370, 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 383, 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 386, 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 389, 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 402, 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 405, 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 408, 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 421, 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 422, 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 429, 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 432, 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 447, 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 450, 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 463, 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 464, 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 473, 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 475, 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 476, 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 493, 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 495, 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 496, 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 513, 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 515, 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 516, 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 531, 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 533, 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 534, 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 548, 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 551, 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 566, 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 569, 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 570, 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 573, 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 584, 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 585, 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 591, 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 592, 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 593, 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 603, 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 604, 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 608, 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 611, 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 624, 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 627, 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 644, 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 646, 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 647, 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 663, 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 665, 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 666, 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 680, 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 682, 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 683, 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 699, 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 701, 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 702, 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 704, 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 719, 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 721, 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 722, 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 724, 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.mli > lib/s.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/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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 ocamlc -c -g -annot -bin-annot -principal -strict-sequence -I lib -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.cmi lib/s.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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 163, characters 11-22:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
- File "lib/header.ml", line 169, 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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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.cmi 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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 163, characters 11-22:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
- File "lib/header.ml", line 169, 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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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 -principal -strict-sequence -I lib -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/code.cmx lib/accept_types.cmx lib/accept_parser.cmx lib/accept_lexer.cmx lib/accept.cmx lib/auth.cmx lib/conf.cmx lib/link.cmx lib/transfer.cmx lib/header.cmx lib/s.cmi 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 -principal -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 -principal -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 -principal -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 -principal -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
- + /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 "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- ./setup.bin -test
- W: Tests are turned off, consider enabling with 'ocaml setup.ml -configure --enable-tests'
- ./setup.bin -doc
- File "_tags", line 43, characters 18-27:
- 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 59, 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 74, 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 75, 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 76, 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 91, 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 93, 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 94, 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 96, characters 18-27:
- 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 110, 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 113, 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 116, characters 20-29:
- 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 131, 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 133, 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 134, 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 136, 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 152, 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 162, 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 166, 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 176, 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 180, 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 190, 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 193, 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 195, 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 196, 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 198, 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 209, 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 214, 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 216, 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 217, 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 233, 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 235, 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 236, 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 252, 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 254, 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 255, 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 271, 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 273, 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 274, 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 290, 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 292, 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 293, 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 309, 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 311, 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 312, 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 326, 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 329, 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 332, 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 345, 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 348, 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 351, 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 364, 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 367, 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 370, 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 383, 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 386, 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 389, 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 402, 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 405, 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 408, 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 421, 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 422, 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 429, 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 432, 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 447, 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 450, 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 463, 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 464, 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 473, 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 475, 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 476, 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 493, 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 495, 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 496, 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 513, 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 515, 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 516, 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 531, 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 533, 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 534, 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 548, 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 551, 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 566, 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 569, 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 570, 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 573, 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 584, 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 585, 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 591, 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 592, 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 593, 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 603, 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 604, 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 608, 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 611, 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 624, 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 627, 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 644, 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 646, 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 647, 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 663, 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 665, 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 666, 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 680, 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 682, 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 683, 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 699, 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 701, 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 702, 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 704, 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 719, 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 721, 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 722, 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 724, 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 -I lib -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.mli
- + /home/opam/.opam/4.06/bin/ocamlfind ocamldoc -dump lib/s.odoc -I lib -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.mli
- 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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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 -I lib -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.20.2
Processing 115/117: [cohttp: make install]
+ /usr/bin/make "PREFIX=/home/opam/.opam/4.06" "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/cohttp.0.20.2)
- ./setup.bin -install
- W: Cannot find source header for module Accept_parser in library cohttp
- W: Cannot find source header for module Accept_lexer in library cohttp
- Installed /home/opam/.opam/4.06/lib/cohttp/s.mli
- 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.cmti
- 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.20.2
Processing 116/117: [webmachine: ocaml setup.ml]
+ /home/opam/.opam/4.06/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.06" (CWD=/home/opam/.opam/4.06/.opam-switch/build/webmachine.0.2.3)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- 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: ........................................ webmachine
- Package version: ..................................... 0.2.3
- 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 the example programs: .......................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_cohttp: .......................................... /home/opam/.opam/4.06/lib/cohttp
- pkg_dispatch: ........................................ /home/opam/.opam/4.06/lib/dispatch
- pkg_re: .............................................. /home/opam/.opam/4.06/lib/re
- pkg_re_str: .......................................... /home/opam/.opam/4.06/lib/re/str
- ocamldoc: ............................................ /home/opam/.opam/4.06/bin/ocamldoc
- 
+ /home/opam/.opam/4.06/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.06/.opam-switch/build/webmachine.0.2.3)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.06/lib/ocamlbuild /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package re.str -package re -package dispatch -package cohttp -modules lib/webmachine.mli > lib/webmachine.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package re.str -package re -package dispatch -package cohttp -I lib -o lib/webmachine.cmi lib/webmachine.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package re.str -package re -package dispatch -package cohttp -modules lib/webmachine.ml > lib/webmachine.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package re.str -package re -package dispatch -package cohttp -modules lib/wm_util.ml > lib/wm_util.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package re.str -package re -package dispatch -package cohttp -I lib -o lib/wm_util.cmo lib/wm_util.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package re.str -package re -package dispatch -package cohttp -I lib -o lib/wm_util.cmo lib/wm_util.ml
- File "lib/wm_util.ml", line 99, characters 12-18:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package re.str -package re -package dispatch -package cohttp -I lib -o lib/webmachine.cmo lib/webmachine.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I lib lib/wm_util.cmo lib/webmachine.cmo -o lib/webmachine.cma
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package re.str -package re -package dispatch -package cohttp -I lib -o lib/wm_util.cmx lib/wm_util.ml
- + /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package re.str -package re -package dispatch -package cohttp -I lib -o lib/wm_util.cmx lib/wm_util.ml
- File "lib/wm_util.ml", line 99, characters 12-18:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package re.str -package re -package dispatch -package cohttp -I lib -o lib/webmachine.cmx lib/webmachine.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I lib lib/wm_util.cmx lib/webmachine.cmx -o lib/webmachine.cmxa
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I lib lib/webmachine.cmxa lib/wm_util.cmx lib/webmachine.cmx -o lib/webmachine.cmxs
- + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.06/lib/ocamlbuild /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  webmachine.0.2.3
Processing 117/117: [webmachine: ocaml setup.ml]
+ /home/opam/.opam/4.06/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/webmachine.0.2.3)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.mli
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.cma
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.cmxa
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.a
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.cmxs
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.cmi
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.cmti
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.cmt
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.annot
- Installed /home/opam/.opam/4.06/lib/webmachine/wm_util.cmx
- Installed /home/opam/.opam/4.06/lib/webmachine/webmachine.cmx
- Installed /home/opam/.opam/4.06/lib/webmachine/META
-> installed webmachine.0.2.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:35.22 ---> saved as "a4ac108bfdf88ec4591e94a4ba682e679b133aedc4eb2374e2e5f3626dbe573d"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u webmachine:430a8a8c1d5c1565d9111601b45e1e91"))
2024-01-29 18:35.23 ---> saved as "e766318d6356f5df33b1ece3e8699796ddc8115a24c5ceaae29242db584e3071"

/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.357399') && (for DATA in prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3,webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91,webmachine.0.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/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3,webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91,webmachine.0.2.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3,webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91,webmachine.0.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.357399
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/lib/
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/lib/webmachine/
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/lib/webmachine/webmachine.ocamlobjinfo
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/lib/webmachine/META
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/lib/webmachine/webmachine.cmi
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/lib/webmachine/webmachine.cmt
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/lib/webmachine/webmachine.cmti
prep/universes/430a8a8c1d5c1565d9111601b45e1e91/webmachine/0.2.3/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91:9062b1348c3eeaf150a790a5fdb882327877e550a246a67175a921c2b393de29
2024-01-29 18:35.24 ---> saved as "48eb1e30642356d8249ae75263034b0c42eb6aa618748b69083c53fe730a8fb1"
Job succeeded
2024-01-29 18:40.49: webmachine.0.2.3-430a8a8c1d5c1565d9111601b45e1e91 -> 9062b1348c3eeaf150a790a5fdb882327877e550a246a67175a921c2b393de29
2024-01-29 18:40.49: Job succeeded