Organisationsmirageocaml-cohttpc29f93 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-06-30 13:59.47: New job: test mirage/ocaml-cohttp https://github.com/mirage/ocaml-cohttp.git#refs/pull/1035/head (c29f936c9132cbe09b1dec85f61847bbada53f31) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-cohttp.git" && cd "ocaml-cohttp" && git fetch origin "refs/pull/1035/head" && git reset --hard c29f936c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609
# debian-12-4.08_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 4c9a9ba1d971c3e426452362e36a65682377aab6 || git fetch origin master) && git reset -q --hard 4c9a9ba1d971c3e426452362e36a65682377aab6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cohttp.opam cohttp-top.opam cohttp-mirage.opam cohttp-lwt.opam cohttp-lwt-unix.opam cohttp-lwt-jsoo.opam cohttp-async.opam ./
RUN opam pin add -yn cohttp.dev './' && \
    opam pin add -yn cohttp-top.dev './' && \
    opam pin add -yn cohttp-mirage.dev './' && \
    opam pin add -yn cohttp-lwt.dev './' && \
    opam pin add -yn cohttp-lwt-unix.dev './' && \
    opam pin add -yn cohttp-lwt-jsoo.dev './' && \
    opam pin add -yn cohttp-async.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 arp.3.1.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 cmdliner.1.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conduit-mirage.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dns.8.0.0 dns-client.8.0.0 dns-client-mirage.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 ethernet.3.2.0 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 happy-eyeballs.1.1.0 happy-eyeballs-mirage.1.1.0 hkdf.1.0.4 io-page.3.0.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 js_of_ocaml-lwt.5.8.2 js_of_ocaml-ppx.5.8.2 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 lwt_ppx.2.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 metrics.0.4.1 mirage-channel.4.1.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-flow.4.0.2 mirage-flow-combinators.4.0.2 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 mtime.2.0.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rresult.0.7.0 sedlex.2.5 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 tcpip.8.1.0 tls.0.17.5 tls-mirage.0.17.5 topkg.1.0.7 uchar.0.0.2 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 vchan.6.0.2 x509.0.16.5 xenstore.2.3.0 xenstore_transport.1.3.0 yojson.2.2.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cohttp.dev cohttp-top.dev cohttp-mirage.dev cohttp-lwt.dev cohttp-lwt-unix.dev cohttp-lwt-jsoo.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=cohttp,cohttp-top,cohttp-mirage,cohttp-lwt,cohttp-lwt-unix,cohttp-lwt-jsoo @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-06-30 13:59.47: Using cache hint "mirage/ocaml-cohttp-ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609-debian-12-4.08_opam-2.1-09f0427cb838101ebbb1e2799d5dd78b"
2024-06-30 13:59.47: Using OBuilder spec:
((from ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609)
 (comment debian-12-4.08_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 4c9a9ba1d971c3e426452362e36a65682377aab6 || git fetch origin master) && git reset -q --hard 4c9a9ba1d971c3e426452362e36a65682377aab6 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cohttp.opam cohttp-top.opam cohttp-mirage.opam cohttp-lwt.opam cohttp-lwt-unix.opam cohttp-lwt-jsoo.opam cohttp-async.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn cohttp.dev './' && \
             \nopam pin add -yn cohttp-top.dev './' && \
             \nopam pin add -yn cohttp-mirage.dev './' && \
             \nopam pin add -yn cohttp-lwt.dev './' && \
             \nopam pin add -yn cohttp-lwt-unix.dev './' && \
             \nopam pin add -yn cohttp-lwt-jsoo.dev './' && \
             \nopam pin add -yn cohttp-async.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 arp.3.1.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 cmdliner.1.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conduit-mirage.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dns.8.0.0 dns-client.8.0.0 dns-client-mirage.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 ethernet.3.2.0 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 happy-eyeballs.1.1.0 happy-eyeballs-mirage.1.1.0 hkdf.1.0.4 io-page.3.0.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 js_of_ocaml-lwt.5.8.2 js_of_ocaml-ppx.5.8.2 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 lwt_ppx.2.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 metrics.0.4.1 mirage-channel.4.1.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-flow.4.0.2 mirage-flow-combinators.4.0.2 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 mtime.2.0.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rresult.0.7.0 sedlex.2.5 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 tcpip.8.1.0 tls.0.17.5 tls-mirage.0.17.5 topkg.1.0.7 uchar.0.0.2 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 vchan.6.0.2 x509.0.16.5 xenstore.2.3.0 xenstore_transport.1.3.0 yojson.2.2.2 zarith.1.13")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cohttp.dev cohttp-top.dev cohttp-mirage.dev cohttp-lwt.dev cohttp-lwt-unix.dev cohttp-lwt-jsoo.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install --yes dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=cohttp,cohttp-top,cohttp-mirage,cohttp-lwt,cohttp-lwt-unix,cohttp-lwt-jsoo @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-06-30 13:59.47: Waiting for resource in pool OCluster
2024-06-30 14:10.19: Waiting for worker…
2024-06-30 14:11.36: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at c29f936c Fix Cohttp EOF read with Lwt_unix recv MSG_PEEK


(from ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609)
Unable to find image 'ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609' locally
docker.io/ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609: Pulling from ocaml/opam
32aa6089d8b4: Pulling fs layer
32aa6089d8b4: Verifying Checksum
32aa6089d8b4: Download complete
32aa6089d8b4: Pull complete
Digest: sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609
Status: Downloaded newer image for ocaml/opam@sha256:2a1f8dec7c586360764c898993d435aea0db4200799babfa08b3b600d6bf4609
2024-06-30 14:11.37 ---> using "20ade4b6db603de4c3d3c7688e2141ab550c5db85c35791db0d4befd2f9e45d0" from cache


/: (comment debian-12-4.08_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-30 14:11.37 ---> using "93ac56b97f8764661d4b1b79600cf6f611274685e921680c49dc740037a59ea3" from cache


/src: (run (shell "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-06-30 14:11.37 ---> using "92cf1a8865420d2a9ab61d3340c11fda24626735e0a1a17bdea90ff447c97df0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.08.1
2.1.6
2024-06-30 14:11.37 ---> using "8ddb4043f0ceab34848626c1d35e9480c07c3d8698e3ed49c93db12eec766dc9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-30 14:11.37 ---> using "822c1b04a0d34a1b7bb684f2a41fa71c638f12d7df725c805dc1f166f86e7305" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4c9a9ba1d971c3e426452362e36a65682377aab6 || git fetch origin master) && git reset -q --hard 4c9a9ba1d971c3e426452362e36a65682377aab6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   9ddad6a994..3bcb45c36e  master     -> origin/master
4c9a9ba1d9 existing users of hkdf (tls) require < 2.0.0 (breaking API)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-06-30 14:11.37 ---> using "7a4db41749dc68e79964b11ff7c789e8e661b4531cf4bb1665fa786a12493f4c" from cache


/src: (copy (src cohttp.opam cohttp-top.opam cohttp-mirage.opam cohttp-lwt.opam cohttp-lwt-unix.opam cohttp-lwt-jsoo.opam cohttp-async.opam)
            (dst ./))
2024-06-30 14:11.37 ---> using "3b650952eb92813af90e36123cc816f1070d9172d92834f5aee3a5381411a1b1" from cache


/src: (run (network host)
           (shell  "opam pin add -yn cohttp.dev './' && \
                  \nopam pin add -yn cohttp-top.dev './' && \
                  \nopam pin add -yn cohttp-mirage.dev './' && \
                  \nopam pin add -yn cohttp-lwt.dev './' && \
                  \nopam pin add -yn cohttp-lwt-unix.dev './' && \
                  \nopam pin add -yn cohttp-lwt-jsoo.dev './' && \
                  \nopam pin add -yn cohttp-async.dev './'"))
[cohttp.dev] synchronised (file:///src)
cohttp is now pinned to file:///src (version dev)
[cohttp-top.dev] synchronised (file:///src)
cohttp-top is now pinned to file:///src (version dev)
[cohttp-mirage.dev] synchronised (file:///src)
cohttp-mirage is now pinned to file:///src (version dev)
[cohttp-lwt.dev] synchronised (file:///src)
cohttp-lwt is now pinned to file:///src (version dev)
[cohttp-lwt-unix.dev] synchronised (file:///src)
cohttp-lwt-unix is now pinned to file:///src (version dev)
[cohttp-lwt-jsoo.dev] synchronised (file:///src)
cohttp-lwt-jsoo is now pinned to file:///src (version dev)
[cohttp-async.dev] synchronised (file:///src)
cohttp-async is now pinned to file:///src (version dev)
2024-06-30 14:11.47 ---> saved as "f095afbef329b9537261fbbb4c9f47ea225982b13267ee55650eaf2d8a6d9571"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 arp.3.1.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 cmdliner.1.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conduit-mirage.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dns.8.0.0 dns-client.8.0.0 dns-client-mirage.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 ethernet.3.2.0 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 happy-eyeballs.1.1.0 happy-eyeballs-mirage.1.1.0 hkdf.1.0.4 io-page.3.0.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 js_of_ocaml-lwt.5.8.2 js_of_ocaml-ppx.5.8.2 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 lwt_ppx.2.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 metrics.0.4.1 mirage-channel.4.1.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-flow.4.0.2 mirage-flow-combinators.4.0.2 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 mtime.2.0.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rresult.0.7.0 sedlex.2.5 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 tcpip.8.1.0 tls.0.17.5 tls-mirage.0.17.5 topkg.1.0.7 uchar.0.0.2 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 vchan.6.0.2 x509.0.16.5 xenstore.2.3.0 xenstore_transport.1.3.0 yojson.2.2.2 zarith.1.13")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cohttp.dev cohttp-top.dev cohttp-mirage.dev cohttp-lwt.dev cohttp-lwt-unix.dev cohttp-lwt-jsoo.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8788 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [164 kB]
- Fetched 9206 kB in 1s (6151 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cohttp.dev] synchronised (no changes)
[cohttp-lwt.dev] synchronised (no changes)
[cohttp-lwt-jsoo.dev] synchronised (no changes)
[cohttp-lwt-unix.dev] synchronised (no changes)
[cohttp-mirage.dev] synchronised (no changes)
[cohttp-top.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "npm" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


- Preparing to unpack .../371-node-map-visit_1.0.0-4

2024-06-30 14:12.47 ---> saved as "04169495c2811a317e09b41f29c87e30e805e15008d19354545f94e59ba7413c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install num                     1.5
  - install ocamlfind               1.9.6
  - install conf-gmp                4
  - install conf-pkg-config         3
  - install conf-npm                1
  - install ocamlbuild              0.14.3
  - install seq                     base
  - install dune                    3.16.0
  - install cmdliner                1.3.0
  - install base-bytes              base
  - install zarith                  1.13
  - install conf-gmp-powm-sec       3
  - install uchar                   0.0.2
  - install topkg                   1.0.7
  - install yojson                  2.2.2
  - install stringext               1.6.0
  - install stdlib-shims            0.3.0
  - install sexplib0                v0.14.0
  - install re                      1.11.0
  - install psq                     0.2.1
  - install ppx_derivers            1.2.1
  - install optint                  0.3.0
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-compiler-libs     v0.12.4
  - install mirage-clock            4.2.0
  - install menhirSdk               20231231
  - install menhirLib               20231231
  - install menhirCST               20231231
  - install magic-mime              1.3.1
  - install macaddr                 5.6.0
  - install lwt-dllist              1.0.1
  - install gmap                    0.3.0
  - install gen                     1.1
  - install duration                0.2.1
  - install domain-name             0.4.0
  - install csexp                   1.5.2
  - install cppo                    1.6.9
  - install base64                  3.5.1
  - install afl-persistent          1.4
  - install uutf                    1.0.3
  - install rresult                 0.7.0
  - install ptime                   1.1.0
  - install mtime                   2.0.0
  - install fmt                     0.9.0
  - install astring                 0.8.5
  - install ounit2                  2.2.7
  - install lru                     0.3.1
  - install ppxlib                  0.25.1
  - install menhir                  20231231
  - install ipaddr                  5.6.0
  - install dune-configurator       3.16.0
  - install ocplib-endian           1.2
  - install jsonm                   1.0.2
  - install metrics                 0.4.1
  - install cstruct                 6.2.0
  - install fpath                   0.7.3
  - install alcotest                1.7.0
  - install ounit                   2.2.7
  - install sedlex                  2.5
  - install bigstringaf             0.9.1
  - install base                    v0.14.3
  - install lwt                     5.7.0
  - install crowbar                 0.2.1
  - install randomconv              0.1.3
  - install mirage-random           3.0.0
  - install macaddr-cstruct         5.6.0
  - install ipaddr-cstruct          5.6.0
  - install io-page                 3.0.0
  - install eqaf                    0.9
  - install asn1-combinators        0.2.6
  - install js_of_ocaml-compiler    5.8.2
  - install angstrom                0.16.0
  - install ppx_sexp_conv           v0.14.3
  - install parsexp                 v0.14.2
  - install xenstore                2.3.0
  - install mirage-time             3.0.0
  - install mirage-net              4.0.0
  - install mirage-kv               6.1.1
  - install mirage-flow             4.0.2
  - install lwt_ppx                 2.1.0
  - install cstruct-lwt             6.2.0
  - install mirage-crypto           0.11.3
  - install js_of_ocaml             5.8.2
  - install uri                     4.4.0
  - install ipaddr-sexp             5.6.0
  - install sexplib                 v0.14.0
  - install xenstore_transport      1.3.0
  - install pbkdf                   1.2.0
  - install hkdf                    1.0.4
  - install logs                    0.7.0
  - install js_of_ocaml-ppx         5.8.2
  - install uri-sexp                4.4.0
  - install vchan                   6.0.2
  - install mirage-flow-combinators 4.0.2
  - install mirage-crypto-rng       0.11.3
  - install mirage-channel          4.1.0
  - install happy-eyeballs          1.1.0
  - install ethernet                3.2.0
  - install dns                     8.0.0
  - install conduit                 6.2.3
  - install bos                     0.2.1
  - install js_of_ocaml-lwt         5.8.2
  - install mirage-crypto-pk        0.11.3
  - install mirage-crypto-ec        0.11.3
  - install arp                     3.1.1
  - install dns-client              8.0.0
  - install conduit-lwt             6.2.3
  - install x509                    0.16.5
  - install tcpip                   8.1.0
  - install tls                     0.17.5
  - install ca-certs-nss            3.101
  - install ca-certs                0.2.3
  - install happy-eyeballs-mirage   1.1.0
  - install tls-mirage              0.17.5
  - install conduit-lwt-unix        6.2.3
  - install dns-client-mirage       8.0.0
  - install conduit-mirage          6.2.3
===== 117 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved arp.3.1.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved ca-certs-nss.3.101  (cached)
-> retrieved conduit.6.2.3  (cached)
-> retrieved conduit-lwt.6.2.3  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved conduit-lwt-unix.6.2.3  (cached)
-> retrieved conduit-mirage.6.2.3  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gmp.4
-> installed conf-pkg-config.3
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved dns.8.0.0  (cached)
-> retrieved dns-client.8.0.0  (cached)
-> retrieved dns-client-mirage.8.0.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved happy-eyeballs.1.1.0  (cached)
-> retrieved happy-eyeballs-mirage.1.1.0  (cached)
-> installed conf-npm.1
-> retrieved hkdf.1.0.4  (cached)
-> retrieved io-page.3.0.0  (cached)
-> retrieved ipaddr.5.6.0  (cached)
-> retrieved ipaddr-cstruct.5.6.0  (cached)
-> retrieved ipaddr-sexp.5.6.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved js_of_ocaml.5.8.2  (cached)
-> retrieved js_of_ocaml-compiler.5.8.2  (cached)
-> retrieved js_of_ocaml-lwt.5.8.2  (cached)
-> retrieved js_of_ocaml-ppx.5.8.2  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> installed cmdliner.1.3.0
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved lwt_ppx.2.1.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved macaddr-cstruct.5.6.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mirage-channel.4.1.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-flow.4.0.2  (cached)
-> retrieved mirage-flow-combinators.4.0.2  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-random.3.0.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ounit.2.2.7  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved parsexp.v0.14.2  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved ppxlib.0.25.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved sedlex.2.5  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tcpip.8.1.0  (cached)
-> retrieved tls.0.17.5  (cached)
-> retrieved tls-mirage.0.17.5  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uri-sexp.4.4.0  (cached)
-> retrieved vchan.6.0.2  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved xenstore.2.3.0  (cached)
-> retrieved xenstore_transport.1.3.0  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed uchar.0.0.2
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed ptime.1.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.16.0
-> installed fpath.0.7.3
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cppo.1.6.9
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed lwt-dllist.1.0.1
-> installed macaddr.5.6.0
-> installed magic-mime.1.3.1
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed metrics.0.4.1
-> installed mirage-clock.4.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.11.0
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed eqaf.0.9
-> installed io-page.3.0.0
-> installed mirage-random.3.0.0
-> installed randomconv.0.1.3
-> installed macaddr-cstruct.5.6.0
-> installed afl-persistent.1.4
-> installed ipaddr.5.6.0
-> installed asn1-combinators.0.2.6
-> installed lru.0.3.1
-> installed ipaddr-cstruct.5.6.0
-> installed crowbar.0.2.1
-> installed alcotest.1.7.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed mirage-crypto.0.11.3
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed lwt.5.7.0
-> installed uri.4.4.0
-> installed mirage-flow.4.0.2
-> installed mirage-time.3.0.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-kv.6.1.1
-> installed mirage-net.4.0.0
-> installed xenstore.2.3.0
-> installed xenstore_transport.1.3.0
-> installed vchan.6.0.2
-> installed base.v0.14.3
-> installed parsexp.v0.14.2
-> installed sexplib.v0.14.0
-> installed ppxlib.0.25.1
-> installed menhir.20231231
-> installed lwt_ppx.2.1.0
-> installed ppx_sexp_conv.v0.14.3
-> installed sedlex.2.5
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.4.0
-> installed js_of_ocaml-compiler.5.8.2
-> installed js_of_ocaml.5.8.2
-> installed logs.0.7.0
-> installed js_of_ocaml-ppx.5.8.2
-> installed ethernet.3.2.0
-> installed happy-eyeballs.1.1.0
-> installed mirage-channel.4.1.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-flow-combinators.4.0.2
-> installed conduit.6.2.3
-> installed arp.3.1.1
-> installed dns.8.0.0
-> installed mirage-crypto-pk.0.11.3
-> installed dns-client.8.0.0
-> installed tcpip.8.1.0
-> installed conduit-lwt.6.2.3
-> installed bos.0.2.1
-> installed happy-eyeballs-mirage.1.1.0
-> installed mirage-crypto-ec.0.11.3
-> installed js_of_ocaml-lwt.5.8.2
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed ca-certs-nss.3.101
-> installed tls.0.17.5
-> installed conduit-lwt-unix.6.2.3
-> installed tls-mirage.0.17.5
-> installed dns-client-mirage.8.0.0
-> installed conduit-mirage.6.2.3
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.


   To globally enable AFL instrumentation, create an OCaml switch like:


     opam switch create 4.08.1+afl ocaml-variants.4.08.1+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-06-30 14:14.21 ---> saved as "c19d96d9a9d07be0909d84edc0944e21926821fed734a240333d02c9b9b37938"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install result        1.5   [required by odoc]
  - install tyxml         4.6.0 [required by odoc]
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install crunch        3.3.1 [required by odoc]
  - install odoc-parser   2.4.2 [required by odoc]
  - install odoc          2.4.2
===== 6 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed result.1.5
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-30 14:14.51 ---> saved as "24144eb012c90b9fa117c0f3d5698d4794c1238ec049c46360dc50e804cef61c"


/src: (copy (src .) (dst /src/))
2024-06-30 14:14.51 ---> saved as "d96ad62b2cd5e4e137a03733c2bea884fbdcfe5b2ba15be7297de87ea2b6f0e0"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=cohttp,cohttp-top,cohttp-mirage,cohttp-lwt,cohttp-lwt-unix,cohttp-lwt-jsoo @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/cohttp -I ../../cohttp/src/.cohttp.objs/byte -o ../_odocls/cohttp/cohttp.odocl ../../cohttp/src/.cohttp.objs/byte/cohttp.odoc)
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp/src/response.mli", line 28, characters 42-60:
Warning: Failed to resolve reference unresolvedroot(Core).Std.Sexp.t Couldn't find "Core"
File "cohttp/src/response.mli", line 21, characters 71-79:
Warning: Reference to 'flush' is ambiguous. Please specify its kind: field-flush, val-flush.
File "cohttp/src/response.mli", line 21, characters 41-50:
Warning: Reference to 'status' is ambiguous. Please specify its kind: field-status, val-status.
File "cohttp/src/response.mli", line 21, characters 29-39:
Warning: Reference to 'version' is ambiguous. Please specify its kind: field-version, val-version.
File "cohttp/src/response.mli", line 21, characters 17-27:
Warning: Reference to 'headers' is ambiguous. Please specify its kind: field-headers, val-headers.
File "cohttp/src/response.mli", line 21, characters 4-15:
Warning: Reference to 'encoding' is ambiguous. Please specify its kind: field-encoding, val-encoding.
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp/src/request.mli", line 26, characters 42-60:
Warning: Failed to resolve reference unresolvedroot(Core).Std.Sexp.t Couldn't find "Core"
File "cohttp/src/request.mli", line 21, characters 28-35:
Warning: Reference to 'meth' is ambiguous. Please specify its kind: field-meth, val-meth.
File "cohttp/src/request.mli", line 21, characters 16-26:
Warning: Reference to 'version' is ambiguous. Please specify its kind: field-version, val-version.
File "cohttp/src/request.mli", line 21, characters 4-14:
Warning: Reference to 'headers' is ambiguous. Please specify its kind: field-headers, val-headers.
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/cohttp-lwt -I ../../cohttp-lwt/src/.cohttp_lwt.objs/byte -I ../../cohttp/src/.cohttp.objs/byte -o ../_odocls/cohttp-lwt/cohttp_lwt.odocl ../../cohttp-lwt/src/.cohttp_lwt.objs/byte/cohttp_lwt.odoc)
File "cohttp-lwt/src/s.ml", line 166, characters 8-16:
Warning: Reference to 'IO' is ambiguous. Please specify its kind: module-IO, module-type-IO.
File "cohttp-lwt/src/s.ml", line 165, characters 8-21:
Warning: Failed to resolve reference unresolvedroot(unitLwt).t Couldn't find "unitLwt"
File "cohttp-lwt/src/s.ml", line 162, characters 32-40:
Warning: Reference to 'IO' is ambiguous. Please specify its kind: module-IO, module-type-IO.
File "cohttp-lwt/src/s.ml", line 162, characters 19-27:
Warning: Reference to 'IO' is ambiguous. Please specify its kind: module-IO, module-type-IO.
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt/src/s.ml", line 166, characters 8-16:
Warning: Reference to 'IO' is ambiguous. Please specify its kind: module-IO, module-type-IO.
File "cohttp-lwt/src/s.ml", line 165, characters 8-21:
Warning: Failed to resolve reference unresolvedroot(unitLwt).t Couldn't find "unitLwt"
File "cohttp-lwt/src/s.ml", line 162, characters 32-40:
Warning: Reference to 'IO' is ambiguous. Please specify its kind: module-IO, module-type-IO.
File "cohttp-lwt/src/s.ml", line 162, characters 19-27:
Warning: Reference to 'IO' is ambiguous. Please specify its kind: module-IO, module-type-IO.
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/cohttp-lwt-jsoo -I ../../cohttp-lwt-jsoo/src/.cohttp_lwt_jsoo.objs/byte -I ../../cohttp-lwt/src/.cohttp_lwt.objs/byte -I ../../cohttp/src/.cohttp.objs/byte -o ../_odocls/cohttp-lwt-jsoo/cohttp_lwt_jsoo.odocl ../../cohttp-lwt-jsoo/src/.cohttp_lwt_jsoo.objs/byte/cohttp_lwt_jsoo.odoc)
File "cohttp-lwt/src/s.ml", line 76, characters 22-40:
Warning: Failed to resolve reference unresolvedroot(Body).drain_body Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 75, characters 22-29:
Warning: Failed to resolve reference unresolvedroot(Body) Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 76, characters 22-40:
Warning: Failed to resolve reference unresolvedroot(Body).drain_body Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 75, characters 22-29:
Warning: Failed to resolve reference unresolvedroot(Body) Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 76, characters 22-40:
Warning: Failed to resolve reference unresolvedroot(Body).drain_body Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 75, characters 22-29:
Warning: Failed to resolve reference unresolvedroot(Body) Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 76, characters 22-40:
Warning: Failed to resolve reference unresolvedroot(Body).drain_body Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 75, characters 22-29:
Warning: Failed to resolve reference unresolvedroot(Body) Couldn't find "Body"
File "cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.mli", line 20, characters 8-15:
Warning: Failed to resolve reference unresolvedroot(Logs) Couldn't find "Logs"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/cohttp-mirage -I ../../cohttp-lwt/src/.cohttp_lwt.objs/byte -I ../../cohttp-mirage/src/.cohttp_mirage.objs/byte -I ../../cohttp/src/.cohttp.objs/byte -o ../_odocls/cohttp-mirage/cohttp_mirage.odocl ../../cohttp-mirage/src/.cohttp_mirage.objs/byte/cohttp_mirage.odoc)
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt/src/s.ml", line 165, characters 8-21:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 12, character 2
While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(unitLwt).t Couldn't find "unitLwt"
File "cohttp-lwt/src/s.ml", line 160, characters 32-45:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 12, character 2
While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp-lwt/src/s.ml", line 159, characters 54-63:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 12, character 2
While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Body).t Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 159, characters 34-47:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 12, character 2
While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 12, character 2
While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt/src/s.ml", line 165, characters 8-21:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(unitLwt).t Couldn't find "unitLwt"
File "cohttp-lwt/src/s.ml", line 160, characters 32-45:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp-lwt/src/s.ml", line 159, characters 54-63:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Body).t Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 159, characters 34-47:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt/src/s.ml", line 165, characters 8-21:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(unitLwt).t Couldn't find "unitLwt"
File "cohttp-lwt/src/s.ml", line 160, characters 32-45:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp-lwt/src/s.ml", line 159, characters 54-63:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Body).t Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 159, characters 34-47:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/server.mli", line 4, character 2
While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt/src/s.ml", line 76, characters 22-40:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/client.mli", line 5, character 2
Failed to resolve reference unresolvedroot(Body).drain_body Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 75, characters 22-29:
Warning: While resolving the expansion of include at File "cohttp-mirage/src/client.mli", line 5, character 2
Failed to resolve reference unresolvedroot(Body) Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 165, characters 8-21:
Warning: Failed to resolve reference unresolvedroot(unitLwt).t Couldn't find "unitLwt"
File "cohttp-lwt/src/s.ml", line 160, characters 32-45:
Warning: Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp-lwt/src/s.ml", line 159, characters 54-63:
Warning: Failed to resolve reference unresolvedroot(Body).t Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 159, characters 34-47:
Warning: Failed to resolve reference unresolvedroot(Response).t Couldn't find "Response"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/cohttp-lwt-unix -I ../../cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte -I ../../cohttp-lwt/src/.cohttp_lwt.objs/byte -I ../../cohttp/src/.cohttp.objs/byte -o ../_odocls/cohttp-lwt-unix/cohttp_lwt_unix.odocl ../../cohttp-lwt-unix/src/.cohttp_lwt_unix.objs/byte/cohttp_lwt_unix.odoc)
File "cohttp-lwt-unix/src/io.mli", line 19, characters 8-15:
Warning: Failed to resolve reference unresolvedroot(Logs) Couldn't find "Logs"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/io.mli", line 22, character 0
While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt-unix/src/net.mli", line 17, characters 26-43:
Warning: Failed to resolve reference unresolvedroot(Cohttp_lwt).Net Couldn't find "Net"
File "cohttp-lwt-unix/src/net.mli", line 33, characters 4-21:
Warning: Failed to resolve reference unresolvedroot(Resolver_lwt).t Couldn't find "Resolver_lwt"
File "cohttp-lwt-unix/src/net.mli", line 32, characters 4-32:
Warning: Failed to resolve reference unresolvedroot(Conduit_lwt_unix).resolver Couldn't find "Conduit_lwt_unix"
File "cohttp-lwt-unix/src/io.mli", line 19, characters 8-15:
Warning: Failed to resolve reference unresolvedroot(Logs) Couldn't find "Logs"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/io.mli", line 22, character 0
While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt-unix/src/server.mli", line 4, characters 8-15:
Warning: Failed to resolve reference unresolvedroot(Logs) Couldn't find "Logs"
File "cohttp-lwt-unix/src/server.mli", line 2, characters 53-57:
Warning: Failed to resolve reference unresolvedroot(S) Couldn't find "S"
File "cohttp-lwt-unix/src/server.mli", line 45, characters 8-15:
Warning: Failed to resolve reference unresolvedroot(Logs) Couldn't find "Logs"
File "cohttp-lwt/src/s.ml", line 165, characters 8-21:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/server.mli", line 7, character 0
Failed to resolve reference unresolvedroot(unitLwt).t Couldn't find "unitLwt"
File "cohttp-lwt/src/s.ml", line 159, characters 54-63:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/server.mli", line 7, character 0
Failed to resolve reference unresolvedroot(Body).t Couldn't find "Body"
File "cohttp-lwt-unix/src/io.mli", line 19, characters 8-15:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/server.mli", line 7, character 0
Failed to resolve reference unresolvedroot(Logs) Couldn't find "Logs"
File "cohttp/src/s.ml", line 44, characters 37-44:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/server.mli", line 7, character 0
While resolving the expansion of include at File "cohttp-lwt-unix/src/io.mli", line 22, character 0
While resolving the expansion of include at File "cohttp-lwt/src/s.ml", line 7, character 2
Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "cohttp-lwt-unix/src/client.mli", line 2, characters 53-57:
Warning: Failed to resolve reference unresolvedroot(C) Couldn't find "C"
File "cohttp-lwt-unix/src/client.mli", line 12, characters 4-21:
Warning: Failed to resolve reference unresolvedroot(Resolver_lwt).t Couldn't find "Resolver_lwt"
File "cohttp-lwt-unix/src/client.mli", line 11, characters 4-27:
Warning: Failed to resolve reference unresolvedroot(Conduit_lwt_unix).ctx Couldn't find "Conduit_lwt_unix"
File "cohttp-lwt-unix/src/client.mli", line 9, characters 4-18:
Warning: Failed to resolve reference unresolvedroot(default_ctx) Couldn't find "default_ctx"
File "cohttp-lwt/src/s.ml", line 76, characters 22-40:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/client.mli", line 4, character 0
Failed to resolve reference unresolvedroot(Body).drain_body Couldn't find "Body"
File "cohttp-lwt/src/s.ml", line 75, characters 22-29:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/client.mli", line 4, character 0
Failed to resolve reference unresolvedroot(Body) Couldn't find "Body"
File "cohttp/src/response.mli", line 28, characters 42-60:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 23, character 2
Failed to resolve reference unresolvedroot(Core).Std.Sexp.t Couldn't find "Core"
File "cohttp/src/response.mli", line 24, characters 4-8:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 23, character 2
Failed to resolve reference unresolvedroot(S) Couldn't find "S"
File "cohttp/src/response.mli", line 21, characters 71-79:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 23, character 2
Reference to 'flush' is ambiguous. Please specify its kind: field-flush, val-flush.
File "cohttp/src/response.mli", line 21, characters 41-50:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 23, character 2
Reference to 'status' is ambiguous. Please specify its kind: field-status, val-status.
File "cohttp/src/response.mli", line 21, characters 29-39:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 23, character 2
Reference to 'version' is ambiguous. Please specify its kind: field-version, val-version.
File "cohttp/src/response.mli", line 21, characters 17-27:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 23, character 2
Reference to 'headers' is ambiguous. Please specify its kind: field-headers, val-headers.
File "cohttp/src/response.mli", line 21, characters 4-15:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 23, character 2
Reference to 'encoding' is ambiguous. Please specify its kind: field-encoding, val-encoding.
File "cohttp/src/request.mli", line 26, characters 42-60:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 18, character 2
Failed to resolve reference unresolvedroot(Core).Std.Sexp.t Couldn't find "Core"
File "cohttp/src/request.mli", line 22, characters 13-17:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 18, character 2
Failed to resolve reference unresolvedroot(S) Couldn't find "S"
File "cohttp/src/request.mli", line 21, characters 28-35:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 18, character 2
Reference to 'meth' is ambiguous. Please specify its kind: field-meth, val-meth.
File "cohttp/src/request.mli", line 21, characters 16-26:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 18, character 2
Reference to 'version' is ambiguous. Please specify its kind: field-version, val-version.
File "cohttp/src/request.mli", line 21, characters 4-14:
Warning: While resolving the expansion of include at File "cohttp-lwt-unix/src/cohttp_lwt_unix.ml", line 18, character 2
Reference to 'headers' is ambiguous. Please specify its kind: field-headers, val-headers.
2024-06-30 14:14.53 ---> saved as "b59706eb98cce2ade6a845f080763ebb6b2d8838f8e80fb0d6a652d62fa3ea1"
Job succeeded
2024-06-30 14:14.54: Job succeeded